SHA256
1
0
forked from pool/qatengine
Files
qatengine/qatengine.spec
Wolfgang Frisch 9be021bd85 Accepting request 1174155 from home:amanzini:branches:security
- update to 1.6.0:
  * Fix issue with make depend for QAT_SW
  * QAT_HW GCM Memleak fix & bug fixes
  * QAT2.0 FreeBSD14 intree driver support
  * Fix OpenSSL 3.2 compatibility issues
  * Optimize hex dump logging
  * Clear job tlv on error
  * QAT_HW RSA Encrypt and Decrypt provider support
  * QAT_HW AES-CCM Provider support
  * Add ECDH keymgmt support for provider
  * Fix QAT_HW SM2 memory leak 
  * Enable qaeMemFreeNonZeroNUMA() for qatlib 
  * Fix polling issue for the process that doesn't have QAT_HW instance
  * Fix SHA3 qctx initialization issue & potential memleak 
  * Fix compilation error in SM2 with qat_contig_mem 
  * Update year in copyright information to 2024

OBS-URL: https://build.opensuse.org/request/show/1174155
OBS-URL: https://build.opensuse.org/package/show/security/qatengine?expand=0&rev=10
2024-05-21 10:18:07 +00:00

61 lines
1.8 KiB
RPMSpec

#
# spec file for package qatengine
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: qatengine
Version: 1.6.0
Release: 0
Summary: Intel QuickAssist Technology (QAT) QATengine Library
License: BSD-3-Clause
Group: Hardware/Other
URL: https://github.com/intel/QAT_Engine
Source: https://github.com/intel/QAT_Engine/archive/refs/tags/v%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc >= 4.8.5
BuildRequires: libopenssl-devel
BuildRequires: libtool
BuildRequires: qatlib-devel >= 21.08.0
BuildRequires: zlib-devel >= 1.2.7
# This package can be built on all archs, but is useful only on enterprise-class intel.
ExclusiveArch: x86_64
%description
Intel® QuickAssist Technology OpenSSL* Engine (QAT_Engine) supports
acceleration for both hardware as well as optimized software based
on vectorized instructions. This package contains an OpenSSL engine
module that utilises QAT.
%prep
%autosetup -n QAT_Engine-%{version}
%build
%{set_build_flags}
autoreconf -fiv
%configure --enable-qat_insecure_algorithms
%make_build
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%files
%license LICENSE*
%{_libdir}/engines-*/%{name}.so
%changelog