From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
To: buildroot@buildroot.org
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Subject: [Buildroot] [PATCH 1/1] package/pkcs11-helper: bump to version 1.29.0
Date: Sat, 17 Sep 2022 19:15:45 +0200 [thread overview]
Message-ID: <20220917171545.130430-1-fontaine.fabrice@gmail.com> (raw)
Drop first pacth (already in version)
https://github.com/OpenSC/pkcs11-helper/releases/tag/pkcs11-helper-1.29.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
...h-core.c-fix-build-without-slotevent.patch | 37 -------------------
...-0-does-not-have-DSA_meth_set1_name.patch} | 0
package/pkcs11-helper/pkcs11-helper.hash | 2 +-
package/pkcs11-helper/pkcs11-helper.mk | 4 +-
4 files changed, 3 insertions(+), 40 deletions(-)
delete mode 100644 package/pkcs11-helper/0001-lib-pkcs11h-core.c-fix-build-without-slotevent.patch
rename package/pkcs11-helper/{0002-openssl-libressl-3-5-0-does-not-have-DSA_meth_set1_name.patch => 0001-openssl-libressl-3-5-0-does-not-have-DSA_meth_set1_name.patch} (100%)
diff --git a/package/pkcs11-helper/0001-lib-pkcs11h-core.c-fix-build-without-slotevent.patch b/package/pkcs11-helper/0001-lib-pkcs11h-core.c-fix-build-without-slotevent.patch
deleted file mode 100644
index 5b2829c5ca..0000000000
--- a/package/pkcs11-helper/0001-lib-pkcs11h-core.c-fix-build-without-slotevent.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 754911f553414a77d5b52001f5ef6e3a1314c4d5 Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Sun, 20 Mar 2022 08:50:15 +0100
-Subject: [PATCH] lib/pkcs11h-core.c: fix build without slotevent
-
-Fix the following build failure with --disable-slotevent:
-
-/home/giuliobenetti/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-uclibcgnueabihf/9.3.0/../../../../arm-buildroot-linux-uclibcgnueabihf/bin/ld: /home/giuliobenetti/autobuild/run/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib/libpkcs11-helper.so: undefined reference to `_pkcs11h_slotevent_init'
-
-Fixes:
- - http://autobuild.buildroot.org/results/fcaa70cc035d6f9d35dfa8d564e9948c7e1cfd9e
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-[Upstream status: https://github.com/OpenSC/pkcs11-helper/pull/50]
----
- lib/pkcs11h-core.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/lib/pkcs11h-core.c b/lib/pkcs11h-core.c
-index d7bb4cd..0bf11e8 100644
---- a/lib/pkcs11h-core.c
-+++ b/lib/pkcs11h-core.c
-@@ -726,9 +726,11 @@ pkcs11h_setProperty (
-
- switch (property) {
- case PKCS11H_PROPERTY_SLOT_EVENT_HOOK:
-+#if defined(ENABLE_PKCS11H_SLOTEVENT)
- if ((rv = _pkcs11h_slotevent_init ()) != CKR_OK) {
- goto cleanup;
- }
-+#endif
- break;
- }
- cleanup:
---
-2.35.1
-
diff --git a/package/pkcs11-helper/0002-openssl-libressl-3-5-0-does-not-have-DSA_meth_set1_name.patch b/package/pkcs11-helper/0001-openssl-libressl-3-5-0-does-not-have-DSA_meth_set1_name.patch
similarity index 100%
rename from package/pkcs11-helper/0002-openssl-libressl-3-5-0-does-not-have-DSA_meth_set1_name.patch
rename to package/pkcs11-helper/0001-openssl-libressl-3-5-0-does-not-have-DSA_meth_set1_name.patch
diff --git a/package/pkcs11-helper/pkcs11-helper.hash b/package/pkcs11-helper/pkcs11-helper.hash
index 4114378ab8..0614e8aed4 100644
--- a/package/pkcs11-helper/pkcs11-helper.hash
+++ b/package/pkcs11-helper/pkcs11-helper.hash
@@ -1,5 +1,5 @@
# Locally computed
-sha256 5bd55adafdbb708e096070dd0a910f23e1d5fd6291922398c1a15f00fff2b5ec pkcs11-helper-1.28.0.tar.bz2
+sha256 996846a3c8395e03d8c0515111dc84d82e6e3648d44ba28cb2dbbbca2d4db7d6 pkcs11-helper-1.29.0.tar.bz2
sha256 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9 COPYING
sha256 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe COPYING.BSD
sha256 cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e COPYING.GPL
diff --git a/package/pkcs11-helper/pkcs11-helper.mk b/package/pkcs11-helper/pkcs11-helper.mk
index f8fe54ecf5..d1a1e38d4e 100644
--- a/package/pkcs11-helper/pkcs11-helper.mk
+++ b/package/pkcs11-helper/pkcs11-helper.mk
@@ -4,8 +4,8 @@
#
################################################################################
-PKCS11_HELPER_VERSION = 1.28
-PKCS11_HELPER_SOURCE = pkcs11-helper-$(PKCS11_HELPER_VERSION).0.tar.bz2
+PKCS11_HELPER_VERSION = 1.29.0
+PKCS11_HELPER_SOURCE = pkcs11-helper-$(PKCS11_HELPER_VERSION).tar.bz2
PKCS11_HELPER_SITE = https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-$(PKCS11_HELPER_VERSION)
PKCS11_HELPER_LICENSE = GPL-2.0 or BSD-3-Clause
PKCS11_HELPER_LICENSE_FILES = COPYING COPYING.BSD COPYING.GPL
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2022-09-17 17:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-17 17:15 Fabrice Fontaine [this message]
2022-09-17 19:50 ` [Buildroot] [PATCH 1/1] package/pkcs11-helper: bump to version 1.29.0 Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220917171545.130430-1-fontaine.fabrice@gmail.com \
--to=fontaine.fabrice@gmail.com \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.