From owner-svn-ports-all@freebsd.org Fri Aug 21 14:17:25 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F0643BE917; Fri, 21 Aug 2020 14:17:25 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BY3W90VPcz405C; Fri, 21 Aug 2020 14:17:25 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E85CA26570; Fri, 21 Aug 2020 14:17:24 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07LEHOeC087360; Fri, 21 Aug 2020 14:17:24 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07LEHOVU087356; Fri, 21 Aug 2020 14:17:24 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202008211417.07LEHOVU087356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 21 Aug 2020 14:17:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545599 - in head/dns/unbound: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/dns/unbound: . files X-SVN-Commit-Revision: 545599 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Aug 2020 14:17:25 -0000 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 (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