From 1c3abfdbd85e086344e5e5893a6022b546e55c11 Mon Sep 17 00:00:00 2001 From: Niko Mauno Date: Fri, 5 Jul 2024 09:43:44 +0000 Subject: pkcs11-provider: Upgrade 0.3 -> 0.5 Changelogs: - https://github.com/latchset/pkcs11-provider/releases/tag/v0.4 - https://github.com/latchset/pkcs11-provider/releases/tag/v0.5 Signed-off-by: Niko Mauno Signed-off-by: Khem Raj --- .../pkcs11-provider/pkcs11-provider_0.3.bb | 27 ---------------------- .../pkcs11-provider/pkcs11-provider_0.5.bb | 23 ++++++++++++++++++ 2 files changed, 23 insertions(+), 27 deletions(-) delete mode 100644 meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.3.bb create mode 100644 meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb diff --git a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.3.bb b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.3.bb deleted file mode 100644 index 816ee967c..000000000 --- a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.3.bb +++ /dev/null @@ -1,27 +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 = "\ - autoconf-archive \ - openssl \ - p11-kit \ -" - -SRCREV = "58040b4e32975cc1d7f39e424ee7b0097cd11311" - -SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig - -FILES:${PN} += "${libdir}/ossl-modules/pkcs11.so" diff --git a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb new file mode 100644 index 000000000..6c19b6616 --- /dev/null +++ b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb @@ -0,0 +1,23 @@ +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" + +SRCREV = "3a4fdd2a2e5643af2a0f857b66a19b9fa109d40f" + +SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https" + +S = "${WORKDIR}/git" + +inherit meson pkgconfig + +FILES:${PN} += "${libdir}/ossl-modules/pkcs11.so" -- cgit v1.2.3-54-g00ecf