aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pdnsrec.rb
diff options
context:
space:
mode:
authorJustin Clift2014-10-30 15:17:56 +0000
committerJack Nagel2014-10-30 11:55:55 -0500
commit44dd56a9da0d85b449deaba9044a6b35dc77c492 (patch)
tree1ebc727e5eb222d15bf534a685e05907831bcee0 /Library/Formula/pdnsrec.rb
parentc1538bf1a57e649d5572c7c0a8dadd8e35eeb4bc (diff)
downloadhomebrew-44dd56a9da0d85b449deaba9044a6b35dc77c492.tar.bz2
pdns recursor 3.6.2
Closes #33738. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/pdnsrec.rb')
-rw-r--r--Library/Formula/pdnsrec.rb20
1 files changed, 2 insertions, 18 deletions
diff --git a/Library/Formula/pdnsrec.rb b/Library/Formula/pdnsrec.rb
index 9a4b457e1..4c9870c93 100644
--- a/Library/Formula/pdnsrec.rb
+++ b/Library/Formula/pdnsrec.rb
@@ -2,8 +2,8 @@ require "formula"
class Pdnsrec < Formula
homepage "http://wiki.powerdns.com"
- url "http://downloads.powerdns.com/releases/pdns-recursor-3.6.1.tar.bz2"
- sha1 "b77befa0a20d9822523dec44c2559ffda4ea689d"
+ url "http://downloads.powerdns.com/releases/pdns-recursor-3.6.2.tar.bz2"
+ sha1 "69e461eb1da816f82c344137612d056f281217a1"
revision 1
bottle do
@@ -17,10 +17,6 @@ class Pdnsrec < Formula
depends_on "boost"
depends_on "lua" => :optional
- # Temporary workaround for Mavericks
- # https://github.com/PowerDNS/pdns/issues/1707
- patch :DATA
-
def install
# Set overrides using environment variables
ENV["DESTDIR"] = "#{prefix}"
@@ -54,15 +50,3 @@ class Pdnsrec < Formula
system "#{sbin}/pdns_recursor --config > #{prefix}/etc/powerdns/recursor.conf"
end
end
-
-__END__
---- pdns-recursor-3.6.1/rec_channel.hh.orig 2014-09-09 09:33:33 UTC
-+++ pdns-recursor-3.6.1/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 */