Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getdns, stubby: switch to openssl@3 #134535

Merged
merged 4 commits into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions Formula/getdns.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ class Getdns < Formula
desc "Modern asynchronous DNS API"
homepage "https://getdnsapi.net"
license "BSD-3-Clause"
revision 1
head "https://github.com/getdnsapi/getdns.git", branch: "develop"

stable do
Expand All @@ -24,21 +25,21 @@ class Getdns < Formula
end

bottle do
sha256 cellar: :any, arm64_ventura: "98dc1fb43eb6c8dd17c0a63994cfc9535a541842b3b6ce8b9d5a68030adc0d28"
sha256 cellar: :any, arm64_monterey: "8554daa08681240029566f03ae8ae692a953c29822e5cc9005d6604cc8c456c7"
sha256 cellar: :any, arm64_big_sur: "c4ca81b562f87b94686d66626651c43616961472ac43439b841550a6f7deb121"
sha256 cellar: :any, ventura: "e72a3233240b7668f24f54bf48afc16b208349b9f8b30d9a672495a433b7a21e"
sha256 cellar: :any, monterey: "7a94535e77a153c1cc310d9f6b9adb10ef76fd22b80be85f26d56b7944eeec53"
sha256 cellar: :any, big_sur: "abe91d70d22a59db77b4de06d6f70bdb0ae00dcbde58702d2957757d35db30b9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "34d8afa76df42bce459a0fb6ba57f335c98f0287ca4b33716e3cd6ea66e61b4d"
sha256 cellar: :any, arm64_ventura: "c2f1f059c36f76d0e32acfee307bc6f02a8bb91f850f666704dfe503b79e6035"
sha256 cellar: :any, arm64_monterey: "78497b3d08f57ad15ff67fc0834e7d087b2660fa81863f4f5dd4c7e208de5db8"
sha256 cellar: :any, arm64_big_sur: "546421d61bf0ed25dddf21496983fd8e93031e4665eeff8fe6badff4fec8c7b4"
sha256 cellar: :any, ventura: "118a3e9288aa2b65bb29d034d97c25813ec762d3edd9ccaed34d38df05e8356b"
sha256 cellar: :any, monterey: "9a2d1783c4dfe96711732586d68105f9e4d4eca95baefe335bf63f17e04740f9"
sha256 cellar: :any, big_sur: "1e8c18958a4bcf70bbcaa0a9014c28176fbb02b7ca477033f2315e8535c39b6d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bd16047c9d5d64db4bc99b8390c6fc80bffe45ca2a1f8c1b7d244d8262babbb0"
end

depends_on "cmake" => :build
depends_on "libev"
depends_on "libevent"
depends_on "libidn2"
depends_on "libuv"
depends_on "openssl@1.1"
depends_on "openssl@3"
depends_on "unbound"

def install
Expand Down
14 changes: 8 additions & 6 deletions Formula/stubby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ class Stubby < Formula
url "https://github.com/getdnsapi/stubby/archive/v0.4.3.tar.gz"
sha256 "99291ab4f09bce3743000ed3ecbf58961648a35ca955889f1c41d36810cc4463"
license "BSD-3-Clause"
revision 1
head "https://github.com/getdnsapi/stubby.git", branch: "develop"

bottle do
sha256 arm64_monterey: "9505f36ee4654adb527badc196224a2ea8969b0ed984b6e06732ef5c25571dce"
sha256 arm64_big_sur: "b2492e874a5dc3c235cde5dff8eb7c6e10dfb3eb52bcb12d86cc36fc8865ce92"
sha256 ventura: "5017e46ff77e7233c6514c99c21867af459cad30231aca16bd6311bdddb7b32b"
sha256 monterey: "bd4eadc1f1ffd5675c17c038ffc02202cfc024e3cb1da5ae27b67bb98479b5ea"
sha256 big_sur: "47c88d9d9bfac6b2cff05fad0f9a94883e4dfe7f7eacfad5c32ed6a425038478"
sha256 x86_64_linux: "7dd5aef38ee748eb4ea4fd8b29cda8f67becb8a2679932f0126b5a443709e23d"
sha256 arm64_ventura: "ade3c36ec956feefe503081cabbb3eefb02e4dc45cb333433866e6bb46db49ac"
sha256 arm64_monterey: "31e36e04775bf9c033db8519d2a893ee10f7a0b9fd55f394d1d6d9593a28bffa"
sha256 arm64_big_sur: "846901b552ae3f6146d058453b16094860e4cb330857b96dc5eb0d96e11ead0e"
sha256 ventura: "9b09af1e56899b9069fa5141af931ca86086891d3dc434ea217f1ae2418f07f3"
sha256 monterey: "a215b86f3bd4cfcf9684b056db2ead9d59b76de0b9cc4ab6d08a218e4ab69f07"
sha256 big_sur: "f68065895579d27cda75d2d5b1635749502205922ff260524e5e47e62c01bab2"
sha256 x86_64_linux: "9be25773bc7f384a70943d6edf294174a59d901c17f497e3dc91c855cb00733e"
end

depends_on "cmake" => :build
Expand Down