| Age | Commit message (Collapse) | Author |
|
|
|
The old URL was 404ing
|
|
We call nmclient.deactivate_connection() to terminate connections that the
testsuite sets up, and according to upstream this is not guaranteed to do
anything in particular to the link state. It seems that dnsmasq 2.80 somehow
alters the previous assumption that it would be 'state DOWN', so the
implementation detail we were checking previously no longer holds. The
testsuite does still check that the IPs are removed from the interface, which
is logically what we want anyway. (LP: #1805857)
|
|
|
|
|
|
network-manager (1.12.6-0ubuntu1) disco; urgency=medium
* New upstream version
- Fix a vulnerability in the internal DHCPv6 client (CVE-2018-15688).
* debian/patches/git_mac_change.patch:
- backported a regression fix from upstream git
[ Alfonso Sanchez-Beato ]
* Import some WoWLAN patches from the newer stable serie (LP: #1781597)
|
|
|
|
|
|
- backported a regression fix from upstream git
|
|
|
|
- Fix a vulnerability in the internal DHCPv6 client
(CVE-2018-15688).
|
|
|
|
By renaming the test to nm.py, it can be called directly with:
python3 -m unittest nm
To make this work, we also need to move required test setup and teardown
code to setUpModule() and tearDownModule() accordingly, and move other
"script" code into the __name__ == '__main__' idiom.
This then allows easier debugging of failing tests by calling unittest
to run a specific test using the usual method. For example:
sudo python3 -m unittest nm.ColdplugWifi.test_open_b_ip6_raonly_no_pe
|
|
|
|
|
|
|
|
This reverts commit b4acc5e03e2b821e1cccc69529bb70826c741942.
We're still building libnm-glib for now, so these packages have a use in
Ubuntu.
|
|
network-manager Debian release 1.12.4-1
|
|
|
|
|
|
the autopkgtests for noticing this.
|
|
network-manager (1.12.2-0ubuntu4) cosmic; urgency=medium
Cherry-pick fixes from debian:
* Fix compile error due to NM_AVAILABLE_IN_1_12_2 macro in n-m-applet
* Apply patch from upstream to fix FTBFS with GLib 2.57
|
|
|
|
|
|
|
|
|
|
Update to upstream version '1.12.4'
with Debian dir 650b52e60bf462f2972d0c33deec2cb171953445
|
|
|
|
|
|
|
|
|
|
network-manager (1.12.2-0ubuntu3) cosmic; urgency=medium
* debian/rules:
- use --with-libnm-glib, the default reversed since that's a legacy
library but we still need it for unity-control-center
network-manager (1.12.2-0ubuntu2) cosmic; urgency=medium
* debian/patches/git-newglib-test.patch:
- backport upstream commit to fix the tests with the new glib
network-manager (1.12.2-0ubuntu1) cosmic; urgency=medium
* New upstream version
* d/p/libnm-register-empty-NMClient-and-NetworkManager-when-loa.patch,
d/p/e91f1a7d2a6b8400b6b331d5b72287dcb5164a39.patch,
d/p/git_thunderbolt_connect.patch:
- removed, those changes are in the new version
* Backport Debian changes
* Update symbols file for libnm0
* Enable iwd support
* Drop version requirements when oldstable ships a newer version
* Drop dh_strip override, the dbgsym migration is done
* Rebase patches
* Make sure the example server.conf is actually installed
* Update install path for plugins, it now includes a version number
* Drop libnl3 build dependency.
Upstream has copied the code directly from libnl3 for the few functions it
needs with a few small modifications.
* Drop libiw build dependency.
Hasn't been needed for a long time and was simply a left over from older
releases.
* Bump Standards-Version to 4.1.5
* Fix compile error due to NM_AVAILABLE_IN_1_12_2 macro (Closes: #905372)
|
|
Apply patch from upstream to fix FTBFS with GLib 2.57
See merge request utopia-team/network-manager!1
|
|
|
|
|
|
Closes: #905372
|
|
|
|
|
|
|
|
|
|
- Robustness fixes to connectivity checking (Closes: #903996)
|
|
Update to upstream version '1.12.2'
with Debian dir 31e4999680481a4db05a3c008df492a8905a4ab3
|
|
|
|
|
|
Closes: #903109
|
|
|
|
specify cdma and gsm, since those are the actual types handled by NM/MM. (LP: #1780606)
|
|
|
|
|
|
The deprecated libnm-glib-dev, libnm-glib-vpn-dev and libnm-util-dev
require header files from network-manager-dev which are no longer
provided in newer versions. Add Conflicts to network-manager-dev to
ensure that we don't get a broken combination of installed packages.
Closes: #903029
|