Skip to content

Commit

Permalink
Update release version v0.6.6
Browse files Browse the repository at this point in the history
Signed-off-by: Yogaraj Alamenda <yogarajx.alamenda@intel.com>
  • Loading branch information
Yogaraj-Alamenda committed May 31, 2021
1 parent ad063bd commit 43a4496
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_INIT([qatengine], [0.6.5], [])
AC_INIT([qatengine], [0.6.6], [])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([.])
Expand Down
Empty file removed docs/.gitkeep
Empty file.
Empty file removed docs/images/.gitkeep
Empty file.
4 changes: 2 additions & 2 deletions docs/software_requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Driver for FreeBSD. This release was validated on the following:
* Kernel: GNU\*/Linux\* 3.10.0-693
* Intel&reg; Communications Chipset C62X Series Software for Linux\*, version **4.13**
* Intel&reg; Communications Chipset C62X Series Software for FreeBSD\*, version **3.9**
* OpenSSL\* 1.1.1j
* OpenSSL\* 1.1.1k

## qat_sw Requirements
Successful operation of the Intel&reg; QAT Software acceleration requires a
Expand All @@ -31,7 +31,7 @@ This release was validated on the following:
* Intel&reg; Crypto Multi-buffer library from the [ipp-crypto][1] release
version **IPP Crypto 2020 Update 3**
* Intel&reg; Multi-Buffer crypto for IPsec Library release version **v0.55**
* OpenSSL\* 1.1.1j
* OpenSSL\* 1.1.1k

[1]:https://github.com/intel/ipp-crypto
[2]:https://github.com/intel/ipp-crypto/tree/develop/sources/ippcp/crypto_mb
Expand Down
4 changes: 2 additions & 2 deletions e_qat.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@
const char *engine_qat_id = STR(QAT_ENGINE_ID);
#ifdef QAT_HW
const char *engine_qat_name =
"Reference implementation of QAT crypto engine(qat_hw) v0.6.5";
"Reference implementation of QAT crypto engine(qat_hw) v0.6.6";
#else
const char *engine_qat_name =
"Reference implementation of QAT crypto engine(qat_sw) v0.6.5";
"Reference implementation of QAT crypto engine(qat_sw) v0.6.6";
#endif
unsigned int engine_inited = 0;

Expand Down
5 changes: 4 additions & 1 deletion qatengine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)

Name: qatengine
Version: 0.6.5
Version: 0.6.6
Release: 1%{?dist}
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine
# Most of the source code is BSD, with the following exceptions:
Expand Down Expand Up @@ -46,6 +46,9 @@ autoreconf -ivf
%exclude %{enginesdir}/qatengine.la

%changelog
* Thu May 20 2021 Yogaraj Alamenda <yogarajx.alamenda@intel.com> - 0.6.6-1
- Update to qatengine v0.6.6

* Thu Mar 18 2021 Yogaraj Alamenda <yogarajx.alamenda@intel.com> - 0.6.5-1
- Update to qatengine v0.6.5
- Update doc with additional docs
Expand Down

0 comments on commit 43a4496

Please sign in to comment.