From f2e6d50657324e44d7b73ae917abe43f7d130d80 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 21 Oct 2001 11:11:23 +0000 Subject: Better defaults for which algorithms to support. Patch by Sen Nagata in pkg/14146. --- security/p5-Crypt-OpenPGP/distinfo | 3 ++- security/p5-Crypt-OpenPGP/patches/patch-aa | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 security/p5-Crypt-OpenPGP/patches/patch-aa (limited to 'security') 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) { -- cgit v1.2.3