Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Aug 2020 14:17:24 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545599 - in head/dns/unbound: . files
Message-ID:  <202008211417.07LEHOVU087356@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Fri Aug 21 14:17:23 2020
New Revision: 545599
URL: https://svnweb.freebsd.org/changeset/ports/545599

Log:
  dns/unbound: Update to 1.11.0
  
  PR:		248808
  Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)

Modified:
  head/dns/unbound/Makefile
  head/dns/unbound/distinfo
  head/dns/unbound/files/unbound.in
  head/dns/unbound/pkg-plist

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Fri Aug 21 13:55:16 2020	(r545598)
+++ head/dns/unbound/Makefile	Fri Aug 21 14:17:23 2020	(r545599)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unbound
-PORTVERSION=	1.10.1
+PORTVERSION=	1.11.0
 CATEGORIES=	dns
 MASTER_SITES=	https://www.nlnetlabs.nl/downloads/unbound/ \
 		https://distfiles.crux.guru/
@@ -89,9 +89,7 @@ post-patch:
 		${WRKSRC}/Makefile.in
 
 post-patch-FILTER_AAAA-on:
-	${SED} 's/INIT_REQUEST_STATE, FINISHED_STATE, &subq, 1/&, 0/' \
-		${WRKSRC}/contrib/aaaa-filter-iterator.patch | \
-		${PATCH} -d ${WRKSRC} -p1 -s
+	 ${CAT} ${WRKSRC}/contrib/aaaa-filter-iterator.patch | ${PATCH} -d ${WRKSRC} -p1 -s
 
 post-build:
 	@for s in ${STRIP_FILES}; do ${STRIP_CMD} ${WRKSRC}/$$s; done

Modified: head/dns/unbound/distinfo
==============================================================================
--- head/dns/unbound/distinfo	Fri Aug 21 13:55:16 2020	(r545598)
+++ head/dns/unbound/distinfo	Fri Aug 21 14:17:23 2020	(r545599)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589875287
-SHA256 (unbound-1.10.1.tar.gz) = b73677c21a71cf92f15cc8cfe76a3d875e40f65b6150081c39620b286582d536
-SIZE (unbound-1.10.1.tar.gz) = 5729334
+TIMESTAMP = 1595844570
+SHA256 (unbound-1.11.0.tar.gz) = 9f2f0798f76eb8f30feaeda7e442ceed479bc54db0e3ac19c052d68685e51ef7
+SIZE (unbound-1.11.0.tar.gz) = 5900967

Modified: head/dns/unbound/files/unbound.in
==============================================================================
--- head/dns/unbound/files/unbound.in	Fri Aug 21 13:55:16 2020	(r545598)
+++ head/dns/unbound/files/unbound.in	Fri Aug 21 14:17:23 2020	(r545599)
@@ -12,7 +12,8 @@
 # root.hints (-r).  Useful for when /etc/resolv.conf only contains 127.0.0.1
 #
 # PROVIDE: unbound
-# REQUIRE: SERVERS cleanvar
+# REQUIRE: FILESYSTEMS defaultroute netwait resolv
+# BEFORE: NETWORKING
 # KEYWORD: shutdown
 #
 # Add the following line to /etc/rc.conf to enable unbound:
@@ -22,7 +23,6 @@
 # You could set alternative config with
 # unbound_config="/path/to/config"
 #
-#
 # Multiple profiles are supported with
 #
 # unbound_profiles="name1 name2"
@@ -66,7 +66,7 @@ start_precmd()
 		su -m unbound -c "%%PREFIX%%/sbin/unbound-anchor ${unbound_anchorflags}"
 	fi
 	echo .
-	%%PREFIX%%/sbin/unbound-checkconf ${unbound_conf} > /dev/null
+	%%PREFIX%%/sbin/unbound-checkconf ${unbound_config} > /dev/null
 	return $?
 }
 
@@ -76,7 +76,7 @@ load_rc_config "${name}"
 : ${unbound_config:=%%PREFIX%%/etc/unbound/unbound.conf}
 
 # Set PID file
-pidfile=$(%%PREFIX%%/sbin/unbound-checkconf -o pidfile %%PREFIX%%/etc/unbound/unbound.conf)
+pidfile=$(%%PREFIX%%/sbin/unbound-checkconf -o pidfile ${unbound_config})
 
 required_files=${unbound_config}
 command="%%PREFIX%%/sbin/${name}"
@@ -84,7 +84,7 @@ command_args="-c ${unbound_config}"
 unbound_anchorflags=${unbound_anchorflags:-""}
 extra_commands="reload"
 start_precmd="start_precmd"
-reload_precmd="%%PREFIX%%/sbin/unbound-checkconf ${unbound_conf} >/dev/null"
+reload_precmd="%%PREFIX%%/sbin/unbound-checkconf ${unbound_config} >/dev/null"
 
 load_rc_config "${name}"
 

Modified: head/dns/unbound/pkg-plist
==============================================================================
--- head/dns/unbound/pkg-plist	Fri Aug 21 13:55:16 2020	(r545598)
+++ head/dns/unbound/pkg-plist	Fri Aug 21 14:17:23 2020	(r545599)
@@ -5,7 +5,7 @@ libdata/pkgconfig/libunbound.pc
 lib/libunbound.a
 lib/libunbound.so
 lib/libunbound.so.8
-lib/libunbound.so.8.1.8
+lib/libunbound.so.8.1.9
 %%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?202008211417.07LEHOVU087356>