kc: update to openssl 3

This commit is contained in:
PulkoMandy
2024-08-24 08:56:57 +02:00
parent 7e0d7a14eb
commit 263aff8df1

View File

@@ -14,7 +14,7 @@ Features include:
HOMEPAGE="https://github.com/levaidaniel/kc"
COPYRIGHT="2011-2022, LEVAI Daniel"
LICENSE="BSD (2-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/levaidaniel/kc/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="d0265da21986c261bd1502b313540bfe991af8b97e44a7296d822fe0e2e0a632"
PATCHES="kc-$portVersion.patchset"
@@ -30,7 +30,7 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libedit$secondaryArchSuffix
lib:libpcre$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix # from openssl
lib:libcrypto$secondaryArchSuffix
lib:libxml2$secondaryArchSuffix
lib:libykpers_1$secondaryArchSuffix
lib:libyubikey$secondaryArchSuffix
@@ -42,7 +42,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libedit$secondaryArchSuffix
devel:libpcre$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libxml2$secondaryArchSuffix
devel:libykpers_1$secondaryArchSuffix
devel:libyubikey$secondaryArchSuffix