diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2020-10-04 11:06:10 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2020-10-04 11:06:10 +0000 |
commit | 13e7ac77684fe7740b165a87ee41513566fc956c (patch) | |
tree | 5fab2f3781636834271b2b065c62961153da0869 /dns/knot-resolver | |
parent | 8b2c04d3fc8b2ad86e47c18d1f4f36922b2d44bb (diff) | |
download | freebsd-ports-13e7ac77684fe7740b165a87ee41513566fc956c.zip |
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
Diffstat (limited to 'dns/knot-resolver')
-rw-r--r-- | dns/knot-resolver/Makefile | 9 | ||||
-rw-r--r-- | dns/knot-resolver/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/dns/knot-resolver/Makefile b/dns/knot-resolver/Makefile index 4aef08a0ea3f..c359a636f0a9 100644 --- a/dns/knot-resolver/Makefile +++ b/dns/knot-resolver/Makefile @@ -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 \ diff --git a/dns/knot-resolver/distinfo b/dns/knot-resolver/distinfo index 5ed793ee8a69..f35b5cb5401a 100644 --- a/dns/knot-resolver/distinfo +++ b/dns/knot-resolver/distinfo @@ -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 |