Skip to content

Commit

Permalink
Merge pull request Homebrew#192801 from Homebrew/bump-dnsdist-1.9.7
Browse files Browse the repository at this point in the history
dnsdist 1.9.7
  • Loading branch information
BrewTestBot authored Oct 4, 2024
2 parents f251a80 + 1b0822f commit 3a783bb
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions Formula/d/dnsdist.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
class Dnsdist < Formula
desc "Highly DNS-, DoS- and abuse-aware loadbalancer"
homepage "https://www.dnsdist.org/"
url "https://downloads.powerdns.com/releases/dnsdist-1.9.6.tar.bz2"
sha256 "f6c48d95525693fea6bd9422f3fdf69a77c75b06f02ed14ff0f42072f72082c9"
url "https://downloads.powerdns.com/releases/dnsdist-1.9.7.tar.bz2"
sha256 "285111c2b7dff6bc8a2407106a51c365cc5bf5e6287fe459a29b396c74620332"
license "GPL-2.0-only"
revision 1

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

bottle do
rebuild 1
sha256 cellar: :any, arm64_sequoia: "ccb35078f29e90eb19b7fc128861ed883291c38b7f714a1c5c95dae5268d2af3"
sha256 cellar: :any, arm64_sonoma: "e893a3ef8e07c8ada4afd24f1e2b456cd70d7fdffcb8f23bafb173e0098f441e"
sha256 cellar: :any, arm64_ventura: "eaef182437926870e9cf03be54d9c6d59d248d67747e63e3dd69da25a11359b5"
sha256 cellar: :any, sonoma: "5bd99ac15d85fcc7927412108ba844c132285c27bc017584a6617b08eff7147c"
sha256 cellar: :any, ventura: "6a14fbefe30439b1db6155564f625c939a87cf36ebc0eaa7601367f89d3a282c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "32770e8c9fbbcf3267ccb182dfcce8e99c20cc19afb4c036a048abbfa5f992e4"
sha256 cellar: :any, arm64_sequoia: "cab9add17f959e5a0c37cb16161a8276254a1ae95a9ee451fca72444783f58f8"
sha256 cellar: :any, arm64_sonoma: "3613abc48b829688f50b7a417968efa9886c18307615a9145ab38b86a06f51fa"
sha256 cellar: :any, arm64_ventura: "3643541508b1a3edfc6fcef8eb257b95653081176452368f2d1da6a7b89e7623"
sha256 cellar: :any, sonoma: "08e868d21ca368c82493927677fc4a563761b671bda573cc039ec4fddafb94d2"
sha256 cellar: :any, ventura: "3763357c02a74c2bba45d5a1172dd6f93ab7ca16d53a90f96f804da2e2e8ef4f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6b3314eadd5faf6e1ced56b990ef519675a70cad7f6a625e1ae40c4b61654e52"
end

depends_on "boost" => :build
Expand All @@ -36,12 +34,6 @@ class Dnsdist < Formula

fails_with gcc: "5"

# Fix build with boost 1.86.0. Remove in next release
patch :p2 do
url "https://github.com/PowerDNS/pdns/commit/a1026f0c6db7b077d1180096a84f48a85a606d59.patch?full_index=1"
sha256 "8c8e4dd81af366fdd08182b5f242a054188d46c8ab955ae19843ac64c2f2044f"
end

def install
system "./configure", "--disable-silent-rules",
"--without-net-snmp",
Expand Down

0 comments on commit 3a783bb

Please sign in to comment.