rpms/NetworkManager/F-11 .cvsignore, 1.110, 1.111 NetworkManager.spec, 1.284, 1.285 nm-applet-internal-buildfixes.patch, 1.12, 1.13 sources, 1.151, 1.152

Daniel Williams dcbw at fedoraproject.org
Wed Dec 23 18:20:27 UTC 2009


Author: dcbw

Update of /cvs/pkgs/rpms/NetworkManager/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30533

Modified Files:
	.cvsignore NetworkManager.spec 
	nm-applet-internal-buildfixes.patch sources 
Log Message:
* Wed Dec 23 2009 Dan Williams <dcbw at redhat.com> - 0.7.2-2.git20091223
- nm: allow more connect time for 'hso' mobile broadband devices (rh #514827)
- nm: fix reconnections on some Option 'hso' devices
- nm: add support for more ZTE mobile broadband devices
- ifcfg-rh: treat MODE=AUTO as infrastructure mode
- ifcfg-rh: warn when device will be managed due to missing HWADDR (rh #545003)
- ifcfg-rh: add support for reading and writing routes files (rh #507307)
- applet: fix potential leakage of secrets onto the system bus (rh #546115) (CVE-2009-4145)
- applet: fix possible connections to spoofed WPA Enterprise networks (rh #546793) (CVE-2009-4144)
- applet: add "Disable Notifications" option
- applet: fix blank notification with certain characters



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/F-11/.cvsignore,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -p -r1.110 -r1.111
--- .cvsignore	23 Nov 2009 21:46:34 -0000	1.110
+++ .cvsignore	23 Dec 2009 18:20:27 -0000	1.111
@@ -167,3 +167,5 @@ NetworkManager-0.7.1.998.tar.bz2
 network-manager-applet-0.7.1.998.tar.bz2
 NetworkManager-0.7.2.tar.bz2
 network-manager-applet-0.7.2.tar.bz2
+NetworkManager-0.7.2.git20091223.tar.bz2
+network-manager-applet-0.7.2.git20091223.tar.bz2


Index: NetworkManager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/F-11/NetworkManager.spec,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -p -r1.284 -r1.285
--- NetworkManager.spec	23 Nov 2009 21:46:34 -0000	1.284
+++ NetworkManager.spec	23 Dec 2009 18:20:27 -0000	1.285
@@ -9,14 +9,14 @@
 %define libnl_version 1.1
 %define ppp_version 2.2.4
 
-%define snapshot %{nil}
-%define applet_snapshot %{nil}
+%define snapshot .git20091223
+%define applet_snapshot .git20091223
 
 Name: NetworkManager
 Summary: Network connection manager and user applications
 Epoch: 1
 Version: 0.7.2
-Release: 1%{snapshot}%{?dist}
+Release: 2%{snapshot}%{?dist}
 Group: System Environment/Base
 License: GPLv2+
 URL: http://www.gnome.org/projects/NetworkManager/
@@ -347,6 +347,18 @@ fi
 %{_datadir}/gtk-doc/html/libnm-util/*
 
 %changelog
+* Wed Dec 23 2009 Dan Williams <dcbw at redhat.com> - 0.7.2-2.git20091223
+- nm: allow more connect time for 'hso' mobile broadband devices (rh #514827)
+- nm: fix reconnections on some Option 'hso' devices
+- nm: add support for more ZTE mobile broadband devices
+- ifcfg-rh: treat MODE=AUTO as infrastructure mode
+- ifcfg-rh: warn when device will be managed due to missing HWADDR (rh #545003)
+- ifcfg-rh: add support for reading and writing routes files (rh #507307)
+- applet: fix potential leakage of secrets onto the system bus (rh #546115) (CVE-2009-4145)
+- applet: fix possible connections to spoofed WPA Enterprise networks (rh #546793) (CVE-2009-4144)
+- applet: add "Disable Notifications" option
+- applet: fix blank notification with certain characters
+
 * Mon Nov 23 2009 Dan Williams <dcbw at redhat.com> - 0.7.2
 - nm: fix VPN crash with NULL secrets (rh #532084)
 - nm: validate pidfile and quit early if NM is already running (rh #517362)

nm-applet-internal-buildfixes.patch:
 configure.ac                      |    4 ----
 src/Makefile.am                   |    8 +++++++-
 src/connection-editor/Makefile.am |    9 ++++++++-
 src/gconf-helpers/Makefile.am     |    8 +++++++-
 src/utils/Makefile.am             |    9 ++++++++-
 src/wireless-security/Makefile.am |    8 +++++++-
 6 files changed, 37 insertions(+), 9 deletions(-)

Index: nm-applet-internal-buildfixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/F-11/nm-applet-internal-buildfixes.patch,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- nm-applet-internal-buildfixes.patch	23 Nov 2009 21:46:34 -0000	1.12
+++ nm-applet-internal-buildfixes.patch	23 Dec 2009 18:20:27 -0000	1.13
@@ -5,10 +5,10 @@ diff -up NetworkManager-0.7.2/network-ma
  PKG_CHECK_MODULES(NMA,
  		[dbus-glib-1 >= 0.74
  		 glib-2.0 >= 2.10
--		 NetworkManager >= 0.7.1.998
--		 libnm_glib >= 0.7.1.998
--		 libnm-util >= 0.7.1.998
--		 libnm_glib_vpn >= 0.7.1.998
+-		 NetworkManager >= 0.7.2
+-		 libnm_glib >= 0.7.2
+-		 libnm-util >= 0.7.2
+-		 libnm_glib_vpn >= 0.7.2
  		 gtk+-2.0 >= 2.14
  		 libglade-2.0
  		 gmodule-export-2.0


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/F-11/sources,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -p -r1.151 -r1.152
--- sources	23 Nov 2009 21:46:34 -0000	1.151
+++ sources	23 Dec 2009 18:20:27 -0000	1.152
@@ -1,2 +1,2 @@
-c370650d7f88495fa00e470557316432  NetworkManager-0.7.2.tar.bz2
-820927582d1170c9d8cc0db3cbe80c96  network-manager-applet-0.7.2.tar.bz2
+b6a326886a429673b7c9a94d3f1f504f  NetworkManager-0.7.2.git20091223.tar.bz2
+f02780d9462a20fbca93a95870f47824  network-manager-applet-0.7.2.git20091223.tar.bz2




More information about the scm-commits mailing list