public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Venkatesh J <venkatesh.j@intel.com>
To: git-commits@fedoraproject.org
Subject: [rpms/qatengine] rawhide: Update to v2.2.0.
Date: Tue, 14 Jul 2026 16:57:29 GMT [thread overview]
Message-ID: <178404824983.1.15355786084624322907.rpms-qatengine-17222ee0c8da@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/qatengine
Branch : rawhide
Commit : 17222ee0c8da6dc7eddeb090c6db38bfada00973
Author : Venkatesh J <venkatesh.j@intel.com>
Date : 2026-07-14T12:56:27-04:00
Stats : +20/-4 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/qatengine/c/17222ee0c8da6dc7eddeb090c6db38bfada00973?branch=rawhide
Log:
Update to v2.2.0.
Signed-off-by: Venkatesh J <venkatesh.j@intel.com>
---
diff --git a/qatengine.spec b/qatengine.spec
index d7c92de..4d1affa 100644
--- a/qatengine.spec
+++ b/qatengine.spec
@@ -2,6 +2,8 @@
# Build as an OpenSSL provider instead of as an engine
%bcond provider %[0%{?fedora} >= 41 || 0%{?rhel} >= 10]
+# Build as an engine (inverse of provider)
+%bcond engine %[!%{with provider}]
# QAT_HW only acceleration for RHEL
%bcond sw %{undefined rhel}
@@ -13,9 +15,13 @@
%endif
Name: qatengine
-Version: 2.1.0
-Release: 2%{?dist}
+Version: 2.2.0
+Release: 1%{?dist}
+%if %{with provider}
+Summary: Intel QuickAssist Technology (QAT) OpenSSL Provider
+%else
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine
+%endif
# 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
@@ -39,17 +45,24 @@ BuildRequires: intel-ipsec-mb-devel >= 2.0
BuildRequires: openssl
%description
+%if %{with provider}
+This package provides the Intel QuickAssist Technology OpenSSL Provider
+(an OpenSSL Plug-In Provider) which provides cryptographic acceleration
+for both hardware and optimized software using Intel QuickAssist Technology
+enabled Intel platforms.
+%else
This package provides the Intel QuickAssist Technology OpenSSL Engine
(an OpenSSL Plug-In Engine) which provides cryptographic acceleration
for both hardware and optimized software using Intel QuickAssist Technology
enabled Intel platforms.
+%endif
%prep
%autosetup -n QAT_Engine-%{version}
%build
autoreconf -ivf
-%configure %{?with_sw:--enable-qat_sw} %{?with_provider:--enable-qat_provider}
+%configure %{?with_sw:--enable-qat_sw} %{?with_engine:--enable-qat_engine}
%make_build
%install
@@ -78,6 +91,9 @@ openssl engine -v %{name}
%endif
%changelog
+* Sat Jun 13 2026 Sharanakumar <sharanakumar@intel.com> - 2.2.0-1
+- Update to qatengine v2.2.0
+
* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 2.1.0-2
- Rebuilt for openssl 4.0
diff --git a/sources b/sources
index cd9a18d..fded472 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qatengine-2.1.0.tar.gz) = c7634153fdc2e89f4bbeea8ef614d72bea0681cddb9dd1afafa902eeb0fad9eb6e50f56dcef56c963c980bacef93ac650f7134cea5a212c6bf0774512ec039fe
+SHA512 (qatengine-2.2.0.tar.gz) = d21f805fc1f2dfbed2e00f4f0242a089ee9c1cebebc77ae8c11c8b513e339649ff8002088a7ab702a1002d5a055f423f470ff17ec3305ec3f5d94a9c0cbb1e14
reply other threads:[~2026-07-14 16:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178404824983.1.15355786084624322907.rpms-qatengine-17222ee0c8da@fedoraproject.org \
--to=venkatesh.j@intel.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox