diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2022-02-10 14:32:12 +0100 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2022-02-10 16:35:27 +0100 |
commit | e84b73e5ff1fdb67c9479b0182aa2035e16aacad (patch) | |
tree | fb1d84b2d0df8058a7d98da98d753ca18f4e2ceb /dns/bind916/files/patch-mr-5626 | |
parent | www/h2o-devel: update to 20220210 snapshot (diff) |
dns/bind916: update to 9.16.25
Add back the Administrator Reference Manual in the DOCS option.
Changes: https://downloads.isc.org/isc/bind9/9.16.25/doc/arm/html/notes.html#notes-for-bind-9-16-25
Diffstat (limited to 'dns/bind916/files/patch-mr-5626')
-rw-r--r-- | dns/bind916/files/patch-mr-5626 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dns/bind916/files/patch-mr-5626 b/dns/bind916/files/patch-mr-5626 deleted file mode 100644 index 6cb9becc16e0..000000000000 --- a/dns/bind916/files/patch-mr-5626 +++ /dev/null @@ -1,21 +0,0 @@ ---- lib/isc/netmgr/netmgr.c.orig 2021-12-07 12:24:49 UTC -+++ lib/isc/netmgr/netmgr.c -@@ -425,6 +425,7 @@ nm_destroy(isc_nm_t **mgr0) { - isc_mempool_put(mgr->evpool, ievent); - } - isc_condition_destroy(&worker->cond_prio); -+ isc_mutex_destroy(&worker->lock); - - r = uv_loop_close(&worker->loop); - INSIST(r == 0); -@@ -1267,8 +1268,9 @@ nmsocket_cleanup(isc_nmsocket_t *sock, bool dofree FLA - - isc_mem_free(sock->mgr->mctx, sock->ah_frees); - isc_mem_free(sock->mgr->mctx, sock->ah_handles); -- isc_mutex_destroy(&sock->lock); - isc_condition_destroy(&sock->scond); -+ isc_condition_destroy(&sock->cond); -+ isc_mutex_destroy(&sock->lock); - #ifdef NETMGR_TRACE - LOCK(&sock->mgr->lock); - ISC_LIST_UNLINK(sock->mgr->active_sockets, sock, active_link); |