rpms/znc/F-11 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 znc.spec, 1.1, 1.2 znc-0.070-pkgconfigdir.diff, 1.1, NONE

Nick Bebout nb at fedoraproject.org
Thu Jul 23 01:16:11 UTC 2009


Author: nb

Update of /cvs/pkgs/rpms/znc/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29709

Modified Files:
	.cvsignore sources znc.spec 
Removed Files:
	znc-0.070-pkgconfigdir.diff 
Log Message:
Updating to 0.072 - fixes security issue



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/znc/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	13 Jul 2009 03:11:33 -0000	1.2
+++ .cvsignore	23 Jul 2009 01:15:41 -0000	1.3
@@ -1 +1 @@
-znc-0.070.tar.gz
+znc-0.072.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/znc/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	13 Jul 2009 03:11:33 -0000	1.2
+++ sources	23 Jul 2009 01:15:41 -0000	1.3
@@ -1 +1 @@
-18bb813cb350c6db014a0d82ecdf85fe  znc-0.070.tar.gz
+28791eb14f5a3129602dbab0ef6abbc6  znc-0.072.tar.gz


Index: znc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/znc/F-11/znc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- znc.spec	13 Jul 2009 03:11:33 -0000	1.1
+++ znc.spec	23 Jul 2009 01:15:41 -0000	1.2
@@ -1,17 +1,21 @@
 Summary:        An advanced IRC bouncer
 Name:           znc
-Version:        0.070
-Release:        7%{?dist}
+Version:        0.072
+Release:        1%{?dist}
 License:        GPLv2 with exceptions
 Group:          System Environment/Daemons
 URL:            http://znc.sf.net/
 Source0:        http://downloads.sourceforge.net/sourceforge/znc/znc-%{version}.tar.gz
-Patch0:         %{name}-%{version}-pkgconfigdir.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  perl
 BuildRequires:  openssl-devel >= 0.9.8
 BuildRequires:  cyrus-sasl-devel
 
+# the c-ares part of ZNC does not work on EPEL
+# because the EPEL c-ares-devel does not install 
+# the .pc file for it
+%{?fedora:BuildRequires:  c-ares-devel}
+
 # The following line is necessary because this module
 # is needed for Fedora, but not for EPEL.
 %{?fedora:BuildRequires: perl-ExtUtils-Embed}
@@ -25,6 +29,7 @@ DCC bouncing, Perl and C++ module suppor
 Summary:        Development files needed to compile ZNC modules
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release} pkgconfig
+BuildRequires: pkgconfig
 
 %description devel
 All includes and program files you need to compile your own znc
@@ -32,14 +37,14 @@ modules.
 
 %prep
 %setup -q
-%patch0 -p1
 %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
-chmod -x modules/q.cpp
+#chmod -x modules/q.cpp
 
 %build
 %configure \
      --with-module-prefix=%{_libdir}/znc \
-     --enable-ipv6
+%{!?fedora:--disable-c-ares \}
+     --enable-ipv6 --enable-sasl
 %__make %{?_smp_mflags}
 
 %install
@@ -65,6 +70,8 @@ chmod -x modules/q.cpp
 %{_includedir}/znc/
 
 %changelog
+* Wed Jul 22 2009 Nick Bebout <nb at fedoraproject.org> - 0.072-1
+- Upgrade to 0.072 of ZNC, fixes security issue in bug 513152
 * Sun Jul 12 2009 Nick Bebout <nb at fedoraproject.org> - 0.070-7
 - Fix License: to be GPLv2 with exceptions
 * Sat Jul 11 2009 Nick Bebout <nb at fedoraproject.org> - 0.070-6


--- znc-0.070-pkgconfigdir.diff DELETED ---




More information about the scm-commits mailing list