diff options
author | seb <seb@pkgsrc.org> | 2004-11-11 18:25:10 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-11-11 18:25:10 +0000 |
commit | 231ca9442ca25314688bf86c191f61ef2a6c4b32 (patch) | |
tree | 1f77101548fc449dbb2aa003966b89e8ef2f52c8 /doc | |
parent | 3d8cd30fadae81848981a8a2ce9714933abd99e3 (diff) | |
download | pkgsrc-231ca9442ca25314688bf86c191f61ef2a6c4b32.tar.gz |
Note initial addition of p5-Module-Signature version 0.41 as
security/p5-Module-Signaturein the NetBSD Packages Collection.
The Perl 5 module Module::Signature adds cryptographic authentications
to CPAN distributions, via the special SIGNATURE file.
If you are a module user, all you have to do is to remember running
cpansign -v (or just cpansign) before issuing perl Makefile.PL or
perl Build.PL; that will ensure the distribution has not been
tampered with. For module authors, you'd want to add the SIGNATURE
file to your MANIFEST, then type cpansign -s before making a
distribution. You may also want to consider adding a signature
check as part of your test suite.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 038c9bbc462..61601dc1c3d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7822 2004/11/11 18:10:55 epg Exp $ +$NetBSD: CHANGES,v 1.7823 2004/11/11 18:25:10 seb Exp $ Changes to the packages collection and infrastructure in 2004: @@ -5230,3 +5230,4 @@ Changes to the packages collection and infrastructure in 2004: Updated p5-SVN-Mirror to 0.50 [epg 2004-11-11] Updated p5-SVN-Simple to 0.26 [epg 2004-11-11] Updated svk to 0.26 [epg 2004-11-11] + Added p5-Module-Signature-0.41 [seb 2004-11-11] |