mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
package/softhsm2: bump version to 2.7.0
https://github.com/softhsm/SoftHSMv2/releases/tag/2.7.0
Switched repo to new standalone repo:
2355064ce4
Also update the package home page in Config.in.
We need to use the github helper to download the code which also needs
autoreconf.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
[Julien: update the package home page in Config.in]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
0e5019c2e4
commit
d540a10df9
@@ -14,7 +14,7 @@ config BR2_PACKAGE_SOFTHSM2
|
||||
to explore PKCS#11 without having a Hardware Security
|
||||
Module.
|
||||
|
||||
https://www.opendnssec.org/softhsm
|
||||
https://www.softhsm.org/
|
||||
|
||||
comment "softhsm2 needs a toolchain w/ C++, threads, gcc >= 4.8 and dynamic library support"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# From https://www.opendnssec.org/2020/04/1602/
|
||||
sha256 61249473054bcd1811519ef9a989a880a7bdcc36d317c9c25457fc614df475f2 softhsm-2.6.1.tar.gz
|
||||
# Locally computed
|
||||
sha256 be14a5820ec457eac5154462ffae51ba5d8a643f6760514d4b4b83a77be91573 softhsm2-2.7.0.tar.gz
|
||||
sha256 230cab7102816e99f7ce03ef476352fcad09d742fcbc6580d44393db6280b64c LICENSE
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SOFTHSM2_VERSION = 2.6.1
|
||||
SOFTHSM2_SOURCE = softhsm-$(SOFTHSM2_VERSION).tar.gz
|
||||
SOFTHSM2_SITE = https://github.com/opendnssec/opendnssec/releases/download/2.1.14
|
||||
SOFTHSM2_VERSION = 2.7.0
|
||||
SOFTHSM2_SITE = $(call github,softhsm,SoftHSMv2,$(SOFTHSM2_VERSION))
|
||||
SOFTHSM2_LICENSE = BSD-2-Clause
|
||||
SOFTHSM2_LICENSE_FILES = LICENSE
|
||||
SOFTHSM2_DEPENDENCIES = openssl
|
||||
SOFTHSM2_INSTALL_STAGING = YES
|
||||
SOFTHSM2_AUTORECONF = YES
|
||||
|
||||
ifeq ($(BR2_PACKAGE_P11_KIT),y)
|
||||
SOFTHSM2_CONF_OPTS += \
|
||||
|
||||
Reference in New Issue
Block a user