diff options
author | dougb <dougb@FreeBSD.org> | 2009-06-19 12:40:13 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-06-19 12:40:13 +0800 |
commit | c4efac173f4787b491e35459337eb3a6ad294999 (patch) | |
tree | 795ac63b16e29fc761dcf951855f8cff51d2d35d /dns | |
parent | 7484410292cdc63d5684fb2a3bebd00def615c77 (diff) | |
download | freebsd-ports-gnome-c4efac173f4787b491e35459337eb3a6ad294999.tar.gz freebsd-ports-gnome-c4efac173f4787b491e35459337eb3a6ad294999.tar.zst freebsd-ports-gnome-c4efac173f4787b491e35459337eb3a6ad294999.zip |
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
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind96/Makefile | 6 | ||||
-rw-r--r-- | dns/bind96/distinfo | 12 | ||||
-rw-r--r-- | dns/bind96/pkg-plist | 1 |
3 files changed, 10 insertions, 9 deletions
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 |