Package: dnssec-trigger / 0.17+repack-5
Metadata
Package | Version | Patches format |
---|---|---|
dnssec-trigger | 0.17+repack-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0002 dnssec trigger panel.desktop is built without interp.patch | (download) |
panel/dnssec-trigger-panel.desktop.in |
2 1 + 1 - 0 ! |
dnssec-trigger-panel.desktop is built without interpolating @bindir@ and @uidir@ |
0003 Strip version number from config file to make the bu.patch | (download) |
example.conf.in |
3 0 + 3 - 0 ! |
strip version number from config file to make the build reproducible More information about reproducible builds can be found at https://reproducible-builds.org/ website |
0004 Remove bashisms to make dnssec trigger script compat.patch | (download) |
01-dnssec-trigger.in |
20 10 + 10 - 0 ! |
remove bashisms, to make dnssec-trigger script compatible with dash |
0005 Get the correct systemd services path from pkg confi.patch | (download) |
Makefile.in |
10 5 + 5 - 0 ! |
get the correct systemd services path from pkg-config --variable=systemdsystemunitdir systemd |
0006 Unhardcode most of the paths.patch | (download) |
01-dnssec-trigger.in |
2 1 + 1 - 0 ! |
unhardcode most of the paths |
reproducible build.patch | (download) |
Makefile.in |
2 1 + 1 - 0 ! |
make the build reproducible |
remove small keys.patch | (download) |
dnssec-trigger-control-setup.sh.in |
51 38 + 13 - 0 ! |
delete keys that are too small Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898969 |
dont delete unknown names.patch | (download) |
dnssec-trigger-script.in |
3 2 + 1 - 0 ! |
under some conditions dnssec-trigger-script would crash because it was trying to delete a name that wasn't in its cache. This at least avoids the crash so other cleanup steps can succeed Bug: https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=4217 |
dnssec double free.patch | (download) |
riggerd/svr.c |
1 0 + 1 - 0 ! |
avoid double free Bug: https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=4218 =================================================================== |
add edns0 and trust ad.patch | (download) |
Changelog |
5 5 + 0 - 0 ! |
[patch] - add edns0 and trust-ad options when writing resolvconf to point to 127.0.0.1, because unbound is set up to validate and supports EDNS0. Fixes #2 and #5. |