diff options
author | dougb <dougb@FreeBSD.org> | 2011-09-01 12:43:58 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-09-01 12:43:58 +0800 |
commit | bbd79d77a1d2a18296ac56b6d06122c4f86e1134 (patch) | |
tree | 63498b0071c801637b6d4d6002c40ddb00d9c7f5 /dns | |
parent | 245066f364b727b9ce42a6cea50b4ded67cd6a81 (diff) | |
download | freebsd-ports-gnome-bbd79d77a1d2a18296ac56b6d06122c4f86e1134.tar.gz freebsd-ports-gnome-bbd79d77a1d2a18296ac56b6d06122c4f86e1134.tar.zst freebsd-ports-gnome-bbd79d77a1d2a18296ac56b6d06122c4f86e1134.zip |
Upgrade to version 9.8.1. Release notes at:
https://deepthought.isc.org/article/AA-00446/81/
or
/usr/local/share/doc/bind98/CHANGES
Remove the patch incorporated upstream, and add new include to plist.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind98/Makefile | 4 | ||||
-rw-r--r-- | dns/bind98/distinfo | 8 | ||||
-rw-r--r-- | dns/bind98/files/patch-bin__nsupdate__nsupdate.c | 14 | ||||
-rw-r--r-- | dns/bind98/pkg-plist | 1 |
4 files changed, 7 insertions, 20 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 3d8bd7cb0b9c..811daa71d650 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -12,7 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind98 -PORTVERSION= 9.8.0.4 +PORTVERSION= 9.8.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 DNS64 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.8.0-P4 +ISCVERSION= 9.8.1 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind98/distinfo b/dns/bind98/distinfo index 378e3ee52e6c..70744fc80c80 100644 --- a/dns/bind98/distinfo +++ b/dns/bind98/distinfo @@ -1,4 +1,4 @@ -SHA256 (bind-9.8.0-P4.tar.gz) = ea2d9c30f41e680afc8b85eabd7c58865ce31d72009f2812d03078428869f415 -SIZE (bind-9.8.0-P4.tar.gz) = 7703981 -SHA256 (bind-9.8.0-P4.tar.gz.asc) = a054dc47f90122cf004e002fe46e8599346ff2799aca6e681b4325cecf3840ee -SIZE (bind-9.8.0-P4.tar.gz.asc) = 481 +SHA256 (bind-9.8.1.tar.gz) = 02285dc429cb2a6687a1b2446e9ee22c1df27f2577225b05be5092395ee7c92c +SIZE (bind-9.8.1.tar.gz) = 8450567 +SHA256 (bind-9.8.1.tar.gz.asc) = e8bd33c0c0ef0518ab8288c466aea9d1030c114ee2a58e6ca5c45e8f8295fa5b +SIZE (bind-9.8.1.tar.gz.asc) = 487 diff --git a/dns/bind98/files/patch-bin__nsupdate__nsupdate.c b/dns/bind98/files/patch-bin__nsupdate__nsupdate.c deleted file mode 100644 index ad7c274ea16b..000000000000 --- a/dns/bind98/files/patch-bin__nsupdate__nsupdate.c +++ /dev/null @@ -1,14 +0,0 @@ ---- bin/nsupdate/nsupdate.c.orig 2011-01-09 21:32:03.000000000 -0800 -+++ bin/nsupdate/nsupdate.c 2011-05-27 14:51:32.000000000 -0700 -@@ -695,8 +695,10 @@ - keyfile, isc_result_totext(result)); - return; - } -- } else -+ } else { - dst_key_attach(dstkey, &sig0key); -+ dst_key_free(&dstkey); -+ } - } - - static void diff --git a/dns/bind98/pkg-plist b/dns/bind98/pkg-plist index 3ef18ef850b7..bab70a65fb49 100644 --- a/dns/bind98/pkg-plist +++ b/dns/bind98/pkg-plist @@ -53,6 +53,7 @@ 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 |