aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind99
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-09-19 11:46:35 +0800
committerdougb <dougb@FreeBSD.org>2012-09-19 11:46:35 +0800
commitdac902709f10084373d880b6b2b09faf52f11211 (patch)
tree06b6e58e85b169839456477a470cffc18d531e4b /dns/bind99
parent311ddbfc18d00fd1ac173d826054695261b446ee (diff)
downloadfreebsd-ports-gnome-dac902709f10084373d880b6b2b09faf52f11211.tar.gz
freebsd-ports-gnome-dac902709f10084373d880b6b2b09faf52f11211.tar.zst
freebsd-ports-gnome-dac902709f10084373d880b6b2b09faf52f11211.zip
Upgrade to the latest BIND patch level:
Prevents a crash when queried for a record whose RDATA exceeds 65535 bytes. Prevents a crash when validating caused by using "Bad cache" data before it has been initialized. ISC_QUEUE handling for recursive clients was updated to address a race condition that could cause a memory leak. This rarely occurred with UDP clients, but could be a significant problem for a server handling a steady rate of TCP queries. A condition has been corrected where improper handling of zero-length RDATA could cause undesirable behavior, including termination of the named process. For more information: https://kb.isc.org/article/AA-00788
Diffstat (limited to 'dns/bind99')
-rw-r--r--dns/bind99/Makefile12
-rw-r--r--dns/bind99/distinfo8
2 files changed, 9 insertions, 11 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index eed9fce8fe1c..9c1e5b0a70c5 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -1,7 +1,3 @@
-# New ports collection makefile for: BIND 9.9.x
-# Date created: 27 January 2012
-# Whom: dougb
-#
# $FreeBSD$
# I stay very aware of developments with BIND in general, and with
@@ -11,7 +7,7 @@
# release you can generally build it cleanly from the source - Doug
PORTNAME= bind99
-PORTVERSION= 9.9.1.2
+PORTVERSION= 9.9.1.3
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
@@ -20,10 +16,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= dougb@FreeBSD.org
-COMMENT= The BIND DNS suite with updated DNSSEC and DNS64
+COMMENT= BIND DNS suite with updated DNSSEC and DNS64
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.9.1-P2
+ISCVERSION= 9.9.1-P3
MAKE_JOBS_UNSAFE= yes
@@ -208,7 +204,9 @@ post-patch:
${WRKSRC}/bin/named/Makefile.in.Dist > \
${WRKSRC}/bin/named/Makefile.in
+.if !defined(NOPORTDOCS)
PORTDOCS= *
+.endif
PKGMESSAGE= ${.CURDIR}/../bind97/pkg-message
PKGINSTALL= ${.CURDIR}/../bind97/pkg-install
post-install:
diff --git a/dns/bind99/distinfo b/dns/bind99/distinfo
index 542644e35550..22b45f21fe10 100644
--- a/dns/bind99/distinfo
+++ b/dns/bind99/distinfo
@@ -1,4 +1,4 @@
-SHA256 (bind-9.9.1-P2.tar.gz) = a46ecf6177b69d6e9a83a15f792d0594adcc8e800086208dd9b84452afb84d0e
-SIZE (bind-9.9.1-P2.tar.gz) = 7223896
-SHA256 (bind-9.9.1-P2.tar.gz.asc) = 0620c92284e6e00209ce47d3cff14161cc19be978762036cef9ec98e500cd8ed
-SIZE (bind-9.9.1-P2.tar.gz.asc) = 490
+SHA256 (bind-9.9.1-P3.tar.gz) = 1cdb83db76d6f8554dea19e3bd82b8d65261a24b9ce9fc948eade8c57569e302
+SIZE (bind-9.9.1-P3.tar.gz) = 7217415
+SHA256 (bind-9.9.1-P3.tar.gz.asc) = d3047cc5dfd5f4fe941996f363425ce86856b389fe7de6aad251f0d627e4d145
+SIZE (bind-9.9.1-P3.tar.gz.asc) = 490