svn commit: r564806 - in head/dns/unbound: . files

Neel Chauhan nc at FreeBSD.org
Tue Feb 9 19:49:02 UTC 2021


Author: nc
Date: Tue Feb  9 19:49:01 2021
New Revision: 564806
URL: https://svnweb.freebsd.org/changeset/ports/564806

Log:
  dns/unbound: Update to 1.13.1
  
  Changes: https://nlnetlabs.nl/news/2021/Feb/09/unbound-1.13.1-released/
  
  PR:		253376
  Submitted by:	Jaap Akkerhuis <jaap AT NLnetLabs DOT nl> (maintainer)

Deleted:
  head/dns/unbound/files/patch-Issue376
Modified:
  head/dns/unbound/Makefile
  head/dns/unbound/distinfo
  head/dns/unbound/pkg-plist

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Tue Feb  9 19:45:32 2021	(r564805)
+++ head/dns/unbound/Makefile	Tue Feb  9 19:49:01 2021	(r564806)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unbound
-PORTVERSION=	1.13.0
-PORTREVISION=	1
+PORTVERSION=	1.13.1
 CATEGORIES=	dns
 MASTER_SITES=	https://www.nlnetlabs.nl/downloads/unbound/ \
 		https://distfiles.crux.guru/
@@ -29,17 +28,17 @@ GROUPS=		${PORTNAME}
 
 USE_RC_SUBR=	unbound
 
-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
+PORTDOCS=	CREDITS Changelog FEATURES LICENSE README \
+		README.DNS64  README.ipset.md README.svn README.tests \
+		TODO control_proto_spec.txt ietf67-design-02.odp \
+		ietf67-design-02.pdf requirements.txt example.conf \
+		CNAME-basedRedirectionDesignNotes.pdf IP-BasedActions.pdf
 
 OPTIONS_SUB=	yes
-OPTIONS_DEFINE=	DNSCRYPT DNSTAP DOCS DOH ECDSA EVAPI FILTER_AAAA GOST \
-		HIREDIS LIBEVENT MUNIN_PLUGIN PYTHON SUBNET TFOCL TFOSE \
-		THREADS 
-OPTIONS_DEFAULT=DOH ECDSA GOST LIBEVENT THREADS
+OPTIONS_DEFINE=	THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT \
+		FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE \
+		HIREDIS DOH
+OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT GOST DOH
 
 LIBEVENT_DESC=	Build against libevent
 GOST_DESC=	Enable GOST support (requires OpenSSL >= 1.0)
@@ -53,7 +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
+DOH_DESC=	Enable DNS-over-HTTPS support
 
 STRIP_FILES=	.libs/libunbound.so unbound-checkconf unbound \
 		unbound-control .libs/unbound-host .libs/unbound-anchor

Modified: head/dns/unbound/distinfo
==============================================================================
--- head/dns/unbound/distinfo	Tue Feb  9 19:45:32 2021	(r564805)
+++ head/dns/unbound/distinfo	Tue Feb  9 19:49:01 2021	(r564806)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607786765
-SHA256 (unbound-1.13.0.tar.gz) = a954043a95b0326ca4037e50dace1f3a207a0a19e9a4a22f4c6718fc623db2a1
-SIZE (unbound-1.13.0.tar.gz) = 5950063
+TIMESTAMP = 1612858504
+SHA256 (unbound-1.13.1.tar.gz) = 8504d97b8fc5bd897345c95d116e0ee0ddf8c8ff99590ab2b4bd13278c9f50b8
+SIZE (unbound-1.13.1.tar.gz) = 5976957

Modified: head/dns/unbound/pkg-plist
==============================================================================
--- head/dns/unbound/pkg-plist	Tue Feb  9 19:45:32 2021	(r564805)
+++ head/dns/unbound/pkg-plist	Tue Feb  9 19:49:01 2021	(r564806)
@@ -5,7 +5,7 @@ libdata/pkgconfig/libunbound.pc
 lib/libunbound.a
 lib/libunbound.so
 lib/libunbound.so.8
-lib/libunbound.so.8.1.11
+lib/libunbound.so.8.1.12
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py


More information about the svn-ports-all mailing list