Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 16:58:24 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r557837 - branches/2020Q4/dns/unbound
Message-ID:  <202012121658.0BCGwOZf011839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sat Dec 12 16:58:24 2020
New Revision: 557837
URL: https://svnweb.freebsd.org/changeset/ports/557837

Log:
  MFH: r552135 r557836
  
   * Don't change default options on 2020Q4
  
  dns/unbound: Update to 1.12.0
  
  PR:		250199
  Submitted by:	maintainer
  Sponsored by:	Rubicon Communications, LLC (Netgate)
  
  dns/unbound: Security update to 1.13.0
  
   * Sort options and port_docs while here
  
  PR:		251563
  Submitted by:	Jaap Akkerhuis <jaap nlnetlabs nl> (maintainer)
  Approved by:	maintainer (implicit)
  Security:	388ebb5b-3c95-11eb-929d-d4c9ef517024
  
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2020Q4/dns/unbound/Makefile
  branches/2020Q4/dns/unbound/distinfo
  branches/2020Q4/dns/unbound/pkg-plist
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/dns/unbound/Makefile
==============================================================================
--- branches/2020Q4/dns/unbound/Makefile	Sat Dec 12 16:54:41 2020	(r557836)
+++ branches/2020Q4/dns/unbound/Makefile	Sat Dec 12 16:58:24 2020	(r557837)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unbound
-PORTVERSION=	1.11.0
+PORTVERSION=	1.13.0
 CATEGORIES=	dns
 MASTER_SITES=	https://www.nlnetlabs.nl/downloads/unbound/ \
 		https://distfiles.crux.guru/
@@ -28,15 +28,17 @@ GROUPS=		${PORTNAME}
 
 USE_RC_SUBR=	unbound
 
-PORTDOCS=	CREDITS Changelog FEATURES LICENSE README README.svn \
-		README.tests TODO control_proto_spec.txt ietf67-design-02.odp \
+PORTDOCS=	CNAME-basedRedirectionDesignNotes.pdf CREDITS Changelog \
+		FEATURES IP-BasedActions.pdf LICENSE README README.DNS64 \
+		README.ipset.md README.svn README.tests TODO \
+		control_proto_spec.txt example.conf ietf67-design-02.odp \
 		ietf67-design-02.pdf requirements.txt
 
 OPTIONS_SUB=	yes
-OPTIONS_DEFINE=	THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT \
-		FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE \
-		HIREDIS
-OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT GOST
+OPTIONS_DEFINE=	DNSCRYPT DNSTAP DOCS DOH ECDSA EVAPI FILTER_AAAA GOST \
+		HIREDIS LIBEVENT MUNIN_PLUGIN PYTHON SUBNET TFOCL TFOSE \
+		THREADS 
+OPTIONS_DEFAULT=ECDSA GOST LIBEVENT THREADS
 
 LIBEVENT_DESC=	Build against libevent
 GOST_DESC=	Enable GOST support (requires OpenSSL >= 1.0)
@@ -50,6 +52,7 @@ EVAPI_DESC=	(Experimental) pluggable event based libun
 TFOCL_DESC=	Enable TCP Fast Open for client mode
 TFOSE_DESC=	Enable TCP Fast Open for server mode
 HIREDIS_DESC=	Enable hiredis support for the cachedb module
+DOH_DESC=	Enable DNS-over-HTTPS supports
 
 STRIP_FILES=	.libs/libunbound.so unbound-checkconf unbound \
 		unbound-control .libs/unbound-host .libs/unbound-anchor
@@ -81,6 +84,8 @@ PYTHON_VARS=		STRIP_FILES+=.libs/_unbound.so
 THREADS_CONFIGURE_WITH=	pthreads
 HIREDIS_CONFIGURE_ON=	--enable-cachedb --with-libhiredis
 HIREDIS_LIB_DEPENDS=	libhiredis.so:databases/hiredis
+DOH_CONFIGURE_ON=	--with-libnghttp2
+DOH_LIB_DEPENDS=	libnghttp2.so:www/libnghttp2
 
 post-patch:
 	@${RM} ${WRKSRC}/util/configlexer.c

Modified: branches/2020Q4/dns/unbound/distinfo
==============================================================================
--- branches/2020Q4/dns/unbound/distinfo	Sat Dec 12 16:54:41 2020	(r557836)
+++ branches/2020Q4/dns/unbound/distinfo	Sat Dec 12 16:58:24 2020	(r557837)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595844570
-SHA256 (unbound-1.11.0.tar.gz) = 9f2f0798f76eb8f30feaeda7e442ceed479bc54db0e3ac19c052d68685e51ef7
-SIZE (unbound-1.11.0.tar.gz) = 5900967
+TIMESTAMP = 1607786765
+SHA256 (unbound-1.13.0.tar.gz) = a954043a95b0326ca4037e50dace1f3a207a0a19e9a4a22f4c6718fc623db2a1
+SIZE (unbound-1.13.0.tar.gz) = 5950063

Modified: branches/2020Q4/dns/unbound/pkg-plist
==============================================================================
--- branches/2020Q4/dns/unbound/pkg-plist	Sat Dec 12 16:54:41 2020	(r557836)
+++ branches/2020Q4/dns/unbound/pkg-plist	Sat Dec 12 16:58:24 2020	(r557837)
@@ -5,7 +5,7 @@ libdata/pkgconfig/libunbound.pc
 lib/libunbound.a
 lib/libunbound.so
 lib/libunbound.so.8
-lib/libunbound.so.8.1.9
+lib/libunbound.so.8.1.11
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012121658.0BCGwOZf011839>