subversion: update to openssl 3

This commit is contained in:
PulkoMandy
2024-08-24 11:22:09 +02:00
parent c1d956a587
commit b26c23c306

View File

@@ -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
"