rpms/znc/devel .cvsignore, 1.11, 1.12 sources, 1.12, 1.13 znc.spec, 1.19, 1.20

Nick Bebout nb at fedoraproject.org
Mon Dec 7 16:17:00 UTC 2009


Author: nb

Update of /cvs/pkgs/rpms/znc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26333

Modified Files:
	.cvsignore sources znc.spec 
Log Message:
Update to svn1672



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/znc/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	25 Sep 2009 06:01:10 -0000	1.11
+++ .cvsignore	7 Dec 2009 16:17:00 -0000	1.12
@@ -1 +1 @@
-znc-0.076.tar.gz
+znc-0.077-1.svn1672.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/znc/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	25 Sep 2009 06:01:10 -0000	1.12
+++ sources	7 Dec 2009 16:17:00 -0000	1.13
@@ -1 +1 @@
-03c2804b91225e83884f06078f6db568  znc-0.076.tar.gz
+7d264293123b4d3572dbbac757bddf7d  znc-0.077-1.svn1672.tar.bz2


Index: znc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/znc/devel/znc.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- znc.spec	6 Dec 2009 23:41:29 -0000	1.19
+++ znc.spec	7 Dec 2009 16:17:00 -0000	1.20
@@ -1,11 +1,14 @@
 Summary:        An advanced IRC bouncer
 Name:           znc
-Version:        0.076
-Release:	3%{?dist}
+Version:        0.077
+Release:        1.svn1672%{?dist}
 License:        GPLv2 with exceptions
 Group:          System Environment/Daemons
 URL:            http://znc.sf.net/
-Source0:        http://downloads.sourceforge.net/znc/znc-0.076.tar.gz
+#Source0:        http://downloads.sourceforge.net/znc/znc-0.076.tar.gz
+# To get source, svn export https://znc.svn.sourceforge.net/svnroot/znc/trunk znc-0.077-1.svn1672
+# Then tar jvcf znc-0.077-1.svn1672.tar.bz2 znc-0.077-1.svn1672
+Source0:        znc-0.077-1.svn1672.tar.bz2
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  perl
@@ -125,6 +128,33 @@ chmod -x modules/q.cpp
 %{_libdir}/znc/send_raw.so
 
 %changelog
+
+* Mon Dec 7 2009 Nick Bebout <nb at fedoraproject.org> - 0.077-1.svn1672
+- Add a DCCVHost config option which specifies the VHost (IP only!) for DCC bouncing. (r1647)
+- Users cloned via the admin module no longer automatically connect into IRC. (r1653)
+- Inform new clients about their /away status. (r1655)
+- The "BUG" messages from route_replies can now be turned off via /msg *route_replies silent yes. (r1660)
+- Rewrite znc.conf on SIGUSR1. (r1666)
+- ISpoofFormat now supports ExpandString. (r1670) 
+- Allow specifing port and password for delserver. (r1640)
+- Write the config file on restart and shutdown. (r1641)
+- Disable c-ares if it is not found unless --enable-c-ares was used. (r1644) (r1645)
+- blockuser was missing an admin check. (r1648)
+- Sometimes, removing a server caused znc to lose track of which server it is connected to. (r1659)
+- Include a more portable header for uint32_t in SHA256.h. (r1665)
+- Fixed cases where ZNC didn't properly block PONG replies to its own PINGs. (r1668)
+- Fixed a possible crash if a client disconnected before an auth module was able to verify the login. (r1669)
+- Away allowed to accidentally execute IRC commands. (r1672) 
+- Comment out some weird code in Client.cpp. (r1646)
+- Remove connect_throttle since it's obsoleted by fail2ban. (r1649)
+- Remove outdated sample znc.conf. (r1654)
+- route_replies now got a higher timeout before it generates a "BUG" message. (r1657)
+- Documented the signals on which znc reacts better. (r1667) 
+- New module hook OnIRCConnecting(). (r1638)
+- Remove obsolete CUtils::GetHashPass(). (r1642)
+- A module's GetDescription() now returns a C-String. (r1661) (r1662)
+- When opening a module, check the version number first and don't do anything on a mismatch. (r1663) 
+
 * Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 0.076-3
 - rebuild against perl 5.10.1
 




More information about the fedora-extras-commits mailing list