8000 botan: Remove OpenSSL provider · ArduinoBot/homebrew-core@7ab42b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ab42b9

Browse files
securitykernelBrewTestBot
authored andcommitted
botan: Remove OpenSSL provider
Closes Homebrew#57540. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
1 parent 70b04f4 commit 7ab42b9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Formula/botan.rb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class Botan < Formula
44
url "https://botan.randombit.net/releases/Botan-2.15.0.tar.xz"
55
sha256 "d88af1307f1fefac79aa4f2f524699478d69ce15a857cf2d0a90ac6bf2a50009"
66
license "BSD-2-Clause"
7+
revision 1
78
head "https://github.com/randombit/botan.git"
89

910
bottle do
@@ -13,8 +14,8 @@ class Botan < Formula
1314
end
1415

1516
depends_on "pkg-config" => :build
16-
depends_on :macos # Due to Python 2
17-
depends_on "openssl@1.1"
17+
depends_on "python@3.8"
18+
depends_on "sqlite"
1819

1920
uses_from_macos "bzip2"
2021
uses_from_macos "zlib"
@@ -27,9 +28,10 @@ def install
2728
--docdir=share/doc
2829
--cc=#{ENV.compiler}
2930
--os=darwin
30-
--with-openssl
3131
--with-zlib
3232
--with-bzip2
33+
--with-sqlite3
34+
--with-python-versions=3.8
3335
]
3436

3537
system "./configure.py", *args

0 commit comments

Comments
 (0)
0