2022-01-14 08:08:52 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# opensc
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2023-06-24 10:50:49 +02:00
|
|
|
OPENSC_VERSION = 0.23.0
|
2022-01-14 08:08:52 +01:00
|
|
|
OPENSC_SITE = https://github.com/OpenSC/OpenSC/releases/download/$(OPENSC_VERSION)
|
|
|
|
OPENSC_LICENSE = LGPL-2.1+
|
|
|
|
OPENSC_LICENSE_FILES = COPYING
|
2022-07-25 14:43:03 +02:00
|
|
|
OPENSC_CPE_ID_VENDOR = opensc_project
|
2023-07-24 22:44:39 +02:00
|
|
|
# 0003-configure-add-option-to-disable-tests.patch
|
|
|
|
OPENSC_AUTORECONF = YES
|
2022-01-14 08:08:52 +01:00
|
|
|
OPENSC_DEPENDENCIES = openssl pcsc-lite
|
|
|
|
OPENSC_INSTALL_STAGING = YES
|
2023-07-24 22:44:39 +02:00
|
|
|
OPENSC_CONF_OPTS = --disable-cmocka --disable-strict --disable-tests
|
2022-01-14 08:08:52 +01:00
|
|
|
|
2023-09-19 22:49:10 +02:00
|
|
|
# 0004-pkcs15init-correct-left-length-calculation-to-fix-buffer-overrun-bug.patch
|
|
|
|
OPENSC_IGNORE_CVES += CVE-2023-2977
|
|
|
|
|
2022-01-14 08:08:52 +01:00
|
|
|
$(eval $(autotools-package))
|