summaryrefslogtreecommitdiff
path: root/net/bind9/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2009-01-04 00:16:03 +0000
committeradrianp <adrianp@pkgsrc.org>2009-01-04 00:16:03 +0000
commitea37c51ff534822c3107744e4d8edf22658437db (patch)
tree48a1fb206f150f7e48fd085fe0cdc31c3a1e5cdc /net/bind9/Makefile
parentdc10db735074ff998277ba6e596e10c85f250bf0 (diff)
downloadpkgsrc-ea37c51ff534822c3107744e4d8edf22658437db.tar.gz
Update to 9.4.3
Resolver could try unreachable servers multiple times. Adb's handling of lame addresses was different for IPv4 and IPv6. Remove NULL pointer dereference in dns_journal_print(). libbind: Out of bounds reference in dns_ho.c:addrsort. Set initial timeout to 800ms. TSIG context leak For all the details see: http://oldwww.isc.org/sw/bind/view/?release=9.4.3#RELEASE
Diffstat (limited to 'net/bind9/Makefile')
-rw-r--r--net/bind9/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index 3673a80f3e1..fed55d09919 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.102 2008/08/03 18:41:45 adrianp Exp $
+# $NetBSD: Makefile,v 1.103 2009/01/04 00:16:03 adrianp Exp $
DISTNAME= bind-${BIND_VERSION}
-PKGNAME= ${DISTNAME:S/-P2/pl2/}
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
@@ -11,7 +10,7 @@ COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
PKG_DESTDIR_SUPPORT= user-destdir
-BIND_VERSION= 9.4.2-P2
+BIND_VERSION= 9.4.3
# IPv6 ready, automatically detected
.include "../../mk/bsd.prefs.mk"