Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2015-08-21 07:38:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager (Old)
 and      /work/SRC/openSUSE:Factory/.NetworkManager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "NetworkManager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes    
2015-07-05 17:59:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes       
2015-08-21 07:38:45.000000000 +0200
@@ -1,0 +2,76 @@
+Wed Aug 19 19:52:08 UTC 2015 - dims...@opensuse.org
+
+- Toggle with_cacert_patch to 1: the patch has been rebased.
+
+-------------------------------------------------------------------
+Tue Aug 18 19:13:13 UTC 2015 - bastianho...@gmx.de
+
+- Change nfs dispatcher-script to be more reliable in mixed ip v4
+  v6 environments.
+
+-------------------------------------------------------------------
+Thu Aug  6 09:57:09 UTC 2015 - g...@suse.com
+
+- Rebase nm-probe-radius-server-cert.patch for 1.0.4 (bsc#938198).
+
+-------------------------------------------------------------------
+Thu Aug  6 08:42:44 UTC 2015 - dims...@opensuse.org
+
+- Add explicit pkgconfig(udev) BuildRequires: we need it to define
+  %{_udevdir}.
+
+-------------------------------------------------------------------
+Wed Jul 15 11:45:18 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.0.4:
+  + The MTU setting from an IPv6 neighbor discovery Router
+    Advertisements is now ignored if applying it would result in
+    invalid configuration.
+  + Some configuration options can now be changed without
+    restarting the daemon. Notably, this applies to 'dns',
+    'connectivity' and 'ignore-carrier' settings.
+  + The connection activation was made more robust. If an active
+    connection is reactivated, the device it's active on takes
+    precedence. If an attempt is made to activate a connection on a
+    different device than it is active on, the activation proceeds
+    removing the connection from the active device.
+  + The device specifiers in configuration files now support
+    negation via 'except:' match.
+  + Devices that only have IPv6 link-local address are no longer
+    assumed to be connected.
+  + nmcli now provides hints and tab-completion for enumeration
+    properties.
+  + If the IPv6 interface tokens are set they are honored when
+    creating an interface identifier for IPv6 addressing.
+  + NetworkManager now maintains correct routing configuration when
+    multiple interfaces are connected to the same network.
+  + The management of devices can now be controlled with udev
+    rules. The veth devices as well as the virtual Ethernet devices
+    of various virtualization tools (VMWare, VirtualBox, Parallels
+    Workstation) are now ignored by default.
+  + The IPv6 privacy extensions are now enabled by default and
+    handling of the ip6-privacy sysctl has been improved.
+  + Activating a Bond, Bridge or Team device can now optionally
+    activate the slave connections as well. The behavior is
+    controlled with 'connection.autoconnect-slaves' property.
+  + The platform support code has been refactored, resulting in
+    better scalability in large configurations.
+  + Changes to network interfaces configuration done outside
+    NetworkManager are now picked up and exposed to the user via
+    NetworkManager API and tools.
+  + A connection can now optionally leave externally configured
+    default route in place instead of overriding it. The behavior
+    is controlled with 'ipv4.never-default' and
+    'ipv6.never-default' properties.
+  + Multiple crasher and memory leak bugs in the daemon were fixed.
+  + Multiple bugs that could cause the client tools to hang or
+    crash were fixed.
+  + nmcli allows multiple devices for 'nmcli device
+    disconnect/delete'.
+  + Firewall zone is added to firewalld for device-based VPN
+    connections too.
+- Toggle with_cacert_patch to 0: the Radius CA patch neeeds to be
+  reworked. Wrap applying the patch into a with_cacert_patch
+  condition, to make enabling/disabling a one-stop change.
+
+-------------------------------------------------------------------

Old:
----
  NetworkManager-1.0.2.tar.xz

New:
----
  NetworkManager-1.0.4.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ NetworkManager.spec ++++++
--- /var/tmp/diff_new_pack.tFOrWA/_old  2015-08-21 07:38:46.000000000 +0200
+++ /var/tmp/diff_new_pack.tFOrWA/_new  2015-08-21 07:38:46.000000000 +0200
@@ -26,7 +26,7 @@
 
 Name:           NetworkManager
 Url:            http://www.gnome.org/projects/NetworkManager/
-Version:        1.0.2
+Version:        1.0.4
 Release:        0
 Summary:        Network Link Manager and User Applications
 License:        GPL-2.0+
@@ -85,6 +85,7 @@
 BuildRequires:  pkgconfig(nss)
 BuildRequires:  pkgconfig(polkit-agent-1) >= 0.97
 BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(udev)
 BuildRequires:  pkgconfig(uuid)
 Requires:       dhcp-client
 Requires:       iproute2
@@ -225,7 +226,9 @@
 %patch0 -p1
 #patch3 -p1
 #patch4 -p1
+%if %{with_cacert_patch}
 %patch5 -p1
+%endif
 %patch6 -p1
 
 %build
@@ -388,7 +391,7 @@
 %{_unitdir}/NetworkManager-wait-online.service
 %dir %{_unitdir}/network-online.target.wants
 %{_unitdir}/network-online.target.wants/NetworkManager-wait-online.service
-%{_udevdir}/rules.d/77-nm-olpc-mesh.rules
+%{_udevdir}/rules.d/85-nm-unmanaged.rules
 %ghost %config(noreplace) /var/log/NetworkManager
 
 %if %{with_wimax}

++++++ NetworkManager-1.0.2.tar.xz -> NetworkManager-1.0.4.tar.xz ++++++
++++ 140925 lines of diff (skipped)

++++++ nfs ++++++
--- /var/tmp/diff_new_pack.tFOrWA/_old  2015-08-21 07:38:48.000000000 +0200
+++ /var/tmp/diff_new_pack.tFOrWA/_new  2015-08-21 07:38:48.000000000 +0200
@@ -3,9 +3,10 @@
 # nfs - start NFS in response to interface change
 #
 # Robert Love
+# Bastian Holst <bho...@lusku.de>
 
 case "$2" in
-       up)
+       up|dhcp4-change|dhcp6-change)
                # Check with systemd if nfs service is enabled
                if /usr/bin/systemctl is-enabled nfs.service >/dev/null 2>&1; 
then
                        /bin/mount -alt nfs,nfs4

++++++ nm-probe-radius-server-cert.patch ++++++
++++ 940 lines (skipped)
++++ between 
/work/SRC/openSUSE:Factory/NetworkManager/nm-probe-radius-server-cert.patch
++++ and 
/work/SRC/openSUSE:Factory/.NetworkManager.new/nm-probe-radius-server-cert.patch


Reply via email to