rpms/znc/EL-6 znc.spec,1.29,1.30

Nick Bebout nb at fedoraproject.org
Wed Jun 16 22:09:49 UTC 2010


Author: nb

Update of /cvs/pkgs/rpms/znc/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24592/EL-6

Modified Files:
	znc.spec 
Log Message:
Backport r2026 of ZNC subversion repo to fix bug 603915
znc: NULL pointer dereference flaw leads to segfault under certain conditions



Index: znc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/znc/EL-6/znc.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- znc.spec	7 Jun 2010 00:09:35 -0000	1.29
+++ znc.spec	16 Jun 2010 22:09:49 -0000	1.30
@@ -2,11 +2,12 @@ Summary:        An advanced IRC bouncer
 Name:           znc
 Version:        0.090
 #Release:        0.1.rc1%{?dist}
-Release:        1%{?dist}
+Release:        2%{?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
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  perl gcc-c++
@@ -40,6 +41,7 @@ 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
 
@@ -128,6 +130,10 @@ chmod -x modules/q.cpp
 %{_libdir}/znc/shell.so
 
 %changelog
+* Wed Jun 16 2010 Nick Bebout <nb at 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
+
 * Sun Jun 06 2010 Nick Bebout <nb at fedoraproject.org> - 0.090-1
 - Update to znc 0.090
 



More information about the scm-commits mailing list