Skip to content

Commit c1a7a96

Browse files
Release v0.6.17 version update.
Signed-off-by: Yogaraj Alamenda <yogarajx.alamenda@intel.com>
1 parent 522c41d commit c1a7a96

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.68])
5-
AC_INIT([qatengine], [0.6.16], [])
5+
AC_INIT([qatengine], [0.6.17], [])
66
AC_CONFIG_SRCDIR([config.h.in])
77
AC_CONFIG_HEADERS([config.h])
88
AC_CONFIG_AUX_DIR([.])

e_qat.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@
148148
const char *engine_qat_id = STR(QAT_ENGINE_ID);
149149
#if defined(QAT_HW) && defined(QAT_SW)
150150
const char *engine_qat_name =
151-
"Reference implementation of QAT crypto engine(qat_hw & qat_sw) v0.6.16";
151+
"Reference implementation of QAT crypto engine(qat_hw & qat_sw) v0.6.17";
152152
#elif QAT_HW
153153
const char *engine_qat_name =
154-
"Reference implementation of QAT crypto engine(qat_hw) v0.6.16";
154+
"Reference implementation of QAT crypto engine(qat_hw) v0.6.17";
155155
#else
156156
const char *engine_qat_name =
157-
"Reference implementation of QAT crypto engine(qat_sw) v0.6.16";
157+
"Reference implementation of QAT crypto engine(qat_sw) v0.6.17";
158158
#endif
159159
unsigned int engine_inited = 0;
160160

qat_provider.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
# include <openssl/bio.h>
5252
# include <openssl/core_dispatch.h>
5353

54-
# define QAT_PROVIDER_VERSION_STR "v0.6.16"
55-
# define QAT_PROVIDER_FULL_VERSION_STR "QAT Provider v0.6.16"
54+
# define QAT_PROVIDER_VERSION_STR "v0.6.17"
55+
# define QAT_PROVIDER_FULL_VERSION_STR "QAT Provider v0.6.17"
5656

5757
# if defined(QAT_HW) && defined(QAT_SW)
5858
# define QAT_PROVIDER_NAME_STR "QAT Provider for QAT_HW and QAT_SW"

qatengine-sw.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
55

66
Name: qatengine-sw
7-
Version: 0.6.16
7+
Version: 0.6.17
88
Release: 1%{?dist}
99
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine
1010
# Most of the source code is BSD, with the following exceptions:
@@ -49,6 +49,9 @@ autoreconf -ivf
4949
%exclude %{enginesdir}/qatengine.la
5050

5151
%changelog
52+
* Wed Nov 02 2022 Yogaraj Alamenda <yogarajx.alamenda@intel.com> - 0.6.17-1
53+
- Update to qatengine v0.6.17
54+
5255
* Mon Oct 03 2022 Yogaraj Alamenda <yogarajx.alamenda@intel.com> - 0.6.16-1
5356
- Update to qatengine v0.6.16
5457

qatengine.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
55

66
Name: qatengine
7-
Version: 0.6.16
7+
Version: 0.6.17
88
Release: 1%{?dist}
99
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine
1010
# Most of the source code is BSD, with the following exceptions:
@@ -46,6 +46,9 @@ autoreconf -ivf
4646
%exclude %{enginesdir}/qatengine.la
4747

4848
%changelog
49+
* Wed Nov 02 2022 Yogaraj Alamenda <yogarajx.alamenda@intel.com> - 0.6.17-1
50+
- Update to qatengine v0.6.17
51+
4952
* Mon Oct 03 2022 Yogaraj Alamenda <yogarajx.alamenda@intel.com> - 0.6.16-1
5053
- Update to qatengine v0.6.16
5154

0 commit comments

Comments
 (0)