View | Details | Raw Unified | Return to bug 193513
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	powerdns-recursor
4
PORTNAME=	powerdns-recursor
5
PORTVERSION=	3.6.0
5
PORTVERSION=	3.6.1
6
CATEGORIES=	dns ipv6
6
CATEGORIES=	dns ipv6
7
MASTER_SITES=	http://downloads.powerdns.com/releases/ \
7
MASTER_SITES=	http://downloads.powerdns.com/releases/ \
8
		http://mirrors.evolva.ro/powerdns.com/releases/
8
		http://mirrors.evolva.ro/powerdns.com/releases/
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pdns-recursor-3.6.0.tar.bz2) = 345651705f04eb63ef6ea4573587907bc213879834e37f4b7e4c2e70bc952372
1
SHA256 (pdns-recursor-3.6.1.tar.bz2) = e57bad320d67d08604fc6f6b7e49b5553cfb5baf3460a3e06d53ba2f7d8de396
2
SIZE (pdns-recursor-3.6.0.tar.bz2) = 196008
2
SIZE (pdns-recursor-3.6.1.tar.bz2) = 196460
(-)files/patch-rec_channel.hh (+10 lines)
Line 0 Link Here
1
--- rec_channel.hh.orig	2014-09-09 09:33:33 UTC
2
+++ rec_channel.hh
3
@@ -4,6 +4,7 @@
4
 #include <map>
5
 #include <inttypes.h>
6
 #include <sys/un.h>
7
+#include <pthread.h>
8
 
9
 
10
 /** this class is used both to send and answer channel commands to the PowerDNS Recursor */

Return to bug 193513