public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelen <jjelen@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/openssl-pkcs11] rawhide: Backport missing header
Date: Fri, 24 Jul 2026 08:13:34 GMT	[thread overview]
Message-ID: <178488081473.1.4861497921946004468.rpms-openssl-pkcs11-fed9e77a3350@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-24  8:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178488081473.1.4861497921946004468.rpms-openssl-pkcs11-fed9e77a3350@fedoraproject.org \
    --to=jjelen@redhat.com \
    --cc=git-commits@fedoraproject.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox