diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index 66e4973cb52..52e3b2ab4a7 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -1,20 +1,19 @@ -# $OpenBSD: Makefile,v 1.25 2020/07/03 21:45:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.26 2021/05/31 21:02:03 bluhm Exp $ COMMENT = RSA encoding and decoding using OpenSSL -MODULES = cpan +DISTNAME = Crypt-OpenSSL-RSA-0.31 -DISTNAME = Crypt-OpenSSL-RSA-0.28 CATEGORIES = security -REVISION = 2 # Perl -PERMIT_PACKAGE = Yes +PERMIT_PACKAGE = Yes -WANTLIB += c crypto perl ssl +WANTLIB = c crypto perl ssl -RUN_DEPENDS = security/p5-Crypt-OpenSSL-Random>=0.03 \ - security/p5-Crypt-OpenSSL-Bignum>=0.03 -BUILD_DEPENDS = ${RUN_DEPENDS} +MODULES = cpan +BUILD_DEPENDS = security/p5-Crypt-OpenSSL-Guess>=0.11 +RUN_DEPENDS = security/p5-Crypt-OpenSSL-Bignum \ + security/p5-Crypt-OpenSSL-Random .include diff --git a/security/p5-Crypt-OpenSSL-RSA/distinfo b/security/p5-Crypt-OpenSSL-RSA/distinfo index fb8c248526f..acb8d675f6b 100644 --- a/security/p5-Crypt-OpenSSL-RSA/distinfo +++ b/security/p5-Crypt-OpenSSL-RSA/distinfo @@ -1,2 +1,2 @@ -SHA256 (Crypt-OpenSSL-RSA-0.28.tar.gz) = U1f5d0ZLs6gYTPLTNBhRoQ1VFbSysN+4i/eJlcDe174= -SIZE (Crypt-OpenSSL-RSA-0.28.tar.gz) = 20035 +SHA256 (Crypt-OpenSSL-RSA-0.31.tar.gz) = QXNAOtTPdnMhkgmfgz+/vzzYEE4CRrOEQYeuOE0sVDY= +SIZE (Crypt-OpenSSL-RSA-0.31.tar.gz) = 25856 diff --git a/security/p5-Crypt-OpenSSL-RSA/pkg/DESCR b/security/p5-Crypt-OpenSSL-RSA/pkg/DESCR index c8519c66652..b844b2eb9fb 100644 --- a/security/p5-Crypt-OpenSSL-RSA/pkg/DESCR +++ b/security/p5-Crypt-OpenSSL-RSA/pkg/DESCR @@ -1,17 +1,3 @@ Crypt::OpenSSL::RSA is an XS perl module designed to provide basic RSA functionality. It does this by providing a glue to the RSA functions -in the OpenSSL library. In particular, it provides the following functions: - - new_public_key, new_private_key - create a key from a string - generate_key - make a new key - get_private_key_string - save key to a string - get_public_key_string - save public portion of key to a string - get_public_key_x509_string - save public portion of key to a string, - using format compatible with OpenSSL's - command-line rsa tool - encrypt, decrypt, private_encrypt, public_decrypt, sign, verify, - use_pkcs1_oaep_padding, use_pkcs1_padding, - use_sslv23_padding, use_no_padding - use_md5_hash, use_sha1_hash, use_ripemd160_hash - size - Returns the size, in bytes, of the key. - check_key - checks the validity of a key. +in the OpenSSL library. diff --git a/security/p5-Crypt-OpenSSL-RSA/pkg/PLIST b/security/p5-Crypt-OpenSSL-RSA/pkg/PLIST index 1528b44f47f..fa0ca808c3f 100644 --- a/security/p5-Crypt-OpenSSL-RSA/pkg/PLIST +++ b/security/p5-Crypt-OpenSSL-RSA/pkg/PLIST @@ -1,7 +1,7 @@ -@comment $OpenBSD: PLIST,v 1.7 2015/07/16 23:57:26 ajacoutot Exp $ +@comment $OpenBSD: PLIST,v 1.8 2021/05/31 21:02:03 bluhm Exp $ ${P5ARCH}/Crypt/OpenSSL/RSA.pm ${P5ARCH}/auto/Crypt/OpenSSL/RSA/ -${P5ARCH}/auto/Crypt/OpenSSL/RSA/RSA.so +@so ${P5ARCH}/auto/Crypt/OpenSSL/RSA/RSA.so ${P5ARCH}/auto/Crypt/OpenSSL/RSA/autosplit.ix ${P5ARCH}/auto/Crypt/OpenSSL/RSA/get_key_parameters.al ${P5ARCH}/auto/Crypt/OpenSSL/RSA/import_random_seed.al