mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
dns/bind-tools: switch to BIND9 9.20
With the release of BIND9 9.20.1, the 9.20 branch is out of "dev" status, so switch bind-tools to it. PR: 281007
This commit is contained in:
parent
5502a97418
commit
0675055e9a
@ -5,7 +5,7 @@ MASTERDIR= ${.CURDIR}/../../dns/bind9-devel
|
||||
|
||||
PLIST= ${.CURDIR}/pkg-plist-devel
|
||||
.else
|
||||
MASTERDIR= ${.CURDIR}/../../dns/bind918
|
||||
MASTERDIR= ${.CURDIR}/../../dns/bind920
|
||||
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
.endif
|
||||
|
@ -6,6 +6,7 @@ bin/dnssec-dsfromkey
|
||||
bin/dnssec-importkey
|
||||
bin/dnssec-keyfromlabel
|
||||
bin/dnssec-keygen
|
||||
bin/dnssec-ksr
|
||||
bin/dnssec-revoke
|
||||
bin/dnssec-settime
|
||||
bin/dnssec-signzone
|
||||
@ -17,20 +18,16 @@ bin/named-rrchecker
|
||||
bin/nsec3hash
|
||||
bin/nslookup
|
||||
bin/nsupdate
|
||||
lib/bind-tools/libbind9.so
|
||||
lib/bind-tools/libbind9-9.18.29.so
|
||||
lib/bind-tools/libdns.so
|
||||
lib/bind-tools/libdns-9.18.29.so
|
||||
lib/bind-tools/libirs.so
|
||||
lib/bind-tools/libirs-9.18.29.so
|
||||
lib/bind-tools/libdns-9.20.1.so
|
||||
lib/bind-tools/libisc.so
|
||||
lib/bind-tools/libisc-9.18.29.so
|
||||
lib/bind-tools/libisc-9.20.1.so
|
||||
lib/bind-tools/libisccc.so
|
||||
lib/bind-tools/libisccc-9.18.29.so
|
||||
lib/bind-tools/libisccc-9.20.1.so
|
||||
lib/bind-tools/libisccfg.so
|
||||
lib/bind-tools/libisccfg-9.18.29.so
|
||||
lib/bind-tools/libisccfg-9.20.1.so
|
||||
lib/bind-tools/libns.so
|
||||
lib/bind-tools/libns-9.18.29.so
|
||||
lib/bind-tools/libns-9.20.1.so
|
||||
share/man/man1/arpaname.1.gz
|
||||
share/man/man1/delv.1.gz
|
||||
share/man/man1/dig.1.gz
|
||||
@ -39,6 +36,7 @@ share/man/man1/dnssec-dsfromkey.1.gz
|
||||
share/man/man1/dnssec-importkey.1.gz
|
||||
share/man/man1/dnssec-keyfromlabel.1.gz
|
||||
share/man/man1/dnssec-keygen.1.gz
|
||||
share/man/man1/dnssec-ksr.1.gz
|
||||
share/man/man1/dnssec-revoke.1.gz
|
||||
share/man/man1/dnssec-settime.1.gz
|
||||
share/man/man1/dnssec-signzone.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user