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

openiked: switch to openssl@3 #134570

Merged
Merged
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion Formula/openiked.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Openiked < Formula
mirror "https://mirror.edgecast.com/pub/OpenBSD/OpenIKED/openiked-7.2.tar.gz"
sha256 "55dc270bc40a121f855d949a25a5ffaeb11e7607e8198ec52160ef54b6946845"
license "ISC"
revision 1

bottle do
sha256 arm64_ventura: "fa1992fefc726490f3f1d4c39fab38b58a166ef92f057568d7a12b301e69b2a0"
Expand All @@ -18,7 +19,7 @@ class Openiked < Formula

depends_on "cmake" => :build
depends_on "libevent"
depends_on "openssl@1.1" # openssl@3 conflicts with libevent
depends_on "openssl@3"

uses_from_macos "bison"

Expand Down