Update to 1.29.0

This commit is contained in:
starlet-dx 2023-02-09 15:13:11 +08:00
parent 18dee0df33
commit a0baec2feb
4 changed files with 493 additions and 457 deletions

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: pkcs11-helper Name: pkcs11-helper
Version: 1.25.1 Version: 1.29.0
Release: 2 Release: 1
Summary: A library that simplifies the interaction with PKCS#11 providers Summary: A library that simplifies the interaction with PKCS#11 providers
License: BSD and GPLv2 License: BSD and GPLv2
URL: https://github.com/OpenSC/OpenSC/wiki URL: https://github.com/OpenSC/OpenSC/wiki
@ -8,7 +8,7 @@ Source0: https://github.com/OpenSC/%{name}/releases/download/%{name}-%{ve
Patch1: pkcs11-helper-rfc7512.patch Patch1: pkcs11-helper-rfc7512.patch
BuildRequires: gcc compat-openssl11-devel doxygen BuildRequires: gcc openssl-devel doxygen
%description %description
PKCS#11 is published standard. PKCS#11 is the de-facto standard to access cryptographic devices. PKCS#11 is published standard. PKCS#11 is the de-facto standard to access cryptographic devices.
@ -25,7 +25,7 @@ decryption.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: automake compat-openssl11-devel Requires: automake openssl-devel
%description devel %description devel
This package contains the development files for %{name}. This package contains the development files for %{name}.
@ -37,7 +37,7 @@ This package contains the development files for %{name}.
%build %build
%configure --enable-doc %configure --enable-doc --disable-static
%make_build %make_build
%install %install
@ -65,6 +65,9 @@ This package contains the development files for %{name}.
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Thu Feb 09 2023 yaoxin <yaoxin30@h-partners.com> - 1.29.0-1
- Update to 1.29.0
* Fri Feb 03 2023 yaoxin <yaoxin30@h-partners.com> - 1.25.1-2 * Fri Feb 03 2023 yaoxin <yaoxin30@h-partners.com> - 1.25.1-2
- Fix build error due to openssl update to 3.0 - Fix build error due to openssl update to 3.0