summaryrefslogtreecommitdiff
path: root/cpan/Digest-SHA/src/sha.c
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-12-12 21:58:41 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-12-12 21:59:26 +0000
commit0a17873464a4d0d29483f0568939e84ea1ea5361 (patch)
treebc9b6b5cf1ad6af78004b583e83148942a6efe2e /cpan/Digest-SHA/src/sha.c
parenta4256772dd403c7ce44dc3a7f7a15da1982f8905 (diff)
downloadperl-0a17873464a4d0d29483f0568939e84ea1ea5361.tar.gz
Update Digest-SHA to CPAN version 5.49
[DELTA] 5.49 Sun Dec 12 07:22:04 MST 2010 - modified Addfile to accept all POSIX filenames -- standard allows all characters except NUL and '/' - updated shasum to more closely mimic sha1sum/md5sum -- added "backslash processing" to handle newlines and backslashes in filenames -- now accepts all POSIX filenames via Addfile -- thanks to Sean Burke for identifying edge cases
Diffstat (limited to 'cpan/Digest-SHA/src/sha.c')
-rw-r--r--cpan/Digest-SHA/src/sha.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Digest-SHA/src/sha.c b/cpan/Digest-SHA/src/sha.c
index 31b2ce8a20..a556b054f8 100644
--- a/cpan/Digest-SHA/src/sha.c
+++ b/cpan/Digest-SHA/src/sha.c
@@ -5,8 +5,8 @@
*
* Copyright (C) 2003-2010 Mark Shelor, All Rights Reserved
*
- * Version: 5.48
- * Mon Jan 4 16:32:52 MST 2010
+ * Version: 5.49
+ * Sun Dec 12 07:22:04 MST 2010
*
*/