mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
libsrtp2: update to openssl3
This commit is contained in:
@@ -5,7 +5,7 @@ a supporting cryptographic kernel."
|
|||||||
HOMEPAGE="https://github.com/cisco/libsrtp/"
|
HOMEPAGE="https://github.com/cisco/libsrtp/"
|
||||||
COPYRIGHT="2001-2023 Cisco Systems, Inc."
|
COPYRIGHT="2001-2023 Cisco Systems, Inc."
|
||||||
LICENSE="BSD (3-clause)"
|
LICENSE="BSD (3-clause)"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
|
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="8a43ef8e9ae2b665292591af62aa1a4ae41e468b6d98d8258f91478735da4e09"
|
CHECKSUM_SHA256="8a43ef8e9ae2b665292591af62aa1a4ae41e468b6d98d8258f91478735da4e09"
|
||||||
SOURCE_DIR="libsrtp-$portVersion"
|
SOURCE_DIR="libsrtp-$portVersion"
|
||||||
@@ -34,8 +34,8 @@ REQUIRES_devel="
|
|||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libcrypto$secondaryArchSuffix
|
devel:libcrypto$secondaryArchSuffix >= 3
|
||||||
devel:libssl$secondaryArchSuffix
|
devel:libssl$secondaryArchSuffix >= 3
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:gcc$secondaryArchSuffix
|
cmd:gcc$secondaryArchSuffix
|
||||||
|
|||||||
Reference in New Issue
Block a user