Date: Tue, 3 Dec 2019 17:54:49 +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: r518954 - head/dns/knot2 Message-ID: <201912031754.xB3HsnkF031180@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Tue Dec 3 17:54:49 2019 New Revision: 518954 URL: https://svnweb.freebsd.org/changeset/ports/518954 Log: dns/knot2: upgrade 2.8.3 -> 2.9.1 PR: 242362 Submitted by: Leo Vandewoestijne <freebsd@dns.company> Relnotes: https://www.knot-dns.cz/2019-11-11-version-291.html Modified: head/dns/knot2/Makefile head/dns/knot2/distinfo head/dns/knot2/pkg-plist Modified: head/dns/knot2/Makefile ============================================================================== --- head/dns/knot2/Makefile Tue Dec 3 17:05:55 2019 (r518953) +++ head/dns/knot2/Makefile Tue Dec 3 17:54:49 2019 (r518954) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= knot -DISTVERSION= 2.8.3 -PORTREVISION= 1 +DISTVERSION= 2.9.1 CATEGORIES= dns MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ https://dns.company/downloads/knot-dns/ @@ -19,7 +18,6 @@ NOT_FOR_ARCHS_REASON_i386=Uses 64 bit atomics that cla LIB_DEPENDS= libgnutls.so:security/gnutls \ liblmdb.so:databases/lmdb \ - libnettle.so:security/nettle \ liburcu.so:sysutils/liburcu CONFLICTS= knot-1.* knot1-[0-6].* Modified: head/dns/knot2/distinfo ============================================================================== --- head/dns/knot2/distinfo Tue Dec 3 17:05:55 2019 (r518953) +++ head/dns/knot2/distinfo Tue Dec 3 17:54:49 2019 (r518954) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563358257 -SHA256 (knot-2.8.3.tar.xz) = 8a62d81e5cf3df938f469b60ed4e46d9161007c2b89fbf7ae07525fa68368bad -SIZE (knot-2.8.3.tar.xz) = 1206172 +TIMESTAMP = 1574091844 +SHA256 (knot-2.9.1.tar.xz) = f19121956caa360c387923654f13e4c97b3fb9093d242e110d7e0916b8d8a04d +SIZE (knot-2.9.1.tar.xz) = 1212460 Modified: head/dns/knot2/pkg-plist ============================================================================== --- head/dns/knot2/pkg-plist Tue Dec 3 17:05:55 2019 (r518953) +++ head/dns/knot2/pkg-plist Tue Dec 3 17:54:49 2019 (r518954) @@ -72,8 +72,8 @@ lib/libdnssec.so.7 lib/libdnssec.so.7.0.0 lib/libknot.a lib/libknot.so -lib/libknot.so.9 -lib/libknot.so.9.0.0 +lib/libknot.so.10 +lib/libknot.so.10.0.0 lib/libzscanner.a lib/libzscanner.so lib/libzscanner.so.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912031754.xB3HsnkF031180>