Skip Menu |

This queue is for tickets about the Digest-SHA CPAN distribution.

Report information
The Basics
Id: 49775
Status: resolved
Estimated: 15 min
Worked: 15 min
Priority: 0/
Queue: Digest-SHA

People
Owner: mshelor [...] cpan.org
Requestors: leon [...] astray.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 5.47
Fixed in: 5.48



Subject: Fix URLs
Hello, I'm trying to update various URLs in the Perl source code. Here's a quick patch. Thanks! Leon
Subject: digest_sha.patch
diff --git a/ext/Digest-SHA/t/nistbit.t b/ext/Digest-SHA/t/nistbit.t index 8516195..11f9591 100644 --- a/ext/Digest-SHA/t/nistbit.t +++ b/ext/Digest-SHA/t/nistbit.t @@ -1,6 +1,6 @@ # Test against SHA-1 Sample Vectors from NIST # -# ref: http://csrc.nist.gov/cryptval/shs.html +# ref: http://www.nsrl.nist.gov/testdata/ use strict; diff --git a/ext/Digest-SHA/t/nistbyte.t b/ext/Digest-SHA/t/nistbyte.t index 9c4a89d..72f6c51 100644 --- a/ext/Digest-SHA/t/nistbyte.t +++ b/ext/Digest-SHA/t/nistbyte.t @@ -1,6 +1,6 @@ # Test against SHA-1 Sample Vectors from NIST # -# ref: http://csrc.nist.gov/cryptval/shs.html +# ref: http://www.nsrl.nist.gov/testdata/ use strict;
Yes, NIST has modified the URL location of their SHA test vectors. Thanks for pointing this out, and thanks for the patch! I've already applied it to the upcoming version (5.48). As the offending URL does not impact any operational code--it appears only in comments in test files--I see no reason to release the new version until more critical changes arise. Regards, Mark