From 19d8672913b276a0bc4d9d3bc1772c1a4f0e0eb9 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 1 Sep 2024 09:57:59 +0200 Subject: [PATCH] apache: update to openssl 3 --- www-servers/apache/apache-2.4.57.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-servers/apache/apache-2.4.57.recipe b/www-servers/apache/apache-2.4.57.recipe index 42f897f33..493e009c0 100644 --- a/www-servers/apache/apache-2.4.57.recipe +++ b/www-servers/apache/apache-2.4.57.recipe @@ -5,7 +5,7 @@ and freely-available source code implementation of an HTTP (Web) server" HOMEPAGE="https://httpd.apache.org/" COPYRIGHT="1995-2022 The Apache Software Foundation." LICENSE="Apache v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://archive.apache.org/dist/httpd/httpd-$portVersion.tar.bz2" CHECKSUM_SHA256="dbccb84aee95e095edfbb81e5eb926ccd24e6ada55dcd83caecb262e5cf94d2a" SOURCE_DIR="httpd-$portVersion" @@ -187,14 +187,14 @@ BUILD_REQUIRES=" devel:libapr_1$secondaryArchSuffix devel:libaprutil_1$secondaryArchSuffix devel:libbrotlienc$secondaryArchSuffix - devel:libcrypto$secondaryArchSuffix + devel:libcrypto$secondaryArchSuffix >= 3 devel:libcurl$secondaryArchSuffix devel:libexpat$secondaryArchSuffix devel:libiconv$secondaryArchSuffix devel:libjansson$secondaryArchSuffix # devel:libldap$secondaryArchSuffix devel:libnghttp2$secondaryArchSuffix - devel:libssl$secondaryArchSuffix + devel:libssl$secondaryArchSuffix >= 3 devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES="