Date: Thu, 2 Jul 2020 10:22:06 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541030 - in branches/2020Q3/dns/powerdns-recursor: . files Message-ID: <202007021022.062AM68b094986@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Thu Jul 2 10:22:06 2020 New Revision: 541030 URL: https://svnweb.freebsd.org/changeset/ports/541030 Log: MFH: r541029 Update to 4.3.2 This update contains a security fix for CVE-2020-14196. The issue is: CVE-2020-14196: An issue has been found in PowerDNS Recursor where the ACL applied to the internal web server via webserver-allow-from is not properly enforced, allowing a remote attacker to send HTTP queries to the internal web server, bypassing the restriction. In the default configuration the API webserver is not enabled. Only installations using a non-default value for webserver and webserver-address are affected. As usual, there were also other smaller enhancements and bugfixes. In particular, the 4.3.2 release contains fixes that allow long CNAME chains to resolve properly, where previously they could fail if qname minimization is enabled. PR: 247707 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Security: 641cd669-bc37-11ea-babf-6805ca2fa271 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Deleted: branches/2020Q3/dns/powerdns-recursor/files/patch-hostnamemax Modified: branches/2020Q3/dns/powerdns-recursor/Makefile branches/2020Q3/dns/powerdns-recursor/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/dns/powerdns-recursor/Makefile ============================================================================== --- branches/2020Q3/dns/powerdns-recursor/Makefile Thu Jul 2 10:20:52 2020 (r541029) +++ branches/2020Q3/dns/powerdns-recursor/Makefile Thu Jul 2 10:22:06 2020 (r541030) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= recursor -DISTVERSION= 4.3.1 -PORTREVISION= 1 +DISTVERSION= 4.3.2 CATEGORIES= dns MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- Modified: branches/2020Q3/dns/powerdns-recursor/distinfo ============================================================================== --- branches/2020Q3/dns/powerdns-recursor/distinfo Thu Jul 2 10:20:52 2020 (r541029) +++ branches/2020Q3/dns/powerdns-recursor/distinfo Thu Jul 2 10:22:06 2020 (r541030) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589879472 -SHA256 (pdns-recursor-4.3.1.tar.bz2) = 54230852fcad3c6291651069c383f7ea88c5d29ce3c561decb2f40a063f52fd9 -SIZE (pdns-recursor-4.3.1.tar.bz2) = 1334817 +TIMESTAMP = 1593680318 +SHA256 (pdns-recursor-4.3.2.tar.bz2) = fcaeba94d5005ec3b973c1800d22eee686f785d3e635ad495d6f44067a4561e1 +SIZE (pdns-recursor-4.3.2.tar.bz2) = 1354549
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007021022.062AM68b094986>