diff options
author | taca <taca@pkgsrc.org> | 2021-11-19 14:32:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-11-19 14:32:27 +0000 |
commit | 878b2fb0e7b40136124fdf790d215679c8be32c9 (patch) | |
tree | e86d253d74643ff186b4f1dd21ecf93f6c1989c3 /net/bind916/patches | |
parent | f13a65ab97fba0d541801ef0e5ecc29cf002cfdf (diff) | |
download | pkgsrc-878b2fb0e7b40136124fdf790d215679c8be32c9.tar.gz |
net/bind916: update to 9.16.23
--- 9.16.23 released ---
5752. [bug] Fix an assertion failure caused by missing member zones
during a reload of a catalog zone. [GL #2308]
5750. [bug] Fix a bug when comparing two RSA keys. There was a typo
which caused the "p" prime factors to not being
compared. [GL #2972]
5737. [bug] Address Coverity warning in lib/dns/dnssec.c.
[GL #2935]
Diffstat (limited to 'net/bind916/patches')
-rw-r--r-- | net/bind916/patches/patch-lib_isc_include_isc_socket.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/bind916/patches/patch-lib_isc_include_isc_socket.h b/net/bind916/patches/patch-lib_isc_include_isc_socket.h index 70d3bca714f..b60a515f701 100644 --- a/net/bind916/patches/patch-lib_isc_include_isc_socket.h +++ b/net/bind916/patches/patch-lib_isc_include_isc_socket.h @@ -1,8 +1,8 @@ -$NetBSD: patch-lib_isc_include_isc_socket.h,v 1.1 2020/08/09 15:20:22 taca Exp $ +$NetBSD: patch-lib_isc_include_isc_socket.h,v 1.2 2021/11/19 14:32:28 taca Exp $ * Take from NetBSD base. ---- lib/isc/include/isc/socket.h.orig 2020-05-06 09:59:35.000000000 +0000 +--- lib/isc/include/isc/socket.h.orig 2021-11-05 09:03:26.000000000 +0000 +++ lib/isc/include/isc/socket.h @@ -160,7 +160,8 @@ typedef enum { isc_sockettype_udp = 1, @@ -14,7 +14,7 @@ $NetBSD: patch-lib_isc_include_isc_socket.h,v 1.1 2020/08/09 15:20:22 taca Exp $ } isc_sockettype_t; /*@{*/ -@@ -945,12 +946,55 @@ isc_socketmgr_renderjson(isc_socketmgr_t +@@ -901,12 +902,55 @@ isc_socketmgr_renderjson(isc_socketmgr_t */ #endif /* HAVE_JSON_C */ @@ -36,7 +36,7 @@ $NetBSD: patch-lib_isc_include_isc_socket.h,v 1.1 2020/08/09 15:20:22 taca Exp $ /*%< * See isc_socketmgr_create() above. */ - typedef isc_result_t (*isc_socketmgrcreatefunc_t)(isc_mem_t * mctx, + typedef isc_result_t (*isc_socketmgrcreatefunc_t)(isc_mem_t *mctx, isc_socketmgr_t **managerp); +isc_result_t |