Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2020 11:06:11 +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: r551382 - head/dns/knot-resolver
Message-ID:  <202010041106.094B6BCI037355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Oct  4 11:06:10 2020
New Revision: 551382
URL: https://svnweb.freebsd.org/changeset/ports/551382

Log:
  dns/knot-resolver: update 5.1.2 -> 5.1.3
  
  PR:		249365
  Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
  Relnotes:	https://www.knot-resolver.cz/2020-09-08-knot-resolver-5.1.3.html

Modified:
  head/dns/knot-resolver/Makefile
  head/dns/knot-resolver/distinfo

Modified: head/dns/knot-resolver/Makefile
==============================================================================
--- head/dns/knot-resolver/Makefile	Sun Oct  4 11:04:02 2020	(r551381)
+++ head/dns/knot-resolver/Makefile	Sun Oct  4 11:06:10 2020	(r551382)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	knot-resolver
-DISTVERSION=	5.1.2
-PORTREVISION=	1
+DISTVERSION=	5.1.3
 CATEGORIES=	dns
 MASTER_SITES=	https://secure.nic.cz/files/knot-resolver/ \
 		https://dns.company/downloads/knot-resolver/
@@ -19,9 +18,9 @@ BUILD_DEPENDS=	bash:shells/bash \
 		lua51-cqueues>=20200603_1:devel/lua-cqueues@lua51 \
 		luacheck:devel/lua-luacheck \
 		cmake:devel/cmake
-LIB_DEPENDS=	libknot.so:dns/knot2-lib \
-		libdnssec.so:dns/knot2-lib \
-		libzscanner.so:dns/knot2-lib \
+LIB_DEPENDS=	libknot.so:dns/knot3-lib \
+		libdnssec.so:dns/knot3-lib \
+		libzscanner.so:dns/knot3-lib \
 		libgnutls.so:security/gnutls \
 		liblmdb.so:databases/lmdb \
 		libluajit-5.1.so:lang/luajit-openresty \

Modified: head/dns/knot-resolver/distinfo
==============================================================================
--- head/dns/knot-resolver/distinfo	Sun Oct  4 11:04:02 2020	(r551381)
+++ head/dns/knot-resolver/distinfo	Sun Oct  4 11:06:10 2020	(r551382)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593645886
-SHA256 (knot-resolver-5.1.2.tar.xz) = caa4f941caf39080184554fb1310f383eba4b30d9c4c2215670d6b0a2de8f836
-SIZE (knot-resolver-5.1.2.tar.xz) = 1749236
+TIMESTAMP = 1600248623
+SHA256 (knot-resolver-5.1.3.tar.xz) = 20cd829027e39a9f7d993894e3640e886825b492d9ac1a744ac5616cc101458b
+SIZE (knot-resolver-5.1.3.tar.xz) = 1808868



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010041106.094B6BCI037355>