diff --git a/.cvsignore b/.cvsignore index c28c3cf..d6b7048 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -znc-0.076.tar.gz +znc-0.077-1.svn1672.tar.bz2 diff --git a/sources b/sources index f72444d..6493758 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03c2804b91225e83884f06078f6db568 znc-0.076.tar.gz +7d264293123b4d3572dbbac757bddf7d znc-0.077-1.svn1672.tar.bz2 diff --git a/znc.spec b/znc.spec index 6a01f20..46a6c86 100644 --- a/znc.spec +++ b/znc.spec @@ -1,11 +1,14 @@ Summary: An advanced IRC bouncer Name: znc -Version: 0.076 -Release: 2%{?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 @@ -41,7 +44,7 @@ Requires: %{name} = %{version}-%{release} Extra modules for ZNC %prep -%setup -q +%setup -q -n znc-0.077-1.svn1672 %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp chmod -x modules/q.cpp @@ -60,7 +63,7 @@ chmod -x modules/q.cpp %files %defattr(-,root,root) -%doc AUTHORS LICENSE LICENSE.OpenSSL README znc.conf +%doc AUTHORS LICENSE LICENSE.OpenSSL README %{_bindir}/znc %{_mandir}/man1/* #%{_libdir}/znc/ @@ -112,7 +115,7 @@ chmod -x modules/q.cpp %{_libdir}/znc/antiidle.so %{_libdir}/znc/autovoice.so %{_libdir}/znc/blockuser.so -%{_libdir}/znc/connect_throttle.so +#%{_libdir}/znc/connect_throttle.so %{_libdir}/znc/ctcpflood.so %{_libdir}/znc/discon_kick.so %{_libdir}/znc/droproot.so @@ -125,6 +128,36 @@ chmod -x modules/q.cpp %{_libdir}/znc/send_raw.so %changelog + +* Mon Dec 7 2009 Nick Bebout - 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 - 0.076-3 +- rebuild against perl 5.10.1 + * Fri Sep 25 2009 Nick Bebout - 0.076-2 - Fix missing dist tag