From owner-svn-ports-all@freebsd.org Thu Dec 24 11:42:35 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 3384B4C0D1E; Thu, 24 Dec 2020 11:42:35 +0000 (UTC) (envelope-from otis@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 4D1p8q0x9Jz3p19; Thu, 24 Dec 2020 11:42:35 +0000 (UTC) (envelope-from otis@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 08B1A777F; Thu, 24 Dec 2020 11:42:35 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BOBgY7a044542; Thu, 24 Dec 2020 11:42:34 GMT (envelope-from otis@FreeBSD.org) Received: (from otis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BOBgY42044540; Thu, 24 Dec 2020 11:42:34 GMT (envelope-from otis@FreeBSD.org) Message-Id: <202012241142.0BOBgY42044540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: otis set sender to otis@FreeBSD.org using -f From: Juraj Lutter Date: Thu, 24 Dec 2020 11:42:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559064 - head/dns/powerdns X-SVN-Group: ports-head X-SVN-Commit-Author: otis X-SVN-Commit-Paths: head/dns/powerdns X-SVN-Commit-Revision: 559064 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.34 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: Thu, 24 Dec 2020 11:42:35 -0000 Author: otis Date: Thu Dec 24 11:42:34 2020 New Revision: 559064 URL: https://svnweb.freebsd.org/changeset/ports/559064 Log: dns/powerdns: Update to 4.4.0 * This release drops GSS/TSIG support, please see PowerDNS Security Advisory 2020-06. * New features: - the LMDB backend now supports long record content, making it production ready for everybody - the SVCB and HTTPS record types are supported, with limited additional processing transaction handling in the 2136 handler and the HTTP API was again improved a lot, avoiding various spurious issues users may have noticed if they do a lot of changes a new setting (consistent-backends) offers a roughly 30% speedup, subject to conditions - we finally emit Prometheus metrics! * Improvements: - don’t log trusted-notification-proxy notify at error level - Stop using incbin and use od & sed to generate constant string data. * Bug Fixes: - clear the LMDB set state when performing a new lookup or list to prevent corruption cases - SVCB: Correctly parse and print unknown params - fix direct-dnskey in AXFR-out Please make sure to read the upgrade notes before upgrading: https://doc.powerdns.com/authoritative/upgrading.html PR: 251945 Submitted by: Ralf van der Enden (maintainer) Reviewed by: osa (mentor) Approved by: osa (mentor) Security: 61d89849-43cb-11eb-aba5-00a09858faf5 Differential Revision: https://reviews.freebsd.org/D27680 Modified: head/dns/powerdns/Makefile head/dns/powerdns/distinfo Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Thu Dec 24 11:34:09 2020 (r559063) +++ head/dns/powerdns/Makefile Thu Dec 24 11:42:34 2020 (r559064) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= powerdns -DISTVERSION= 4.3.1 -PORTREVISION= 2 +DISTVERSION= 4.4.0 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} Modified: head/dns/powerdns/distinfo ============================================================================== --- head/dns/powerdns/distinfo Thu Dec 24 11:34:09 2020 (r559063) +++ head/dns/powerdns/distinfo Thu Dec 24 11:42:34 2020 (r559064) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600815384 -SHA256 (pdns-4.3.1.tar.bz2) = d5146c04098ee94b9377ee491ebb3fd5eb061d7b24262f4a8e1a89f2ed3fc245 -SIZE (pdns-4.3.1.tar.bz2) = 1216876 +TIMESTAMP = 1608327086 +SHA256 (pdns-4.4.0.tar.bz2) = 40cb81d9e0d34edcc7c95435a06125bde0bd1a51692e1db52413e31d7ede0b39 +SIZE (pdns-4.4.0.tar.bz2) = 1270854