From 36f046bbb23c443cd8dd84187a237c45d5771654 Mon Sep 17 00:00:00 2001 From: Ayoub Zaki Date: Fri, 3 Apr 2026 14:13:58 +0200 Subject: pkcs11-provider: upgrade 1.1 -> 1.2 Changelog: https://github.com/openssl-projects/pkcs11-provider/releases/tag/v1.2.0 Signed-off-by: Ayoub Zaki Signed-off-by: Khem Raj --- .../pkcs11-provider/pkcs11-provider_1.1.bb | 30 ---------------------- .../pkcs11-provider/pkcs11-provider_1.2.bb | 30 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.1.bb create mode 100644 meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.2.bb diff --git a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.1.bb b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.1.bb deleted file mode 100644 index 015c2287ef..0000000000 --- a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.1.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "An OpenSSL provider that allows direct interfacing with pkcs11 drivers" -DESCRIPTION = "\ -This is an Openssl 3.x provider to access Hardware or Software Tokens using \ -the PKCS#11 Cryptographic Token Interface\ -\ -This code targets version 3.1 of the interface but should be backwards \ -compatible to previous versions as well.\ -" -HOMEPAGE = "https://github.com/latchset/pkcs11-provider" -SECTION = "libs" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=b53b787444a60266932bd270d1cf2d45" -DEPENDS = "\ - openssl \ - p11-kit \ -" - -SRCREV = "acb7086e44849d019956233348046c4f07c0670b" - -SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https" - - -inherit meson pkgconfig - -# Overwrite default pkcs11 module path -#EXTRA_OEMESON += "-Ddefault_pkcs11_module=/path/to/mymodule.so" - -FILES:${PN} += "${libdir}/ossl-modules/pkcs11.so" - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.2.bb b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.2.bb new file mode 100644 index 0000000000..1bdb4445e5 --- /dev/null +++ b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.2.bb @@ -0,0 +1,30 @@ +SUMMARY = "An OpenSSL provider that allows direct interfacing with pkcs11 drivers" +DESCRIPTION = "\ +This is an Openssl 3.x provider to access Hardware or Software Tokens using \ +the PKCS#11 Cryptographic Token Interface\ +\ +This code targets version 3.1 of the interface but should be backwards \ +compatible to previous versions as well.\ +" +HOMEPAGE = "https://github.com/latchset/pkcs11-provider" +SECTION = "libs" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=b53b787444a60266932bd270d1cf2d45" +DEPENDS = "\ + openssl \ + p11-kit \ +" + +SRCREV = "c7a5c8b62a0ff012b16574f01651254ef7e664ee" + +SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https" + + +inherit meson pkgconfig + +# Overwrite default pkcs11 module path +#EXTRA_OEMESON += "-Ddefault_pkcs11_module=/path/to/mymodule.so" + +FILES:${PN} += "${libdir}/ossl-modules/pkcs11.so" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf