diff options
author | taca <taca@pkgsrc.org> | 2017-07-01 17:39:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-07-01 17:39:44 +0000 |
commit | 3b569a69b398df82bad79d8784869d626c3d7633 (patch) | |
tree | 24bd4953941ccf25d3183d844d7f365ef029a67d /net/bind910/Makefile | |
parent | 8d3b585cfb229f548f1d0bcc4bd070a48429966d (diff) | |
download | pkgsrc-3b569a69b398df82bad79d8784869d626c3d7633.tar.gz |
Update bind910 to 9.10.5pl2 (9.10.5-P2).
--- 9.10.5-P2 released ---
4643. [security] An error in TSIG handling could permit unauthorized
zone transfers or zone updates. (CVE-2017-3142)
(CVE-2017-3143) [RT #45383]
4633. [maint] Updated AAAA (2001:500:200::b) for B.ROOT-SERVERS.NET.
Diffstat (limited to 'net/bind910/Makefile')
-rw-r--r-- | net/bind910/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind910/Makefile b/net/bind910/Makefile index 0d902b29d41..ef60109bb75 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2017/06/15 01:58:41 taca Exp $ +# $NetBSD: Makefile,v 1.35 2017/07/01 17:39:44 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -13,7 +13,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.10.5-P1 +BIND_VERSION= 9.10.5-P2 .include "../../mk/bsd.prefs.mk" |