[NetworkManager] Updated to git snapshot to fix ifcfg-rh security issue (CVE-2011-3364) (rh #737338)

Jirka Klimes jklimes at fedoraproject.org
Tue Sep 27 12:25:52 UTC 2011


commit 186a7c6c6c8e21e49486b3ffbb04611bb624cf31
Author: Jiří Klimeš <jklimes at redhat.com>
Date:   Tue Sep 27 14:20:43 2011 +0200

    Updated to git snapshot to fix ifcfg-rh security issue (CVE-2011-3364) (rh #737338)
    
    see https://bugzilla.redhat.com/show_bug.cgi?id=737338 (parent bug)
        https://bugzilla.redhat.com/show_bug.cgi?id=741418 (tracker bug)

 .gitignore          |    2 ++
 NetworkManager.spec |   13 +++++++++----
 sources             |    3 ++-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc94c10..20e0a58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -260,3 +260,5 @@ network-manager-applet-0.8.1.tar.bz2
 /NetworkManager-0.9.0.tar.bz2
 /network-manager-applet-0.9.0.tar.bz2
 /NetworkManager-0.9.1.90.tar.xz
+/NetworkManager-0.9.1.90.git20110927.tar.bz2
+/network-manager-applet-0.9.1.90.git20110927.tar.bz2
diff --git a/NetworkManager.spec b/NetworkManager.spec
index b4f24b3..99af555 100644
--- a/NetworkManager.spec
+++ b/NetworkManager.spec
@@ -7,20 +7,20 @@
 %define libnl_version 1.1
 %define ppp_version 2.4.5
 
-%define snapshot %{nil}
-%define applet_snapshot %{nil}
+%define snapshot .git20110927
+%define applet_snapshot .git20110927
 %define realversion 0.9.1.90
 
 Name: NetworkManager
 Summary: Network connection manager and user applications
 Epoch: 1
 Version: 0.9.1.90
-Release: 1%{snapshot}%{?dist}
+Release: 2%{snapshot}%{?dist}
 Group: System Environment/Base
 License: GPLv2+
 URL: http://www.gnome.org/projects/NetworkManager/
 
-Source: %{name}-%{realversion}%{snapshot}.tar.xz
+Source: %{name}-%{realversion}%{snapshot}.tar.bz2
 Source1: network-manager-applet-%{realversion}%{applet_snapshot}.tar.bz2
 Source2: NetworkManager.conf
 Patch1: nm-applet-internal-buildfixes.patch
@@ -458,6 +458,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/libnm-gtk/*.ui
 
 %changelog
+* Tue Sep 27 2011 Jiří Klimeš <jklimes at redhat.com> - 0.9.1.90-2.git20110927
+- core: ifcfg-rh: remove newlines when writing to ifcfg files (CVE-2011-3364) (rh #737338)
+- core: change iscsiadm path to /sbin/iscsiadm in ifcfg-rh plugin (rh #740753)
+- core: fix refcounting when deleting a default wired connection (lp:797868)
+
 * Tue Sep 27 2011 Ray <rstrode at redhat.com> - 1:0.9.1.90-1
 - Update to 0.9.1.90
 
diff --git a/sources b/sources
index 9aa681b..face1a7 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-c7cfb1c18c3673a8664cac3e404f5aa0  NetworkManager-0.9.1.90.tar.xz
+485df497921ae4a9eba8f25fb2b5fc81  NetworkManager-0.9.1.90.git20110927.tar.bz2
+c8f0627d303ed3893c38e151086ad5a5  network-manager-applet-0.9.1.90.git20110927.tar.bz2


More information about the scm-commits mailing list