summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/Crypt-DSA/files/crypt-dsa-1.16-dsaparam.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-perl/Crypt-DSA/files/crypt-dsa-1.16-dsaparam.patch b/dev-perl/Crypt-DSA/files/crypt-dsa-1.16-dsaparam.patch
deleted file mode 100644
index fe3dfbb6480d..000000000000
--- a/dev-perl/Crypt-DSA/files/crypt-dsa-1.16-dsaparam.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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*$/) {