pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/bind916



Module Name:    pkgsrc
Committed By:   otis
Date:           Thu Jun 17 09:04:45 UTC 2021

Modified Files:
        pkgsrc/net/bind916: Makefile PLIST distinfo
Removed Files:
        pkgsrc/net/bind916/patches: patch-lib_isc_include_isc_types.h
            patch-lib_isc_include_isc_util.h patch-lib_isc_task.c
            patch-lib_ns_client.c

Log Message:
net/bind916: Update to 9.16.17

Feature Changes:
- After the network manager was introduced to named to handle incoming traffic,
  it was discovered that recursive performance had degraded compared to
  previous BIND 9 versions. This has now been fixed by processing internal
  tasks inside network manager worker threads, preventing resource contention
  among two sets of threads.

- Zone dumping tasks are now run on separate asynchronous thread pools. This
  change prevents zone dumping from blocking network I/O.

- inline-signing was incorrectly described as being inherited from the
  options/view levels and was incorrectly accepted at those levels without
  effect. This has been fixed; named.conf files with inline-signing at those
  levels no longer load.

Full changelog:
https://bind9.readthedocs.io/en/v9_16/notes.html#notes-for-bind-9-16-17


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/bind916/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/bind916/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/bind916/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/net/bind916/patches/patch-lib_isc_include_isc_types.h \
    pkgsrc/net/bind916/patches/patch-lib_isc_include_isc_util.h
cvs rdiff -u -r1.2 -r0 pkgsrc/net/bind916/patches/patch-lib_isc_task.c \
    pkgsrc/net/bind916/patches/patch-lib_ns_client.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bind916/Makefile
diff -u pkgsrc/net/bind916/Makefile:1.16 pkgsrc/net/bind916/Makefile:1.17
--- pkgsrc/net/bind916/Makefile:1.16    Wed Jun  2 15:37:30 2021
+++ pkgsrc/net/bind916/Makefile Thu Jun 17 09:04:45 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2021/06/02 15:37:30 taca Exp $
+# $NetBSD: Makefile,v 1.17 2021/06/17 09:04:45 otis 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.16
+BIND_VERSION=  9.16.17
 
 BUILD_DEFS+=   BIND_DIR VARBASE
 

Index: pkgsrc/net/bind916/PLIST
diff -u pkgsrc/net/bind916/PLIST:1.4 pkgsrc/net/bind916/PLIST:1.5
--- pkgsrc/net/bind916/PLIST:1.4        Sun Mar 21 04:16:17 2021
+++ pkgsrc/net/bind916/PLIST    Thu Jun 17 09:04:45 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/03/21 04:16:17 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/06/17 09:04:45 otis Exp $
 bin/arpaname
 bin/delv
 bin/dig
@@ -131,6 +131,7 @@ include/isc/assertions.h
 include/isc/astack.h
 include/isc/atomic.h
 include/isc/backtrace.h
+include/isc/barrier.h
 include/isc/base32.h
 include/isc/base64.h
 include/isc/bind9.h
@@ -169,6 +170,7 @@ include/isc/likely.h
 include/isc/list.h
 include/isc/log.h
 include/isc/magic.h
+include/isc/managers.h
 include/isc/md.h
 include/isc/mem.h
 include/isc/meminfo.h
@@ -220,9 +222,9 @@ include/isc/taskpool.h
 include/isc/thread.h
 include/isc/time.h
 include/isc/timer.h
-include/isc/tls.h
 include/isc/tm.h
 include/isc/types.h
+include/isc/url.h
 include/isc/utf8.h
 include/isc/util.h
 include/isc/version.h

Index: pkgsrc/net/bind916/distinfo
diff -u pkgsrc/net/bind916/distinfo:1.14 pkgsrc/net/bind916/distinfo:1.15
--- pkgsrc/net/bind916/distinfo:1.14    Fri Jun  4 21:56:50 2021
+++ pkgsrc/net/bind916/distinfo Thu Jun 17 09:04:45 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2021/06/04 21:56:50 otis Exp $
+$NetBSD: distinfo,v 1.15 2021/06/17 09:04:45 otis Exp $
 
-SHA1 (bind-9.16.16.tar.xz) = dc37a919ba83674d1ff48558b640907b7a7dd0a7
-RMD160 (bind-9.16.16.tar.xz) = 3e6d92c834b91bd25122278ac6e9f41795040213
-SHA512 (bind-9.16.16.tar.xz) = 264aa70d0d111ddb2a62c65f57e3eeb7eb93afdebcc523166d236e8f23d61d1e4f91b5a2df8dffa49e6f8e3c7101a2689c38dd6d77ecdedb79e2b163990e6093
-Size (bind-9.16.16.tar.xz) = 5016864 bytes
+SHA1 (bind-9.16.17.tar.xz) = 03861dea0d98a1f9dcdbccc8888c93b268892257
+RMD160 (bind-9.16.17.tar.xz) = 7dcaf7c809f8a1f7ff4215485147267365b2405b
+SHA512 (bind-9.16.17.tar.xz) = 983d7d0ecd17ae926db2811c4af0354bafcfbaa96c82625f419be3dc81132ed23d599d1273351a3924ee9df79b358d67d88f42a91ad48c2dc596ff01904c83c3
+Size (bind-9.16.17.tar.xz) = 5021984 bytes
 SHA1 (patch-bin_dig_dighost.c) = b1073911d80ecd519af98b6678968296ff8c0c98
 SHA1 (patch-bin_dig_include_dig_dig.h) = 10166f5bb98b208c7b10d63eb31e8253f704acc8
 SHA1 (patch-bin_named_Makefile.in) = f1367da6a226ba44d0ee13acf00b8abeb5b1b7eb



Home | Main Index | Thread Index | Old Index