From 1541400419fee5541df84f6651ab77054f66480b Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sat, 24 Aug 2024 16:58:26 +0200 Subject: [PATCH] libcmis0.6: update to openssl3 --- dev-cpp/libcmis/libcmis0.6-0.6.2.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-cpp/libcmis/libcmis0.6-0.6.2.recipe b/dev-cpp/libcmis/libcmis0.6-0.6.2.recipe index c605f9e84..f76d851f1 100644 --- a/dev-cpp/libcmis/libcmis0.6-0.6.2.recipe +++ b/dev-cpp/libcmis/libcmis0.6-0.6.2.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2011-2014 Cedric Bosdonnat, SUSE LICENSE="GNU LGPL v2 GNU GPL v2 MPL v1.1" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/tdf/libcmis/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="ebf7933d93b9d5d6da7b757c89c03b131abd95550864bb98d2a60536593ddeb5" SOURCE_DIR="libcmis-$portVersion" @@ -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 "