diff options
author | taca <taca@pkgsrc.org> | 2019-02-22 01:24:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-02-22 01:24:24 +0000 |
commit | d0fa836350a67b55c144add55f677dec25beaae1 (patch) | |
tree | dc606fc9304222345232224fd3e7ef1327447d36 /net/bind912 | |
parent | 570622217d30ef7277b907afd90133d75f06935a (diff) | |
download | pkgsrc-d0fa836350a67b55c144add55f677dec25beaae1.tar.gz |
net/bind912: update to 9.12.3pl4
Update bind912 to 9.12.3pl4 (BIND 9.12.3-P4).
--- 9.12.3-P4 released ---
--- 9.12.3-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.12.3-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/bind912')
-rw-r--r-- | net/bind912/Makefile | 5 | ||||
-rw-r--r-- | net/bind912/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/bind912/Makefile b/net/bind912/Makefile index a8d033b812c..333904da8a0 100644 --- a/net/bind912/Makefile +++ b/net/bind912/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2019/01/17 08:53:37 he Exp $ +# $NetBSD: Makefile,v 1.9 2019/02/22 01:24:24 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -16,7 +15,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no USE_CWRAPPERS= no -BIND_VERSION= 9.12.3-P1 +BIND_VERSION= 9.12.3-P4 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind912/distinfo b/net/bind912/distinfo index f9d810be9c3..f5374f5477d 100644 --- a/net/bind912/distinfo +++ b/net/bind912/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.5 2018/12/15 16:40:20 taca Exp $ +$NetBSD: distinfo,v 1.6 2019/02/22 01:24:24 taca Exp $ -SHA1 (bind-9.12.3-P1.tar.gz) = 1bc1ff64051d467fa27b2a8266c5ea3e495609c7 -RMD160 (bind-9.12.3-P1.tar.gz) = eb0c67a00f9b3bba858734ca3aa9e624fac11362 -SHA512 (bind-9.12.3-P1.tar.gz) = c1c91de88e4297e79b527775edd525c6fa948f169977563ab2e6ca93cac7317f8ca85863567f5cc151d4c6e3c081864ab1cf813bcfdd1165b52e9471b8317c28 -Size (bind-9.12.3-P1.tar.gz) = 8625693 bytes +SHA1 (bind-9.12.3-P4.tar.gz) = 883c1513e0c97887db2c57625b1c6ad5f15f8078 +RMD160 (bind-9.12.3-P4.tar.gz) = a5a314a370e53ac2cb3c743c4886b8b538a2bd63 +SHA512 (bind-9.12.3-P4.tar.gz) = 42c41f47a0282dc08ee875fe098ce84b26384dba5efbaf99b557d34c4271e0d6aac70126f280a3ee157e8604cce16901c8cd51fab791dec82f4a3d00c054f363 +Size (bind-9.12.3-P4.tar.gz) = 8627833 bytes SHA1 (patch-bin_tests_system_metadata_tests.sh) = d01a492d0b7738760bdbff714248e279a78fef28 SHA1 (patch-config.threads.in) = 8341bdb11888d3efdde5f115de91b1f46aa40bd0 SHA1 (patch-configure) = 7d74eef1002351a5513c7c617e28721b39de65d0 |