Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 0a1179d

Browse files
committed
Bumping up to version-1.0.2
Signed-off-by: Eduardo Barretto <[email protected]>
1 parent 213fe4f commit 0a1179d

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
* openssl-ibmpkcs11 1.0.2
2+
- Fix RSA find or create private key
3+
- Switch to ibmpkcs11.so filename to allow a standalone use
4+
- Link as a module
5+
- Remove obsolete m4s macro
6+
- Update spec file and .gitignore
7+
18
* openssl-ibmpkcs11 1.0.1
29
- Make the project compatible with OpenSSL-1.1.
310
- Fix compilation warnings.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# configure.in for the OpenSSL IBM PKCS#11 engine project
33
#
44

5-
AC_INIT(openssl-ibmpkcs11, 1.0.0, [email protected])
5+
AC_INIT(openssl-ibmpkcs11, 1.0.2, [email protected])
66
AC_CONFIG_SRCDIR([src/e_pkcs11.c]) #sanity check
77
AC_CONFIG_MACRO_DIR([m4])
88
AM_INIT_AUTOMAKE(1.6.3)

rpm/ibmpkcs11.spec

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
22

33
Name: openssl-ibmpkcs11
4-
Version: 1.0.1
4+
Version: 1.0.2
55
Release: 1%{?dist}
66
Summary: An IBM PKCS#11 OpenSSL dynamic engine
77

@@ -39,6 +39,19 @@ rm -f $RPM_BUILD_ROOT%{enginesdir}/*.la
3939
%{enginesdir}/ibmpkcs11.so
4040

4141
%changelog
42+
* Wed Feb 21 2018 Eduardo Barretto <[email protected]> 1.0.2
43+
- Updated to 1.0.2
44+
45+
* Thu Jan 25 2018 Eduardo Barretto <[email protected]>
46+
- Update engine filename
47+
- Spec cleanup
48+
49+
* Fri Dec 8 2017 Eduardo Barretto <[email protected]> 1.0.1
50+
- Updated to 1.0.1
51+
52+
* Fri Aug 11 2017 Eduardo Barretto <[email protected]>
53+
- Update and cleanup spec
54+
4255
* Mon May 9 2011 - [email protected]
4356
- Updated version number, copyright
4457

0 commit comments

Comments
 (0)