summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-09-20 16:17:44 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-09-20 16:17:44 +0000
commitf2e5ba81b5bf08e8a816055f2c88d79feb0ff027 (patch)
treeab35a5c556a8b105a3e5512da1b8d1250d5806cb /dns
parentwww/mod_qos: update to 11.5 (diff)
Update to version 3.6.1
PR: ports/193513 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=368660
Diffstat (limited to 'dns')
-rw-r--r--dns/powerdns-recursor/Makefile2
-rw-r--r--dns/powerdns-recursor/distinfo4
-rw-r--r--dns/powerdns-recursor/files/patch-rec_channel.hh10
3 files changed, 13 insertions, 3 deletions
diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile
index 71679e9f693b..fc6a9618d2be 100644
--- a/dns/powerdns-recursor/Makefile
+++ b/dns/powerdns-recursor/Makefile
@@ -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/
diff --git a/dns/powerdns-recursor/distinfo b/dns/powerdns-recursor/distinfo
index 813b60a9a776..b9f731933c9a 100644
--- a/dns/powerdns-recursor/distinfo
+++ b/dns/powerdns-recursor/distinfo
@@ -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
diff --git a/dns/powerdns-recursor/files/patch-rec_channel.hh b/dns/powerdns-recursor/files/patch-rec_channel.hh
new file mode 100644
index 000000000000..9c9967bbcb22
--- /dev/null
+++ b/dns/powerdns-recursor/files/patch-rec_channel.hh
@@ -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 */