Skip Menu |

This queue is for tickets about the Module-Signature CPAN distribution.

Report information
The Basics
Id: 108377
Status: open
Priority: 0/
Queue: Module-Signature

People
Owner: Nobody in particular
Requestors: kmx [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: wrong OpenPGP dependencies in Makefile.PL
In Makefile.PL there is the list of OpenPGP dependencies (check for @OPEN_PGP).

However the list is outdated, the latest OpenPGP-1.12  has the following dependencies:

    "Alt::Crypt::RSA::BigInt" => 0,
    "Compress::Zlib" => 0,
    "Crypt::Blowfish" => 0,
    "Crypt::CAST5_PP" => 0,
    "Crypt::DES_EDE3" => 0,
    "Crypt::DSA" => 0,
    "Crypt::IDEA" => 0,
    "Crypt::RIPEMD160" => 0,
    "Crypt::Rijndael" => 0,
    "Crypt::Twofish" => 0,
    "Data::Buffer" => "0.04",
    "Digest::MD5" => 0,
    "Digest::SHA" => 0,
    "File::HomeDir" => 0,
    "LWP::UserAgent" => 0,
    "MIME::Base64" => 0,
    "Math::BigInt" => 0,
    "URI::Escape" => 0,

Please not that OpenPGP removed dependency on Math::Pari & co. (which was a reason why Module::Signature did not work on 64bit MS Windows)
 
On Mon Nov 02 03:46:48 2015, KMX wrote: Show quoted text
> In Makefile.PL there is the list of OpenPGP dependencies (check for > @OPEN_PGP). > > However the list is outdated, the latest OpenPGP-1.12 has the > following > dependencies: > > "Alt::Crypt::RSA::BigInt" => 0, "Compress::Zlib" => 0, > "Crypt::Blowfish" => 0, > "Crypt::CAST5_PP" => 0, "Crypt::DES_EDE3" => 0, "Crypt::DSA" => 0, > "Crypt::IDEA" => 0, "Crypt::RIPEMD160" => 0, "Crypt::Rijndael" => 0, > "Crypt::Twofish" => 0, "Data::Buffer" => "0.04", "Digest::MD5" => 0, > "Digest::SHA" => 0, "File::HomeDir" => 0, "LWP::UserAgent" => 0, > "MIME::Base64" > => 0, "Math::BigInt" => 0, "URI::Escape" => 0, > > Please not that OpenPGP removed dependency on Math::Pari & co. (which > was a > reason why Module::Signature did not work on 64bit MS Windows)
Fixed in pending PR#15 (https://github.com/audreyt/module-signature/pull/15).
On Mon Jun 06 12:26:54 2016, RIVY wrote: Show quoted text
> On Mon Nov 02 03:46:48 2015, KMX wrote:
> > In Makefile.PL there is the list of OpenPGP dependencies (check for > > @OPEN_PGP). > > > > However the list is outdated, the latest OpenPGP-1.12 has the > > following > > dependencies: > > > > "Alt::Crypt::RSA::BigInt" => 0, "Compress::Zlib" => 0, > > "Crypt::Blowfish" => 0, > > "Crypt::CAST5_PP" => 0, "Crypt::DES_EDE3" => 0, "Crypt::DSA" => 0, > > "Crypt::IDEA" => 0, "Crypt::RIPEMD160" => 0, "Crypt::Rijndael" => 0, > > "Crypt::Twofish" => 0, "Data::Buffer" => "0.04", "Digest::MD5" => 0, > > "Digest::SHA" => 0, "File::HomeDir" => 0, "LWP::UserAgent" => 0, > > "MIME::Base64" > > => 0, "Math::BigInt" => 0, "URI::Escape" => 0, > > > > Please not that OpenPGP removed dependency on Math::Pari & co. (which > > was a > > reason why Module::Signature did not work on 64bit MS Windows)
> > Fixed in pending PR#15 (https://github.com/audreyt/module- > signature/pull/15).
* edit Potential fix in pending PR#15 ( https://github.com/audreyt/module-signature/pull/15 ).
On Mon Jun 06 12:26:54 2016, RIVY wrote: Show quoted text
> On Mon Nov 02 03:46:48 2015, KMX wrote:
> > In Makefile.PL there is the list of OpenPGP dependencies (check for > > @OPEN_PGP). > > > > However the list is outdated, the latest OpenPGP-1.12 has the > > following > > dependencies: > > > > "Alt::Crypt::RSA::BigInt" => 0, "Compress::Zlib" => 0, > > "Crypt::Blowfish" => 0, > > "Crypt::CAST5_PP" => 0, "Crypt::DES_EDE3" => 0, "Crypt::DSA" => 0, > > "Crypt::IDEA" => 0, "Crypt::RIPEMD160" => 0, "Crypt::Rijndael" => 0, > > "Crypt::Twofish" => 0, "Data::Buffer" => "0.04", "Digest::MD5" => 0, > > "Digest::SHA" => 0, "File::HomeDir" => 0, "LWP::UserAgent" => 0, > > "MIME::Base64" > > => 0, "Math::BigInt" => 0, "URI::Escape" => 0, > > > > Please not that OpenPGP removed dependency on Math::Pari & co. (which > > was a > > reason why Module::Signature did not work on 64bit MS Windows)
> > Fixed in pending PR#15 (https://github.com/audreyt/module- > signature/pull/15).
* edit Potential fix in pending PR#15 ( https://github.com/audreyt/module-signature/pull/15 ).