summaryrefslogtreecommitdiffstats
path: root/security/p5-SHA/files/patch-Makefile.PL
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-02-04 23:59:39 +0000
committeredwin <edwin@FreeBSD.org>2003-02-04 23:59:39 +0000
commitac2400cdb464a59e47733e878a8bfead3a764528 (patch)
tree1a812d56889a171326a22ce499e55dedbe8dbcea /security/p5-SHA/files/patch-Makefile.PL
parent65915174da53c570d379c2229320076efd8e6a5d (diff)
downloadFreeBSD-ports-ac2400cdb464a59e47733e878a8bfead3a764528.zip
FreeBSD-ports-ac2400cdb464a59e47733e878a8bfead3a764528.tar.gz
New Port: security/p5-SHA
The SHA module allows you to use the NIST SHA message digest algorithm from within Perl programs. The final message digest value is returned by the digest operation as a 20-byte binary string. This operation delivers the result of operations since the last new or reset operation. Once the operation has been performed, the context must be reset before being used to calculate another digest value. PR: ports/43799 Submitted by: Jim Geovedi <negative@toxic.magnesium.net>
Diffstat (limited to 'security/p5-SHA/files/patch-Makefile.PL')
-rw-r--r--security/p5-SHA/files/patch-Makefile.PL11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/p5-SHA/files/patch-Makefile.PL b/security/p5-SHA/files/patch-Makefile.PL
new file mode 100644
index 0000000..7f08d48
--- /dev/null
+++ b/security/p5-SHA/files/patch-Makefile.PL
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig Mon Sep 30 04:33:16 2002
++++ Makefile.PL Mon Sep 30 04:34:51 2002
+@@ -20,7 +20,7 @@ if (exists($Config{'byteorder'}) and def
+ print "Writing endian.h for SHA\n";
+ }
+ print "Do you want to use the original SHA or the new standard SHA-1?\nEnter 0 for the original or 1 for the new standard. [1]";
+- $resp = <STDIN>;
++ $resp = 1;
+ if (defined($resp)) {
+ $resp =~ s/^\s+//;
+ $resp =~ s/\s+$//;
OpenPOWER on IntegriCloud