about summary refs log tree commit diff
path: root/debian/patches
AgeCommit message (Collapse)Author
2016-01-20Rebase patchesMichael Biebl
2016-01-20Fix patch to actually install nm-settings man pageMichael Biebl
2016-01-20Switch from user-mode PPPoE client back to kernel-mode PPPoEMichael Biebl
We switched to rp-pppoe some time ago to workaround a bug in detecting disconnects which has seen been fixed in the kernel and could be worked around fairly simply with the right configuration. In addition, the kernel mode PPPoE implementation is faster and provides more features. Closes: #783525
2016-01-20Fix failure to configure routes due to wrong device-route for IPv4 ↵Michael Biebl
peer-addresses Patch cherry-picked from upstream Git. Closes: #809195
2015-12-24Add refs to upstream bug reportsMichael Biebl
2015-12-24Rebase patchesMichael Biebl
2015-11-25Check errors of polkit_unix_session_new_for_process_sync()Michael Biebl
Patch cherry-picked from upstream Git.
2015-11-24Rebase patches.Michael Biebl
2015-08-28Fix command line parsing in nmcliMichael Biebl
Patch cherry-picked from upstream Git.
2015-08-28Use GnuTLS crypto API instead of gcryptMichael Biebl
Patch cherry-picked from upstream Git. Closes: #748675
2015-08-28Drop debian/patches/Mark-virtual-ethernet-interfaces-as-unmanaged.patchMichael Biebl
This patch is obsolete, since upstream provides a udev rules based mechanism now to mark virtual interfaces as unmanaged. Closes: #794083
2015-08-28Refresh patches.Michael Biebl
2015-07-14Use g_signal_handlers_disconnect_by_func() to simplify some codeMichael Biebl
2015-07-14Refresh patches.Michael Biebl
2015-05-07Fix fallback paths when writing resolv.confMichael Biebl
Closes: #784587
2015-05-06Fix path to the iscsiadm binary in the ibft pluginMichael Biebl
2015-05-06Rebase patches.Michael Biebl
2015-03-31Merge changes from master branch.Michael Biebl
* Don't make NetworkManager D-Bus activatable. If the daemon has been stopped manually, we don't want it to be autostarted by client requests. (Closes: #760998) * Don't block network.target on NetworkManager-wait-online.service. While at it, add a few other minor fixes like the addition of Documentation or RemainAfterExit=yes.
2015-03-31Don't block network.target on NetworkManager-wait-online.serviceMichael Biebl
While at it, add a few other minor fixes like the addition of Documentation or RemainAfterExit=yes.
2015-03-31Don't make NetworkManager D-Bus activatableMichael Biebl
If the daemon has been stopped manually, we don't want it to be autostarted by client requests. Closes: #760998
2015-02-09Do not assert when a device is enslaved externallyMichael Biebl
Fixes crash when running something like 'brctl addif br0 eth0'. Closes: #773216
2015-02-09Detect at runtime whether to start ModemManagerMichael Biebl
When not running under systemd, start ModemManager via dbus activation. Closes: #770871
2015-02-09Don't install nm-settings-ifcfg-rh.5 man pageMichael Biebl
We don't enable the ifcfg-rh plugin in the Debian package.
2015-02-09Detect at runtime whether to start ModemManagerMichael Biebl
When not running under systemd, start ModemManager via dbus activation. Closes: #770871
2015-01-23Fix incorrect dependencies in libnm.pc.Michael Biebl
2015-01-22Rebase patches.Michael Biebl
2014-12-31Cherry-pick upstream commit which tells systemd to restart NetworkManager if ↵Michael Biebl
it exits with a failure Closes: #773213
2014-12-31Cherry-pick upstream commit to not override external route metricsMichael Biebl
Cherry-pick upstream commit which prevents breaking PtP TUN interfaces by not overriding external route metrics. Closes: #767002
2014-12-31Add patch header for 0012-fix-arping-path.patchMichael Biebl
2014-12-13Prevent dhclient to crash when journald is restarted (Closes: #756144)Laurent Bigonville
* Add d/p/0013-fix-dhclient-abnormal-exit-due-to-SIGPIPE.patch, d/p/0014-log-DHCLIENT-exit-status-better.patch: Prevent dhclient to crash when journald is restarted (Closes: #756144)
2014-10-27Fix arping patch and add iputils-arping to the Recommends (Closes:#755039)Laurent Bigonville
2014-09-30Cherry-pick upstream commits to make nmtui-edit properly save and display ↵Michael Biebl
passwords Closes: #754382
2014-09-30Build against libsystemd-devMichael Biebl
2014-09-30Use the correct path when calling dnssec-trigger-scriptMichael Biebl
Closes: #763023
2014-09-30Acknowledge NMU, thanks Micah Anderson.Michael Biebl
2014-09-02Cherry-pick upstream commit to fix Wi-Fi section of "nmtui connect" list in ↵Michael Biebl
non-UTF-8 locales Closes: #760186
2014-07-10Update patches.Michael Biebl
- Drop "Add D-Bus policy for group netdev" patch. Usage of D-Bus "at_console" permissions has been removed upstream and access for unprivleged users is now handled entirely with PolicyKit. - Add patch to use symbolic links instead of hard links for /usr/bin/nmtui-*. - Add patch to treat virtual ethernet devices as unmanaged to avoid interfering with VBox and VMware network interfaces. - Refresh remaining patches.
2014-04-26debian/patches/*: Refresh if necessarySjoerd Simons
2014-04-12Don't setup Sleep Monitor if system was not booted with systemdMichael Biebl
With a standalone logind we don't receive the Resume signal after a suspend request and NetworkManager remains in sleep mode where the devices are unmanaged. Closes: #742933
2014-04-02Move the initial ifstate file check into nm_manager_start ()Michael Biebl
to make sure the NMManager object has been fully initialized. Closes: #730437
2014-04-02Make patches gbp-pq compatibleMichael Biebl
2014-03-28Try to better explain why 03-systemd.patch is neededMichael Biebl
2014-03-28Revert "Completely Drop debian/patches/03-systemd.patch: /usr should now be ↵Michael Biebl
mounted from the initramfs meaning that it will be available early enough" This reverts commit 696f481ba515b29d917325c87aab5d803461e243. This patch is needed to avoid a dependency loop which is generated by early boot (rcS) SysV init scripts depending on the $network LSB system facility (either directly or indirectly via $remote_fs). The $network LSB system facility is mapped to network.target. Those rcS SysV init scripts are started in sysinit.target, NetworkManager.service is started via multi-user.target, which depends on sysinit.target. As long as we have rcS SysV init scripts which such a dependency on $remote_fs or $network we can not make NetworkManager.service a provider for network.target.
2013-12-27Completely Drop debian/patches/03-systemd.patch: /usr should now be mounted ↵Laurent Bigonville
from the initramfs meaning that it will be available early enough
2013-12-09debian/patches/03-systemd.patch, debian/network-manager.links: Install a ↵Laurent Bigonville
symlink instead of using an Alias= to mask the initscript (Closes: #719703)
2013-10-25Update patchesSjoerd Simons
* Dropped patches fixed upstream: + d/p/06-tear-down-connections-for-unavailable-devices.patch + d/p/07-duid-fallback.patch + d/p/08-ifupdown-clarify-name-of-connections-hash.patch + d/p/09-ifupdown-fix-naming-confusion-in-plugin-hash-tables.patch + d/p/10-ifupdown-recalculate-unmanaged-specs-on-interface-ch.patch * debian/patches/03-systemd.patch: Refreshed * debian/patches/05-force-online-with-unmanaged-devices.patch: Refreshes
2013-05-08Fix ifupdown plugin to recalculate unmanaged specs on interface changesMichael Biebl
Patches cherry-picked from upstream Git. (Closes: #707070)
2013-05-08Look harder for machine-id, and generate random DUID if it doesn't existMichael Biebl
Patch cherry-picked from upstream Git. (Closes: #707204) (bgo: #696109)
2013-05-07Ensure ActiveConnections are torn down when device is unavailable.Michael Biebl
Patch cherry-picked from upstream Git. (Closes: #700391)
2013-02-20Drop 06-nm-settings-manx.patch, merged upstream.Michael Biebl