- update to 2.30

This commit is contained in:
Yen-Ming Lee 2008-10-02 15:52:09 +00:00
parent 0e5e6459cc
commit 1f8715435d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221119
3 changed files with 11 additions and 10 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Crypt-CBC
PORTVERSION= 2.29
PORTVERSION= 2.30
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -21,8 +21,7 @@ MAN3= Crypt::CBC.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Digest-MD5>=2.00:${PORTSDIR}/security/p5-Digest-MD5
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (Crypt-CBC-2.29.tar.gz) = 87ed0ae7489bd79fcb0da50d110cc1fb
SHA256 (Crypt-CBC-2.29.tar.gz) = d384c13fdc8d7ed92fbbb934a3f3f228a8ab72881e2d81bfd3fd9e036924450b
SIZE (Crypt-CBC-2.29.tar.gz) = 22613
MD5 (Crypt-CBC-2.30.tar.gz) = c71ab992f3da65deb1a141bef79a4bff
SHA256 (Crypt-CBC-2.30.tar.gz) = 9dbfec4f501d5a16f46b7d084837b370c9f85cb9540212cb9a2858befb7d7133
SIZE (Crypt-CBC-2.30.tar.gz) = 22639

View File

@ -1,5 +1,7 @@
This is Crypt::CBC, a Perl-only implementation of the cryptographic
cipher block chaining mode (CBC). In combination with a block
cipher such as Crypt::DES or Crypt::IDEA, you can encrypt and
decrypt messages of arbitrarily long length. The encrypted messages
are compatible with the encryption format used by B<SSLeay>.
cipher block chaining mode (CBC). In combination with a block cipher
such as DES or IDEA, you can encrypt and decrypt messages of
arbitrarily long length. The encrypted messages are compatible with
the encryption format used by the OpenSSL package.
WWW: http://search.cpan.org/dist/Crypt-CBC/