Date: Sat, 29 Apr 2017 20:28:55 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439773 - in head/dns/knot2: . files Message-ID: <201704292028.v3TKStPj037816@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Apr 29 20:28:55 2017 New Revision: 439773 URL: https://svnweb.freebsd.org/changeset/ports/439773 Log: dns/knot2: update 2.3.3 -> 2.4.3 PR: 218948 Changes: https://gitlab.labs.nic.cz/labs/knot/raw/v2.4.3/NEWS Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Modified: head/dns/knot2/Makefile head/dns/knot2/distinfo head/dns/knot2/files/pkg-message.in head/dns/knot2/pkg-plist Modified: head/dns/knot2/Makefile ============================================================================== --- head/dns/knot2/Makefile Sat Apr 29 20:13:48 2017 (r439772) +++ head/dns/knot2/Makefile Sat Apr 29 20:28:55 2017 (r439773) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -PORTVERSION= 2.3.3 +PORTVERSION= 2.4.3 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ @@ -22,7 +22,7 @@ LIB_DEPENDS= libfstrm.so:devel/fstrm \ CONFLICTS= knot-1.* knot1-[0-6].* -USES= alias libedit libtool pkgconfig tar:xz +USES= alias compiler:c11 libedit libtool pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/dns/knot2/distinfo ============================================================================== --- head/dns/knot2/distinfo Sat Apr 29 20:13:48 2017 (r439772) +++ head/dns/knot2/distinfo Sat Apr 29 20:28:55 2017 (r439773) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481221203 -SHA256 (knot-2.3.3.tar.xz) = a929bce3b957a81776b1db7b43b0e4473339bf16be8dbba5abb4b0593bf43c94 -SIZE (knot-2.3.3.tar.xz) = 1071160 +TIMESTAMP = 1493403989 +SHA256 (knot-2.4.3.tar.xz) = f90258bcb29c1f351cd8d824ff8d67aef906ae5d5ff0f652c4f69c69ed8a704f +SIZE (knot-2.4.3.tar.xz) = 1110588 Modified: head/dns/knot2/files/pkg-message.in ============================================================================== --- head/dns/knot2/files/pkg-message.in Sat Apr 29 20:13:48 2017 (r439772) +++ head/dns/knot2/files/pkg-message.in Sat Apr 29 20:28:55 2017 (r439773) @@ -9,19 +9,10 @@ sysrc knot_config=%%ETCDIR%%/knot.conf service knot start - Traditional (pre-FreeBSD 9.2) method, for last three commands: - - echo knot_enable=\"YES\" >> /etc/rc.conf - echo knot_config=\"%%PREFIX%%/etc/knot/knot.conf\" >> /etc/rc.conf - %%PREFIX%%/etc/rc.d/knot start - ###################################################################### - When upgrading from a previous version of Knot, - the configuration syntax changed changed severely. - Please consult the documentation: - man knot.conf - - https://www.knot-dns.cz/docs/2.0/html/configuration.html + - https://www.knot-dns.cz/documentation/ ###################################################################### Modified: head/dns/knot2/pkg-plist ============================================================================== --- head/dns/knot2/pkg-plist Sat Apr 29 20:13:48 2017 (r439772) +++ head/dns/knot2/pkg-plist Sat Apr 29 20:28:55 2017 (r439773) @@ -14,8 +14,10 @@ include/dnssec/event.h include/dnssec/kasp.h include/dnssec/key.h include/dnssec/keyid.h +include/dnssec/keystate.h include/dnssec/keystore.h include/dnssec/keytag.h +include/dnssec/keyusage.h include/dnssec/list.h include/dnssec/nsec.h include/dnssec/random.h @@ -71,11 +73,11 @@ include/zscanner/version.h lib/libdnssec.a lib/libdnssec.so lib/libdnssec.so.2 -lib/libdnssec.so.2.0.0 +lib/libdnssec.so.2.1.0 lib/libknot.a lib/libknot.so -lib/libknot.so.4 -lib/libknot.so.4.0.0 +lib/libknot.so.5 +lib/libknot.so.5.0.0 lib/libzscanner.a lib/libzscanner.so lib/libzscanner.so.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704292028.v3TKStPj037816>