lighttpd: update to openssl 3

This commit is contained in:
Adrien Destugues
2024-09-01 09:47:39 +02:00
parent cfc301b241
commit 20836cd248

View File

@@ -9,7 +9,7 @@ solution for every server that is suffering load problems."
HOMEPAGE="https://www.lighttpd.net/"
COPYRIGHT="2003-2019 lighttpd authors"
LICENSE="BSD (3-clause)"
REVISION="4"
REVISION="5"
SOURCE_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-$portVersion.tar.xz"
CHECKSUM_SHA256="3bdfce1cf3e9650a556a8c26fb15342c5717c63f530c54693db632b0371dcb78"
ADDITIONAL_FILES="
@@ -186,7 +186,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libbrotlicommon$secondaryArchSuffix
devel:libbz2$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libGeoIP$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libkrb5$secondaryArchSuffix
@@ -196,7 +196,7 @@ BUILD_REQUIRES="
devel:libpcre$secondaryArchSuffix
devel:libsasl2$secondaryArchSuffix
devel:libsqlite3$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libxml2$secondaryArchSuffix
devel:libuuid$secondaryArchSuffix >= 1.3
devel:libz$secondaryArchSuffix