Skip to content

Commit

Permalink
Merge pull request #192725 from Homebrew/bump-pdnsrec-5.1.2
Browse files Browse the repository at this point in the history
pdnsrec 5.1.2
  • Loading branch information
BrewTestBot authored Oct 3, 2024
2 parents c8277f5 + 29e5a37 commit 571ca87
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions Formula/p/pdnsrec.rb
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
class Pdnsrec < Formula
desc "Non-authoritative/recursing DNS server"
homepage "https://www.powerdns.com/powerdns-recursor"
url "https://downloads.powerdns.com/releases/pdns-recursor-5.1.1.tar.bz2"
sha256 "5b7ab793ace822294a3f38092fe72ee64748ff0cbb8a5283dc77f40780605ae9"
url "https://downloads.powerdns.com/releases/pdns-recursor-5.1.2.tar.bz2"
sha256 "b3a37ebb20285ab9acbbb0e1370e623bb398ed3087f0e678f23ffa3b0063983d"
license "GPL-2.0-only" => { with: "openvpn-openssl-exception" }
revision 1

livecheck do
url "https://downloads.powerdns.com/releases/"
regex(/href=.*?pdns-recursor[._-]v?(\d+(?:\.\d+)+)\.t/i)
end

bottle do
sha256 arm64_sequoia: "c7b29389c903ddcd1d85d7bc9c4fc6b1468f1f5e7b8eacb9e61053407d339316"
sha256 arm64_sonoma: "34a52ef9b2313c4335c8878e5274e780fdd9722884dddde312d062c16fa83119"
sha256 arm64_ventura: "0979ed70f516bb36747d5e78cceabe236c529eb0bab2c9a87bd667eb929d1215"
sha256 arm64_monterey: "dc517d5ad5484054a43c9f152f110c014ee0f81ba0e741321d3cf52805399cf8"
sha256 sonoma: "48fd3d137fc887a88eba5231de21a5465dbc878bf464c7ba3bcc6fecf5f0a508"
sha256 ventura: "fce8f838c4977d754d642556f77795c9960602205a1fc546aa6ea1dcb17f3e3c"
sha256 monterey: "3b681726241d5b3ac544abc4765fef828123f99a04db459518fc33b6f1847d1b"
sha256 x86_64_linux: "d5c09f9fb970fb35d2bed933accdd077f0dc9f3a0d9e4dd30a559888cb540f78"
sha256 arm64_sequoia: "a1af5a80bbcf3aa120b90ec0d375939a4b2f869def8ded6b5daec4ee55da434d"
sha256 arm64_sonoma: "2bc68e0fa028d5b34c89df967fe7cbbe7f55d8a91b3a2f9160639c35046f8e40"
sha256 arm64_ventura: "5932d71b150cb46183bb20a081003fe44b68f6d5a70e42c20326212a883c9e3c"
sha256 sonoma: "67e8cf1f617ddf19ec598b760e80c37f589438f05f30952a0c691b05eea5ed62"
sha256 ventura: "76dca78bedf780a7bfe16ce53ba5418b2664d1ead1dee13663bc9a5012a17c85"
sha256 x86_64_linux: "e5c9f7c571a9c47ab19c5b819d79fbcf7da8c8da57594ebf8d3e4d4f9e504f7a"
end

depends_on "pkg-config" => :build
Expand All @@ -44,13 +41,6 @@ class Pdnsrec < Formula

fails_with gcc: "5"

# 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 :p2 do
url "https://github.com/PowerDNS/pdns/commit/eed56000b1d68ac083b8e8bea4ff0ea30a1579c4.patch?full_index=1"
sha256 "c21a8677c048f3ce023f2e09c5204602031a78c441904567a4da2b7870dc29ad"
end

def install
ENV.cxx11
ENV.llvm_clang if OS.mac? && (DevelopmentTools.clang_build_version <= 1100)
Expand Down

0 comments on commit 571ca87

Please sign in to comment.