diff options
author | dougb <dougb@FreeBSD.org> | 2012-09-19 11:46:35 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-09-19 11:46:35 +0800 |
commit | dac902709f10084373d880b6b2b09faf52f11211 (patch) | |
tree | 06b6e58e85b169839456477a470cffc18d531e4b /dns/bind98 | |
parent | 311ddbfc18d00fd1ac173d826054695261b446ee (diff) | |
download | freebsd-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/bind98')
-rw-r--r-- | dns/bind98/Makefile | 13 | ||||
-rw-r--r-- | dns/bind98/distinfo | 8 |
2 files changed, 9 insertions, 12 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 89ab06ce0b38..7bcc66f29c2f 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: BIND 9.8.x -# Date created: 10 December 2010 -# Whom: dougb -# # $FreeBSD$ -# # I stay very aware of developments with BIND in general, and with # BIND 9 in particular. I frequently delay updating this port from @@ -12,7 +7,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind98 -PORTVERSION= 9.8.3.2 +PORTVERSION= 9.8.3.3 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -21,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.8.3-P2 +ISCVERSION= 9.8.3-P3 MAKE_JOBS_UNSAFE= yes @@ -209,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/bind98/distinfo b/dns/bind98/distinfo index 2ae0b14ae8fb..bf125c29ccf4 100644 --- a/dns/bind98/distinfo +++ b/dns/bind98/distinfo @@ -1,4 +1,4 @@ -SHA256 (bind-9.8.3-P2.tar.gz) = b95d2e81b54ba972215c7fd52744fbe4711bd3fd6f217845ba95114d82c43588 -SIZE (bind-9.8.3-P2.tar.gz) = 7113192 -SHA256 (bind-9.8.3-P2.tar.gz.asc) = fe9e34fcd701ab312025665e825f2f840fae7067f6c6f361af4712bb22fcdb80 -SIZE (bind-9.8.3-P2.tar.gz.asc) = 490 +SHA256 (bind-9.8.3-P3.tar.gz) = 2819fc75f686bd0d393e04873f69982e0462a5604bfd2e207396b86334200cd3 +SIZE (bind-9.8.3-P3.tar.gz) = 7109848 +SHA256 (bind-9.8.3-P3.tar.gz.asc) = a7ae019d9ededba3e50fb889eb0096dc0d53117996d20420750776bb176805c2 +SIZE (bind-9.8.3-P3.tar.gz.asc) = 490 |