Change logs for network-manager source package in Oneiric

  • network-manager (0.9.1.90-0ubuntu5.2) oneiric-security; urgency=low
    
      * SECURITY UPDATE: Insecure WPA AdHoc network creation (LP: #905748)
        - debian/patches/CVE-2012-2736.patch: disable WPA-secured adhoc
          wireless networks in libnm-util/nm-utils.c, src/nm-device-wifi.c,
          src/settings/nm-settings.c.
        - CVE-2012-2736
     -- Marc Deslauriers <email address hidden>   Thu, 21 Jun 2012 10:45:03 -0400
  • network-manager (0.9.1.90-0ubuntu5.1) oneiric-proposed; urgency=low
    
      * debian/patches/core-improving-handling-of-rfkill-bgo-655773.patch:
        Fix the rfkill handling with the improved block state determination
        logic among the platform driver and the non-platform driver.
        (LP: #887834)
     -- Keng-Yu Lin <email address hidden>   Thu, 24 Nov 2011 15:41:54 +0800
  • network-manager (0.9.1.90-0ubuntu5) oneiric-proposed; urgency=low
    
      * debian/patches/fix_reading_intlist-like_ssids_965d586.patch: Fix numeric
        SSIDs parsing; if there is no semicolon, except the file is in new format
        (so just a valid, all-nums SSID rather than a integer list). (LP: #874328)
      * debian/patches/lp862134_resolv_conf_updates.patch: don't update routing
        and DNS for unmanaged devices or devices transitioning to unmanaged; in an
        attempt to keep possibly correct resolv.conf contents and routes.
        (LP: #862134)
     -- Mathieu Trudel-Lapierre <email address hidden>   Thu, 20 Oct 2011 07:36:41 -0400
  • network-manager (0.9.1.90-0ubuntu4) oneiric-proposed; urgency=low
    
      * debian/patches/lp859373_upgrade_policy_fix.patch: keep providing the
        use-user-connections PolicyKit policy to help with upgrades from previous
        releases. (LP: #859373)
     -- Mathieu Trudel-Lapierre <email address hidden>   Thu, 13 Oct 2011 17:59:26 -0400
  • network-manager (0.9.1.90-0ubuntu3) oneiric; urgency=low
    
      * debian/patches/nl3-default-ip6-route.patch: set destination for default
        gateway as an all-zero in6_addr rather than NULL (since libnl3 requires
        setting a destination). (LP: #856209)
      * debian/patches/manual-ip6-manager.patch: provide an unused but set ipv6
        manager object so manual routes are torn down when a device is deactivated.
      * debian/patches/dhcpv6-duid-support.patch: update to avoid spewing out debug
        messages as warnings/info.
     -- Mathieu Trudel-Lapierre <email address hidden>   Thu, 06 Oct 2011 15:03:22 -0400
  • network-manager (0.9.1.90-0ubuntu2) oneiric; urgency=low
    
      * debian/patches/libnl3-cache-args.patch: unbreak setting route priorities,
        which will also unbreak cases where connections fails when  wired and wifi
        are connected to the same network. (LP: #856333)
      * debian/patches/dhcpv6-duid-support.patch: support handling DUIDs for DHCPv6
        requests, as defined by RFC 3315, section 9. (LP: #849994)
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 28 Sep 2011 11:59:27 -0400
  • network-manager (0.9.1.90-0ubuntu1) oneiric; urgency=low
    
      * New upstream release. (LP: #855592)
        - core: print textual desc for reason codes on device deactivation too
        - supplicant: Don't leak secrets, even if they're probably invalid
        - core: storing timestamps also for VPN connections (rh #725353)
        - wifi: remove some dead code
        - ppp: pass novj through to pppd
        - monitor: Use nl_socket_alloc() instead of nl_socket_alloc_cb()
        - core: Fix check for failure in translating link name to ifindex
        - netlink: fix flags use in nm_netlink_route_add
        - core: Fix leaks if address parsing fails while setting mac
        - core: fix leaked address structure after parsing mac address
        - ip6: various leak fixes and sanity checks
        - keyfile: fix two bugs for updating/writting a keyfile
        - sharing: fix handling of rule negation (debian #638995)
        - cli: print 'Permissions' property of NMSettingConnection setting
        - cli: add missing GSM bands for GSM setting
        - cli: add 'nmcli con delete' command for removing configured connections
        - cli: nm_access_point_get_bssid instead of nm_access_point_get_hw_address
        - dnsmasq: use '@interface' for link-local DNS servers in dnsmasq config
        - settings: preserve agent secrets the right way
      * debian/patches/libnl3-support-0fe8c80.patch: dropped, included upstream.
      * debian/libnm-util2.symbols: add new secrets symbols:
        - nm_connection_clear_secrets_with_flags
        - nm_settings_clear_secrets_with_flags
      * debian/patches/ipv6-dont-block-ipv4.patch: refreshed, rework to follow
        upstream review and recommendations.
      * debian/patches/lp767868_refcount_default_wired_512a0f8.patch: correct ref
        counting of the default wired connection when it's re-saved once changed
        from the original default values. (LP: #767868)
      * debian/patches/secrets_delete_conn_leak_e39449c.patch: cherry-pick upstream
        fix of a leak of the connection object when secrets are deleted for a
        connection.
     -- Mathieu Trudel-Lapierre <email address hidden>   Thu, 22 Sep 2011 12:08:51 -0400
  • network-manager (0.9.0-0ubuntu3) oneiric; urgency=low
    
      * debian/patches/lp761558_default_ip6_setting_auto.patch: disable the patch,
        it causes an issue with mobile broadband connections. (LP: #840082)
        Reopens LP: #761558.
     -- Mathieu Trudel-Lapierre <email address hidden>   Thu, 08 Sep 2011 17:02:34 -0400
  • network-manager (0.9.0-0ubuntu2) oneiric; urgency=low
    
      * debian/patches/lp761558_default_ip6_setting_auto.patch: default to AUTO for
        IPv6 method if the setting is missing (e.g. default new connection for new
        devices). (LP: #761558)
      * debian/patches/libnl3-support-0fe8c80.patch: fix nm_netlink_route_add() to
        take into account flags already passed (e.g. for replacing routes).
     -- Mathieu Trudel-Lapierre <email address hidden>   Fri, 02 Sep 2011 10:28:15 -0400
  • network-manager (0.9.0-0ubuntu1) oneiric; urgency=low
    
      * New upstream release.
      * debian/patches/libnl3-support-0fe8c80.patch: replace libnl3-port.patch; use
        a cherry-pick from upstream with the same changes.
      * debian/patches/lp120363_smartcard_pkcs11.patch: dropped, it's high effort
        to maintain across releases, essentially needs to be re-done, and doesn't
        even appear to work. (Reopens: #120363).
      * debian/libnm-util2.symbols: fixup 802.1x symbols:
        - remove symbols coming from lp120363_smartcard_pkcs11.patch.
        - add new 802.1x subject/altsubject handling symbols from 0.9.0.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 24 Aug 2011 10:39:40 -0400
  • network-manager (0.8.9997+git.20110721t045648.36db194-0ubuntu2) oneiric; urgency=low
    
      * debian/control: bump libnl Build-Depends to libnl3-dev.
      * debian/patches/libnl3-port.patch: backport changes from NM's libnl3 git
        branch to port to libnl3 APIs.
     -- Mathieu Trudel-Lapierre <email address hidden>   Mon, 08 Aug 2011 10:17:28 -0400
  • network-manager (0.8.9997+git.20110721t045648.36db194-0ubuntu1) oneiric; urgency=low
    
      * upstream snapshot 2011-07-21 04:56:48 (GMT)
        + 36db194ae95e35cc7b8f431ab984780dea24656d
        - libnm-util: default to allowing v6 connections to fail (set to optional)
      * debian/patches/ipv6-dont-block-ipv4.patch: don't block waiting for IPv6 to
        apply IPv4 connection settings.
      * debian/libnm-glib4.symbols: add new nm_client_get_device_by_iface symbol.
      * debian/libnm-util2.symbols: add new symbols:
        - nm_setting_wired_get_mac_address_blacklist
        - nm_setting_wireless_get_mac_address_blacklist
     -- Mathieu Trudel-Lapierre <email address hidden>   Mon, 25 Jul 2011 20:01:12 -0400
  • network-manager (0.8.9997+git.20110614t173923.b4a72d1-0ubuntu1) oneiric; urgency=low
    
      * upstream snapshot 2011-06-14 17:39:23 (GMT)
        + b4a72d1ad794aef4c623fd530fc38ceb9b95456d
        - libnm-glib: fix crash for AddAndActivateConnection (LP: #795871)
     -- Mathieu Trudel-Lapierre <email address hidden>   Tue, 14 Jun 2011 15:12:50 -0400
  • network-manager (0.8.9997-1ubuntu2) oneiric; urgency=low
    
      * debian/rules: re-install ifblacklist-migrate.sh so installs from the
        alternate image correctly factor out devices managed by NetworkManager.
        (LP: #790604)
     -- Mathieu Trudel-Lapierre <email address hidden>   Tue, 31 May 2011 10:06:33 -0400
  • network-manager (0.8.9997-1ubuntu1) oneiric; urgency=low
    
      * Merge with Debian; remaining changes:
        - Add debian/README.source.
        - Add dh-autoreconf, libnotify-dev, isc-dhcp-client to Build-Depends.
        - Have network-manager Depends on iproute, iputils-arping.
        - Have network-manager Recommends the -pptp plugin as well as the different
          alternate UIs (n-m-gnome, -kde, or plasma-widget-networkmanagement).
        - Add a stub for hostname events to the dispatcher script.
        - Use an Upstart startup script instead of a SystemD init script.
        - debian/network-manager.install: install the apport hook.
        - debian/network-manager.links: add a link to the apport hook to reuse for
          nm-applet.
        - debian/network-manager.prerm: add a task to stop NetworkManager when
          removing the package
        - debian/network-manager.{post,pre}{inst,rm}: drop some unnecessary
          migration steps and adjust versioning for Ubuntu package upgrades.
        - Drop debian/patches/02-dbus_access_network_manager.patch; as we don't use
          the netdev group to limit access to devices in Ubuntu.
        - debian/rules: use NSS instead of GnuTLS for crypto functions.
        - debian/rules: run dh with autoreconf.
        - debian/rules: run intltool-update in install.
        - debian/rules: add variables and targets for git snapshots.
        - debian/rules: use dh_makeshlibs with -c4 to check for changed symbols.
      * debian/patches/70_lp145653_no_sigaction_for_crashes.patch: refresh and
        update to also let apport catch SIGFPE crashes.
      * debian/patches/lp191889_always_offline_with_unmanaged_devices.patch:
        refreshed.
      * debian/patches/lp120363_smartcard_pkcs11.patch: refreshed so it applies
        cleanly.
      * debian/patches/50_gettext_macros.patch: workaround intltoolize issue to
        have configure generate po/Makefile.in.in.
      * debian/rules: disable tests, they fail because dbus can't be started without
        DISPLAY, which is complex in buildds. We can make do without them for now.
      * debian/network-manager.install: drop installing nm-vpn-properties.1; we
        don't generate it anymore and there is no binary that matches it.
      * debian/libnm-util2.symbols: readd symbols introduced by the smartcard patch.
     -- Mathieu Trudel-Lapierre <email address hidden>   Mon, 30 May 2011 09:53:52 -0400
  • network-manager (0.8.4-0ubuntu1) oneiric; urgency=low
    
      * Upstream release 0.8.4.
      * debian/source/format: migrate to package format 3.0 (quilt)
      * debian/patches/99_printf_formatting_fixes.patch: dropped, applied upstream.
      * debian/patches/git_disconn_secrets_reqs_b613a17.patch,
        debian/patches/git_wwan_state_detection_d0a1b23.patch,
        debian/patches/git_wired_ap_scan_value_a262dc4.patch: dropped,
        applied upstream.
      * debian/patches/lp120363_smartcard_pkcs11.patch: refreshed, for reordering
        the new symbols in the symbols list file.
      * debian/patches/02-dbus_access_network_manager.patch: dropped, no longer
        required (hal is deprecated).
      * debian/control: merge Debian changes and migrate to DH instead of CDBS:
        - bump debhelper Build-Depends to >= 8.
        - add Build-Depends on dh-autoreconf.
        - sync Build-Depends with Debian's; this drops automake1.9, cdbs, quilt,
          gnome-common, libgnome-keyring-dev, libgnomeui-dev, libpanel-applet2-dev,
          libglade2-dev, libgconf2-dev, iproute.
        - add new package network-manager-dbg for debug symbols.
        - bump Standards-Version to 3.9.2.
      * debian/control: merge binary packages dependencies with Debian, important
        changes:
        - network-manager: Depends adds udev and isc-dhcp-client (>= 4.1.1-P1-4)
        - network-manager: Recommends: adds policykit-1
        - network-manager: Suggests: adds avahi-autoipd
      * debian/compat: bump to compat level 8.
      * debian/rules:
        - migrate to use dh instead of CDBS.
        - add override for dh_strip to correctly strip NM to the new
          package network-manager-dbg.
        - cleanup more extra files left behind by the build.
      * debian/libnm-glib-dev.install,
        debian/libnm-glib-vpn-dev.install: clean up and sync with Debian.
      * debian/libnm-glib-dev.links: drop links to legacy names for .pc files,
        introduced in Karmic for a transition: they're not required anymore.
      * debian/libnm-util-dev.install: sync with Debian.
      * debian/network-manager.install:
        - don't ship .a and .la files.
        - explicitly install /usr/bin/nm-online.
        - install dispatchers from upstream in /etc/NetworkManager/dispatcher.d.
        - install extra udev rules from upstream.
      * debian/network-manager.dirs: sync with Debian.
      * debian/network-manager.docs: define additional upstream files to ship as
        documentation.
        - drop ifblacklist_migrate.sh and /usr/share/NetworkManager/gdb-cmd
      * debian/network-manager.postrm: drop old code migrating /etc/dbus-1/event.d.
      * debian/network-manager.postinst: drop code migrating /etc/dbus-1/event.d.
      * debian/copyright: sync with Debian.
      * debian/README.Debian: add information about using System-level settings and
        connections.
      * debian/watch: because I can.
     -- Mathieu Trudel-Lapierre <email address hidden>   Fri, 06 May 2011 12:59:53 -0400
  • network-manager (0.8.4~git.20110319t175609.d14809b-0ubuntu3) natty; urgency=low
    
      * debian/patches/git_disconn_secrets_reqs_b613a17.patch: fix cleaning up
        NMVPNManager objects when stopping the deamon. (LP: #737713)
      * debian/patches/git_wwan_state_detection_d0a1b23.patch: fix enabled state
        detection. (LP: #756553)
      * debian/patches/git_wired_ap_scan_value_a262dc4.patch: wired 802.1x
        connections need to set ap_scan=0 for the supplicant, which apparently had
        been dropped at some point.
     -- Mathieu Trudel-Lapierre <email address hidden>   Thu, 14 Apr 2011 17:24:02 -0400