svn commit: r557836 - head/dns/unbound
Bernard Spil
brnrd at FreeBSD.org
Sat Dec 12 16:54:42 UTC 2020
Author: brnrd
Date: Sat Dec 12 16:54:41 2020
New Revision: 557836
URL: https://svnweb.freebsd.org/changeset/ports/557836
Log:
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)
MFH: 2020Q4
Security: 388ebb5b-3c95-11eb-929d-d4c9ef517024
Modified:
head/dns/unbound/Makefile
head/dns/unbound/distinfo
head/dns/unbound/pkg-plist
Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile Sat Dec 12 16:48:44 2020 (r557835)
+++ head/dns/unbound/Makefile Sat Dec 12 16:54:41 2020 (r557836)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= unbound
-PORTVERSION= 1.12.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 DOH
-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=DOH ECDSA GOST LIBEVENT THREADS
LIBEVENT_DESC= Build against libevent
GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0)
Modified: head/dns/unbound/distinfo
==============================================================================
--- head/dns/unbound/distinfo Sat Dec 12 16:48:44 2020 (r557835)
+++ head/dns/unbound/distinfo Sat Dec 12 16:54:41 2020 (r557836)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602155016
-SHA256 (unbound-1.12.0.tar.gz) = 5b9253a97812f24419bf2e6b3ad28c69287261cf8c8fa79e3e9f6d3bf7ef5835
-SIZE (unbound-1.12.0.tar.gz) = 5918399
+TIMESTAMP = 1607786765
+SHA256 (unbound-1.13.0.tar.gz) = a954043a95b0326ca4037e50dace1f3a207a0a19e9a4a22f4c6718fc623db2a1
+SIZE (unbound-1.13.0.tar.gz) = 5950063
Modified: head/dns/unbound/pkg-plist
==============================================================================
--- head/dns/unbound/pkg-plist Sat Dec 12 16:48:44 2020 (r557835)
+++ head/dns/unbound/pkg-plist Sat Dec 12 16:54:41 2020 (r557836)
@@ -5,7 +5,7 @@ libdata/pkgconfig/libunbound.pc
lib/libunbound.a
lib/libunbound.so
lib/libunbound.so.8
-lib/libunbound.so.8.1.10
+lib/libunbound.so.8.1.11
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py
More information about the svn-ports-all
mailing list