From c18b2b70d3dbc53ed67a4bca56c0d74660e19727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 9 Oct 2014 18:12:12 +0200 Subject: [PATCH] t-op-crypt.t-Perform-SHA-256-algorithm-if-default-on.patch accepted --- perl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl.spec b/perl.spec index b58a23f..21dd39c 100644 --- a/perl.spec +++ b/perl.spec @@ -87,7 +87,7 @@ Patch16: perl-5.16.3-Install-libperl.so-to-shrpdir-on-Linux.patch Patch22: perl-5.18.1-Document-Math-BigInt-CalcEmu-requires-Math-BigInt.patch # Use stronger algorithm needed for FIPS in t/op/crypt.t, bug #1128032, -# RT#121591 +# RT#121591, accepted after 5.21.4 Patch25: perl-5.18.2-t-op-crypt.t-Perform-SHA-256-algorithm-if-default-on.patch # Make *DBM_File desctructors thread-safe, bug #1107543, RT#61912