Date: Thu, 27 Oct 2016 11:17:43 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424757 - in head/dns: knot-resolver knot2 Message-ID: <201610271117.u9RBHhT1044596@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Oct 27 11:17:42 2016 New Revision: 424757 URL: https://svnweb.freebsd.org/changeset/ports/424757 Log: 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) Modified: head/dns/knot-resolver/Makefile (contents, props changed) head/dns/knot2/Makefile (contents, props changed) head/dns/knot2/distinfo (contents, props changed) head/dns/knot2/pkg-plist (contents, props changed) Modified: head/dns/knot-resolver/Makefile ============================================================================== --- head/dns/knot-resolver/Makefile Thu Oct 27 10:23:23 2016 (r424756) +++ head/dns/knot-resolver/Makefile Thu Oct 27 11:17:42 2016 (r424757) @@ -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/ Modified: head/dns/knot2/Makefile ============================================================================== --- head/dns/knot2/Makefile Thu Oct 27 10:23:23 2016 (r424756) +++ head/dns/knot2/Makefile Thu Oct 27 11:17:42 2016 (r424757) @@ -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/ Modified: head/dns/knot2/distinfo ============================================================================== --- head/dns/knot2/distinfo Thu Oct 27 10:23:23 2016 (r424756) +++ head/dns/knot2/distinfo Thu Oct 27 11:17:42 2016 (r424757) @@ -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 Modified: head/dns/knot2/pkg-plist ============================================================================== --- head/dns/knot2/pkg-plist Thu Oct 27 10:23:23 2016 (r424756) +++ head/dns/knot2/pkg-plist Thu Oct 27 11:17:42 2016 (r424757) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610271117.u9RBHhT1044596>