diff options
author | taca <taca@pkgsrc.org> | 2019-02-22 01:22:38 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-02-22 01:22:38 +0000 |
commit | 39b13e3cee59d55b7a636c63026d4fa9c3a90790 (patch) | |
tree | c1c58211c8af2d4193d00409f55d4704e3e96237 /net/bind911 | |
parent | b91b9c23fc01793d11d38f87867e83d88e529ff8 (diff) | |
download | pkgsrc-39b13e3cee59d55b7a636c63026d4fa9c3a90790.tar.gz |
net/bind911: update to 9.11.5pl4
Update bind911 to 9.11.5pl4 (BIND 9.11.5-P4).
--- 9.11.5-P4 released ---
--- 9.11.5-P3 released (withdrawn) ---
5141. [security] Zone transfer controls for writable DLZ zones were
not effective as the allowzonexfr method was not being
called for such zones. (CVE-2019-6465) [GL #790]
--- 9.11.5-P2 released (withdrawn) ---
5118. [security] Named could crash if it is managing a key with
`managed-keys` and the authoritative zone is rolling
the key to an unsupported algorithm. (CVE-2018-5745)
[GL #780]
5110. [security] Named leaked memory if there were multiple Key Tag
EDNS options present. (CVE-2018-5744) [GL #772]
Diffstat (limited to 'net/bind911')
-rw-r--r-- | net/bind911/Makefile | 4 | ||||
-rw-r--r-- | net/bind911/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/bind911/Makefile b/net/bind911/Makefile index 169f5fd17b9..4114755ea3c 100644 --- a/net/bind911/Makefile +++ b/net/bind911/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2018/12/15 16:39:07 taca Exp $ +# $NetBSD: Makefile,v 1.7 2019/02/22 01:22:38 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.11.5-P1 +BIND_VERSION= 9.11.5-P4 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind911/distinfo b/net/bind911/distinfo index 03ab98d8e01..2b25deb1dc7 100644 --- a/net/bind911/distinfo +++ b/net/bind911/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.5 2018/12/15 16:39:07 taca Exp $ +$NetBSD: distinfo,v 1.6 2019/02/22 01:22:38 taca Exp $ -SHA1 (bind-9.11.5-P1.tar.gz) = ddf74a0ff4eff6593b0a790dc1520f0e59bb214e -RMD160 (bind-9.11.5-P1.tar.gz) = a6987bdeef11760af1f9b582b89d077aeed6389c -SHA512 (bind-9.11.5-P1.tar.gz) = cf0e511342affc81fc89656417a6d74a8ee4c3ffcc242e3aad76864f34d8ff7b0b52ada422385b5becafb7ef3a81dddfb28ba1488c8bee168f16842e2c617069 -Size (bind-9.11.5-P1.tar.gz) = 8814650 bytes +SHA1 (bind-9.11.5-P4.tar.gz) = f44a7abaab3946f5c60894a797e575cc7c74f01c +RMD160 (bind-9.11.5-P4.tar.gz) = 3df68a3763291d9c93a2a6a1366bc7a2da4582bd +SHA512 (bind-9.11.5-P4.tar.gz) = ba750ffd080a47309db8be3df3d80896c5872aadb1a14ac7effd1bb783c2a2ae1e82959d6999eecc3d694336887060a84ae8813a17836b9064515cdd96fcb573 +Size (bind-9.11.5-P4.tar.gz) = 8819038 bytes SHA1 (patch-bin_tests_system_metadata_tests.sh) = d01a492d0b7738760bdbff714248e279a78fef28 SHA1 (patch-config.threads.in) = 8341bdb11888d3efdde5f115de91b1f46aa40bd0 SHA1 (patch-configure) = 7f73f26266ebd4556ab160e93dc0738188a70e20 |