* [gentoo-commits] gentoo-x86 commit in dev-perl/crypt-dsa/files: crypt-dsa-1.16-dsaparam.patch
@ 2010-07-11 8:18 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-07-11 8:18 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/07/11 08:18:18
Added: crypt-dsa-1.16-dsaparam.patch
Log:
Fix testsuite with OpenSSL >= 1.0.0 wrt #326801 by Diego E. Pettenò.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-perl/crypt-dsa/files/crypt-dsa-1.16-dsaparam.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/crypt-dsa/files/crypt-dsa-1.16-dsaparam.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/crypt-dsa/files/crypt-dsa-1.16-dsaparam.patch?rev=1.1&content-type=text/plain
Index: crypt-dsa-1.16-dsaparam.patch
===================================================================
https://rt.cpan.org/Public/Bug/Display.html?id=49668
http://cvs.fedoraproject.org/viewvc/rpms/perl-Crypt-DSA/devel/perl-Crypt-DSA-dsaparam.patch?view=log
--- lib/Crypt/DSA/KeyChain.pm
+++ lib/Crypt/DSA/KeyChain.pm
@@ -53,7 +53,7 @@
my $cur_part;
foreach (@res) {
if (/^\s+(\w):\s*$/) {
- $cur_part = $1;
+ $cur_part = lc($1);
next;
}
if (/^\s*((?:[0-9a-f]{2,2}:?)+)\s*$/) {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-11 8:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-11 8:18 [gentoo-commits] gentoo-x86 commit in dev-perl/crypt-dsa/files: crypt-dsa-1.16-dsaparam.patch Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox