From 3f282f261b26652ead78574f368985355561aa2524152d05967b3bc14001547c Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Fri, 1 Mar 2024 08:40:48 +0000 Subject: [PATCH] Accepting request 1153679 from devel:languages:perl:autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - updated to 6.13 see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes 6.13 2024-02-06 01:00:50Z - Fix ssl upgrade for regular host names (GH#77) (Axel Burri) 6.12 2024-01-22 17:51:31Z - Enable MultiHomed for IO::Socket::SSL (GH#61) (ℕicolas ℝ.) - Making it possible to use IPv6 in https call through https proxy environment (in case of using CONNECT method to create a tunnel) (GH#74) (Dmitriy Shamatrin) OBS-URL: https://build.opensuse.org/request/show/1153679 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=23 --- LWP-Protocol-https-6.11.tar.gz | 3 --- LWP-Protocol-https-6.13.tar.gz | 3 +++ perl-LWP-Protocol-https.changes | 15 +++++++++++++++ perl-LWP-Protocol-https.spec | 10 +++++----- 4 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 LWP-Protocol-https-6.11.tar.gz create mode 100644 LWP-Protocol-https-6.13.tar.gz diff --git a/LWP-Protocol-https-6.11.tar.gz b/LWP-Protocol-https-6.11.tar.gz deleted file mode 100644 index d88caaa..0000000 --- a/LWP-Protocol-https-6.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0132ddbf03661565ca85050f2a5094fb9263cbbc3ccb1a4d9c41ac9bb083b917 -size 32599 diff --git a/LWP-Protocol-https-6.13.tar.gz b/LWP-Protocol-https-6.13.tar.gz new file mode 100644 index 0000000..17023a4 --- /dev/null +++ b/LWP-Protocol-https-6.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598bd131f7546af63561f61e398506857e8ee69e5ac116936c344fecb98c38bb +size 33619 diff --git a/perl-LWP-Protocol-https.changes b/perl-LWP-Protocol-https.changes index ec2f0dd..99e2eb7 100644 --- a/perl-LWP-Protocol-https.changes +++ b/perl-LWP-Protocol-https.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Feb 6 03:07:22 UTC 2024 - Tina Müller + +- updated to 6.13 + see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes + + 6.13 2024-02-06 01:00:50Z + - Fix ssl upgrade for regular host names (GH#77) (Axel Burri) + + 6.12 2024-01-22 17:51:31Z + - Enable MultiHomed for IO::Socket::SSL (GH#61) (ℕicolas ℝ.) + - Making it possible to use IPv6 in https call through https proxy + environment (in case of using CONNECT method to create a tunnel) (GH#74) + (Dmitriy Shamatrin) + ------------------------------------------------------------------- Fri Aug 11 16:36:32 UTC 2023 - Tina Müller diff --git a/perl-LWP-Protocol-https.spec b/perl-LWP-Protocol-https.spec index ceca3c8..a10e6c1 100644 --- a/perl-LWP-Protocol-https.spec +++ b/perl-LWP-Protocol-https.spec @@ -1,7 +1,7 @@ # # spec file for package perl-LWP-Protocol-https # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,9 @@ %define cpan_name LWP-Protocol-https Name: perl-LWP-Protocol-https -Version: 6.110.0 +Version: 6.130.0 Release: 0 -%define cpan_version 6.11 +%define cpan_version 6.13 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Provide https support for LWP::UserAgent URL: https://metacpan.org/release/%{cpan_name} @@ -42,8 +42,8 @@ Requires: perl(IO::Socket::SSL) >= 1.970 Requires: perl(LWP::Protocol::http) Requires: perl(LWP::UserAgent) >= 6.06 Requires: perl(Net::HTTPS) >= 6 -Provides: perl(LWP::Protocol::https) = 6.110.0 -Provides: perl(LWP::Protocol::https::Socket) = 6.110.0 +Provides: perl(LWP::Protocol::https) = %{version} +Provides: perl(LWP::Protocol::https::Socket) = %{version} %define __perllib_provides /bin/true %{perl_requires}