From 96988f00604c99e2bd095ac7680e2bc464c9f3a9 Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Tue, 13 Feb 2024 09:29:14 +0100 Subject: [PATCH] temporarily disable ktls to unblock c10s builds Resolves: RHEL-25259 Signed-off-by: Sahana Prasad --- openssl.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/openssl.spec b/openssl.spec index a70fa4b..88a3572 100644 --- a/openssl.spec +++ b/openssl.spec @@ -29,7 +29,7 @@ print(string.sub(hash, 0, 16)) Summary: Utilities from the general purpose cryptography library with TLS implementation Name: openssl Version: 3.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Source: openssl-%{version}.tar.gz Source2: Makefile.certificate @@ -269,7 +269,8 @@ sslflags=enable-ec_nistp_64_gcc_128 %ifarch riscv64 sslarch=linux-generic64 %endif -ktlsopt=enable-ktls +#temporarily disable ktls to unblock c10s builds +ktlsopt=disable-ktls %ifarch armv7hl ktlsopt=disable-ktls %endif @@ -483,6 +484,10 @@ install -m644 %{SOURCE9} \ %ldconfig_scriptlets libs %changelog +* Tue Feb 13 2024 Sahana Prasad - 1:3.2.1-3 +- Temporarily disable ktls to unblock c10s builds +- Resolves: RHEL-25259 + * Fri Feb 09 2024 Sahana Prasad - 1:3.2.1-2 - Fix version aliasing issue - https://github.com/openssl/openssl/issues/23534