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)
This commit is contained in:
Jason Unovitch 2016-11-27 02:43:26 +00:00
parent d32b8fe316
commit 2a314ac5fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427187
2 changed files with 6 additions and 5 deletions

View file

@ -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

View file

@ -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