about summary refs log tree commit diff
path: root/debian/patches
AgeCommit message (Collapse)Author
2019-05-24* d/p/Read-system-connections-from-run.patch:Sebastien Bacher
- remove, upstream addressed it in a different way/for different reasons in commit ce4dbd7daf.
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-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-12Refresh the packaging for the new version, upload 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-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-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-05Import some missing WoWLAN patches from 1.14Alfonso Sánchez-Beato
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-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-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-21Drop debian/patches/Fix-iscsiadm-path.patchMichael Biebl
No longer needed.
2018-10-20Rebase patchesMichael Biebl
2018-10-03Delete unused patchesIain Lane
2018-10-03Merge tag 'debian/1.12.4-1' into cosmicIain Lane
network-manager Debian release 1.12.4-1
2018-09-24Import Debian changes 1.12.2-0ubuntu4Didier Roche
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
2018-09-23Rebase patchesMichael Biebl
2018-09-15Rebase patchesMichael Biebl
2018-09-08Refresh patchesMichael Biebl
2018-08-24Import Debian changes 1.12.2-0ubuntu3Sebastien Bacher
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)
2018-08-23Apply patch from upstream to fix FTBFS with GLib 2.57Simon McVittie
2018-08-05Fix compile error due to NM_AVAILABLE_IN_1_12_2 macroMichael Biebl
Closes: #905372
2018-07-25Rebase patchesMichael Biebl
2018-07-12manager: accept non-null device for VPN activationsMichael Biebl
Closes: #903109
2018-07-05Increase timeout in test-nm-client to 30sMichael Biebl
On slow architectures it can take longer then 3s for the test service to start up.
2018-07-01Rebase patchesMichael Biebl
2018-06-18Cherry-pick upstream fixes to make test suite pass on slower builddsMichael Biebl
2018-06-17Rebase patchesMichael Biebl
2018-06-11Rebase patchesMichael Biebl
2018-05-25 * debian/patches/git_thunderbolt_connect.patch:Sebastien Bacher
- enable host to host connection through thunderbolt
2018-05-11Merge tag 'debian/1.10.8-1' into cosmicJeremy Bicha
network-manager Debian release 1.10.8-1
2018-05-11Rebase patchesMichael Biebl
2018-04-23Rebase patchesMichael Biebl
2018-03-26Refresh Update-dnsmasq-parameters.patchJeremy Bicha
2018-03-26Dropped applied settings-preserve-agent-owned-secrets-on-connection-updat.patchJeremy Bicha
2018-03-26Merge tag 'debian/1.10.6-2' into bionicJeremy Bicha
network-manager Debian release 1.10.6-2
2018-03-15Cherry-pick a partial patch from 1.11 branch, to stop agressively setting ↵Dimitri John Ledkov
route_only flag on nameservers in the systemd-resolved dns plugin. LP: #1751797
2018-03-13Rebase patchesMichael Biebl
2018-02-23Cherry-pick patch to fix double prompt for wifi password on Kubuntu (LP: ↵Jeremy Bicha
#1572244)
2018-02-08Drop fix-resolved-detection.patch: AppliedJeremy Bicha
2018-02-08Disable dns-manager-don-t-merge-split-DNS-search-domains.patchJeremy Bicha
2018-02-08Drop obsolete Ubuntu Phone related patchesJeremy Bicha
2018-02-08Merge tag 'debian/1.10.4-1' into bionicJeremy Bicha
network-manager Debian release 1.10.4-1
2018-02-07Rebase patchesMichael Biebl
2018-01-25platform: fix crash hashing NMPlatformTfilter and NMPlatformQdiscMichael Biebl
Closes: #888291
2018-01-21secret-agent: construct the dbus proxy for async agent with the correct bus nameMichael Biebl