Package: bind9 / 1:9.11.5.P4+dfsg-5.1+deb10u3
Metadata
Package | Version | Patches format |
---|---|---|
bind9 | 1:9.11.5.P4+dfsg-5.1+deb10u3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 non linux.diff | (download) |
configure.in |
5 2 + 3 - 0 ! |
_non-linux FTBFS on kfreebsd, hurd Addresses-Debian-Bug: 741285, 746540 Signed-off-by: LaMont Jones <lamont@debian.org> |
0002 multiarch.diff | (download) |
isc-config.sh.in |
3 1 + 2 - 0 ! |
_multiarch |
0003 min cache ttl.diff | (download) |
bin/named/config.c |
2 2 + 0 - 0 ! |
_min-cache-ttl Add min-cache-ttl and min-ncache-ttl keywords Sometimes it is useful to set a 'floor' on the TTL for records to be cached. Some sites like to use ridiculously low TTLs for some reason, and that often is not compatible with slow links. Signed-off-by: Michael Milligan <milli@acmeps.com> Signed-off-by: LaMont Jones <lamont@debian.org> |
0004 library_paths.diff | (download) |
lib/dns/Makefile.in |
4 3 + 1 - 0 ! |
_library_paths Makefile.in: be explicit about library paths Debian policy requires that all dependent libs be in the .so, not just the immediately depended ones. Signed-off-by: LaMont Jones <lamont@debian.org> |
0005 resource_missing_include.diff | (download) |
lib/isc/unix/resource.c |
1 1 + 0 - 0 ! |
_resource_missing_include lib/isc/unix/resource.c was missing inttypes.h include. Addresses-Ubuntu-Bug: 674199 Signed-off-by: LaMont Jones <lamont@debian.org> |
0006 prepare_native_pkcs11.diff | (download) |
bin/Makefile.in |
2 1 + 1 - 0 ! |
_prepare_native_pkcs11 |
0007 ctxstart_no_sighandling.diff | (download) |
lib/isc/unix/app.c |
3 3 + 0 - 0 ! |
_ctxstart_no_sighandling |
0008 reproducible_build.diff | (download) |
lib/dns/gen.c |
35 33 + 2 - 0 ! |
_reproducible_build |
0009 Add_ install layout=deb_to_setup.py_call.patch | (download) |
bin/python/Makefile.in |
4 2 + 2 - 0 ! |
add_--install-layout=deb_to_setup.py_call |
0010 skip rtld deepbind for dyndb.diff | (download) |
lib/dns/dyndb.c |
3 0 + 3 - 0 ! |
skip-rtld-deepbind-for-dyndb https://bugzilla.redhat.com/show_bug.cgi?id=1410433 https://bugs.launchpad.net/bugs/1769440 |
0011 keymgr dont immediately delete.diff | (download) |
bin/python/isc/keyseries.py.in |
28 26 + 2 - 0 ! |
keymgr-dont-immediately-delete |
0012 CVE 2018 5743 Limiting simultaneous TCP clients is i.patch | (download) |
bin/named/client.c |
427 334 + 93 - 0 ! |
[cve-2018-5743]: limiting simultaneous tcp clients is ineffective |
0013 Replace atomic operations in bin named client.c with.patch | (download) |
bin/named/client.c |
18 7 + 11 - 0 ! |
replace atomic operations in bin/named/client.c with isc_refcount reference counting |
0014 Disable broken Ed448 support.patch | (download) |
config.h.in |
3 0 + 3 - 0 ! |
disable broken ed448 support |
0015 move item_out test inside lock in dns_dispatch_getne.patch | (download) |
lib/dns/dispatch.c |
12 8 + 4 - 0 ! |
move item_out test inside lock in dns_dispatch_getnext() |
0016 Set a limit on number of simultaneous pipelined TCP .patch | (download) |
bin/named/client.c |
57 38 + 19 - 0 ! |
set a limit on number of simultaneous pipelined tcp queries There was no limit on concurrently served queries served over one pipelined TCP connection, thus it was possible to send thousands queries over a single TCP connection, possibly exhausting the server resources. (cherry picked from commit efaa67749de825073cd7f19778386d0815c4ce29) |
0017 libns Rename ns_tcpconn refs member to clients.patch | (download) |
bin/named/client.c |
16 8 + 8 - 0 ! |
libns: rename ns_tcpconn refs member to clients (cherry picked from commit b6d6b50c997b3a00fdde9e0d32c4594ffe94f369) |
0018 CVE 2020 8616.patch | (download) |
lib/dns/adb.c |
33 19 + 14 - 0 ! |
cve-2020-8616 |
0019 CVE 2020 8617.patch | (download) |
lib/dns/tsig.c |
7 4 + 3 - 0 ! |
cve-2020-8617 |
0020 Remove INSIST from from new_reference.patch | (download) |
lib/dns/rbtdb.c |
238 142 + 96 - 0 ! |
remove insist from from new_reference RBTDB node can now appear on the deadnodes lists following the changes to decrement_reference in 176b23b6cd98e5b58f832902fdbe964ee5f762d0 to defer checking of node->down when the tree write lock is not held. The node should be unlinked instead. (cherry picked from commit b8c4efb10fc8ef1489120a8169fea42adf97025e) |
0021 Always keep a copy of the message.patch | (download) |
lib/dns/message.c |
24 13 + 11 - 0 ! |
always keep a copy of the message |
0022 Fix crash in pk11_numbits when native pkcs11 is used.patch | (download) |
lib/dns/pkcs11dh_link.c |
15 13 + 2 - 0 ! |
fix crash in pk11_numbits() when native-pkcs11 is used |
0023 Wait more than 1 second for NSEC3 chain changes.patch | (download) |
bin/tests/system/nsupdate/tests.sh |
30 21 + 9 - 0 ! |
wait more than 1 second for nsec3 chain changes |
0024 Update policy subdomain was incorrectly treated as z.patch | (download) |
bin/named/zoneconf.c |
3 2 + 1 - 0 ! |
[1/3] update-policy 'subdomain' was incorrectly treated as 'zonesub' |
0025 Add a test for update policy subdomain.patch | (download) |
bin/tests/system/nsupdate/ns1/named.conf.in |
6 6 + 0 - 0 ! |
[2/3] add a test for update-policy 'subdomain' |
0026 Add a test for update policy zonesub.patch | (download) |
bin/tests/system/nsupdate/ns1/named.conf.in |
6 6 + 0 - 0 ! |
[3/3] add a test for update-policy 'zonesub' |
0027 CVE 2020 8625.patch | (download) |
lib/dns/spnego.c |
2 1 + 1 - 0 ! |
buffer overflow in gssapi security policy negotiation (cve-2020-8625) |