Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 2020 10:20:52 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541029 - in head/dns/powerdns-recursor: . files
Message-ID:  <202007021020.062AKqG7090021@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Thu Jul  2 10:20:52 2020
New Revision: 541029
URL: https://svnweb.freebsd.org/changeset/ports/541029

Log:
  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)
  MFH:		2020Q3
  Security:	641cd669-bc37-11ea-babf-6805ca2fa271
  Sponsored by:	Netzkommune GmbH

Deleted:
  head/dns/powerdns-recursor/files/patch-hostnamemax
Modified:
  head/dns/powerdns-recursor/Makefile
  head/dns/powerdns-recursor/distinfo

Modified: head/dns/powerdns-recursor/Makefile
==============================================================================
--- head/dns/powerdns-recursor/Makefile	Thu Jul  2 10:04:18 2020	(r541028)
+++ head/dns/powerdns-recursor/Makefile	Thu Jul  2 10:20:52 2020	(r541029)
@@ -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: head/dns/powerdns-recursor/distinfo
==============================================================================
--- head/dns/powerdns-recursor/distinfo	Thu Jul  2 10:04:18 2020	(r541028)
+++ head/dns/powerdns-recursor/distinfo	Thu Jul  2 10:20:52 2020	(r541029)
@@ -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?202007021020.062AKqG7090021>