libcmis: update to openssl 3

This commit is contained in:
PulkoMandy
2024-08-24 17:02:11 +02:00
parent 1541400419
commit f6f222750b

View File

@@ -7,7 +7,7 @@ COPYRIGHT="2011-2014 Cedric Bosdonnat, SUSE
LICENSE="GNU LGPL v2
GNU GPL v2
MPL v1.1"
REVISION="7"
REVISION="8"
SOURCE_URI="https://github.com/tdf/libcmis/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="07ff0baaac717a4702ef7c9c22dddb7d55d8b639ea526a765f947f2b683ef36a"
PATCHES="libcmis-$portVersion.patchset"
@@ -46,10 +46,10 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_date_time$secondaryArchSuffix >= 1.83.0
devel:libboost_program_options$secondaryArchSuffix >= 1.83.0
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libcurl$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libxml2$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"