diff options
author | taca <taca@pkgsrc.org> | 2017-01-12 00:04:43 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-01-12 00:04:43 +0000 |
commit | 0619610e777e9264b98a96ccfffdaa3eca052d8b (patch) | |
tree | 921e775ff88b26009129fbf911e19b758c88facb /net/bind910 | |
parent | a326fcc3cb5a7020bdfadbeb8a623f119ab971af (diff) | |
download | pkgsrc-0619610e777e9264b98a96ccfffdaa3eca052d8b.tar.gz |
Update bind910 to 9.10.4pl5 (BIND 9.10.4-P5), including security fixes.
--- 9.10.4-P5 released ---
4530. [bug] Change 4489 broke the handling of CNAME -> DNAME
in responses resulting in SERVFAIL being returned.
[RT #43779]
4528. [bug] Only set the flag bits for the i/o we are waiting
for on EPOLLERR or EPOLLHUP. [RT #43617]
4519. [port] win32: handle ERROR_MORE_DATA. [RT #43534]
4517. [security] Named could mishandle authority sections that were
missing RRSIGs triggering an assertion failure.
(CVE-2016-9444) [RT # 43632]
4510. [security] Named mishandled some responses where covering RRSIG
records are returned without the requested data
resulting in a assertion failure. (CVE-2016-9147)
[RT #43548]
4508. [security] Named incorrectly tried to cache TKEY records which
could trigger a assertion failure when there was
a class mismatch. (CVE-2016-9131) [RT #43522]
Diffstat (limited to 'net/bind910')
-rw-r--r-- | net/bind910/Makefile | 5 | ||||
-rw-r--r-- | net/bind910/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/bind910/Makefile b/net/bind910/Makefile index 64d373ed39b..758f3ac5c0e 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2016/12/16 15:41:03 hans Exp $ +# $NetBSD: Makefile,v 1.28 2017/01/12 00:04:43 taca Exp $ DISTNAME= bind-${BIND_VERSION} -PKGREVISION= 1 PKGNAME= ${DISTNAME:S/-P/pl/} CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -14,7 +13,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.10.4-P4 +BIND_VERSION= 9.10.4-P5 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind910/distinfo b/net/bind910/distinfo index 18350fa1fdc..63dd134058e 100644 --- a/net/bind910/distinfo +++ b/net/bind910/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.20 2016/11/02 00:05:17 taca Exp $ +$NetBSD: distinfo,v 1.21 2017/01/12 00:04:43 taca Exp $ -SHA1 (bind-9.10.4-P4.tar.gz) = 8bce0194a92992ed603855766c32ed423640fee9 -RMD160 (bind-9.10.4-P4.tar.gz) = c037f2bfe4f1853318b082de350eceb270c46315 -SHA512 (bind-9.10.4-P4.tar.gz) = a662053f2052eb2d7ea61b4ecbd4e92980c808080598f7c4590c746e8e5d6545a9f965a8aeece57ce92b17545844cf8565719f697eaef6e2ade8106d810d2799 -Size (bind-9.10.4-P4.tar.gz) = 9299638 bytes +SHA1 (bind-9.10.4-P5.tar.gz) = e43d9230b4373dd1034c3714410885531541c56c +RMD160 (bind-9.10.4-P5.tar.gz) = 30f73a7be375544bea8f2463e5d1185eed819e68 +SHA512 (bind-9.10.4-P5.tar.gz) = 09613b2a16a5784a1b0e4b685d1d2cea1c1539e11497c848f1c92a8a4f26c7fc0f08ef8f2bd17316559966aca04e1ec9d744304c36c002d66eaff6240473a101 +Size (bind-9.10.4-P5.tar.gz) = 9303205 bytes SHA1 (patch-bin_dig_dighost.c) = 983e23a30d519982cbe88ed2277fcffc9cad616e SHA1 (patch-bin_tests_system_Makefile.in) = aeb2de1b6c6cfdbae7ffbf38aeebf52e94af9e2f SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 |