[znc] Update to znc-0.093.svn2101 to fix two CVE's

Nick Bebout nb at fedoraproject.org
Wed Aug 11 00:06:39 UTC 2010


commit fe20d167ca620d6fc6ec16af368f6d1e0abbb68c
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Tue Aug 10 20:06:44 2010 -0400

    Update to znc-0.093.svn2101 to fix two CVE's

 .gitignore |    1 +
 sources    |    2 +-
 znc.spec   |   13 ++++++++-----
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f7ccc6..09fc48a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 znc-0.092.tar.gz
 znc-0.093.svn2098.tar.bz2
+znc-0.093.svn2101.tar.bz2
diff --git a/sources b/sources
index 26a003a..5bd07db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8691a1c6417bed41e6a75a600dafd41b  znc-0.093.svn2098.tar.bz2
+c3a67b46669774cf02c31156f03c4643  znc-0.093.svn2101.tar.bz2
diff --git a/znc.spec b/znc.spec
index 2429a9e..d075c6c 100644
--- a/znc.spec
+++ b/znc.spec
@@ -1,17 +1,17 @@
 Summary:        An advanced IRC bouncer
 Name:           znc
 Version:        0.093
-Release:        1.svn2098%{?dist}
+Release:        2.svn2101%{?dist}
 #Release:        0.1.rc1%{?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
-Source0:        znc-0.093.svn2098.tar.bz2
-# svn export https://znc.svn.sourceforge.net/svnroot/znc/trunk
-# mv trunk znc-0.093.svn2098
-# tar jcvf znc-0.093.svn2098.tar.bz2 znc-0.093.svn2098/
+Source0:        znc-0.093.svn2101.tar.bz2
+# svn export -r 2101 https://znc.svn.sourceforge.net/svnroot/znc/trunk
+# mv trunk znc-0.093.svn2101
+# tar jcvf znc-0.093.svn2101.tar.bz2 znc-0.093.svn2101/
 #Patch0:         znc-trafficstats.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -135,6 +135,9 @@ chmod -x modules/q.cpp
 %{_libdir}/znc/shell.so
 
 %changelog
+* Tue Aug 10 2010 Nick Bebout <nb at fedoraproject.org> - 0.093-2.svn2101
+- Update to znc 0.093.svn2101 to fix CVE-2010-2812 and CVE-2010-2934
+
 * Tue Aug 3 2010 Nick Bebout <nb at fedoraproject.org> - 0.093-1.svn2098
 - Update to znc 0.093 svn2098
 


More information about the scm-commits mailing list