public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/yubihsm-shell] rawhide: New upstream release 2.8.0
@ 2026-07-07 9:53 Jakub Jelen
0 siblings, 0 replies; only message in thread
From: Jakub Jelen @ 2026-07-07 9:53 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/yubihsm-shell
Branch : rawhide
Commit : 52b2d075c5be83b65757923630efa154ddc63234
Author : Jakub Jelen <jjelen@redhat.com>
Date : 2026-07-07T11:52:38+02:00
Stats : +5/-38 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/yubihsm-shell/c/52b2d075c5be83b65757923630efa154ddc63234?branch=rawhide
Log:
New upstream release 2.8.0
---
diff --git a/.gitignore b/.gitignore
index 990ba5c..ca2d831 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,5 @@
/yubihsm-shell-2.7.2.tar.gz.sig
/yubihsm-shell-2.7.3.tar.gz
/yubihsm-shell-2.7.3.tar.gz.sig
+/yubihsm-shell-2.8.0.tar.gz
+/yubihsm-shell-2.8.0.tar.gz.sig
diff --git a/0001-Add-const-qualifiers-in-attest-example.patch b/0001-Add-const-qualifiers-in-attest-example.patch
deleted file mode 100644
index 4f0255b..0000000
--- a/0001-Add-const-qualifiers-in-attest-example.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 99f25b323f26938974e54329983dbd925f7b0064 Mon Sep 17 00:00:00 2001
-From: Simo Sorce <simo@redhat.com>
-Date: Tue, 28 Apr 2026 16:40:08 -0400
-Subject: [PATCH] Add const qualifiers in attest example
-
-Update the a_object and a_value pointers in the attest example to be const.
-This ensures compatibility with modern OpenSSL APIs where these getter
-functions return const pointers, resolving potential compiler warnings about
-discarded qualifiers.
-
-Signed-off-by: Simo Sorce <simo@redhat.com>
----
- examples/attest.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/examples/attest.c b/examples/attest.c
-index 4481720..5f2bdbf 100644
---- a/examples/attest.c
-+++ b/examples/attest.c
-@@ -53,8 +53,8 @@ static void print_extension(X509_EXTENSION *extension) {
- const uint8_t label[] = {0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04,
- 0x01, 0x82, 0xc4, 0x0a, 0x04, 0x09};
-
-- ASN1_OBJECT *a_object = X509_EXTENSION_get_object(extension);
-- ASN1_OCTET_STRING *a_value = X509_EXTENSION_get_data(extension);
-+ const ASN1_OBJECT *a_object = X509_EXTENSION_get_object(extension);
-+ const ASN1_OCTET_STRING *a_value = X509_EXTENSION_get_data(extension);
- uint8_t object[1024];
- uint8_t *ptr = object;
- if (i2d_ASN1_OBJECT(a_object, NULL) > 1024) {
---
-2.53.0
-
diff --git a/sources b/sources
index 99ee5d5..b91dc37 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (yubihsm-shell-2.7.3.tar.gz) = ac8715369ddc7c559fba398b974bd3c4cf1456d260959a818936f072d650abb7a72a14af11fbce1da5743420951616283699830604c46468587cdfdf5a2db4b9
-SHA512 (yubihsm-shell-2.7.3.tar.gz.sig) = 3ccfd1772e5335c22dbfdc4d2d1c8fab692a789aac02ee93426b78e26f1c34e01b3d996d8c2debd99925069cc47d725a05e4674ac2a208b70ebcc86634a4e2d6
+SHA512 (yubihsm-shell-2.8.0.tar.gz) = 9d3153444b3ae71fee344ed81f7b7229d62c5d9b40ebd31e38026c69d36f5a6f92ef411d029861cf2cd33fc1a8689c1ec3576cc076f91e81312795b344da8a58
+SHA512 (yubihsm-shell-2.8.0.tar.gz.sig) = 77ee4399c7e05d1daed4fd1164f8bacde8e69d69e4bbb6f35fc58a15e212f9455207c529b4f144814ee972e6dd8eb7f3804e7ad15a9d4a853ea187876f5a2630
SHA512 (gpgkey-9588EA0F.gpg) = ff3fb773cf95c8d28fb9630c8525539c7ba497a046292a9eda816dd77c4a8b199b74467c7639bbbb0236e439b4db4d0a8b1694a40b33e074072d3ecac46acd87
diff --git a/yubihsm-shell.spec b/yubihsm-shell.spec
index 9f0f333..703be4a 100644
--- a/yubihsm-shell.spec
+++ b/yubihsm-shell.spec
@@ -1,7 +1,7 @@
%undefine __cmake_in_source_build
Name: yubihsm-shell
-Version: 2.7.3
+Version: 2.8.0
Release: %autorelease
Summary: Tools to interact with YubiHSM 2
@@ -13,8 +13,6 @@ Source1: https://developers.yubico.com/%{name}/Releases/%{name}-%{version}.tar.g
Source2: gpgkey-9588EA0F.gpg
# https://github.com/Yubico/yubihsm-shell/pull/411
Patch2: yubihsm-shell-2.5.0-pcsc-lite.patch
-# OpenSSL 4.0 build fixes
-Patch3: 0001-Add-const-qualifiers-in-attest-example.patch
BuildRequires: cmake
BuildRequires: cppcheck
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-07 9:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 9:53 [rpms/yubihsm-shell] rawhide: New upstream release 2.8.0 Jakub Jelen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox