From owner-svn-ports-head@freebsd.org Mon Oct 12 15:33:47 2020 Return-Path: Delivered-To: svn-ports-head@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 0F5E543A8FC; Mon, 12 Oct 2020 15:33:47 +0000 (UTC) (envelope-from garga@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 4C92lG6dxyz4M2q; Mon, 12 Oct 2020 15:33:46 +0000 (UTC) (envelope-from garga@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 AD58FE97F; Mon, 12 Oct 2020 15:33:46 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09CFXk7x051239; Mon, 12 Oct 2020 15:33:46 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09CFXk0g051236; Mon, 12 Oct 2020 15:33:46 GMT (envelope-from garga@FreeBSD.org) Message-Id: <202010121533.09CFXk0g051236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 12 Oct 2020 15:33:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552135 - head/dns/unbound X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: head/dns/unbound X-SVN-Commit-Revision: 552135 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2020 15:33:47 -0000 Author: garga Date: Mon Oct 12 15:33:45 2020 New Revision: 552135 URL: https://svnweb.freebsd.org/changeset/ports/552135 Log: dns/unbound: Update to 1.12.0 PR: 250199 Submitted by: maintainer Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/dns/unbound/Makefile head/dns/unbound/distinfo head/dns/unbound/pkg-plist Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Mon Oct 12 15:31:44 2020 (r552134) +++ head/dns/unbound/Makefile Mon Oct 12 15:33:45 2020 (r552135) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.11.0 +PORTVERSION= 1.12.0 CATEGORIES= dns MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ \ https://distfiles.crux.guru/ @@ -35,7 +35,7 @@ PORTDOCS= CREDITS Changelog FEATURES LICENSE README RE OPTIONS_SUB= yes OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT \ FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE \ - HIREDIS + HIREDIS DOH OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT GOST LIBEVENT_DESC= Build against libevent @@ -50,6 +50,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 +82,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: head/dns/unbound/distinfo ============================================================================== --- head/dns/unbound/distinfo Mon Oct 12 15:31:44 2020 (r552134) +++ head/dns/unbound/distinfo Mon Oct 12 15:33:45 2020 (r552135) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595844570 -SHA256 (unbound-1.11.0.tar.gz) = 9f2f0798f76eb8f30feaeda7e442ceed479bc54db0e3ac19c052d68685e51ef7 -SIZE (unbound-1.11.0.tar.gz) = 5900967 +TIMESTAMP = 1602155016 +SHA256 (unbound-1.12.0.tar.gz) = 5b9253a97812f24419bf2e6b3ad28c69287261cf8c8fa79e3e9f6d3bf7ef5835 +SIZE (unbound-1.12.0.tar.gz) = 5918399 Modified: head/dns/unbound/pkg-plist ============================================================================== --- head/dns/unbound/pkg-plist Mon Oct 12 15:31:44 2020 (r552134) +++ head/dns/unbound/pkg-plist Mon Oct 12 15:33:45 2020 (r552135) @@ -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.10 %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py