pkcs11_helper, bump version, fixes openssl3 issue (#11095)

This commit is contained in:
Schrijvers Luc
2024-09-11 15:29:56 +02:00
committed by GitHub
parent bb5c1a0eca
commit b090cd9e3e

View File

@@ -14,9 +14,9 @@ existing objects in order to perform signature and decryption operations."
HOMEPAGE="https://github.com/OpenSC/pkcs11-helper"
COPYRIGHT="2005-2018 Alon Bar-Lev"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-$portVersion/pkcs11-helper-$portVersion.tar.bz2"
CHECKSUM_SHA256="10dd8a1dbcf41ece051fdc3e9642b8c8111fe2c524cb966c0870ef3413c75a77"
CHECKSUM_SHA256="4c5815ba910cabf26df08d449ca2909daf4538c9899aa7f7fadc61229d3488a9"
SOURCE_DIR="pkcs11-helper-$portVersion"
ARCHITECTURES="all ?x86_gcc2"
@@ -40,12 +40,12 @@ PROVIDES_devel="
"
REQUIRES_devel="
haiku$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
"
BUILD_PREREQUIRES="
cmd:aclocal
@@ -60,6 +60,7 @@ BUILD_PREREQUIRES="
BUILD()
{
export CFLAGS="-Wno-deprecated-declarations"
autoreconf -vfi
runConfigure ./configure
make $jobArgs