From e6422e734609055fe508e1ab767941d81ace90a6 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Wed, 14 Aug 2024 12:58:10 +0200 Subject: [PATCH] Fix typo in the patch numeration Related: RHEL-41261 --- openssl.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index 262f4a1..5b9f7c8 100644 --- a/openssl.spec +++ b/openssl.spec @@ -157,7 +157,7 @@ Patch117: 0117-ignore-unknown-sigalgorithms-groups.patch # https://bugzilla.redhat.com/show_bug.cgi?id=2160797 Patch121: 0121-FIPS-cms-defaults.patch # HKDF regression with older provider implementations -Patch122: 0123-kdf-Preserve-backward-compatibility-with-older-provi.patch +Patch123: 0123-kdf-Preserve-backward-compatibility-with-older-provi.patch # https://github.com/openssl/openssl/issues/24577 Patch124: 0124-PBMAC1-PKCS12-FIPS-support.patch # Downstream patch: enforce PBMAC1 in FIPS mode @@ -514,6 +514,8 @@ ln -s /etc/crypto-policies/back-ends/openssl_fips.config $RPM_BUILD_ROOT%{_sysco Related: RHEL-36659 - Support key encapsulation/decapsulation in openssl pkeyutl command Resolves: RHEL-54156 +- Fix typo in the patch numeration + Related: RHEL-41261 * Fri Aug 09 2024 Dmitry Belyavskiy - 1:3.2.2-9 - An interface to create PKCS #12 files in FIPS compliant way