[quagga/f15] updated to 0.99.19, fixes for CVE-2011-332{3..7}

Jiri Skala jskala at fedoraproject.org
Thu Sep 29 08:05:30 UTC 2011


commit 2768e80d28adfcaa25ee8dd7374de6cc2cffb874
Author: Jiri Skala <jskala at redhat.com>
Date:   Thu Sep 29 10:05:16 2011 +0200

    updated to 0.99.19, fixes for CVE-2011-332{3..7}

 .gitignore                                |    1 +
 quagga-0.99.18-opaque-enable.patch        |   47 --------------
 quagga-0.99.18-opaque-refresh-fixes.patch |   99 -----------------------------
 quagga.spec                               |   13 ++--
 sources                                   |    2 +-
 5 files changed, 8 insertions(+), 154 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c9366e..871c1da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 quagga-0.99.16.tar.gz
 quagga-0.99.17.tar.gz
 /quagga-0.99.18.tar.gz
+/quagga-0.99.19.tar.gz
diff --git a/quagga.spec b/quagga.spec
index 4afecc5..54f9d92 100644
--- a/quagga.spec
+++ b/quagga.spec
@@ -31,8 +31,8 @@
 
 Summary:    Routing daemon
 Name:		quagga
-Version:	0.99.18
-Release:    2%{?dist}
+Version:	0.99.19
+Release:    1%{?dist}
 License:	GPLv2+
 Group:      System Environment/Daemons
 Source0:    http://www.quagga.net/download/%{name}-%{version}.tar.gz
@@ -40,8 +40,6 @@ Source1:    quagga-filter-perl-requires.sh
 Source2:    quagga-tmpfs.conf
 
 # upstream patches
-Patch1:     quagga-0.99.18-opaque-enable.patch
-Patch2:     quagga-0.99.18-opaque-refresh-fixes.patch
 
 # Fedora patches
 Patch101:     quagga-0.99.15-perl_pth.patch
@@ -107,9 +105,6 @@ developing OSPF-API and quagga applications.
 %prep
 %setup  -q
 
-%patch1 -p1 -b .opaque-enable
-%patch2 -p1 -b .opaque-refresh-fixes
-
 %patch101 -p1 -b .perl_pth
 %patch102 -p1 -b .posix
 %patch103 -p1 -b .man
@@ -358,6 +353,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Sep 29 2011 Jiri Skala <jskala at redhat.com> - 0.99.19-1
+- fixes #741343 - CVE-2011-3323 CVE-2011-3324 CVE-2011-3325 CVE-2011-3326 CVE-2011-3327
+- fixes #741580 - updated to latest upstream version 0.99.19
+
 * Thu Mar 31 2011 Jiri Skala <jskala at redhat.com> - 0.99.18-2
 - fixes #692219 - quagga tempfile typo causes system to fail to boot
 
diff --git a/sources b/sources
index ba567da..5d3c10a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-59e306e93a4a1ce16760f20e9075d473  quagga-0.99.18.tar.gz
+b0738f86bac24aad76a7d5934bcabce0  quagga-0.99.19.tar.gz


More information about the scm-commits mailing list