diff options
author | leeym <leeym@FreeBSD.org> | 2008-10-02 23:52:09 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-10-02 23:52:09 +0800 |
commit | 59480fe3361b311dc4e5640ea5b63f90ca2ee8a4 (patch) | |
tree | 730dae83ed18d4b8b629e3307269835b84f2244c /security | |
parent | 023c5c1bacb3f11bc57918766c4bc7248c77d6e4 (diff) | |
download | freebsd-ports-gnome-59480fe3361b311dc4e5640ea5b63f90ca2ee8a4.tar.gz freebsd-ports-gnome-59480fe3361b311dc4e5640ea5b63f90ca2ee8a4.tar.zst freebsd-ports-gnome-59480fe3361b311dc4e5640ea5b63f90ca2ee8a4.zip |
- update to 2.30
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Crypt-CBC/distinfo | 6 | ||||
-rw-r--r-- | security/p5-Crypt-CBC/pkg-descr | 10 |
3 files changed, 11 insertions, 10 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index 4e4f23dca5d5..e77d407985d5 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -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> diff --git a/security/p5-Crypt-CBC/distinfo b/security/p5-Crypt-CBC/distinfo index f40c7410cd24..1f4bcd3ec7de 100644 --- a/security/p5-Crypt-CBC/distinfo +++ b/security/p5-Crypt-CBC/distinfo @@ -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 diff --git a/security/p5-Crypt-CBC/pkg-descr b/security/p5-Crypt-CBC/pkg-descr index 522865c17175..c1452c5d492e 100644 --- a/security/p5-Crypt-CBC/pkg-descr +++ b/security/p5-Crypt-CBC/pkg-descr @@ -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/ |