Change logs for network-manager source package in Utopic

  • network-manager (0.9.8.8-0ubuntu28.1) utopic-security; urgency=medium
    
      * SECURITY UPDATE: directory traversal issue resulting in connection
        modification and possible arbitrary file disclosure (LP: #1449245)
        - debian/patches/CVE-2015-1322.patch: strip slashes from filename
          in src/settings/plugins/ofono/plugin.c.
        - CVE-2015-1322
    
     -- Marc Deslauriers <email address hidden>  Tue, 28 Apr 2015 07:10:22 -0400
  • network-manager (0.9.8.8-0ubuntu28) utopic; urgency=medium
    
      * debian/patches/add_ofono_support.patch: Ignore calls to set_mm_enabled;
        we don't need to do any action when that happens. (LP: #1350332)
      * debian/patches/provisioning_wait_ofono_properties.patch: keep Online into
        consideration when setting the CONNECTED state for the modem device, as
        when flight mode is toggled the oFono Interfaces may be re-created and
        could still be Powered and Attached. (LP: #1350332)
      * debian/patches/ignore_rfkill_if_urfkill_present.patch: don't write state
        file on state changes from urfkill, as urfkill will handle persistence
        itself. (LP: #1381406)
      * debian/patches/bridge_ignore_without_connections.patch: Drop patch; this
        is no longer necessary given upstream commit 17338069 which avoids
        touching bridge connections that weren't created by NM. (LP: #1273201)
     -- Mathieu Trudel-Lapierre <email address hidden>   Thu, 09 Oct 2014 14:38:18 -0400
  • network-manager (0.9.8.8-0ubuntu27) utopic; urgency=medium
    
      * Cull scan lists immediately after receving "scan done" from wpa
        supplicant.
     -- Thomas Voss <email address hidden>   Thu, 18 Sep 2014 21:37:50 +0200
  • network-manager (0.9.8.8-0ubuntu26) utopic; urgency=medium
    
      * debian/patches/ignore_rfkill_if_urfkill_is_present.patch: fix crash in
        error handling of the wlan/wwan proxy creation code in NMUrfkillManager.
     -- Mathieu Trudel-Lapierre <email address hidden>   Fri, 12 Sep 2014 12:04:12 -0400
  • network-manager (0.9.8.8-0ubuntu25) utopic; urgency=medium
    
      * debian/tests/urfkill-integration: allow some delay between the moment
        urfkill is asked to block/unblock a device and checking that the state
        has changed to the expected value in NetworkManager.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 10 Sep 2014 14:04:51 -0400
  • network-manager (0.9.8.8-0ubuntu24) utopic; urgency=medium
    
      * debian/patches/remove-extra-scan_done-on-scan-start.patch: only notify
        SCAN_DONE when starting the scan if the call failed; otherwise we get a
        success SCAN_DONE both when the supplicant starts and finishes scanning.
        (LP: #1350267)
      * debian/patches/git_libnm_glib_test_crash_remote_settings_98e7145f.patch:
        fix a crash in tests when test_make_invisible fails to disconnect a
        handler, which corrupts the stack.
      * debian/patches/scan_update_last_seen.patch: update last seen timestamps
        for APs after a scan, so that the timestamp is always latest if an AP
        was still in range, not just because its properties changed.
        (LP: #1358159)
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 10 Sep 2014 09:31:21 -0400
  • network-manager (0.9.8.8-0ubuntu23) utopic; urgency=medium
    
      * debian/patches/ap_publish_last_seen.patch: add another case where last-seen
        changes should be notified to the libnm-glib object. Thanks to Thomas Voss
        for the fix.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 23 Jul 2014 15:45:51 -0400
  • network-manager (0.9.8.8-0ubuntu22) utopic; urgency=medium
    
      * debian/patches/add_ofono_support.patch: use the correct types for the
        ContextAdded and ContextRemoved signals so that we can call on the settings
        plugin to read and update available connections from oFono. (LP: #1341682)
      * debian/patches/provisioning_wait_ofono_properties.patch: refreshed.
      * debian/patches/ap_publish_last_seen.patch: last-seen should be an int in
        libnm-glib too.
      * debian/patches/scan_done_signal.patch: fix call to SignalDone in GLib
        bindings.
     -- Mathieu Trudel-Lapierre <email address hidden>   Tue, 15 Jul 2014 21:09:27 -0400
  • network-manager (0.9.8.8-0ubuntu21) utopic; urgency=medium
    
      * debian/patches/ap_publish_last_seen.patch: make the last-seen property for
        an AP public, so we know how hold an AP is from introspection.
      * debian/patches/scan_done_signal.patch: signal when a scan for new APs is
        completed.
     -- Mathieu Trudel-Lapierre <email address hidden>   Tue, 15 Jul 2014 10:40:30 -0400
  • network-manager (0.9.8.8-0ubuntu20) utopic; urgency=medium
    
      * debian/patches/ignore_rfkill_if_urfkill_is_present.patch: send the right
        signal for WWAN when its urfkill proxy is created rather that corrupting
        the WLAN state. (LP: #1340217)
     -- Mathieu Trudel-Lapierre <email address hidden>   Thu, 10 Jul 2014 11:49:26 -0400
  • network-manager (0.9.8.8-0ubuntu19) utopic; urgency=medium
    
      * debian/tests/wpa-dhclient: don't check IPv6 addresses for privacy
        extensions: those might not be enabled in the test environment; it's
        better to keep that to a separate test to be added later.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 09 Jul 2014 16:26:43 -0400
  • network-manager (0.9.8.8-0ubuntu18) utopic; urgency=medium
    
      * debian/control: allow for ofono to be installed instead of modemmanager
        to satisfy the modemmanager recommends.
     -- Mathieu Trudel-Lapierre <email address hidden>   Tue, 10 Jun 2014 15:35:05 -0400
  • network-manager (0.9.8.8-0ubuntu17) utopic; urgency=medium
    
      * Merge Debian's init script, for compatibility with insserv.
        (LP: #1323274)
     -- Martin Pitt <email address hidden>   Mon, 26 May 2014 15:35:25 +0200
  • network-manager (0.9.8.8-0ubuntu16) utopic; urgency=medium
    
      * debian/tests/wpa-dhclient: Fix IPv6 address regex harder.
     -- Martin Pitt <email address hidden>   Thu, 22 May 2014 07:15:45 +0200
  • network-manager (0.9.8.8-0ubuntu15) utopic; urgency=medium
    
      * debian/tests/wpa-dhclient: fix regex for IPv6 addresses.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 21 May 2014 23:42:03 -0400
  • network-manager (0.9.8.8-0ubuntu14) utopic; urgency=medium
    
      * debian/tests/nm: really fix the regex for IPv6 address lines.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 21 May 2014 21:08:02 -0400
  • network-manager (0.9.8.8-0ubuntu13) utopic; urgency=medium
    
      * debian/tests/nm: fix regex to properly match IPv6 addresses: there can
        now be IFA_F_MANAGETEMPADDR flag set for the address, which translates into
        an extra "mngtmpaddr" entry in ip address output.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 21 May 2014 19:15:20 -0400
  • network-manager (0.9.8.8-0ubuntu12) utopic; urgency=medium
    
      * debian/tests/urfkill-integration: skip last NM state file check when
        urfkill is running: we already confirm that NM knows wifi is disabled,
        and the state file is not used when working with urfkill.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 21 May 2014 17:21:44 -0400
  • network-manager (0.9.8.8-0ubuntu11) utopic; urgency=medium
    
      * debian/patches/ignore_rfkill_if_urfkill_is_present.patch:
        - do more logging when grabbing urfkill states from cached properties.
        - consider NO_ADAPTER state as unblocked.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 21 May 2014 15:30:10 -0400
  • network-manager (0.9.8.8-0ubuntu10) utopic; urgency=medium
    
      * debian/patches/add_ofono_settings_support.patch:
        - don't create a monitor for /var/lib/ofono if the path doesn't exist.
          We'll get another chance to do it if oFono appears on the DBus bus.
          (LP: #1289532)
        - Sort the list of ofono connections before returning them.
      * debian/patches/add_ofono_support.patch:
        - Don't Online the modem, urfkill or telepathy-ofono will take care of it.
        - Further refine how we pick the "best" for mobile data for oFono: we only
          want to consider GSM-type connections, and should try to pick the last
          connection to get successfully activated, defaulting to the first context
          privisioned by oFono (if no connections were ever established).
      * debian/patches/ofono_mms_support.patch: deal with MMS by setting up a host
        route for the mobile data connection if the MessageProxy property is set in
        oFono. (LP: #1302037)
      * debian/patches/dont-check-secrets-for-ofono.patch: refreshed.
      * debian/patches/git_default_route_active_device_9820258.patch: keep the
        default gateway on the currently active device.
     -- Mathieu Trudel-Lapierre <email address hidden>   Wed, 07 May 2014 09:41:26 -0400
  • network-manager (0.9.8.8-0ubuntu9) utopic; urgency=medium
    
      * Bump timeout in killswitch test from 10 to 20 seconds, to match the DHCP
        timeout which we use in the other tests. Should fix failures in VMs on
        loaded hosts.
     -- Martin Pitt <email address hidden>   Tue, 06 May 2014 10:53:02 +0200
  • network-manager (0.9.8.8-0ubuntu8) utopic; urgency=medium
    
      * Enable systemd units. Packaging taken from Debian.
      * Add missing build-essential test dep for the urfkill tests.
      * debian/tests/urfkill-integration: Ignore initial (expected) failure to
        stop NM, it's not running yet.
      * Move AppArmor workaround for LP #1244157 into the nm test itself, as
        running it as a separate pseudo-test does not work any more with
        adt-virt-qemu (as every test is started in a fresh VM).
      * Fix creation of initial dummy entropy file for the tests, to avoid running
        out of /dev/random entropy in VMs.
      * Disable the two suspend tests in NM, they need to be fixed.
     -- Martin Pitt <email address hidden>   Sun, 27 Apr 2014 19:34:04 +0200
  • network-manager (0.9.8.8-0ubuntu7) trusty; urgency=medium
    
      * debian/tests/nm: Bump DHCP timeouts from 15 to 20 seconds, something in
        the stack got even slower as it used to be.
      * debian/tests/nm: With the patch in 0.9.8.8-0ubuntu5, interfaces with PE
        disabled still get a temporary IP. Disable that check for now.
     -- Martin Pitt <email address hidden>   Wed, 09 Apr 2014 15:41:11 +0200