Date: Sun, 27 Nov 2016 02:43:26 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427187 - head/dns/knot2 Message-ID: <201611270243.uAR2hQ2a040138@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: junovitch Date: Sun Nov 27 02:43:26 2016 New Revision: 427187 URL: https://svnweb.freebsd.org/changeset/ports/427187 Log: 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@dns-lab.com> (maintainer) Modified: head/dns/knot2/Makefile head/dns/knot2/distinfo Modified: head/dns/knot2/Makefile ============================================================================== --- head/dns/knot2/Makefile Sun Nov 27 02:42:02 2016 (r427186) +++ head/dns/knot2/Makefile Sun Nov 27 02:43:26 2016 (r427187) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -PORTVERSION= 2.3.1 +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: head/dns/knot2/distinfo ============================================================================== --- head/dns/knot2/distinfo Sun Nov 27 02:42:02 2016 (r427186) +++ head/dns/knot2/distinfo Sun Nov 27 02:43:26 2016 (r427187) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477560234 -SHA256 (knot-2.3.1.tar.xz) = 42e4ec64dc8f017329d1753eb074a5759d6bb380e1f2a272101adccc0552f9b4 -SIZE (knot-2.3.1.tar.xz) = 1072808 +TIMESTAMP = 1479994675 +SHA256 (knot-2.3.2.tar.xz) = ba298157693d2b3264ff53afd397d8bb240336b36c18064515890733254700df +SIZE (knot-2.3.2.tar.xz) = 1069500
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611270243.uAR2hQ2a040138>