[znc] Update to 0.204 to fix CVE-2012-0033

Nick Bebout nb at fedoraproject.org
Mon Jan 23 17:14:44 UTC 2012


commit afe2435ba275e0c3565277d44174e45a3a7445c1
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Mon Jan 23 11:12:50 2012 -0600

    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 <nb at fedoraproject.org> - 0.204-1
+- Update to 0.204 to fix security issue CVE-2012-0033
+
 * Mon Jan 09 2012 Nick Bebout <nb at fedoraproject.org> - 0.202-2
 - Add glibc-devel, openssl-devel, c-ares-devel to requires for
 - znc-devel so znc-buildmod will work


More information about the scm-commits mailing list