diff options
author | junovitch <junovitch@FreeBSD.org> | 2016-08-10 10:08:29 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2016-08-10 10:08:29 +0800 |
commit | 8e048ea1732577a29bff99fe82facbfedb7bac68 (patch) | |
tree | 207b0d7fb21e4a5985101ad50905eb819a25e8ee /dns | |
parent | 8662e377d1442528485dbcde3528ae7efd3782a5 (diff) | |
download | freebsd-ports-gnome-8e048ea1732577a29bff99fe82facbfedb7bac68.tar.gz freebsd-ports-gnome-8e048ea1732577a29bff99fe82facbfedb7bac68.tar.zst freebsd-ports-gnome-8e048ea1732577a29bff99fe82facbfedb7bac68.zip |
dns/knot2: update 2.2.1 -> 2.3.0
Changes: https://www.knot-dns.cz/2016-08-09-version-230.html
Approved by: ports-secteam (with hat)
Security: CVE-2016-6171
Security: https://vuxml.FreeBSD.org/freebsd/7d08e608-5e95-11e6-b334-002590263bf5.html
MFH: 2016Q3
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot2/Makefile | 3 | ||||
-rw-r--r-- | dns/knot2/distinfo | 6 | ||||
-rw-r--r-- | dns/knot2/pkg-plist | 17 |
3 files changed, 14 insertions, 12 deletions
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index 8bd7dd344953..72b5787c6673 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= knot -PORTVERSION= 2.2.1 -PORTREVISION?= 1 +PORTVERSION= 2.3.0 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 ed74c5500583..087bf07050a0 100644 --- a/dns/knot2/distinfo +++ b/dns/knot2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465218305 -SHA256 (knot-2.2.1.tar.xz) = 4b587bd8299445a29990ba89087b156ab9b6bf85cbd68846766c078e5b3481d3 -SIZE (knot-2.2.1.tar.xz) = 1017504 +TIMESTAMP = 1470789106 +SHA256 (knot-2.3.0.tar.xz) = 8abf9a6562ecf2f7f4222d16ca6c75463399870db360eda7caa40530b469533c +SIZE (knot-2.3.0.tar.xz) = 1066852 diff --git a/dns/knot2/pkg-plist b/dns/knot2/pkg-plist index 5467f6d778f6..506a5648aff4 100644 --- a/dns/knot2/pkg-plist +++ b/dns/knot2/pkg-plist @@ -25,6 +25,9 @@ include/libknot/binary.h include/libknot/codes.h include/libknot/consts.h include/libknot/control/control.h +include/libknot/cookies/alg-fnv64.h +include/libknot/cookies/client.h +include/libknot/cookies/server.h include/libknot/db/db.h include/libknot/db/db_lmdb.h include/libknot/db/db_trie.h @@ -39,9 +42,6 @@ include/libknot/packet/compr.h include/libknot/packet/pkt.h include/libknot/packet/rrset-wire.h include/libknot/packet/wire.h -include/libknot/processing/layer.h -include/libknot/processing/overlay.h -include/libknot/processing/requestor.h include/libknot/rdata.h include/libknot/rdataset.h include/libknot/rrset-dump.h @@ -53,6 +53,7 @@ include/libknot/rrtype/naptr.h include/libknot/rrtype/nsec.h include/libknot/rrtype/nsec3.h include/libknot/rrtype/nsec3param.h +include/libknot/rrtype/opt-cookie.h include/libknot/rrtype/opt.h include/libknot/rrtype/rdname.h include/libknot/rrtype/rrsig.h @@ -67,12 +68,12 @@ include/zscanner/scanner.h include/zscanner/version.h lib/libdnssec.a lib/libdnssec.so -lib/libdnssec.so.1 -lib/libdnssec.so.1.0.0 +lib/libdnssec.so.2 +lib/libdnssec.so.2.0.0 lib/libknot.a lib/libknot.so -lib/libknot.so.2 -lib/libknot.so.2.0.0 +lib/libknot.so.3 +lib/libknot.so.3.0.0 lib/libzscanner.a lib/libzscanner.so lib/libzscanner.so.1 @@ -86,6 +87,7 @@ man/man1/khost.1.gz man/man1/knot1to2.1.gz man/man1/knsec3hash.1.gz man/man1/knsupdate.1.gz +man/man1/kzonecheck.1.gz man/man5/knot.conf.5.gz man/man8/keymgr.8.gz man/man8/knotc.8.gz @@ -93,3 +95,4 @@ man/man8/knotd.8.gz sbin/keymgr sbin/knotc sbin/knotd +sbin/kzonecheck |