mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to version 8.4.6, the latest from ISC. To quote the release notes:
BIND 8.4.6-REL is a security release of BIND 8.4. It is possible to remotely trigger a overrun causing a denial of service. If you are running BIND 8.4.4 or BIND 8.4.5 you should upgrade. Also: 1. Add ipv6 as a virtual category, since a key reason for the BIND 8.4.x branch is IPv6 transport. 2. Download the PGP .asc files for the src and doc tarballs. 3. Add a new example file to PORTDOCS.
This commit is contained in:
parent
7698c23f06
commit
040ad89a36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127348
@ -11,12 +11,14 @@
|
||||
# you can generally build it cleanly from the source. - Doug
|
||||
|
||||
PORTNAME= bind84
|
||||
PORTVERSION= 8.4.4
|
||||
CATEGORIES?= dns net
|
||||
PORTVERSION= 8.4.6
|
||||
CATEGORIES?= dns net ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_ISC}
|
||||
MASTER_SITE_SUBDIR= bind/src/${PORTVERSION}
|
||||
DISTFILES= bind-src.tar.gz bind-doc.tar.gz
|
||||
DISTFILES= bind-src.tar.gz bind-doc.tar.gz \
|
||||
bind-src.tar.gz.asc bind-doc.tar.gz.asc
|
||||
DIST_SUBDIR= bind-${PORTVERSION}
|
||||
EXTRACT_ONLY= bind-src.tar.gz bind-doc.tar.gz
|
||||
|
||||
MAINTAINER= DougB@FreeBSD.org
|
||||
COMMENT= The Berkeley Internet Name Domain, an implementation of DNS
|
||||
|
@ -1,4 +1,8 @@
|
||||
MD5 (bind-8.4.4/bind-src.tar.gz) = 493bb9fe98468ce49306bf713fd6206b
|
||||
SIZE (bind-8.4.4/bind-src.tar.gz) = 1439423
|
||||
MD5 (bind-8.4.4/bind-doc.tar.gz) = 8a4b805b7f4aa6a7b1e1a1d1b2a02d51
|
||||
SIZE (bind-8.4.4/bind-doc.tar.gz) = 1493345
|
||||
MD5 (bind-8.4.6/bind-src.tar.gz) = 4beaaaaf957ed89aea960f8a822f8b83
|
||||
SIZE (bind-8.4.6/bind-src.tar.gz) = 1461022
|
||||
MD5 (bind-8.4.6/bind-doc.tar.gz) = f5ea97ea62868b5943975821eeed143e
|
||||
SIZE (bind-8.4.6/bind-doc.tar.gz) = 1492047
|
||||
MD5 (bind-8.4.6/bind-src.tar.gz.asc) = a7e4a7403cac75867ce103c1db39b48f
|
||||
SIZE (bind-8.4.6/bind-src.tar.gz.asc) = 187
|
||||
MD5 (bind-8.4.6/bind-doc.tar.gz.asc) = 7752fecbff1cf502a6c69699ca945bb5
|
||||
SIZE (bind-8.4.6/bind-doc.tar.gz.asc) = 187
|
||||
|
@ -51,6 +51,7 @@ sbin/ndc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/named.conf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/pri/127.0.0
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/pri/localhost
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/pri/localhost.ip6.arpa
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/root.cache
|
||||
%%PORTDOCS%%%%DOCSDIR%%/conf/workstation/stub/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/acl.html
|
||||
|
Loading…
Reference in New Issue
Block a user