[wicd] Upgrade to wicd-1.7.2.1 to fix CVE-2012-2095 (#811763)

David Cantrell dcantrel at fedoraproject.org
Fri Apr 13 13:45:07 UTC 2012


commit fa1e9f60384921b498fc9b7159b0a5713509af5e
Author: David Cantrell <dcantrell at redhat.com>
Date:   Fri Apr 13 09:44:52 2012 -0400

    Upgrade to wicd-1.7.2.1 to fix CVE-2012-2095 (#811763)

 .gitignore                 |    1 +
 sources                    |    2 +-
 wicd-1.7.1-child_pid.patch |   11 -----------
 wicd.spec                  |   15 +++++++--------
 4 files changed, 9 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 59cc34d..792dafb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 wicd-1.7.1.tar.gz
+/wicd-1.7.2.1.tar.gz
diff --git a/sources b/sources
index 16fe0a3..f505a9d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c5664a0e850cddbe80942eabb10430a  wicd-1.7.1.tar.gz
+96c0a08b2bc0c7f1977219a58ad70cd9  wicd-1.7.2.1.tar.gz
diff --git a/wicd.spec b/wicd.spec
index e36d92e..277d542 100644
--- a/wicd.spec
+++ b/wicd.spec
@@ -8,8 +8,8 @@
 %define debug_package %{nil}
 
 Name:                wicd
-Version:             1.7.1
-Release:             5%{?dist}
+Version:             1.7.2.1
+Release:             1%{?dist}
 Summary:             Wireless and wired network connection manager
 
 Group:               System Environment/Base
@@ -22,8 +22,7 @@ Source2:             org.wicd.daemon.service
 Patch0:              wicd-1.7.0-remove-WHEREAREMYFILES.patch
 Patch1:              wicd-1.7.1-dbus-failure.patch
 Patch2:              wicd-1.7.0-dbus-policy.patch
-Patch3:              wicd-1.7.1-child_pid.patch
-Patch4:              wicd-1.7.1-DaemonClosing.patch
+Patch3:              wicd-1.7.1-DaemonClosing.patch
 
 BuildRoot:           %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
 BuildRequires:       babel
@@ -100,11 +99,8 @@ Client program for wicd that uses a GTK+ interface.
 # Allow users at the console to control wicd
 %patch2 -p1
 
-# Initialize child_pid to None in wicd-daemon.py
-%patch3 -p1
-
 # Work around bug in DaemonClosing() calls
-%patch4 -p1
+%patch3 -p1
 
 %build
 rm -f po/ast.po
@@ -293,6 +289,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/scalable/apps/wicd-gtk.svg
 
 %changelog
+* Fri Apr 13 2012 David Cantrell <dcantrell at redhat.com> - 1.7.2.1-1
+- Upgrade to wicd-1.7.2.1 to fix CVE-2012-2095 (#811763)
+
 * Mon Mar 26 2012 David Cantrell <dcantrell at redhat.com> - 1.7.1-5
 - Remove our wicd.service file, this is provided by upstream now
 


More information about the scm-commits mailing list