git: 7bd8577699d5 - main - security/p5-Crypt-OpenPGP: update to 1.15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Oct 2024 19:42:33 UTC
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=7bd8577699d52e0f91cd4925dc3bca81f9191392 commit 7bd8577699d52e0f91cd4925dc3bca81f9191392 Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2024-10-13 19:26:27 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2024-10-13 19:36:26 +0000 security/p5-Crypt-OpenPGP: update to 1.15 Full changelog: https://metacpan.org/dist/Crypt-OpenPGP/changes Since 1.13 upsrtream project has a new maintainer working in merge past PRs. [Changes since 1.12] * Release of TRIAL 1.14 as production * PR #15 - (@nielslaukens) Added UserAttribute class (unparsed) * PR #16 - (@nielslaukens) Bugfix: allow multiple 'Preferred hash/compression algorithms' * PR #17 - (@nielslaukens) Added UserAttribute class (unparsed) * PR #18 - (@nielslaukens) Bugfix: parse notation data subpacket of Signature correctly * PR #19 - (@nielslaukens) Support unknown algos * Closed RT#53323: Failing on 64bit machines * Fix RT#123452 Require at least one Random Source * GH PR#29 (@andyjack) Add use strict to increase kwalitee * GH PR#31 (@gozer) ElGamal: key's p can be a large integer, use Bigint * GH PR#32 (@Shildus). Add support for SHA-2 (SHA-512, SHA-256,...) signatures verification Port changes: * Add new dependency to make perl test pass. --- security/p5-Crypt-OpenPGP/Makefile | 7 ++++--- security/p5-Crypt-OpenPGP/distinfo | 6 +++--- security/p5-Crypt-OpenPGP/pkg-plist | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index 47593588c4d2..caed148f7a2b 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -1,5 +1,5 @@ PORTNAME= Crypt-OpenPGP -PORTVERSION= 1.12 +PORTVERSION= 1.15 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,14 +15,15 @@ RUN_DEPENDS= p5-Alt-Crypt-RSA-BigInt>=0:security/p5-Alt-Crypt-RSA-BigInt \ p5-Crypt-DES_EDE3>=0:security/p5-Crypt-DES_EDE3 \ p5-Crypt-DSA>=0:security/p5-Crypt-DSA \ p5-Crypt-IDEA>=0:security/p5-Crypt-IDEA \ - p5-Crypt-RIPEMD160>=0:security/p5-Crypt-RIPEMD160 \ p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \ + p5-Crypt-RIPEMD160>=0:security/p5-Crypt-RIPEMD160 \ p5-Crypt-Twofish>=0:security/p5-Crypt-Twofish \ p5-Data-Buffer>=0.04:misc/p5-Data-Buffer \ p5-File-HomeDir>=0:devel/p5-File-HomeDir \ p5-libwww>=0:www/p5-libwww \ p5-URI>=0:net/p5-URI -TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception +TEST_DEPENDS= p5-Crypt-Random>=0:security/p5-Crypt-Random \ + p5-Test-Exception>=0:devel/p5-Test-Exception USES= perl5 USE_PERL5= configure diff --git a/security/p5-Crypt-OpenPGP/distinfo b/security/p5-Crypt-OpenPGP/distinfo index 8e49f3ad4626..16239bec776b 100644 --- a/security/p5-Crypt-OpenPGP/distinfo +++ b/security/p5-Crypt-OpenPGP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1536591741 -SHA256 (Crypt-OpenPGP-1.12.tar.gz) = e8a7ff2a993b76a69ad6dffdbe55755be5678b84e6ec494dcd9ab966f766f50e -SIZE (Crypt-OpenPGP-1.12.tar.gz) = 103125 +TIMESTAMP = 1728846901 +SHA256 (Crypt-OpenPGP-1.15.tar.gz) = 0dfa519fccf7a47cbfa04e2d0edb20769ba71a4d69b6ea01ef4e3f60e8e51c56 +SIZE (Crypt-OpenPGP-1.15.tar.gz) = 114938 diff --git a/security/p5-Crypt-OpenPGP/pkg-plist b/security/p5-Crypt-OpenPGP/pkg-plist index e66a0ffb31c9..081abe1fb884 100644 --- a/security/p5-Crypt-OpenPGP/pkg-plist +++ b/security/p5-Crypt-OpenPGP/pkg-plist @@ -35,6 +35,7 @@ bin/pgplet %%SITE_PERL%%/Crypt/OpenPGP/Signature.pm %%SITE_PERL%%/Crypt/OpenPGP/Signature/SubPacket.pm %%SITE_PERL%%/Crypt/OpenPGP/Trust.pm +%%SITE_PERL%%/Crypt/OpenPGP/UserAttribute.pm %%SITE_PERL%%/Crypt/OpenPGP/UserID.pm %%SITE_PERL%%/Crypt/OpenPGP/Util.pm %%SITE_PERL%%/Crypt/OpenPGP/Words.pm