File perl-Crypt-OpenPGP.changes of Package perl-Crypt-OpenPGP
-------------------------------------------------------------------
Mon Dec 23 05:32:06 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 1.190.0 (1.19)
see /usr/share/doc/packages/perl-Crypt-OpenPGP/Changes
1.19 -- Sun Dec 22 19:19:35 AST 2024
[Changes since 1.18]
- Mostly small fixes
- Actually show missing module if Crypt::DSA is not installed
- Merge GH https://github.com/perl-Crypt-OpenPGP/Crypt-OpenPGP/pull/10 from @JRaspass
[Detailed Changelog]
- 46eef52 Add use warnings
- d5a6d7e Fixes RT#12237: Crypt::OpenPGP::PacketFactory::parse doesn't catch errors
- ed584f1 Fixes RT#82315: Add support for Crypt::CAST5
- 31f3378 Update the version in each file
- 524ef39 Replace "use vars" with "our"
- bbe3894 v1.18
1.18 -- Mon Oct 14 22:09:32 ADT 2024
[Changes since 1.17]
- Merge GH https://github.com/btrott/Crypt-OpenPGP/pull/34 from @pinmarch
- fixes decryption of cipher text encrypted with a subkey
[Detailed Changelog]
- 85c2923 Add Release notes to MANIFEST.SKIP
- 57f909e Add test for Fix for RT #79798 - Symkey decrypt failed: Invalid secret key ID
- 0bf6750 solves error (Symkey decrypt failed: Invalid secret key ID)
- 68371b4 v1.17
1.17 -- Mon Oct 14 14:23:37 ADT 2024
[Changes since 1.16]
- Same as 1.15 - but referencing correct github repo
[Detailed Changelog]
- fb350bd (HEAD -> master) Reference correct github Repo
1.16 -- Mon Oct 14 11:06:32 ADT 2024
[Changes since 1.15]
- Small fixes to longstanding issues
- (SAMV) RT#20931 fix verification of OpenPGP cleartext signatures
- RT#19482 Choose the correct signing key for verification
[Detailed Changelog]
- 300a1f5 Missed keyserver zone xfer reference
- ed451ac update pod referencing keyservers
- 7417b1d Apply fix for RT#20931
- ec61503 Fixes Issue RT#19482
- 42e7e72 v1.15
- eef0803 Fixes RT#57861 - bump Crypt::DSA version
- ff161e7 v1.14
1.15 -- Wed Oct 02 07:45:07 ADT 2024
[Module Status]
Crypt::OpenPGP has a new maintainer. Current work is to merge past PRs that
are fairly simple to review and test. Other issues will be reviewed
as time permits.
[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
[Detailed Changelog]
- d23dc25 Fix the version regex in dist.ini
- 4acfd00 Add to .gitignore
- 2a6c65a Add note on Random Number Module requirements
- 46fbd15 Add back the number of tests
- 7ef4fda Added SubSignature with notation to test suite
- 451bd6e Added support for unknown key algorithms
- 548bb07 Added ECC public key to test suite
- 6e0c442 Use done testing instead of a test plan
- ac14115 Bugfix: parse notation data subpacket of Signature correctly
- ffa9e30 Added support for unparsed SubPackets
- 66897ea Added SubSignature packet to test suite
- a72137e Bugfix: allow multiple 'Preferred hash/compression algorithms'
- 50f9a30 Added UserAttribute class (unparsed)
- 26632de Added User Attribute test packet to test suite
- 9e7d578 Added test to run packets through a parse/save cycle
- 0727bbe RT#123452 Require at least one Random Source
- a30bc95 Closed RT#53323: Failing on 64bit machines
- 67c4ee9 Fix Bignum subtraction
- 8c21506 v1.13
- 04010a5 (tag: 1.13) Add some additional Dist::Zilla configuration
- 51ae276 Whitespace and alignment changes
- 17ad689 Add use strict to increase kwalitee
- 4221098 ElGamal: key's p can be a large integer, use Bigint
- f3f20a0 Add support for SHA-2 (SHA-512, SHA-256,...) signatures verification.
1.14 -- Tue Oct 01 18:53:32 ADT 2024
[Module Status]
Crypt::OpenPGP has a new maintainer. Current work is to merge past PRs that
are fairly simple to review and test. Other issues will be reviewed
as time permits.
@nielslaukens provided a number of PRs at https://github.com/btrott/Crypt-OpenPGP/pulls
- PR #15 - Added UserAttribute class (unparsed)
- PR #16 - Bugfix: allow multiple 'Preferred hash/compression algorithms'
- PR #17 - Added UserAttribute class (unparsed)
- PR #18 - Bugfix: parse notation data subpacket of Signature correctly
- PR #19 - Support unknown algos
- Closed RT#53323: Failing on 64bit machines
- Fix RT#123452 Require at least one Random Source
[Detailed Changelog]
- d23dc25 Fix the version regex in dist.ini
- 4acfd00 Add to .gitignore
- 2a6c65a Add note on Random Number Module requirements
- 46fbd15 Add back the number of tests
- 7ef4fda Added SubSignature with notation to test suite
- 451bd6e Added support for unknown key algorithms
- 548bb07 Added ECC public key to test suite
- 6e0c442 Use done testing instead of a test plan
- ac14115 Bugfix: parse notation data subpacket of Signature correctly
- ffa9e30 Added support for unparsed SubPackets
- 66897ea Added SubSignature packet to test suite
- a72137e Bugfix: allow multiple 'Preferred hash/compression algorithms'
- 50f9a30 Added UserAttribute class (unparsed)
- 26632de Added User Attribute test packet to test suite
- 9e7d578 Added test to run packets through a parse/save cycle
- 0727bbe RT#123452 Require at least one Random Source
- a30bc95 Closed RT#53323: Failing on 64bit machines
- 67c4ee9 Fix Bignum subtraction
1.13 -- Sun Sep 29 23:13:17 ADT 2024
[Module Status]
Crypt::OpenPGP has a new maintainer. Current work is to merge past PRs that
are fairly simple to review and test. Other issues will be reviewed
as time permits.
- GH PR#29 Add use strict to increase kwalitee
- GH PR#31 ElGamal: key's p can be a large integer, use Bigint
- GH PR#32 Add support for SHA-2 (SHA-512, SHA-256,...) signatures verification.
-------------------------------------------------------------------
Sat Jan 19 15:48:33 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Fix build
* Choose perl(Alt::Crypt::RSA::BigInt) as alternative for
perl(Crypt::RSA)
* Added random source in tests by adding perl(Bytes::Random::Secure)
-------------------------------------------------------------------
Wed Dec 2 09:44:54 UTC 2015 - tchvatal@suse.com
- Disable the t/13-keygen.t, the magical entropy generating attempts
fail
-------------------------------------------------------------------
Mon Nov 30 08:17:10 UTC 2015 - tchvatal@suse.com
- Update to 1.12:
* Fixes tests so this package no longer gets stuck in OBS
* List of upstream changes:
- Add NoVersion parameter to CO::Armour->armour (GH#26)
- Check that Crypt::OpenPGP::Cipher->new succeeded, RT#14033.
- Fix GH#7, when false data was discarded (@Camspi).
- Update GnuPG defaults (@bk2204).
- Fix error propagation on generating RSA key (@niner).
- Require Digest::SHA instead of Digest::SHA1, RT#82316 (@bk2204).
- Move distribution to Dist::Zilla.
- Require Alt::Crypt::RSA::BigInt instead of Crypt::RSA.
- Apply a patch from RT#82314 (@bk2204, @kmx).
- Add a test case from GH#7, yet to be fixed (@throughnothing).
- Reformatted Changes as per CPAN::Changes::Spec.
- Fixed hash randomisation bug (RT#81442).
- Documentation now references most recent "OpenPGP Message Format" RFC.
- Fixed typo in Pod (@dsteinbrunner).
- Improved ASCII armor detection (@gwillen).
-------------------------------------------------------------------
Wed Jun 8 14:55:23 UTC 2011 - jw@novell.com
- t/13-keygen.t needs more entropy than there is in the buildservice.
adding some pings, hoping for two effects:
a) output printed in regular intervals prevents us from being killed.
b) networktraffic through localhost may generate some entropy.
-------------------------------------------------------------------
Tue Jun 7 21:24:54 UTC 2011 - jw@novell.com
- rm -f needed to survive empty lists.
- initial pull from CPAN with cpanspec_obs-0.8
- initial package 1.06
* created by cpanspec 1.78.04