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)
This commit is contained in:
Jiří Klimeš 2011-09-27 14:20:43 +02:00
parent 48702bb8c4
commit 186a7c6c6c
3 changed files with 13 additions and 5 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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@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@redhat.com> - 1:0.9.1.90-1
- Update to 0.9.1.90

View File

@ -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