From owner-svn-ports-all@freebsd.org Sat Apr 29 20:28:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F71FD55EEC; Sat, 29 Apr 2017 20:28:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 277551CE0; Sat, 29 Apr 2017 20:28:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3TKSu26037821; Sat, 29 Apr 2017 20:28:56 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3TKStPj037816; Sat, 29 Apr 2017 20:28:55 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201704292028.v3TKStPj037816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 29 Apr 2017 20:28:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439773 - in head/dns/knot2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2017 20:28:57 -0000 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 (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