import CS qatengine-2.0.0-1.el9
This commit is contained in:
parent
85a1e00c7c
commit
78e29d508a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/qatengine-1.9.0.tar.gz
|
||||
SOURCES/qatengine-2.0.0.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
596d5024e66e75a553366ab10608670f46bc7449 SOURCES/qatengine-1.9.0.tar.gz
|
||||
b17cfb1a857c16ea67035d580623e0f45f79624d SOURCES/qatengine-2.0.0.tar.gz
|
||||
|
||||
11
SOURCES/fortify-source-3.patch
Normal file
11
SOURCES/fortify-source-3.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.ac.orig 2026-01-24 22:55:47.111990648 +0100
|
||||
+++ configure.ac 2026-01-24 22:56:12.351441492 +0100
|
||||
@@ -537,7 +537,7 @@ then
|
||||
fi
|
||||
|
||||
# Compiler security flags
|
||||
-AC_SUBST([cflags_common], ["-Wall -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -fno-delete-null-pointer-checks -fwrapv -fstack-protector-strong"])
|
||||
+AC_SUBST([cflags_common], ["-Wall -Wformat -Wformat-security -D_FORTIFY_SOURCE=3 -fno-delete-null-pointer-checks -fwrapv -fstack-protector-strong"])
|
||||
|
||||
# Disable insecure algorithms by default
|
||||
if test "x$enable_qat_insecure_algorithms" = "xyes"
|
||||
@ -13,13 +13,12 @@
|
||||
%endif
|
||||
|
||||
Name: qatengine
|
||||
Version: 1.9.0
|
||||
Version: 2.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine
|
||||
|
||||
# Most of the source code is BSD, with the following exceptions:
|
||||
# - qat.txt, qat_err.h & qat_err.c files are Apache License 2.0
|
||||
# - qat_hw_config/* is (BSD or GPLv2) and not used during compilation
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/intel/QAT_Engine
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
@ -39,6 +38,8 @@ BuildRequires: intel-ipsec-mb-devel >= 2.0
|
||||
%endif
|
||||
BuildRequires: openssl
|
||||
|
||||
Patch1: fortify-source-3.patch
|
||||
|
||||
%description
|
||||
This package provides the Intel QuickAssist Technology OpenSSL Engine
|
||||
(an OpenSSL Plug-In Engine) which provides cryptographic acceleration
|
||||
@ -79,6 +80,9 @@ openssl engine -v %{name}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jan 23 2026 Vladislav Dronov <vdronov@redhat.com> - 2.0.0-1
|
||||
- Update to qatengine v2.0.0 @ 4498412a (RHEL-143913)
|
||||
|
||||
* Mon Apr 28 2025 Vladis Dronov <vdronov@redhat.com> - 1.9.0-1
|
||||
- Update to qatengine v1.9.0 @ 910240d9 (RHEL-73089)
|
||||
- Update e_qat_err files license info
|
||||
|
||||
Loading…
Reference in New Issue
Block a user