Date: Tue, 20 Nov 2018 10:18:48 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485423 - in head/dns/powerdns: . files Message-ID: <201811201018.wAKAImET089486@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Tue Nov 20 10:18:48 2018 New Revision: 485423 URL: https://svnweb.freebsd.org/changeset/ports/485423 Log: Update to 4.1.5 This releases fixes the following security advisories: - PowerDNS Security Advisory 2018-03 (CVE-2018-10851) - PowerDNS Security Advisory 2018-05 (CVE-2018-14626) It also contains some improvemens and bug fixes. Full changelog: https://doc.powerdns.com/authoritative/changelog/4.1.html#change-4.1.5 PR: 233139 Submitted by: maintainer Deleted: head/dns/powerdns/files/patch-pdns_opensslsigners.cc Modified: head/dns/powerdns/Makefile head/dns/powerdns/distinfo Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Tue Nov 20 09:53:44 2018 (r485422) +++ head/dns/powerdns/Makefile Tue Nov 20 10:18:48 2018 (r485423) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= powerdns -DISTVERSION= 4.1.4 -PORTREVISION= 1 +DISTVERSION= 4.1.5 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} @@ -19,6 +18,7 @@ LIB_DEPENDS= libboost_serialization.so:devel/boost-lib USES= compiler:c++11-lib cpe gmake libtool localbase:ldflags pathfix pkgconfig ssl \ tar:bzip2 + USE_LDCONFIG= YES USE_SUBMAKE= YES GNU_CONFIGURE= YES Modified: head/dns/powerdns/distinfo ============================================================================== --- head/dns/powerdns/distinfo Tue Nov 20 09:53:44 2018 (r485422) +++ head/dns/powerdns/distinfo Tue Nov 20 10:18:48 2018 (r485423) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535616205 -SHA256 (pdns-4.1.4.tar.bz2) = e9408603383d529b3bbee2509b73187d2186c502a9b052d07e250cd8f3873ed5 -SIZE (pdns-4.1.4.tar.bz2) = 1089376 +TIMESTAMP = 1541580311 +SHA256 (pdns-4.1.5.tar.bz2) = c329570a66d8c7340d38fd582cb23ad642799b83c7276fb0fdea4303759b4f8a +SIZE (pdns-4.1.5.tar.bz2) = 1116238
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811201018.wAKAImET089486>