aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-09-29 10:42:42 +0000
committerKurt Jaeger <pi@FreeBSD.org>2020-09-29 10:42:42 +0000
commitf62c46003c24954e0aa0152f311c0bc26e3c61af (patch)
tree26566f23250a24816cdb1b21e5b7662f2f6a7ca9
parent3ccf9c24eada821fc6a3c4478a8182e342d07ce5 (diff)
downloadports-f62c46003c24954e0aa0152f311c0bc26e3c61af.tar.gz
ports-f62c46003c24954e0aa0152f311c0bc26e3c61af.zip
security/p5-Crypt-Perl: update 0.29 -> 0.34
- Deterministic ECDSA support added - Add/fix some tests Relnotes: https://metacpan.org/changes/distribution/Crypt-Perl
Notes
Notes: svn path=/head/; revision=550491
-rw-r--r--security/p5-Crypt-Perl/Makefile4
-rw-r--r--security/p5-Crypt-Perl/distinfo6
-rw-r--r--security/p5-Crypt-Perl/pkg-plist2
3 files changed, 7 insertions, 5 deletions
diff --git a/security/p5-Crypt-Perl/Makefile b/security/p5-Crypt-Perl/Makefile
index b34ef1dcec84..1d9786d96c37 100644
--- a/security/p5-Crypt-Perl/Makefile
+++ b/security/p5-Crypt-Perl/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Crypt-Perl
-PORTVERSION= 0.29
+PORTVERSION= 0.34
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -19,7 +19,7 @@ BUILD_DEPENDS= p5-Test-Class>=0.4:devel/p5-Test-Class \
p5-Crypt-Format>=0.06:security/p5-Crypt-Format \
p5-File-Slurp>=0:devel/p5-File-Slurp \
p5-File-Which>=0:sysutils/p5-File-Which \
- p5-Math-Utils>=1.07:math/p5-Math-Utils \
+ p5-Math-GMP>=2.20:math/p5-Math-GMP \
p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-Test-FailWarnings>=0:devel/p5-Test-FailWarnings \
diff --git a/security/p5-Crypt-Perl/distinfo b/security/p5-Crypt-Perl/distinfo
index eec7b25dd04d..fa3b4eea414b 100644
--- a/security/p5-Crypt-Perl/distinfo
+++ b/security/p5-Crypt-Perl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1535293410
-SHA256 (Crypt-Perl-0.29.tar.gz) = 5504f412675c6fdf1dace20d1eb4c05a7cc38fd0b2ac6799377c3df402dba9dc
-SIZE (Crypt-Perl-0.29.tar.gz) = 328656
+TIMESTAMP = 1601373073
+SHA256 (Crypt-Perl-0.34.tar.gz) = 0e1cb223df0041f6d9b010f11e6f97a97ab55a118a273938eb4fe85d403f1b11
+SIZE (Crypt-Perl-0.34.tar.gz) = 349992
diff --git a/security/p5-Crypt-Perl/pkg-plist b/security/p5-Crypt-Perl/pkg-plist
index 35f7ed855fd6..007f47f414a5 100644
--- a/security/p5-Crypt-Perl/pkg-plist
+++ b/security/p5-Crypt-Perl/pkg-plist
@@ -1,5 +1,6 @@
%%PERL5_MAN3%%/Crypt::Perl.3.gz
%%PERL5_MAN3%%/Crypt::Perl::ECDSA.3.gz
+%%PERL5_MAN3%%/Crypt::Perl::ECDSA::Deterministic.3.gz
%%PERL5_MAN3%%/Crypt::Perl::ECDSA::EC::Curve.3.gz
%%PERL5_MAN3%%/Crypt::Perl::ECDSA::EC::DB.3.gz
%%PERL5_MAN3%%/Crypt::Perl::ECDSA::ECParameters.3.gz
@@ -57,6 +58,7 @@
%%SITE_PERL%%/Crypt/Perl/ASN1/Signatures.pm
%%SITE_PERL%%/Crypt/Perl/BigInt.pm
%%SITE_PERL%%/Crypt/Perl/ECDSA.pm
+%%SITE_PERL%%/Crypt/Perl/ECDSA/Deterministic.pm
%%SITE_PERL%%/Crypt/Perl/ECDSA/EC/Curve.pm
%%SITE_PERL%%/Crypt/Perl/ECDSA/EC/CurvesDB.pm
%%SITE_PERL%%/Crypt/Perl/ECDSA/EC/DB.pm