From d3dff1bb42070b53108dfbf847d511b5e40f2fa8 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Fri, 19 Jun 2009 04:40:13 +0000 Subject: Update to version 9.6.1, the latest from ISC. This version contains numerous bug fixes and updates, especially in the DNSSEC code, including the new NSEC3 protocol. Full details are available at: http://oldwww.isc.org/sw/bind/view/?release=9.6.1&noframes=1 --- dns/bind96/Makefile | 6 +++--- dns/bind96/distinfo | 12 ++++++------ dns/bind96/pkg-plist | 1 + 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'dns/bind96') diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index e883594c6b33..ec6492c7eb51 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -12,7 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind96 -PORTVERSION= 9.6.0.1 +PORTVERSION= 9.6.1 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -25,7 +25,7 @@ MAINTAINER= dougb@FreeBSD.org COMMENT= The BIND DNS suite with updated DNSSEC and threads # ISC releases things like 9.4.0b3, which our versioning doesn't like -ISCVERSION= 9.6.0-P1 +ISCVERSION= 9.6.1 MAKE_JOBS_UNSAFE= yes @@ -110,7 +110,7 @@ BIND_DESTETC= ${PREFIX}/etc PLIST_SUB= BIND_DESTETC="${BIND_DESTETC}" -MAN1= dig.1 host.1 nslookup.1 nsupdate.1 +MAN1= dig.1 host.1 isc-config.sh.1 nslookup.1 nsupdate.1 MAN3= lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 \ lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 \ lwres_buffer_forward.3 lwres_buffer_getmem.3 lwres_buffer_getuint16.3 \ diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo index 01c66ef4e1a8..e328673244a7 100644 --- a/dns/bind96/distinfo +++ b/dns/bind96/distinfo @@ -1,6 +1,6 @@ -MD5 (bind-9.6.0-P1.tar.gz) = 886b7eae55cfdc8cd8d2ca74a2f99c6e -SHA256 (bind-9.6.0-P1.tar.gz) = 4ccbd33a5b5c974c2778d5e61eeb4841c04a40904db43ee1ad190c3ed82978a9 -SIZE (bind-9.6.0-P1.tar.gz) = 6526739 -MD5 (bind-9.6.0-P1.tar.gz.asc) = 45bdf652391fc47ae55903d208fa0616 -SHA256 (bind-9.6.0-P1.tar.gz.asc) = 560a34288a8946fec7ad2ebf06d7a98964b08772e8bda7a94a99783c79ec04c5 -SIZE (bind-9.6.0-P1.tar.gz.asc) = 479 +MD5 (bind-9.6.1.tar.gz) = 516ac74d8eaaef30ad4c99ada8b715cd +SHA256 (bind-9.6.1.tar.gz) = 58968b601ebb66be73c32d69111afd6dd17f087e1bff12030f0dc2dada76d7cf +SIZE (bind-9.6.1.tar.gz) = 6724683 +MD5 (bind-9.6.1.tar.gz.asc) = decbd958fcbc4a1a5c36fe922cb0c1ff +SHA256 (bind-9.6.1.tar.gz.asc) = bffc107676b20fa0b831e355f489e769d9fe45b3ad06b96ac5284f12a4b8dc3e +SIZE (bind-9.6.1.tar.gz.asc) = 479 diff --git a/dns/bind96/pkg-plist b/dns/bind96/pkg-plist index 5fabec9ba096..fde68b4d7781 100644 --- a/dns/bind96/pkg-plist +++ b/dns/bind96/pkg-plist @@ -102,6 +102,7 @@ include/isc/hmacmd5.h include/isc/httpd.h include/isc/int.h include/isc/interfaceiter.h +include/isc/iterated_hash.h include/isc/lang.h include/isc/lex.h include/isc/lfsr.h -- cgit