Skip to content

Commit

Permalink
Update release version v0.6.5
Browse files Browse the repository at this point in the history
Signed-off-by: Yogaraj Alamenda <[email protected]>
  • Loading branch information
Yogaraj-Alamenda committed Mar 25, 2021
1 parent e6bc7d2 commit 378bfeb
Show file tree
Hide file tree
Showing 4 changed files with 13 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.4], [])
AC_INIT([qatengine], [0.6.5], [])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([.])
Expand Down
2 changes: 1 addition & 1 deletion docs/software_requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Driver for FreeBSD. This release was validated on the following:
* Operating system: CentOS\* 7.4 64-bit version & FreeBSD\* 11.3 64-bit version
* 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.8**
* Intel&reg; Communications Chipset C62X Series Software for FreeBSD\*, version **3.9**
* OpenSSL\* 1.1.1j

## qat_sw Requirements
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.4";
"Reference implementation of QAT crypto engine(qat_hw) v0.6.5";
#else
const char *engine_qat_name =
"Reference implementation of QAT crypto engine(qat_sw) v0.6.4";
"Reference implementation of QAT crypto engine(qat_sw) v0.6.5";
#endif
unsigned int engine_inited = 0;

Expand Down
11 changes: 9 additions & 2 deletions 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.4
Version: 0.6.5
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 @@ -41,11 +41,18 @@ autoreconf -ivf

%files
%license LICENSE*
%doc README.md
%doc README.md docs*
%{enginesdir}/qatengine.so
%exclude %{enginesdir}/qatengine.la

%changelog
* Thu Mar 18 2021 Yogaraj Alamenda <[email protected]> - 0.6.5-1
- Update to qatengine v0.6.5
- Update doc with additional docs

* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 0.6.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Fri Dec 11 2020 Yogaraj Alamenda <[email protected]> 0.6.4-1
- Update to qatengine v0.6.4

Expand Down

0 comments on commit 378bfeb

Please sign in to comment.