Skip to content

Commit

Permalink
pdns 4.9.2
Browse files Browse the repository at this point in the history
pdns: remove build patch

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Oct 1, 2024
1 parent 7343912 commit a0bf8fa
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Formula/p/pdns.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit a0bf8fa

Please sign in to comment.