From b26c23c306decc9b7417ca8977c34bdec097c401 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sat, 24 Aug 2024 11:22:09 +0200 Subject: [PATCH] subversion: update to openssl 3 --- dev-vcs/subversion/subversion-1.14.3.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-vcs/subversion/subversion-1.14.3.recipe b/dev-vcs/subversion/subversion-1.14.3.recipe index 07407086b..41e66c32a 100644 --- a/dev-vcs/subversion/subversion-1.14.3.recipe +++ b/dev-vcs/subversion/subversion-1.14.3.recipe @@ -7,7 +7,7 @@ and projects, from individuals to large-scale enterprise operations." HOMEPAGE="https://subversion.apache.org/" COPYRIGHT="2010-2020 The Apache Software Foundation" LICENSE="Apache-Subversion" -REVISION="2" +REVISION="3" SOURCE_URI="http://archive.apache.org/dist/subversion/subversion-$portVersion.tar.bz2" CHECKSUM_SHA256="949efd451a09435f7e8573574c71c7b71b194d844890fa49cd61d2262ea1a440" PATCHES="subversion-$portVersion.patchset" @@ -120,10 +120,10 @@ BUILD_REQUIRES=" sqlite${secondaryArchSuffix}_devel >= 3.4 devel:libapr_1$secondaryArchSuffix >= 0.3 devel:libaprutil_1$secondaryArchSuffix >= 0.3 - devel:libcrypto$secondaryArchSuffix + devel:libcrypto$secondaryArchSuffix >= 3 devel:liblz4$secondaryArchSuffix devel:libserf_1$secondaryArchSuffix - devel:libssl$secondaryArchSuffix + devel:libssl$secondaryArchSuffix >= 3 devel:libxml2$secondaryArchSuffix >= 2.7 devel:libz$secondaryArchSuffix "