summaryrefslogtreecommitdiff
path: root/security/p5-Digest-SHA1/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-11-27 16:33:30 +0000
committergrant <grant@pkgsrc.org>2003-11-27 16:33:30 +0000
commitad3d97c52dd903a52eea2402b6c9c570d84ad28b (patch)
tree53a25edc2363e1fb45423be5b39abaef9775b8ad /security/p5-Digest-SHA1/Makefile
parent15e119a2274007914fcce8d9f1f79a997b0b7a6d (diff)
downloadpkgsrc-ad3d97c52dd903a52eea2402b6c9c570d84ad28b.tar.gz
Updated p5-Digest-SHA1 to 2.06.
changes since 2.04: Release 2.06 The sha1_transform() function did not check that it was actually passed any arguments. Complete self-contained documentation included (copied from Digest::MD5), since the Digest.pm manpage is not always available. Release 2.05 Added missing cast to support C++ compilation. Patch by Jan Dubois. Document that the sha1_base64 function and the b64digest method does not pad their result.
Diffstat (limited to 'security/p5-Digest-SHA1/Makefile')
-rw-r--r--security/p5-Digest-SHA1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile
index d28951c0e2a..51f6849cb8f 100644
--- a/security/p5-Digest-SHA1/Makefile
+++ b/security/p5-Digest-SHA1/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2003/09/12 21:22:32 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2003/11/27 16:33:30 grant Exp $
#
-DISTNAME= Digest-SHA1-2.04
+DISTNAME= Digest-SHA1-2.06
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sh2
CATEGORIES= security perl5