hiredis: update to openssl 3

This commit is contained in:
Adrien Destugues
2024-09-01 11:03:47 +02:00
parent 196a6cadbc
commit 137d0276b6

View File

@@ -9,7 +9,7 @@ HOMEPAGE="https://github.com/redis/hiredis"
COPYRIGHT="2009-2011, Salvatore Sanfilippo
2010-2011, Pieter Noordhuis"
LICENSE="BSD (3-clause)"
REVISION="2"
REVISION="3"
SOURCE_URI="$HOMEPAGE/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="e0ab696e2f07deb4252dda45b703d09854e53b9703c7d52182ce5a22616c3819"
SOURCE_FILENAME="hiredis-v$portVersion.tar.gz"
@@ -39,7 +39,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
"
BUILD_PREREQUIRES="
cmd:cmake