diff options
author | heinz <heinz> | 2008-07-17 19:02:32 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-07-17 19:02:32 +0000 |
commit | 0065bf45c40f141ede1af4d1a2dc43d93636a85f (patch) | |
tree | d3505f483295da1549f690a725843bdacbbaf270 /security | |
parent | a1c10ed0596fed19a42a3f91cf6e0e2076ffbf72 (diff) | |
download | pkgsrc-0065bf45c40f141ede1af4d1a2dc43d93636a85f.tar.gz |
Updated to version 5.45.
Pkgsrc changes:
- none
Changes since version 5.45:
===========================
5.47 Wed Apr 30 04:00:54 MST 2008
- modified Makefile.PL to install in core for Perls >= 5.10
-- thanks to Jerry Hedden for patch
- changed from #include <> to #include "" in SHA.xs
-- some platforms not able to find SHA source files
-- thanks to Alexandr Ciornii for testing
- moved .pm file to appropriate lib directory
- minor addition to META.yml
5.46 Wed Apr 9 05:04:00 MST 2008
- modified Addfile to recognize leading and trailing
whitespace in filenames (ref. rt.cpan.org #34690)
- minor C source code modification (ref. hmac.c)
- use const in sha.c for clean builds with -Wwrite-strings
-- thanks to Robin Barker for patch
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-SHA/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Digest-SHA/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index 9c9a55f18e9..e97e40a980a 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2008/01/08 15:11:25 heinz Exp $ +# $NetBSD: Makefile,v 1.14 2008/07/17 19:02:32 heinz Exp $ # -DISTNAME= Digest-SHA-5.45 +DISTNAME= Digest-SHA-5.47 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} diff --git a/security/p5-Digest-SHA/distinfo b/security/p5-Digest-SHA/distinfo index faca45a58bb..2acc86b870f 100644 --- a/security/p5-Digest-SHA/distinfo +++ b/security/p5-Digest-SHA/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2008/01/08 15:11:25 heinz Exp $ +$NetBSD: distinfo,v 1.9 2008/07/17 19:02:32 heinz Exp $ -SHA1 (Digest-SHA-5.45.tar.gz) = 6d3b5d8353d853da927c5aea92e53feefc4f7b18 -RMD160 (Digest-SHA-5.45.tar.gz) = fcd2157a2dea2049ebe9d486f5418206af4f233b -Size (Digest-SHA-5.45.tar.gz) = 39362 bytes +SHA1 (Digest-SHA-5.47.tar.gz) = eaf4d3cdd4f35b6ede4d56b52e3d5b816b3e432e +RMD160 (Digest-SHA-5.47.tar.gz) = fd57e3595bd196726b0ff47ddf9d0c8d72ae637e +Size (Digest-SHA-5.47.tar.gz) = 39864 bytes |