1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
|
networkd-dispatcher (2.2.4-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Install systemd units into /usr. (Closes: #1073681)
-- Chris Hofstaedtler <zeha@debian.org> Thu, 11 Jul 2024 14:52:59 +0200
networkd-dispatcher (2.2.4-1) unstable; urgency=medium
* New upstream version:
- Omit journald lines from networkctl status output, this caused
significant overhead.
- Add environment variables to manpage
- Update project URL (LP: #2017374)
- Minor CI changes
-- Julian Andres Klode <jak@debian.org> Mon, 24 Apr 2023 17:32:27 +0200
networkd-dispatcher (2.2.3-1) unstable; urgency=medium
[ Julian Andres Klode ]
* New upstream version
- Includes fixes for CVE-2022-29799 CVE-2022-29800 (Closes: #1010303)
- Doesn't start if there's nothing to do (Closes: #1014615)
* d/control: Change Homepage URL to current location (Closes: #953791)
* Update to debhelper 13
* d/control: Set Rules-Requires-Root: no
* debian/salsa-ci.yml: Add
* Bump Standards-Version to 4.5.0
* Rebase patches
[ Debian Janitor ]
* Update lintian override info format in d/networkd-dispatcher.lintian-overrides on line 1-6.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
* Update standards version to 4.6.2, no changes needed.
-- Julian Andres Klode <jak@debian.org> Fri, 20 Jan 2023 16:34:14 +0100
networkd-dispatcher (2.1-1) unstable; urgency=medium
* New upstream release 2.1 (Closes: #968941)
- fixes parsing of current systemd (LP: #1884248)
-- Julian Andres Klode <jak@debian.org> Tue, 10 Nov 2020 14:35:05 +0100
networkd-dispatcher (2.0.1-1) unstable; urgency=medium
* New upstream release 2.0.1
* Rebase patches, dropping upstreamed patches (0003 and 0004)
* Bump Standards-Version to 4.4.0
* debian/rules: Respect nocheck build option
* Add lintian overrides for empty directories
* debian/clean: Add .pytest_cache/
* Override package-supports-alternative-init-but-no-init.d-script
* Depend on dbus (Closes: #932764)
-- Julian Andres Klode <jak@debian.org> Mon, 19 Aug 2019 14:17:24 +0200
networkd-dispatcher (2.0-2) unstable; urgency=medium
* Refer to networkctl(1) in networkd-dispatcher(8) text (LP: #1787495)
-- Julian Andres Klode <jak@debian.org> Wed, 30 Jan 2019 16:01:34 +0100
networkd-dispatcher (2.0-1) unstable; urgency=medium
* New upstream release
* Rebase patches and drop patches merged upstream:
- 0003-Allow-usr-lib-networkd-dispatcher-scripts-with-etc-o.patch
* d/p/0003-Mock-iwconfig-in-test_get_interface_data.patch: Fix test
suite error when run with pytest-3
* debian/n-d.dirs: Add carrier.d and degraded.d hook dirs
* debian/watch: Update for gitlab
* Build-Depend on python3-mock
-- Julian Andres Klode <jak@debian.org> Thu, 22 Nov 2018 15:36:00 +0100
networkd-dispatcher (1.7-1) unstable; urgency=medium
[ Julian Andres Klode ]
* Initial upload to Debian (Closes: #901844); changes from 1.7-0ubuntu8:
- debian/gbp.conf: Adjust for Debian
- debian/control: Update maintainer
* Noteworthy changes from upstream inherited from Ubuntu:
- Startup triggers run by default
- configuration file in /etc/default instead of /etc/conf.d/
- cherry-pick ability to have scripts in /usr/lib/networkd-dispatcher
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
* d/control: Set Vcs-* to salsa.debian.org
-- Julian Andres Klode <jak@debian.org> Mon, 15 Oct 2018 14:29:11 +0200
networkd-dispatcher (1.7-0ubuntu8) cosmic; urgency=medium
* Create directories for scripts in /etc
-- Julian Andres Klode <juliank@ubuntu.com> Wed, 26 Sep 2018 15:45:00 +0200
networkd-dispatcher (1.7-0ubuntu7) cosmic; urgency=medium
* Allow overriding /usr/lib scripts in /etc/networkd-dispatcher.
Replaces our patch to use /usr/lib/networkd-dispatcher with the
solution contributed upstream that has a search path with both
/usr/lib/ and /etc locations.
-- Julian Andres Klode <juliank@ubuntu.com> Wed, 26 Sep 2018 13:17:21 +0200
networkd-dispatcher (1.7-0ubuntu6) cosmic; urgency=medium
* networkd-dispatcher.conf: Run startup triggers by default (LP: #1772137)
-- Julian Andres Klode <julian.klode@canonical.com> Tue, 19 Jun 2018 11:19:39 +0200
networkd-dispatcher (1.7-0ubuntu5) cosmic; urgency=medium
* Revert "Cherry-pick upstream fix to start before systemd-networkd"
(reopens LP #1772137); the change caused an ordering cycle.
-- Julian Andres Klode <juliank@ubuntu.com> Thu, 31 May 2018 20:09:08 +0200
networkd-dispatcher (1.7-0ubuntu4) cosmic; urgency=medium
* Cherry-pick upstream fix to start before systemd-networkd (LP: #1772137)
-- Julian Andres Klode <juliank@ubuntu.com> Fri, 25 May 2018 16:08:00 +0200
networkd-dispatcher (1.7-0ubuntu3) bionic; urgency=medium
* Use /usr/lib/networkd-dispatcher for scripts.
This allows us to provide integration without conffiles. We later
need to re-add support for /etc, and overrides.
We need to pass --skip-private to dh-python3, otherwise it deletes
all our directories in /usr/lib/networkd-dispatcher.
-- Julian Andres Klode <juliank@ubuntu.com> Thu, 19 Apr 2018 08:38:07 +0200
networkd-dispatcher (1.7-0ubuntu2) bionic; urgency=medium
* Demote iw | wireless-tools to Suggests
-- Julian Andres Klode <juliank@ubuntu.com> Wed, 18 Apr 2018 08:40:55 +0200
networkd-dispatcher (1.7-0ubuntu1) bionic; urgency=medium
* Initial upload (LP: #1762386)
-- Julian Andres Klode <juliank@ubuntu.com> Mon, 09 Apr 2018 14:04:45 +0200
|