From ef4b6b1e25401b39836f3ca7e91f21dfcfad2967 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Thu, 21 Apr 2022 11:02:58 +0200 Subject: [PATCH] Spec changes --- openssl.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index 9a95353..75dac9a 100644 --- a/openssl.spec +++ b/openssl.spec @@ -15,7 +15,7 @@ Summary: Utilities from the general purpose cryptography library with TLS implementation Name: openssl Version: 3.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 # We have to remove certain patented algorithms from the openssl source # tarball with the hobble-openssl script which is included below. @@ -63,6 +63,8 @@ Patch49: 0049-Allow-disabling-of-SHA1-signatures.patch Patch51: 0051-Support-different-R_BITS-lengths-for-KBKDF.patch # Support SHA1 in TLS in LEGACY crypto-policy (which is SECLEVEL=1) Patch52: 0052-Allow-SHA1-in-seclevel-1-if-rh-allow-sha1-signatures.patch +# https://github.com/openssl/openssl/pull/18103 +Patch56: 0056-strcasecmp.patch License: ASL 2.0 URL: http://www.openssl.org/ @@ -389,6 +391,10 @@ install -m644 %{SOURCE9} \ %ldconfig_scriptlets libs %changelog +* Thu Apr 21 2022 Dmitry Belyavskiy - 1:3.0.2-3 +- Fixing Turkish locale issues + Resolves: rhbz#2071343 + * Thu Apr 07 2022 Clemens Lang - 1:3.0.2-2 - Silence a few rpmlint false positives.