diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-27 19:17:42 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-27 19:17:42 +0800 |
commit | d91f0fbff4d18036b490bb3ed9c3bab97c918aae (patch) | |
tree | e34859ae05a3130a119813c07e37cf1f9a8aab99 /dns | |
parent | d7db72cc96afdc89951b6ffb4245d8a9fa0c5ad6 (diff) | |
download | freebsd-ports-gnome-d91f0fbff4d18036b490bb3ed9c3bab97c918aae.tar.gz freebsd-ports-gnome-d91f0fbff4d18036b490bb3ed9c3bab97c918aae.tar.zst freebsd-ports-gnome-d91f0fbff4d18036b490bb3ed9c3bab97c918aae.zip |
dns/knot2: update to 2.3.1
Changes: https://www.knot-dns.cz/2016-10-10-version-231.html
PR: 213830
Submitted by: Leo Vandewoestijne (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot-resolver/Makefile | 1 | ||||
-rw-r--r-- | dns/knot2/Makefile | 2 | ||||
-rw-r--r-- | dns/knot2/distinfo | 6 | ||||
-rw-r--r-- | dns/knot2/pkg-plist | 6 |
4 files changed, 8 insertions, 7 deletions
diff --git a/dns/knot-resolver/Makefile b/dns/knot-resolver/Makefile index e38ab2ede0eb..2af00b9a3605 100644 --- a/dns/knot-resolver/Makefile +++ b/dns/knot-resolver/Makefile @@ -3,6 +3,7 @@ PORTNAME= knot-resolver PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ https://dns.company/downloads/knot-resolver/ diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index d2f16b91dcb5..d20b9b644e2f 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.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 087bf07050a0..9c5bee0e749d 100644 --- a/dns/knot2/distinfo +++ b/dns/knot2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1470789106 -SHA256 (knot-2.3.0.tar.xz) = 8abf9a6562ecf2f7f4222d16ca6c75463399870db360eda7caa40530b469533c -SIZE (knot-2.3.0.tar.xz) = 1066852 +TIMESTAMP = 1477560234 +SHA256 (knot-2.3.1.tar.xz) = 42e4ec64dc8f017329d1753eb074a5759d6bb380e1f2a272101adccc0552f9b4 +SIZE (knot-2.3.1.tar.xz) = 1072808 diff --git a/dns/knot2/pkg-plist b/dns/knot2/pkg-plist index 506a5648aff4..3034c4b44795 100644 --- a/dns/knot2/pkg-plist +++ b/dns/knot2/pkg-plist @@ -2,6 +2,7 @@ bin/kdig bin/khost bin/knsec3hash bin/knsupdate +bin/kzonecheck %%ETCDIR%%/example.com.zone @sample %%ETCDIR%%/knot.conf.sample include/dnssec/binary.h @@ -72,8 +73,8 @@ lib/libdnssec.so.2 lib/libdnssec.so.2.0.0 lib/libknot.a lib/libknot.so -lib/libknot.so.3 -lib/libknot.so.3.0.0 +lib/libknot.so.4 +lib/libknot.so.4.0.0 lib/libzscanner.a lib/libzscanner.so lib/libzscanner.so.1 @@ -95,4 +96,3 @@ man/man8/knotd.8.gz sbin/keymgr sbin/knotc sbin/knotd -sbin/kzonecheck |