mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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
This commit is contained in:
parent
62bc98e8b7
commit
d3dff1bb42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236266
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user