svn commit: r505605 - head/dns/powerdns

Steve Wills swills at FreeBSD.org
Mon Jul 1 15:44:49 UTC 2019


Author: swills
Date: Mon Jul  1 15:44:48 2019
New Revision: 505605
URL: https://svnweb.freebsd.org/changeset/ports/505605

Log:
  dns/powerdns: Actually update to 4.1.10
  
  Previous update was old patch to 4.1.9
  
  PR:		238705
  Submitted by:	Ralf van der Enden <tremere at cainites.net> (maintainer)
  MFH:		2019Q2
  Security:	1c21f6a3-9415-11e9-95ec-6805ca2fa271

Modified:
  head/dns/powerdns/Makefile   (contents, props changed)
  head/dns/powerdns/distinfo   (contents, props changed)

Modified: head/dns/powerdns/Makefile
==============================================================================
--- head/dns/powerdns/Makefile	Mon Jul  1 15:38:51 2019	(r505604)
+++ head/dns/powerdns/Makefile	Mon Jul  1 15:44:48 2019	(r505605)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	powerdns
-DISTVERSION=	4.1.9
+DISTVERSION=	4.1.10
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://downloads.powerdns.com/releases/
 DISTNAME=	pdns-${DISTVERSION}
@@ -12,7 +12,7 @@ COMMENT=	Advanced DNS server with multiple backends in
 LICENSE=	GPLv2
 
 BROKEN_powerpc64=	Does not build: undefined reference to std::__throw_out_of_range_fmt
-BROKEN_sparc64=	Does not compile: error: to_string is not a member of std
+BROKEN_sparc64=		Does not compile: error: to_string is not a member of std
 
 LIB_DEPENDS=	libboost_serialization.so:devel/boost-libs
 

Modified: head/dns/powerdns/distinfo
==============================================================================
--- head/dns/powerdns/distinfo	Mon Jul  1 15:38:51 2019	(r505604)
+++ head/dns/powerdns/distinfo	Mon Jul  1 15:44:48 2019	(r505605)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560855838
-SHA256 (pdns-4.1.9.tar.bz2) = d352f7ddd510a7d21421289950a0e4a90e6e19d7274b63029e0c9ff7fb19bdb6
-SIZE (pdns-4.1.9.tar.bz2) = 1117241
+TIMESTAMP = 1561114944
+SHA256 (pdns-4.1.10.tar.bz2) = 5a46cfde92caaaa2e85af9a15acb9ad81b56f4c8a8255c457e6938d8c0cb15c7
+SIZE (pdns-4.1.10.tar.bz2) = 1117663


More information about the svn-ports-all mailing list