liboauth: update to openssl3

This commit is contained in:
PulkoMandy
2024-08-22 21:16:56 +02:00
parent d9f7f9b24c
commit bb24ab5ec6

View File

@@ -9,7 +9,7 @@ HOMEPAGE="http://liboauth.sourceforge.net/
COPYRIGHT="2007-2014 Robin Gareus" COPYRIGHT="2007-2014 Robin Gareus"
LICENSE="GNU GPL v2 LICENSE="GNU GPL v2
MIT" MIT"
REVISION="2" REVISION="3"
srcGitRev="186fb14843c1bc98b70ece02c74b5696b3de9ce7" srcGitRev="186fb14843c1bc98b70ece02c74b5696b3de9ce7"
SOURCE_URI="https://github.com/x42/liboauth/archive/$srcGitRev.tar.gz" SOURCE_URI="https://github.com/x42/liboauth/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="34bc990211c379712bf19952df8f800c4a6d411527c274e18f8c12f6fe4fe6a0" CHECKSUM_SHA256="34bc990211c379712bf19952df8f800c4a6d411527c274e18f8c12f6fe4fe6a0"
@@ -45,9 +45,9 @@ REQUIRES_devel="
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix devel:libcrypto$secondaryArchSuffix >= 3
devel:libcurl$secondaryArchSuffix devel:libcurl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix devel:libssl$secondaryArchSuffix >= 3
devel:libz$secondaryArchSuffix devel:libz$secondaryArchSuffix
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="