Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2014 16:17:45 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368660 - in head/dns/powerdns-recursor: . files
Message-ID:  <201409201617.s8KGHjEW081875@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Sep 20 16:17:44 2014
New Revision: 368660
URL: http://svnweb.freebsd.org/changeset/ports/368660
QAT: https://qat.redports.org/buildarchive/r368660/

Log:
  Update to version 3.6.1
  
  PR:		ports/193513
  Submitted by:	Ralf van der Enden <tremere@cainites.net>
  Approved by:	maintainer

Added:
  head/dns/powerdns-recursor/files/patch-rec_channel.hh   (contents, props changed)
Modified:
  head/dns/powerdns-recursor/Makefile
  head/dns/powerdns-recursor/distinfo

Modified: head/dns/powerdns-recursor/Makefile
==============================================================================
--- head/dns/powerdns-recursor/Makefile	Sat Sep 20 16:09:18 2014	(r368659)
+++ head/dns/powerdns-recursor/Makefile	Sat Sep 20 16:17:44 2014	(r368660)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	powerdns-recursor
-PORTVERSION=	3.6.0
+PORTVERSION=	3.6.1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://downloads.powerdns.com/releases/ \
 		http://mirrors.evolva.ro/powerdns.com/releases/

Modified: head/dns/powerdns-recursor/distinfo
==============================================================================
--- head/dns/powerdns-recursor/distinfo	Sat Sep 20 16:09:18 2014	(r368659)
+++ head/dns/powerdns-recursor/distinfo	Sat Sep 20 16:17:44 2014	(r368660)
@@ -1,2 +1,2 @@
-SHA256 (pdns-recursor-3.6.0.tar.bz2) = 345651705f04eb63ef6ea4573587907bc213879834e37f4b7e4c2e70bc952372
-SIZE (pdns-recursor-3.6.0.tar.bz2) = 196008
+SHA256 (pdns-recursor-3.6.1.tar.bz2) = e57bad320d67d08604fc6f6b7e49b5553cfb5baf3460a3e06d53ba2f7d8de396
+SIZE (pdns-recursor-3.6.1.tar.bz2) = 196460

Added: head/dns/powerdns-recursor/files/patch-rec_channel.hh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/powerdns-recursor/files/patch-rec_channel.hh	Sat Sep 20 16:17:44 2014	(r368660)
@@ -0,0 +1,10 @@
+--- rec_channel.hh.orig	2014-09-09 09:33:33 UTC
++++ rec_channel.hh
+@@ -4,6 +4,7 @@
+ #include <map>
+ #include <inttypes.h>
+ #include <sys/un.h>
++#include <pthread.h>
+ 
+ 
+ /** this class is used both to send and answer channel commands to the PowerDNS Recursor */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409201617.s8KGHjEW081875>