diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-08-11 15:40:32 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-08-11 15:40:32 +0000 |
commit | ac6d4a708e8c6123aa56d20da39aea84a07d17b2 (patch) | |
tree | e39a60dd54d22904adf5220d97291dc701a50cb0 /security/p5-Crypt-OpenSSL-RSA | |
parent | d7b4546738175f580f4a7c1e6c51958f6ead8953 (diff) | |
download | ports-ac6d4a708e8c6123aa56d20da39aea84a07d17b2.tar.gz ports-ac6d4a708e8c6123aa56d20da39aea84a07d17b2.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-OpenSSL-RSA')
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/pkg-descr | 2 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/pkg-plist | 3 |
4 files changed, 5 insertions, 6 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index 66081d18ce94..2dc77d4afb02 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-OpenSSL-RSA -PORTVERSION= 0.19 +PORTVERSION= 0.21 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt diff --git a/security/p5-Crypt-OpenSSL-RSA/distinfo b/security/p5-Crypt-OpenSSL-RSA/distinfo index 20556597c96b..ae65cbd4cb17 100644 --- a/security/p5-Crypt-OpenSSL-RSA/distinfo +++ b/security/p5-Crypt-OpenSSL-RSA/distinfo @@ -1,2 +1,2 @@ -MD5 (Crypt-OpenSSL-RSA-0.19.tar.gz) = 87a308bf752ffd74b8034a906184e116 -SIZE (Crypt-OpenSSL-RSA-0.19.tar.gz) = 11227 +MD5 (Crypt-OpenSSL-RSA-0.21.tar.gz) = eba94b49661eb9ee4bba7c849fc0f82d +SIZE (Crypt-OpenSSL-RSA-0.21.tar.gz) = 11947 diff --git a/security/p5-Crypt-OpenSSL-RSA/pkg-descr b/security/p5-Crypt-OpenSSL-RSA/pkg-descr index bb5e6325b597..d8c75396b680 100644 --- a/security/p5-Crypt-OpenSSL-RSA/pkg-descr +++ b/security/p5-Crypt-OpenSSL-RSA/pkg-descr @@ -2,3 +2,5 @@ Crypt::OpenSSL::RSA provides the ability to RSA encrypt strings which are somewhat shorter than the block size of a key. It also allows for decryption, signatures and signature verification. + +WWW: http://search.cpan.org/dist/Crypt-OpenSSL-RSA/ diff --git a/security/p5-Crypt-OpenSSL-RSA/pkg-plist b/security/p5-Crypt-OpenSSL-RSA/pkg-plist index f10fe03ffb87..be80bc51a652 100644 --- a/security/p5-Crypt-OpenSSL-RSA/pkg-plist +++ b/security/p5-Crypt-OpenSSL-RSA/pkg-plist @@ -9,10 +9,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/generate_key.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/get_key_parameters.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/get_padding_mode.al -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/get_private_key_string.al -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/get_public_key_string.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/import_random_seed.al -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/load_private_key.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/load_public_key.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/new.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/RSA/new_key_from_parameters.al |