summaryrefslogtreecommitdiff
path: root/net/bind916
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2022-05-18 15:05:07 +0000
committertaca <taca@pkgsrc.org>2022-05-18 15:05:07 +0000
commitd9de31775a9290c84f5f90a1dff50f8d255279ff (patch)
treefdbd83bc8cffa93c78e196afd3cfff373c56e5f6 /net/bind916
parent7460b1c605be481c3d4aa41c17d3e258c674cf95 (diff)
downloadpkgsrc-d9de31775a9290c84f5f90a1dff50f8d255279ff.tar.gz
net/bind916: update to 9.16.29
This release contains a fix for CVE-2022-1183. --- 9.16.29 released --- 5885. [bug] RPZ NSIP and NSDNAME rule processing didn't handle stub and static-stub zones at or above the query name. This has now been addressed. [GL #3232] 5881. [bug] dig +nssearch could hang in rare cases when recv_done() callback was being called earlier than send_done(). [GL #3278] 5880. [func] Add new named command-line option -C to print built-in defaults. [GL #1326] 5879. [contrib] dlz: Add FALLTHROUGH and UNREACHABLE macros. [GL #3306] 5874. [bug] keymgr didn't work with python 3.11. [GL !6157] 5866. [bug] Work around a jemalloc quirk which could trigger an out-of-memory condition in named over time. [GL #3287] 5863. [bug] If there was a pending negative cache DS entry, validations depending upon it could fail. [GL #3279] 5858. [bug] Don't remove CDS/CDNSKEY DELETE records on zone sign when using 'auto-dnssec maintain;'. [GL #2931]
Diffstat (limited to 'net/bind916')
-rw-r--r--net/bind916/Makefile4
-rw-r--r--net/bind916/distinfo9
-rw-r--r--net/bind916/patches/patch-lib_dns_rdata.c17
3 files changed, 6 insertions, 24 deletions
diff --git a/net/bind916/Makefile b/net/bind916/Makefile
index 27792dad3f6..1931076ef27 100644
--- a/net/bind916/Makefile
+++ b/net/bind916/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2022/04/21 14:14:46 taca Exp $
+# $NetBSD: Makefile,v 1.41 2022/05/18 15:05:07 taca Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -15,7 +15,7 @@ CONFLICTS+= host-[0-9]*
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.16.28
+BIND_VERSION= 9.16.29
BUILD_DEFS+= BIND_DIR VARBASE
diff --git a/net/bind916/distinfo b/net/bind916/distinfo
index 100da3bcabe..48f6bb4a003 100644
--- a/net/bind916/distinfo
+++ b/net/bind916/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.35 2022/04/21 14:14:46 taca Exp $
+$NetBSD: distinfo,v 1.36 2022/05/18 15:05:07 taca Exp $
-BLAKE2s (bind-9.16.28.tar.xz) = df28906d9e1b2d64cb8ea367a8114e1fb3f9320a997c872b85e4a1150dc5058a
-SHA512 (bind-9.16.28.tar.xz) = 7314c039b6d61b90e7f7c6d4465a26b214de67272116e334b8a3e2551b1d66c028819024ec819676c1cc66e6bf81f17890239bb48e4c40f9d6cea35f025976d3
-Size (bind-9.16.28.tar.xz) = 5084504 bytes
+BLAKE2s (bind-9.16.29.tar.xz) = 580a49934d45635f83c5590a80562d9f6ddfaf8e7cd1b1e00e169034bcf3b676
+SHA512 (bind-9.16.29.tar.xz) = b4acbafed370438ac53e73468ccb5ea5745a1c8f764dd96f9c9a027594a3b7ce0d486e7f01138b39795b456265e0e6116cd76e44f5a3329687cd718550ca79fb
+Size (bind-9.16.29.tar.xz) = 5088348 bytes
SHA1 (patch-bin_dig_dighost.c) = b1073911d80ecd519af98b6678968296ff8c0c98
SHA1 (patch-bin_dig_include_dig_dig.h) = 10166f5bb98b208c7b10d63eb31e8253f704acc8
SHA1 (patch-bin_named_Makefile.in) = f1367da6a226ba44d0ee13acf00b8abeb5b1b7eb
@@ -28,7 +28,6 @@ SHA1 (patch-lib_dns_pkcs11ecdsa__link.c) = 99f386b056c5a6471f69841c41a2698d36b6b
SHA1 (patch-lib_dns_pkcs11eddsa__link.c) = bd887a6c8960da3a8663cdf5e955e045f16dee3f
SHA1 (patch-lib_dns_rbt.c) = c14eff9a609e4b49aa9db18f395461cd7c8944be
SHA1 (patch-lib_dns_rbtdb.c) = e8d61e1ba613b2a2fdcd3ff077e2e5b6ce2e45b2
-SHA1 (patch-lib_dns_rdata.c) = fb12d214a86d71d62e200e6bc09b7c8b7187b911
SHA1 (patch-lib_dns_request.c) = 82560e819cba0259883da8d47618ffabead22c55
SHA1 (patch-lib_dns_sdb.c) = ed447ec7a134e620765b25ee36124a19dfd9fab0
SHA1 (patch-lib_dns_sdlz.c) = 4fc15a577c64501c10c144eab147e54686e80309
diff --git a/net/bind916/patches/patch-lib_dns_rdata.c b/net/bind916/patches/patch-lib_dns_rdata.c
deleted file mode 100644
index 4dbb311dc6f..00000000000
--- a/net/bind916/patches/patch-lib_dns_rdata.c
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-lib_dns_rdata.c,v 1.1 2021/10/24 06:40:28 taca Exp $
-
-* Take from NetBSD base.
-
---- lib/dns/rdata.c.orig 2021-09-07 09:37:05.000000000 +0000
-+++ lib/dns/rdata.c
-@@ -1888,8 +1888,8 @@ inet_totext(int af, uint32_t flags, isc_
- * parsing, so append 0 in that case.
- */
- if (af == AF_INET6 && (flags & DNS_STYLEFLAG_YAML) != 0) {
-- isc_textregion_t tr;
-- isc_buffer_usedregion(target, (isc_region_t *)&tr);
-+ isc_region_t tr;
-+ isc_buffer_usedregion(target, &tr);
- if (tr.base[tr.length - 1] == ':') {
- if (isc_buffer_availablelength(target) == 0) {
- return (ISC_R_NOSPACE);