From 31f566fe5f22f20fe8a9a31ab522b7a8c10bcc36 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Mon, 9 Jan 2012 10:00:30 -0600 Subject: [PATCH 1/3] Add glibc-devel, openssl-devel, c-ares-devel to requires for znc-devel so znc-buildmod will work --- znc.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/znc.spec b/znc.spec index 445729d..6d2d4be 100644 --- a/znc.spec +++ b/znc.spec @@ -50,6 +50,7 @@ DCC bouncing, Perl and C++ module support to name a few. Summary: Development files needed to compile ZNC modules Group: Development/Libraries Requires: %{name} = %{version}-%{release} pkgconfig +Requires: openssl-devel c-ares-devel glibc-devel BuildRequires: pkgconfig %description devel @@ -246,6 +247,10 @@ fi %{_libdir}/znc/modpython.so %changelog +* Mon Jan 09 2012 Nick Bebout - 0.202-2 +- Add glibc-devel, openssl-devel, c-ares-devel to requires for +- znc-devel so znc-buildmod will work + * Sun Sep 25 2011 Nick Bebout - 0.202-1 - Update to 0.202 From 21eecfee92581025e7562c4b829a9ad423563092 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Mon, 9 Jan 2012 10:01:17 -0600 Subject: [PATCH 2/3] Forgot to bump release --- znc.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/znc.spec b/znc.spec index 6d2d4be..f1b2587 100644 --- a/znc.spec +++ b/znc.spec @@ -11,8 +11,7 @@ Summary: An advanced IRC bouncer Name: znc Version: 0.202 #Release: 0.1.20110801git%{?dist} -Release: 1%{?dist} -#Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 with exceptions Group: System Environment/Daemons URL: http://znc.in From afe2435ba275e0c3565277d44174e45a3a7445c1 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Mon, 23 Jan 2012 11:12:50 -0600 Subject: [PATCH 3/3] Update to 0.204 to fix CVE-2012-0033 --- .gitignore | 1 + sources | 2 +- znc.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 904fa8a..648e71a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /znc-0.200-rc1.tar.gz /znc-0.200.tar.gz /znc-0.202.tar.gz +/znc-0.204.tar.gz diff --git a/sources b/sources index 324e4e0..5bb2922 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c6ff4620e139e3d9745cd53111bab20 znc-0.202.tar.gz +7c7247423fc08b0c5c62759a50a9bca3 znc-0.204.tar.gz diff --git a/znc.spec b/znc.spec index f1b2587..dcee908 100644 --- a/znc.spec +++ b/znc.spec @@ -9,13 +9,13 @@ Summary: An advanced IRC bouncer Name: znc -Version: 0.202 +Version: 0.204 #Release: 0.1.20110801git%{?dist} -Release: 2%{?dist} +Release: 1%{?dist} License: GPLv2 with exceptions Group: System Environment/Daemons URL: http://znc.in -Source0: http://znc.in/releases/znc-0.202.tar.gz +Source0: http://znc.in/releases/znc-0.204.tar.gz %if %{use_systemd} Source1: znc.service %endif @@ -246,6 +246,9 @@ fi %{_libdir}/znc/modpython.so %changelog +* Mon Jan 23 2012 Nick Bebout - 0.204-1 +- Update to 0.204 to fix security issue CVE-2012-0033 + * Mon Jan 09 2012 Nick Bebout - 0.202-2 - Add glibc-devel, openssl-devel, c-ares-devel to requires for - znc-devel so znc-buildmod will work