File tree Expand file tree Collapse file tree 5 files changed +14
-8
lines changed
Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.68] )
5- AC_INIT ( [ qatengine] , [ 0.6.16 ] , [ ] )
5+ AC_INIT ( [ qatengine] , [ 0.6.17 ] , [ ] )
66AC_CONFIG_SRCDIR ( [ config.h.in] )
77AC_CONFIG_HEADERS ( [ config.h] )
88AC_CONFIG_AUX_DIR ( [ .] )
Original file line number Diff line number Diff line change 148148const char * engine_qat_id = STR (QAT_ENGINE_ID );
149149#if defined(QAT_HW ) && defined(QAT_SW )
150150const 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
153153const 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
156156const 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
159159unsigned int engine_inited = 0 ;
160160
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 44%global enginesdir %(pkg-config --variable= enginesdir libcrypto)
55
66Name: qatengine-sw
7- Version: 0.6.16
7+ Version: 0.6.17
88Release: 1%{?dist }
99Summary: 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
Original file line number Diff line number Diff line change 44%global enginesdir %(pkg-config --variable= enginesdir libcrypto)
55
66Name: qatengine
7- Version: 0.6.16
7+ Version: 0.6.17
88Release: 1%{?dist }
99Summary: 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
You can’t perform that action at this time.
0 commit comments