svn commit: r470807 - head/dns/powerdns

Kirill Ponomarev krion at FreeBSD.org
Thu May 24 20:13:32 UTC 2018


Author: krion
Date: Thu May 24 20:13:31 2018
New Revision: 470807
URL: https://svnweb.freebsd.org/changeset/ports/470807

Log:
  Update to 4.1.3
  
  This is a maintenance release addressing a performance issue in the
  GeoIP backend and fixes several other issues.
  
  Full changelog:
  https://blog.powerdns.com/2018/05/24/powerdns-authoritative-server-4-1-3-released/
  
  PR:		228474
  Submitted by:	maintainer

Modified:
  head/dns/powerdns/Makefile
  head/dns/powerdns/distinfo

Modified: head/dns/powerdns/Makefile
==============================================================================
--- head/dns/powerdns/Makefile	Thu May 24 19:53:42 2018	(r470806)
+++ head/dns/powerdns/Makefile	Thu May 24 20:13:31 2018	(r470807)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	powerdns
-DISTVERSION=	4.1.2
+DISTVERSION=	4.1.3
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://downloads.powerdns.com/releases/
 DISTNAME=	pdns-${DISTVERSION}

Modified: head/dns/powerdns/distinfo
==============================================================================
--- head/dns/powerdns/distinfo	Thu May 24 19:53:42 2018	(r470806)
+++ head/dns/powerdns/distinfo	Thu May 24 20:13:31 2018	(r470807)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525871919
-SHA256 (pdns-4.1.2.tar.bz2) = 86d8be0171d1ba85c2c6496d62ebf9198a5d522135aa0df3714c0d487a725695
-SIZE (pdns-4.1.2.tar.bz2) = 1117225
+TIMESTAMP = 1527191243
+SHA256 (pdns-4.1.3.tar.bz2) = 9aa5b37ded60bae99c0f3145e1562550869875346b882048e9aa04c25fc301ae
+SIZE (pdns-4.1.3.tar.bz2) = 1114829


More information about the svn-ports-all mailing list