summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenPGP
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-10-21 11:11:23 +0000
committerwiz <wiz@pkgsrc.org>2001-10-21 11:11:23 +0000
commitece8be8aa93a246e2393f88100d6ff4052cee013 (patch)
tree24cf11fab0a646601e1949d48ef928ab04be9716 /security/p5-Crypt-OpenPGP
parentaf7ef7fa7cf56fbe58670eda5673417ef32770c7 (diff)
downloadpkgsrc-ece8be8aa93a246e2393f88100d6ff4052cee013.tar.gz
Better defaults for which algorithms to support.
Patch by Sen Nagata in pkg/14146.
Diffstat (limited to 'security/p5-Crypt-OpenPGP')
-rw-r--r--security/p5-Crypt-OpenPGP/distinfo3
-rw-r--r--security/p5-Crypt-OpenPGP/patches/patch-aa22
2 files changed, 24 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenPGP/distinfo b/security/p5-Crypt-OpenPGP/distinfo
index 872279460c0..99aa0afe6a3 100644
--- a/security/p5-Crypt-OpenPGP/distinfo
+++ b/security/p5-Crypt-OpenPGP/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1 2001/10/01 00:00:08 mcr Exp $
+$NetBSD: distinfo,v 1.2 2001/10/21 11:11:23 wiz Exp $
SHA1 (Crypt-OpenPGP-0.17.tar.gz) = e3f65291b63f3666980de8aee29e701b1814d622
Size (Crypt-OpenPGP-0.17.tar.gz) = 70872 bytes
+SHA1 (patch-aa) = 40dd13adaf7a740d2f9681fe78d1e0765e876890
diff --git a/security/p5-Crypt-OpenPGP/patches/patch-aa b/security/p5-Crypt-OpenPGP/patches/patch-aa
new file mode 100644
index 00000000000..733f7c5080b
--- /dev/null
+++ b/security/p5-Crypt-OpenPGP/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1 2001/10/21 11:11:23 wiz Exp $
+
+--- Makefile.PL.orig Wed Oct 3 16:20:14 2001
++++ Makefile.PL Wed Oct 3 16:22:04 2001
+@@ -65,7 +65,7 @@
+ for my $ciph (@cryptmod) {
+ printf " [%d] %s\n", $i++, $ciph->[0];
+ }
+- my $c = prompt("\nEnter your choices, separated by spaces:", 1);
++ my $c = prompt("\nEnter your choices, separated by spaces:", "1 3 4 5");
+ print "\n";
+
+ for my $id (split /\s+/, $c) {
+@@ -86,7 +86,7 @@
+ for my $ciph (@dgstmod) {
+ printf " [%d] %s\n", $i++, $ciph->[0];
+ }
+- my $c = prompt("\nEnter your choices, separated by spaces:", 2);
++ my $c = prompt("\nEnter your choices, separated by spaces:", "1 2 3");
+ print "\n";
+
+ for my $id (split /\s+/, $c) {