From 8f4f55febb2877ec849e4d9afe9baeffb1f62af4 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sat, 10 Aug 2024 11:19:07 +0200 Subject: [PATCH] libsrtp2: update to openssl3 --- net-libs/libsrtp/libsrtp2-2.5.0.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/libsrtp/libsrtp2-2.5.0.recipe b/net-libs/libsrtp/libsrtp2-2.5.0.recipe index f0fa7425b..f11bfaa17 100644 --- a/net-libs/libsrtp/libsrtp2-2.5.0.recipe +++ b/net-libs/libsrtp/libsrtp2-2.5.0.recipe @@ -5,7 +5,7 @@ a supporting cryptographic kernel." HOMEPAGE="https://github.com/cisco/libsrtp/" COPYRIGHT="2001-2023 Cisco Systems, Inc." LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="8a43ef8e9ae2b665292591af62aa1a4ae41e468b6d98d8258f91478735da4e09" SOURCE_DIR="libsrtp-$portVersion" @@ -34,8 +34,8 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libcrypto$secondaryArchSuffix - devel:libssl$secondaryArchSuffix + devel:libcrypto$secondaryArchSuffix >= 3 + devel:libssl$secondaryArchSuffix >= 3 " BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix