From 466d72e2ad008003e9f00d1c0bdc7add3d3c1bb7 Mon Sep 17 00:00:00 2001 From: Wesley Schwengle Date: Wed, 21 May 2025 17:59:06 -0400 Subject: [PATCH] Bump the requirement for XML::Sig to 0.66 0.65 returns an error which does not exist in 0.66. Which seem to be related to Crypt::OpenSSL::RSA disabling use_pkcs1_padding. Signed-off-by: Wesley Schwengle --- LICENSE | 6 +++--- Makefile.PL | 4 ++-- README | 2 +- cpanfile | 2 +- dist.ini | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 140881a..2933332 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -This software is copyright (c) 2024 by Venda Ltd, see the CONTRIBUTORS file for others. +This software is copyright (c) 2025 by Venda Ltd, see the CONTRIBUTORS file for others. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ b) the "Artistic License" --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2024 by Venda Ltd, see the CONTRIBUTORS file for others. +This software is Copyright (c) 2025 by Venda Ltd, see the CONTRIBUTORS file for others. This is free software, licensed under: @@ -272,7 +272,7 @@ That's all there is to it! --- The Perl Artistic License 1.0 --- -This software is Copyright (c) 2024 by Venda Ltd, see the CONTRIBUTORS file for others. +This software is Copyright (c) 2025 by Venda Ltd, see the CONTRIBUTORS file for others. This is free software, licensed under: diff --git a/Makefile.PL b/Makefile.PL index dd55c93..37397d3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -53,7 +53,7 @@ my %WriteMakefileArgs = ( "XML::Generator" => "1.13", "XML::LibXML" => 0, "XML::LibXML::XPathContext" => 0, - "XML::Sig" => "0.64", + "XML::Sig" => "0.66", "namespace::autoclean" => 0 }, "TEST_REQUIRES" => { @@ -129,7 +129,7 @@ my %FallbackPrereqs = ( "XML::Generator" => "1.13", "XML::LibXML" => 0, "XML::LibXML::XPathContext" => 0, - "XML::Sig" => "0.64", + "XML::Sig" => "0.66", "namespace::autoclean" => 0 ); diff --git a/README b/README index 68dc8ea..83d4b3d 100644 --- a/README +++ b/README @@ -105,7 +105,7 @@ AUTHORS * Timothy Legge COPYRIGHT AND LICENSE - This software is copyright (c) 2024 by Venda Ltd, see the CONTRIBUTORS + This software is copyright (c) 2025 by Venda Ltd, see the CONTRIBUTORS file for others. This is free software; you can redistribute it and/or modify it under diff --git a/cpanfile b/cpanfile index 8b93d0c..31caf24 100644 --- a/cpanfile +++ b/cpanfile @@ -37,7 +37,7 @@ requires "XML::Enc" => "0.13"; requires "XML::Generator" => "1.13"; requires "XML::LibXML" => "0"; requires "XML::LibXML::XPathContext" => "0"; -requires "XML::Sig" => "0.64"; +requires "XML::Sig" => "0.66"; requires "namespace::autoclean" => "0"; requires "perl" => "5.014"; diff --git a/dist.ini b/dist.ini index db465eb..c875530 100644 --- a/dist.ini +++ b/dist.ini @@ -57,7 +57,7 @@ skip = feature [Prereqs / RuntimeRequires] perl = 5.014 XML::Enc = 0.13 -XML::Sig = 0.64 +XML::Sig = 0.66 ; Here because it isn't provided by Crypt::OpenSSL::RSA Crypt::OpenSSL::Bignum = 0 URN::OASIS::SAML2 = 0.004