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

lighttpd: switch to openssl@3 #134516

Merged
merged 2 commits into from
Jun 25, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion Formula/lighttpd.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class Lighttpd < Formula

Check notice on line 1 in Formula/lighttpd.rb

View workflow job for this annotation

GitHub Actions / Linux

Installed previously built bottle for lighttpd from

:91716cdabfb (Merge dc2addc6f59f2046b8a032c8286df3d53d308bba into f8e2ecd5713fa000ab0ac8042edc87cdbb253779, 2023-06-21)

Check notice on line 1 in Formula/lighttpd.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Installed previously built bottle for lighttpd from

:91716cdabfb (Merge dc2addc6f59f2046b8a032c8286df3d53d308bba into f8e2ecd5713fa000ab0ac8042edc87cdbb253779, 2023-06-21)

Check notice on line 1 in Formula/lighttpd.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

Installed previously built bottle for lighttpd from

:91716cdabfb (Merge dc2addc6f59f2046b8a032c8286df3d53d308bba into f8e2ecd5713fa000ab0ac8042edc87cdbb253779, 2023-06-21)

Check notice on line 1 in Formula/lighttpd.rb

View workflow job for this annotation

GitHub Actions / macOS 11-arm64

Installed previously built bottle for lighttpd from

:91716cdabfb (Merge dc2addc6f59f2046b8a032c8286df3d53d308bba into f8e2ecd5713fa000ab0ac8042edc87cdbb253779, 2023-06-21)
desc "Small memory footprint, flexible web-server"
homepage "https://www.lighttpd.net/"
url "https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.71.tar.xz"
sha256 "b8b6915da20396fdc354df3324d5e440169b2e5ea7859e3a775213841325afac"
license "BSD-3-Clause"
revision 1

livecheck do
url "https://www.lighttpd.net/download/"
Expand All @@ -25,7 +26,7 @@
depends_on "libtool" => :build
depends_on "pkg-config" => :build
depends_on "openldap"
depends_on "openssl@1.1"
depends_on "openssl@3"
depends_on "pcre2"

uses_from_macos "libxcrypt"
Expand Down