svn commit: r427188 - in branches/2016Q4/dns: knot-resolver knot2

Jason Unovitch junovitch at FreeBSD.org
Sun Nov 27 02:50:04 UTC 2016


Author: junovitch
Date: Sun Nov 27 02:50:02 2016
New Revision: 427188
URL: https://svnweb.freebsd.org/changeset/ports/427188

Log:
  MFH: r424757 r427187
  
  dns/knot2: update to 2.3.1
  
  Changes:	https://www.knot-dns.cz/2016-10-10-version-231.html
  PR:		213830
  Submitted by:	Leo Vandewoestijne (maintainer)
  
  dns/knot2: update 2.3.1 -> 2.3.2
  
  - Disable recvmmsg by default, this impacted UDP queries on 11.0-RELEASE.
    It was later fixed in 11/stable in r307311 but enabling conditionally
    provides little benefit so just disable by default as part of update.
  
  PR:		213952, 214303
  Submitted by:	Leo Vandewoestijne <freebsd at dns-lab.com> (maintainer)
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q4/dns/knot-resolver/Makefile
  branches/2016Q4/dns/knot2/Makefile
  branches/2016Q4/dns/knot2/distinfo   (contents, props changed)
  branches/2016Q4/dns/knot2/pkg-plist   (contents, props changed)
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/dns/knot-resolver/Makefile
==============================================================================
--- branches/2016Q4/dns/knot-resolver/Makefile	Sun Nov 27 02:43:26 2016	(r427187)
+++ branches/2016Q4/dns/knot-resolver/Makefile	Sun Nov 27 02:50:02 2016	(r427188)
@@ -3,6 +3,7 @@
 
 PORTNAME=	knot-resolver
 PORTVERSION=	1.1.1
+PORTREVISION=	1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://secure.nic.cz/files/knot-resolver/ \
 		https://dns.company/downloads/knot-resolver/

Modified: branches/2016Q4/dns/knot2/Makefile
==============================================================================
--- branches/2016Q4/dns/knot2/Makefile	Sun Nov 27 02:43:26 2016	(r427187)
+++ branches/2016Q4/dns/knot2/Makefile	Sun Nov 27 02:50:02 2016	(r427188)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	knot
-PORTVERSION=	2.3.0
+PORTVERSION=	2.3.2
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
 		http://dns-lab.com/downloads/knot-dns/
@@ -28,7 +28,8 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-rundir=/var/run/knot \
 		--with-storage=/var/db/knot \
-		--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
+		--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
+		--enable-recvmmsg=no
 
 INSTALL_TARGET=	install-strip
 

Modified: branches/2016Q4/dns/knot2/distinfo
==============================================================================
--- branches/2016Q4/dns/knot2/distinfo	Sun Nov 27 02:43:26 2016	(r427187)
+++ branches/2016Q4/dns/knot2/distinfo	Sun Nov 27 02:50:02 2016	(r427188)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470789106
-SHA256 (knot-2.3.0.tar.xz) = 8abf9a6562ecf2f7f4222d16ca6c75463399870db360eda7caa40530b469533c
-SIZE (knot-2.3.0.tar.xz) = 1066852
+TIMESTAMP = 1479994675
+SHA256 (knot-2.3.2.tar.xz) = ba298157693d2b3264ff53afd397d8bb240336b36c18064515890733254700df
+SIZE (knot-2.3.2.tar.xz) = 1069500

Modified: branches/2016Q4/dns/knot2/pkg-plist
==============================================================================
--- branches/2016Q4/dns/knot2/pkg-plist	Sun Nov 27 02:43:26 2016	(r427187)
+++ branches/2016Q4/dns/knot2/pkg-plist	Sun Nov 27 02:50:02 2016	(r427188)
@@ -2,6 +2,7 @@ bin/kdig
 bin/khost
 bin/knsec3hash
 bin/knsupdate
+bin/kzonecheck
 %%ETCDIR%%/example.com.zone
 @sample %%ETCDIR%%/knot.conf.sample
 include/dnssec/binary.h
@@ -72,8 +73,8 @@ lib/libdnssec.so.2
 lib/libdnssec.so.2.0.0
 lib/libknot.a
 lib/libknot.so
-lib/libknot.so.3
-lib/libknot.so.3.0.0
+lib/libknot.so.4
+lib/libknot.so.4.0.0
 lib/libzscanner.a
 lib/libzscanner.so
 lib/libzscanner.so.1
@@ -95,4 +96,3 @@ man/man8/knotd.8.gz
 sbin/keymgr
 sbin/knotc
 sbin/knotd
-sbin/kzonecheck


More information about the svn-ports-all mailing list