Update to ZNC 0.092

This commit is contained in:
Nick Bebout 2010-07-23 03:12:33 +00:00
parent 30ee5a6b26
commit 32fa22b8ad
3 changed files with 8 additions and 6 deletions

View File

@ -1 +1 @@
znc-0.090.tar.gz
znc-0.092.tar.gz

View File

@ -1 +1 @@
d3ffe4f53211e5a425c7b87e9ca41e84 znc-0.090.tar.gz
e800a70c932dd13bc09b63569b49db3a znc-0.092.tar.gz

View File

@ -1,13 +1,13 @@
Summary: An advanced IRC bouncer
Name: znc
Version: 0.090
Version: 0.092
#Release: 0.1.rc1%{?dist}
Release: 2%{?dist}
Release: 1%{?dist}
License: GPLv2 with exceptions
Group: System Environment/Daemons
URL: http://znc.sf.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0: znc-trafficstats.patch
#Patch0: znc-trafficstats.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: perl gcc-c++
@ -41,7 +41,6 @@ Extra modules for ZNC
%prep
%setup -q
%patch0 -p1
%__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
chmod -x modules/q.cpp
@ -130,6 +129,9 @@ chmod -x modules/q.cpp
%{_libdir}/znc/shell.so
%changelog
* Wed Jul 14 2010 Nick Bebout <nb@fedoraproject.org> - 0.092-1
- Update to znc 0.092
* Wed Jun 16 2010 Nick Bebout <nb@fedoraproject.org> - 0.090-2
- Backport r2026 of ZNC subversion repo to fix bug 603915
- NULL pointer dereference flaw leads to segfault under certain conditions