svn commit: r491115 - head/dns/knot-resolver

Tobias C. Berner tcberner at FreeBSD.org
Thu Jan 24 20:07:24 UTC 2019


Author: tcberner
Date: Thu Jan 24 20:07:22 2019
New Revision: 491115
URL: https://svnweb.freebsd.org/changeset/ports/491115

Log:
  dns/knot-resolver: Update to 3.2.1
  
  PR:		235078
  Submitted by:	Leo Vandewoestijne <freebsd at dns.company> (maintainer)

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

Modified: head/dns/knot-resolver/Makefile
==============================================================================
--- head/dns/knot-resolver/Makefile	Thu Jan 24 20:01:40 2019	(r491114)
+++ head/dns/knot-resolver/Makefile	Thu Jan 24 20:07:22 2019	(r491115)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	knot-resolver
-DISTVERSION=	3.1.0
-PORTREVISION=	2
+DISTVERSION=	3.2.1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://secure.nic.cz/files/knot-resolver/ \
 		https://dns.company/downloads/knot-resolver/

Modified: head/dns/knot-resolver/distinfo
==============================================================================
--- head/dns/knot-resolver/distinfo	Thu Jan 24 20:01:40 2019	(r491114)
+++ head/dns/knot-resolver/distinfo	Thu Jan 24 20:07:22 2019	(r491115)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541518702
-SHA256 (knot-resolver-3.1.0.tar.xz) = 8f3deba4695784a666cde317bc6af80ecf42ce1047b01f4b9c582fdc021c7492
-SIZE (knot-resolver-3.1.0.tar.xz) = 1671480
+TIMESTAMP = 1548257387
+SHA256 (knot-resolver-3.2.1.tar.xz) = d1396888ec3a63f19dccdf2b7dbcb0d16a5d8642766824b47f4c21be90ce362b
+SIZE (knot-resolver-3.2.1.tar.xz) = 1765912

Modified: head/dns/knot-resolver/pkg-plist
==============================================================================
--- head/dns/knot-resolver/pkg-plist	Thu Jan 24 20:01:40 2019	(r491114)
+++ head/dns/knot-resolver/pkg-plist	Thu Jan 24 20:07:22 2019	(r491115)
@@ -29,13 +29,16 @@ include/libkres/trie.h
 include/libkres/utils.h
 include/libkres/zonecut.h
 lib/kdns_modules/ahocorasick.so
+lib/kdns_modules/basexx.lua
 lib/kdns_modules/bogus_log.so
 lib/kdns_modules/daf.lua
 lib/kdns_modules/daf/daf.js
 lib/kdns_modules/detect_time_jump.lua
 lib/kdns_modules/detect_time_skew.lua
 lib/kdns_modules/dns64.lua
+lib/kdns_modules/edns_keepalive.so
 lib/kdns_modules/etcd.lua
+lib/kdns_modules/experimental_dot_auth.lua
 lib/kdns_modules/graphite.lua
 lib/kdns_modules/hints.so
 lib/kdns_modules/http.lua
@@ -59,8 +62,9 @@ lib/kdns_modules/http/selectize.min.css
 lib/kdns_modules/http/selectize.min.js
 lib/kdns_modules/http/topojson.js
 lib/kdns_modules/http_trace.lua
-lib/kdns_modules/kres.lua
 lib/kdns_modules/kres-gen.lua
+lib/kdns_modules/kres.lua
+lib/kdns_modules/nsid.so
 lib/kdns_modules/policy.lua
 lib/kdns_modules/predict.lua
 lib/kdns_modules/prefill.lua
@@ -77,7 +81,7 @@ lib/kdns_modules/view.lua
 lib/kdns_modules/workarounds.lua
 lib/kdns_modules/zonefile.lua
 lib/libkres.so
-lib/libkres.so.8
+lib/libkres.so.9
 libdata/pkgconfig/libkres.pc
 man/man8/kresd.8.gz
 sbin/kresc


More information about the svn-ports-all mailing list