From owner-svn-ports-head@freebsd.org Tue Feb 9 19:49:02 2021 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 161CA529694; Tue, 9 Feb 2021 19:49:02 +0000 (UTC) (envelope-from nc@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DZtkQ06W6z3lY2; Tue, 9 Feb 2021 19:49:02 +0000 (UTC) (envelope-from nc@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 EAFF810944; Tue, 9 Feb 2021 19:49:01 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 119Jn1Nt063278; Tue, 9 Feb 2021 19:49:01 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 119Jn1S1063274; Tue, 9 Feb 2021 19:49:01 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202102091949.119Jn1S1063274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Tue, 9 Feb 2021 19:49:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564806 - in head/dns/unbound: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/dns/unbound: . files X-SVN-Commit-Revision: 564806 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.34 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: Tue, 09 Feb 2021 19:49:02 -0000 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 (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