diff options
author | erwin <erwin@FreeBSD.org> | 2015-09-17 19:06:30 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2015-09-17 19:06:30 +0800 |
commit | 43760c1b0273ed7d60a16ec4a6c3b0dae726edae (patch) | |
tree | 66492c3d08ae87606b384d6bdb3c1f65c114c19d /dns | |
parent | 0e91ba7388e63f2226b31792d511e6bdf1633304 (diff) | |
download | freebsd-ports-gnome-43760c1b0273ed7d60a16ec4a6c3b0dae726edae.tar.gz freebsd-ports-gnome-43760c1b0273ed7d60a16ec4a6c3b0dae726edae.tar.zst freebsd-ports-gnome-43760c1b0273ed7d60a16ec4a6c3b0dae726edae.zip |
Update to 2.0.1
PR: 203127
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Sponsored by: DK Hostmaster A/S
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot2/Makefile | 2 | ||||
-rw-r--r-- | dns/knot2/distinfo | 4 | ||||
-rw-r--r-- | dns/knot2/pkg-plist | 9 |
3 files changed, 12 insertions, 3 deletions
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index 119703503ca0..fb8825a23f72 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -DISTVERSION= 2.0.0 +DISTVERSION= 2.0.1 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ diff --git a/dns/knot2/distinfo b/dns/knot2/distinfo index 023c891c0da8..849716a01d17 100644 --- a/dns/knot2/distinfo +++ b/dns/knot2/distinfo @@ -1,2 +1,2 @@ -SHA256 (knot-2.0.0.tar.xz) = 28b2277647f618ea7edba741fd6685a8b1fc17d3a178b48f4ca7f2a43359998f -SIZE (knot-2.0.0.tar.xz) = 947200 +SHA256 (knot-2.0.1.tar.xz) = 183bac1f23cb3996731c8161889ff5c1e2f99b9a6d8690390a2a23af433d6ce6 +SIZE (knot-2.0.1.tar.xz) = 958560 diff --git a/dns/knot2/pkg-plist b/dns/knot2/pkg-plist index 4b3806f49d5d..5cf11e9edd46 100644 --- a/dns/knot2/pkg-plist +++ b/dns/knot2/pkg-plist @@ -6,6 +6,7 @@ bin/knsec3hash bin/knsupdate include/dnssec/binary.h include/dnssec/crypto.h +include/dnssec/dnssec.h include/dnssec/error.h include/dnssec/event.h include/dnssec/kasp.h @@ -50,6 +51,7 @@ include/libknot/internal/tolower.h include/libknot/internal/trie/hat-trie.h include/libknot/internal/trie/murmurhash3.h include/libknot/internal/utils.h +include/libknot/internal/wire_ctx.h include/libknot/libknot.h include/libknot/packet/compr.h include/libknot/packet/pkt.h @@ -73,8 +75,15 @@ include/libknot/rrtype/rdname.h include/libknot/rrtype/rrsig.h include/libknot/rrtype/soa.h include/libknot/rrtype/tsig.h +include/libknot/rrtype/txt.h include/libknot/tsig-op.h include/libknot/tsig.h +include/libknot/yparser/yparser.h +include/libknot/yparser/ypformat.h +include/libknot/yparser/ypscheme.h +include/libknot/yparser/yptrafo.h +include/zscanner/error.h +include/zscanner/scanner.h lib/libdnssec.a lib/libdnssec.so lib/libdnssec.so.0 |