public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl-pkcs11] rawhide: Backport missing header
@ 2026-07-24 8:13 Jakub Jelen
0 siblings, 0 replies; only message in thread
From: Jakub Jelen @ 2026-07-24 8:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openssl-pkcs11
Branch : rawhide
Commit : fed9e77a3350fb61350c81466294bf45e285701e
Author : Jakub Jelen <jjelen@redhat.com>
Date : 2026-07-24T09:53:15+02:00
Stats : +30/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/openssl-pkcs11/c/fed9e77a3350fb61350c81466294bf45e285701e?branch=rawhide
Log:
Backport missing header
---
diff --git a/openssl-pkcs11-0.4.19-header.patch b/openssl-pkcs11-0.4.19-header.patch
new file mode 100644
index 0000000..bbe909b
--- /dev/null
+++ b/openssl-pkcs11-0.4.19-header.patch
@@ -0,0 +1,29 @@
+From 007043d355a9f7f1cd3cb6e80d16cad609fdf2a1 Mon Sep 17 00:00:00 2001
+From: botantony <antonsm21@gmail.com>
+Date: Wed, 22 Jul 2026 02:50:28 +0200
+Subject: [PATCH] Add missing `p11_ver.h` file to installed headers
+
+Running `make install` does not install `p11_ver.h` header which is used
+by `p11_err.h`. This PR fixes it
+
+Found in https://github.com/Homebrew/homebrew-core/pull/294427
+
+Signed-off-by: botantony <antonsm21@gmail.com>
+---
+ src/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 92d3fdbe..549ac673 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -9,7 +9,7 @@ EXTRA_DIST = Makefile.mak libp11.rc.in pkcs11.rc.in
+
+ # Headers
+ noinst_HEADERS= libp11-int.h pkcs11.h p11_pthread.h provider_helpers.h util.h
+-include_HEADERS= libp11.h p11_err.h
++include_HEADERS= libp11.h p11_err.h p11_ver.h
+
+ lib_LTLIBRARIES = libp11.la
+ enginesexec_LTLIBRARIES =
+
diff --git a/openssl-pkcs11.spec b/openssl-pkcs11.spec
index a84ad01..143621f 100644
--- a/openssl-pkcs11.spec
+++ b/openssl-pkcs11.spec
@@ -12,6 +12,7 @@ Source1: https://github.com/OpenSC/libp11/releases/download/libp11-%{vers
# sq network search 2BC7E4E67E3CC0C1BEA72F8C2EFC7FF0D416E014
# sq cert export --cert=AC915EA30645D9D3D4DAE4FEB1048932DD3AAAA3 --output libp11.keyring
Source2: libp11.keyring
+Patch1: openssl-pkcs11-0.4.19-header.patch
BuildRequires: make
BuildRequires: autoconf automake libtool
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-24 8:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-24 8:13 [rpms/openssl-pkcs11] rawhide: Backport missing header Jakub Jelen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox