about summary refs log tree commit diff
path: root/debian
AgeCommit message (Collapse)Author
2019-05-24* debian/patches/series:Sebastien Bacher
- restore Read-system-connections-from-run.patch which had been dropped by error.
2019-05-22Import Debian changes 1.18.0-1ubuntu1Sebastien Bacher
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
2019-04-02upload to discoSebastien Bacher
2019-04-02* debian/patches/git_ifupdown_iterator.patch:Sebastien Bacher
- ifupdown: fix connection iterator, should fix a segfault in the corresponding plugin (lp: #1815742)
2019-03-19upload to discoSebastien Bacher
2019-03-19update the changelogSebastien Bacher
2019-03-12Refresh the packaging for the new version, upload to discoSebastien Bacher
2019-02-18upload to discoSebastien Bacher
2019-02-18* debian/patches/git_ifupdown_segfault.patch:Sebastien Bacher
- 'settings/ifupdown: fix ifupdown plugin after merging eni_ifaces and connections hashes' (lp: #1815742)
2019-01-31Upload to discoSebastien Bacher
2019-01-31debian/patches/git_team_structure.patch:Sebastien Bacher
- backport upstream change 'fix team link-watcher struct layout', the tests/build failed on i386
2019-01-25Update the debian packaging for the new versionSebastien Bacher
2019-01-25Merge remote-tracking branch 'salsa/master' into discoSebastien Bacher
2018-12-19Finalise changelogIain Lane
2018-12-19debian/control: Fix Vcs-GitIain Lane
The old URL was 404ing
2018-12-19debian/tests/nm.py: Make assert_iface_down() not check the interface's stateIain Lane
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)
2018-12-10upload to discoSebastien Bacher
2018-12-10Merge remote-tracking branch 'robie/python-dep8-improvements' into discoSebastien Bacher
2018-12-10Import Debian changes 1.12.6-0ubuntu1Sebastien Bacher
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)
2018-12-10gbp use discoSebastien Bacher
2018-12-10* debian/patches/git_mac_change.patch:Sebastien Bacher
- backported a regression fix from upstream git
2018-12-10Import some WoWLAN patches from the newer stable serie (LP: #1781597)Sebastien Bacher
2018-12-10* New upstream versionSebastien Bacher
- Fix a vulnerability in the internal DHCPv6 client (CVE-2018-15688).
2018-12-05Import some missing WoWLAN patches from 1.14Alfonso Sánchez-Beato
2018-11-29Make dep8 nm test directly invokableRobie Basak
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
2018-11-27Release version 1.14.4-4 to unstable debian/1.14.4-4Michael Biebl
2018-11-27Remove obsolete D-Bus policy conffiles on upgradesMichael Biebl
2018-11-27Move D-Bus policy files to /usr/share/dbus-1/system.d/Michael Biebl
This is supported since dbus 1.9.18.
2018-11-05Release version 1.14.4-3 to unstable debian/1.14.4-3Michael Biebl
2018-11-05cli: wait for all wifi scans to finish before displaying the resultMichael Biebl
Otherwise devices are displayed in an inconsistent order. Replaces debian/patches/Ignore-client-tests-failures.patch.
2018-10-30Release version 1.14.4-2 to unstable debian/1.14.4-2Michael Biebl
urgency=high for the security fixes.
2018-10-30dhcp6: Make sure we have enough space for the DHCP6 option headerMichael Biebl
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
2018-10-25Release version 1.14.4-1 to unstable debian/1.14.4-1Michael Biebl
2018-10-25Ignore client/tests failuresMichael Biebl
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
2018-10-25Update symbols file for libnm0Michael Biebl
2018-10-25Switch to debhelper compat level 12 and dh_installsystemdMichael Biebl
2018-10-24New upstream version 1.14.4Michael Biebl
- Fix a crash in ifupdown (Debian) configuration plugin (Closes: #911621)
2018-10-21Release version 1.14.2-2 to unstable debian/1.14.2-2Michael Biebl
2018-10-21Upload to unstableMichael Biebl
2018-10-21Merge branch 'experimental'Michael Biebl
2018-10-21Release version 1.14.2-1 to experimental debian/1.14.2-1Michael Biebl
2018-10-21Drop debian/patches/Fix-iscsiadm-path.patchMichael Biebl
No longer needed.
2018-10-21Disable obsolete ibft settings pluginMichael Biebl
It has been replaced by an iBFT reader which parses /sys/firmware/ibft directly instead of iscsiadm output.
2018-10-20Rebase patchesMichael Biebl
2018-10-20New upstream version 1.14.2Michael Biebl
2018-10-08Release version 1.14.0-2 to experimental debian/1.14.0-2Michael Biebl
2018-10-08Tighten inter-package dependenciesMichael Biebl
Make sure network-manager and libnm0 are always upgraded in lockstep. Closes: #818165
2018-10-03Finalise changelogIain Lane
2018-10-03Delete unused patchesIain Lane
2018-10-03Update changelogIain Lane