diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-27 09:07:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-27 09:07:04 +0000 |
commit | a60484a7d250031ece1b2ea93f26e5698ff55719 (patch) | |
tree | de5909216a6ff3ad0dd145b29dc3359233e1c287 /security | |
parent | ec856f740040a35dffddc0fafdda35430f423034 (diff) | |
download | pkgsrc-a60484a7d250031ece1b2ea93f26e5698ff55719.tar.gz |
Update to 1.00:
1.00 Tue Jul 12 23:45:00 UTC 2005
- migrated to Build.PL
- added POD, POD coverage, and signature tests
- generated traditional Makefile.PL
- bumped up version number
- ported tests to Test::Simple
- bumped up test coverage
- updated README
0.61 Sat May 25 17:31:52 UTC 2002
- avoid uninitialized value warnings in fh_crypt()
Thu May 10 2001
- fixed _gen_iv() to generate 255 characters (thanks to John Wiersba)
Sun Apr 29 2001
- added license/copyright information to the pod in the module itself
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-CipherSaber/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Crypt-CipherSaber/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/p5-Crypt-CipherSaber/Makefile b/security/p5-Crypt-CipherSaber/Makefile index 80582b56716..234ded19ae0 100644 --- a/security/p5-Crypt-CipherSaber/Makefile +++ b/security/p5-Crypt-CipherSaber/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:36 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2007/02/27 09:07:04 wiz Exp $ # -DISTNAME= CipherSaber-0.60 -PKGNAME= p5-Crypt-${DISTNAME} +DISTNAME= Crypt-CipherSaber-1.00 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ccs -PKGREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} diff --git a/security/p5-Crypt-CipherSaber/distinfo b/security/p5-Crypt-CipherSaber/distinfo index 5897dc0cc79..5c87b243c69 100644 --- a/security/p5-Crypt-CipherSaber/distinfo +++ b/security/p5-Crypt-CipherSaber/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 13:10:09 agc Exp $ +$NetBSD: distinfo,v 1.3 2007/02/27 09:07:05 wiz Exp $ -SHA1 (CipherSaber-0.60.tar.gz) = f453263dcb83e0886bcb12cec601688ccdbcf2d7 -RMD160 (CipherSaber-0.60.tar.gz) = d4b6853496585866089bebff638e7261151342b8 -Size (CipherSaber-0.60.tar.gz) = 8687 bytes +SHA1 (Crypt-CipherSaber-1.00.tar.gz) = 2522e3de77fe005f13be3749e629b5234d449429 +RMD160 (Crypt-CipherSaber-1.00.tar.gz) = 16f4117bbf2ba709d3118802df8921894edc6793 +Size (Crypt-CipherSaber-1.00.tar.gz) = 11315 bytes |