diff --git a/Formula/p/pdns.rb b/Formula/p/pdns.rb index 140759d5eb6b..448bca5691be 100644 --- a/Formula/p/pdns.rb +++ b/Formula/p/pdns.rb @@ -1,10 +1,9 @@ class Pdns < Formula desc "Authoritative nameserver" homepage "https://www.powerdns.com" - url "https://downloads.powerdns.com/releases/pdns-4.9.1.tar.bz2" - sha256 "30d9671b8f084774dbcba20f5a53a3134d0822ab2edc3ef968da030e630dd09a" + url "https://downloads.powerdns.com/releases/pdns-4.9.2.tar.bz2" + sha256 "f570640427041f4c5c5470d16eff951a7038c353ddc461b2750290ce99b2e3c2" license "GPL-2.0-or-later" - revision 1 livecheck do url "https://www.powerdns.com/downloads" @@ -41,13 +40,6 @@ class Pdns < Formula fails_with gcc: "5" # for C++17 - # Fix build with boost 1.86.0. Remove if PR is merged and in a release. - # PR ref: https://github.com/PowerDNS/pdns/pull/14562 - patch do - url "https://github.com/PowerDNS/pdns/commit/eed56000b1d68ac083b8e8bea4ff0ea30a1579c4.patch?full_index=1" - sha256 "c21a8677c048f3ce023f2e09c5204602031a78c441904567a4da2b7870dc29ad" - end - def install args = %W[ --prefix=#{prefix}