svn commit: r550491 - head/security/p5-Crypt-Perl

Kurt Jaeger pi at FreeBSD.org
Tue Sep 29 10:42:43 UTC 2020


Author: pi
Date: Tue Sep 29 10:42:42 2020
New Revision: 550491
URL: https://svnweb.freebsd.org/changeset/ports/550491

Log:
  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

Modified:
  head/security/p5-Crypt-Perl/Makefile
  head/security/p5-Crypt-Perl/distinfo
  head/security/p5-Crypt-Perl/pkg-plist

Modified: head/security/p5-Crypt-Perl/Makefile
==============================================================================
--- head/security/p5-Crypt-Perl/Makefile	Tue Sep 29 10:10:50 2020	(r550490)
+++ head/security/p5-Crypt-Perl/Makefile	Tue Sep 29 10:42:42 2020	(r550491)
@@ -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 \

Modified: head/security/p5-Crypt-Perl/distinfo
==============================================================================
--- head/security/p5-Crypt-Perl/distinfo	Tue Sep 29 10:10:50 2020	(r550490)
+++ head/security/p5-Crypt-Perl/distinfo	Tue Sep 29 10:42:42 2020	(r550491)
@@ -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

Modified: head/security/p5-Crypt-Perl/pkg-plist
==============================================================================
--- head/security/p5-Crypt-Perl/pkg-plist	Tue Sep 29 10:10:50 2020	(r550490)
+++ head/security/p5-Crypt-Perl/pkg-plist	Tue Sep 29 10:42:42 2020	(r550491)
@@ -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


More information about the svn-ports-all mailing list