From owner-dev-commits-ports-all@freebsd.org Tue May 11 19:34:09 2021 Return-Path: Delivered-To: dev-commits-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 A8F85642FA3; Tue, 11 May 2021 19:34:09 +0000 (UTC) (envelope-from git@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 4Ffp5F4R6Mz4jnJ; Tue, 11 May 2021 19:34:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B1451DE97; Tue, 11 May 2021 19:34:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14BJY9Uj009805; Tue, 11 May 2021 19:34:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14BJY9cq009804; Tue, 11 May 2021 19:34:09 GMT (envelope-from git) Date: Tue, 11 May 2021 19:34:09 GMT Message-Id: <202105111934.14BJY9cq009804@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: 513a2cfbf7c9 - main - dns/powerdns-recursor: update to 4.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 513a2cfbf7c9d498818998b8ecc7ddfe6d1bdc94 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2021 19:34:09 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=513a2cfbf7c9d498818998b8ecc7ddfe6d1bdc94 commit 513a2cfbf7c9d498818998b8ecc7ddfe6d1bdc94 Author: Ralf van der Enden AuthorDate: 2021-05-11 19:31:12 +0000 Commit: Kevin Bowling CommitDate: 2021-05-11 19:32:36 +0000 dns/powerdns-recursor: update to 4.5.1 PR: 255785 Approved by: maintainer --- dns/powerdns-recursor/Makefile | 2 +- dns/powerdns-recursor/distinfo | 6 +++--- dns/powerdns-recursor/files/patch-dnsname.hh | 20 -------------------- 3 files changed, 4 insertions(+), 24 deletions(-) diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index bbbb13edac75..c756ef58ed69 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -1,7 +1,7 @@ # Created by: sten@blinkenlights.nl PORTNAME= recursor -DISTVERSION= 4.4.3 +DISTVERSION= 4.5.1 CATEGORIES= dns MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- diff --git a/dns/powerdns-recursor/distinfo b/dns/powerdns-recursor/distinfo index a09b4f2fc58a..53a1758783d4 100644 --- a/dns/powerdns-recursor/distinfo +++ b/dns/powerdns-recursor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617201578 -SHA256 (pdns-recursor-4.4.3.tar.bz2) = f8411258100cc310c75710d7f4d59b5eb4797f437f71dc466ed97a83f1babe05 -SIZE (pdns-recursor-4.4.3.tar.bz2) = 1398743 +TIMESTAMP = 1620750356 +SHA256 (pdns-recursor-4.5.1.tar.bz2) = 3721a1d0e438a683735f518db1e91da6ace1b90fbfdb9c588adabdf164114e79 +SIZE (pdns-recursor-4.5.1.tar.bz2) = 1463138 diff --git a/dns/powerdns-recursor/files/patch-dnsname.hh b/dns/powerdns-recursor/files/patch-dnsname.hh deleted file mode 100644 index a60e11872fa1..000000000000 --- a/dns/powerdns-recursor/files/patch-dnsname.hh +++ /dev/null @@ -1,20 +0,0 @@ ---- dnsname.hh.orig 2020-05-08 09:31:59 UTC -+++ dnsname.hh -@@ -33,7 +33,7 @@ - #include - - // it crashes on OSX and doesn't compile on OpenBSD --#if BOOST_VERSION >= 105300 && ! defined( __APPLE__ ) && ! defined(__OpenBSD__) -+#if BOOST_VERSION >= 105300 && ! defined(_LIBCPP_VERSION) && ! defined(__OpenBSD__) - #include - #endif - -@@ -138,7 +138,7 @@ class DNSName (public) - inline bool canonCompare(const DNSName& rhs) const; - bool slowCanonCompare(const DNSName& rhs) const; - --#if BOOST_VERSION >= 105300 && ! defined( __APPLE__ ) && ! defined(__OpenBSD__) -+#if BOOST_VERSION >= 105300 && ! defined(_LIBCPP_VERSION) && ! defined(__OpenBSD__) - typedef boost::container::string string_t; - #else - typedef std::string string_t;