diff options
author | taca <taca@pkgsrc.org> | 2020-01-04 10:10:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-01-04 10:10:02 +0000 |
commit | c49f54ad1e028d02c19b9bc989809c4c8cbbc7bf (patch) | |
tree | 687f8048ad4ce7fe2abef9300bd159af82abf6a0 | |
parent | 7b9678724f21b7f66c2325f301758b0f080e6f9e (diff) | |
download | pkgsrc-c49f54ad1e028d02c19b9bc989809c4c8cbbc7bf.tar.gz |
net/bind914: update to 9.14.9
Update bind914 to 9.14.9 (BIND 9.14.9).
--- 9.14.9 released ---
5330. [bug] 'configure --without-python' was ineffective if
PYTHON was set in the environment. [GL #1434]
5329. [bug] Reconfiguring named caused memory to be leaked when any
GeoIP2 database was in use. [GL #1445]
5328. [bug] rbtdb.c:rdataset_{get,set}ownercase failed to obtain
a node lock. [GL #1417]
5327. [func] Added a statistics counter to track queries
dropped because the recursive-clients quota was
exceeded. [GL #1399]
5326. [bug] Add python dependancy on 'distutils.core' to configure.
'distutils.core' is required for installation.
[GL #1397]
5321. [bug] Obtain write lock before updating version->records
and version->bytes. [GL #1341]
-rw-r--r-- | net/bind914/Makefile | 4 | ||||
-rw-r--r-- | net/bind914/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/bind914/Makefile b/net/bind914/Makefile index 93d50d1cc2b..1d79acee60e 100644 --- a/net/bind914/Makefile +++ b/net/bind914/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/11/21 05:37:06 taca Exp $ +# $NetBSD: Makefile,v 1.15 2020/01/04 10:10:02 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -14,7 +14,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.14.8 +BIND_VERSION= 9.14.9 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind914/distinfo b/net/bind914/distinfo index 26de454d4b7..0d02a89489f 100644 --- a/net/bind914/distinfo +++ b/net/bind914/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.11 2019/11/21 05:37:06 taca Exp $ +$NetBSD: distinfo,v 1.12 2020/01/04 10:10:02 taca Exp $ -SHA1 (bind-9.14.8.tar.gz) = c8481fd5fe061abd87a5a98e19c9a797330c7a76 -RMD160 (bind-9.14.8.tar.gz) = fa1b039caaa96e46d528816d4b1c7b80b8da6d21 -SHA512 (bind-9.14.8.tar.gz) = eb52760982ebd246e6e1945684771193fc7364324a6d6a95a0cae33afa0a4fa24ffe8313b5f9094420c7c2ec932b1b1a9fb19f6e673ff3c5583ab5e3ff04eb6a -Size (bind-9.14.8.tar.gz) = 6403140 bytes +SHA1 (bind-9.14.9.tar.gz) = a45f4c8b44755d8c4019181d0787e4e72d836661 +RMD160 (bind-9.14.9.tar.gz) = ed19d8dbd6002418651529598c09a1f52aa1d318 +SHA512 (bind-9.14.9.tar.gz) = aa6b1273f06fc16c842b7012a4d09cb65325a44ee88fea8bea8264ffa907ef4a6f8d5e09384599b2d6f5cea66c0dc220765c245814f54b2f09a5b6e65f97964b +Size (bind-9.14.9.tar.gz) = 6296339 bytes SHA1 (patch-bin_named_Makefile.in) = 741e3708c670baaec45446f6bb364ada448ae330 SHA1 (patch-bin_named_main.c) = 51c8ab464a009575b6513c7ed4b79f89446eb7d0 SHA1 (patch-bin_named_pfilter.c) = b54f872c883c8fbc2d9c04df65c185dc057cc36b |