diff options
author | mat <mat@FreeBSD.org> | 2014-01-31 17:06:57 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-01-31 17:06:57 +0800 |
commit | 0d3807bf563a9c63e50ebb5d157ce9fb3421d895 (patch) | |
tree | b1bf931e517fbcf9cec4ef1f1ea30783de23941e | |
parent | d3dc9689e2821023bdf82cb43c1bf317b81b76b3 (diff) | |
download | freebsd-ports-gnome-0d3807bf563a9c63e50ebb5d157ce9fb3421d895.tar.gz freebsd-ports-gnome-0d3807bf563a9c63e50ebb5d157ce9fb3421d895.tar.zst freebsd-ports-gnome-0d3807bf563a9c63e50ebb5d157ce9fb3421d895.zip |
Update to 9.8.7.
Changes: https://lists.isc.org/pipermail/bind-announce/2014-January/000895.html
Sponsored by: Absolight
-rw-r--r-- | dns/bind98/Makefile | 4 | ||||
-rw-r--r-- | dns/bind98/distinfo | 4 | ||||
-rw-r--r-- | dns/bind98/pkg-plist | 8 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 30b38c3cb1da..406a747d54e4 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bind98 -PORTVERSION= 9.8.6.2 +PORTVERSION= 9.8.7 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -13,7 +13,7 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.8.6-P2 +ISCVERSION= 9.8.7 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind98/distinfo b/dns/bind98/distinfo index 650e59274e20..51cc0923c59f 100644 --- a/dns/bind98/distinfo +++ b/dns/bind98/distinfo @@ -1,4 +1,4 @@ -SHA256 (bind-9.8.6-P2.tar.gz) = e5c87bdf102ac5b2563955393a2f4805e7574dc7addd03d18152c2f70befedeb -SIZE (bind-9.8.6-P2.tar.gz) = 7275835 +SHA256 (bind-9.8.7.tar.gz) = c59e7469f0e14b81df0962833cd9b0279290f0c28ef4e2e234973bc5bfa34308 +SIZE (bind-9.8.7.tar.gz) = 7477496 SHA256 (rpz2+rl-9.8.6.patch) = 76b988205ce17034ff6c03cff943d0e579a5a46dbc47e1fac83704c88fb96d79 SIZE (rpz2+rl-9.8.6.patch) = 348361 diff --git a/dns/bind98/pkg-plist b/dns/bind98/pkg-plist index c71aabffa11a..fb00b4448b0a 100644 --- a/dns/bind98/pkg-plist +++ b/dns/bind98/pkg-plist @@ -1,3 +1,4 @@ +bin/bind9-config bin/dig bin/host bin/isc-config.sh @@ -12,6 +13,7 @@ include/dns/byaddr.h include/dns/cache.h include/dns/callbacks.h include/dns/cert.h +include/dns/client.h include/dns/compress.h include/dns/db.h include/dns/dbiterator.h @@ -51,13 +53,13 @@ include/dns/rdatasetiter.h include/dns/rdataslab.h include/dns/rdatastruct.h include/dns/rdatatype.h -include/dns/rpz.h -include/dns/sdlz.h include/dns/request.h include/dns/resolver.h include/dns/result.h include/dns/rootns.h +include/dns/rpz.h include/dns/sdb.h +include/dns/sdlz.h include/dns/secalg.h include/dns/secproto.h include/dns/soa.h @@ -65,6 +67,7 @@ include/dns/ssu.h include/dns/tcpmsg.h include/dns/time.h include/dns/tkey.h +include/dns/tsec.h include/dns/tsig.h include/dns/ttl.h include/dns/types.h @@ -203,6 +206,7 @@ lib/libisccc.a lib/libisccfg.a lib/liblwres.a %%SHARE_MAN%%man/man1/arpaname.1.gz +%%SHARE_MAN%%man/man1/bind9-config.1.gz %%SHARE_MAN%%man/man1/dig.1.gz %%SHARE_MAN%%man/man1/host.1.gz %%SHARE_MAN%%man/man1/isc-config.sh.1.gz |