Skip to content

Commit

Permalink
security/p5-Crypt-OpenPGP: update to 1.15
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rosorio committed Oct 13, 2024
1 parent f4ee08c commit 7bd8577
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions security/p5-Crypt-OpenPGP/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= Crypt-OpenPGP
PORTVERSION= 1.12
PORTVERSION= 1.15
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions security/p5-Crypt-OpenPGP/distinfo
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions security/p5-Crypt-OpenPGP/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bd8577

Please sign in to comment.