| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
its old name gir1.2-networkmanager-1.0.
|
|
|
|
it may be necessary on ppc64el.
|
|
|
|
- update following the the recent binary changes
|
|
- remove, upstream addressed it in a different way/for different
reasons in commit ce4dbd7daf.
|
|
|
|
- remove the deprecated libnm-glib/vpn/util libraries
|
|
- restore Read-system-connections-from-run.patch which had been
dropped by error.
|
|
network-manager (1.18.0-1ubuntu1) eoan; urgency=medium
* Update to 1.18, merge on Debian, new version includes nwe support for
policy routing rules and for VLAN filtering for Linux bridge.
* Remaining Ubuntu changes
- Use systemd-resolved instead of dnsmasq
- debian/control:
+ Depend on isc-dhcp-client instead of recommends
+ Recommend network-manager-pptp
+ Suggest avahi-autoipd for IPv4LL support
- debian/rules, debian/network-manager.postinst:
+ Don't restart NetworkManager on upgrade but recommend restarting
the computer
- debian/rules, debian/network-manager.postinst:
+ Don't install sysvinit scripts or migrate from sysvinit
- debian/network-manager.postinst:
+ Don't add the netdev group.
+ drop in an empty override file for NetworkManager to manage all
devices for upgrade from any version, as long as there is no
netplan configuration yet.
- debian/default-wifi-powersave-on.conf, debian/rules:
+ Install a config file to enable WiFi powersave
- Enable build tests
- Add autopkgtests
- debian/source_network-manager.py, debian/network-manager.install,
debian/network-manager.links: Add apport hook
- Add network-manager-config-connectivity-ubuntu package
- NetworkManager.conf: disable MAC randomization feature. There is no
easy way for desktop users to disable this feature yet. And there are
reports that it doesn't work well with some systems.
- Update Vcs links to point to Ubuntu branch
- Add patches. See patch descriptions for more details:
+ Provide-access-to-some-of-NM-s-interfaces-to-whoopsie.patch
+ Update-dnsmasq-parameters.patch
+ Disable-general-with-expect.patch
+ libnm-Check-self-still-NMManager-or-not.patch
+ dns-manager-don-t-merge-split-DNS-search-domains.patch (but disabled)
+ Read-system-connections-from-run.patch
- debian/tests/urfkill-integration - don't stop/start network manager
- Revert "Add Conflicts to network-manager-dev against deprecated libraries"
This reverts commit b4acc5e03e2b821e1cccc69529bb70826c741942. We're still
building libnm-glib for now, so these packages have a use in Ubuntu.
* Removed delta, not needed anymore
- debian/network-manager.maintscript
+ Remove /etc/dbus-1/system.d/nm-ofono.conf
|
|
|
|
- ifupdown: fix connection iterator, should fix a segfault in the
corresponding plugin (lp: #1815742)
|
|
|
|
|
|
|
|
|
|
- 'settings/ifupdown: fix ifupdown plugin after merging eni_ifaces and
connections hashes' (lp: #1815742)
|
|
|
|
- backport upstream change 'fix team link-watcher struct layout',
the tests/build failed on i386
|
|
|
|
|
|
|
|
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 is supported since dbus 1.9.18.
|
|
|
|
Otherwise devices are displayed in an inconsistent order.
Replaces debian/patches/Ignore-client-tests-failures.patch.
|
|
urgency=high for the security fixes.
|
|
Fixes out-of-bounds heap write in systemd-networkd dhcpv6 option
handling which also affects the "internal" DHCP plugin of
NetworkManager.
CVE-2018-15688
LP: #1795921
|
|
|
|
check-local-clients-tests-test-client appears to be flaky and prone to
fail on slower architectures. Ignore failures of this test until this
has been properly investigated.
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/39
|
|
|
|
|