Index: Makefile =================================================================== --- Makefile (revision 367808) +++ Makefile (working copy) @@ -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/ Index: distinfo =================================================================== --- distinfo (revision 367808) +++ distinfo (working copy) @@ -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 Index: files/patch-rec_channel.hh =================================================================== --- files/patch-rec_channel.hh (revision 0) +++ files/patch-rec_channel.hh (working copy) @@ -0,0 +1,10 @@ +--- rec_channel.hh.orig 2014-09-09 09:33:33 UTC ++++ rec_channel.hh +@@ -4,6 +4,7 @@ + #include + #include + #include ++#include + + + /** this class is used both to send and answer channel commands to the PowerDNS Recursor */ Property changes on: files/patch-rec_channel.hh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property --- powerdns-recursor-3.6.1.patch ends here ---