Accepting request 1153774 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1153774 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-LWP-Protocol-https?expand=0&rev=18
This commit is contained in:
commit
19d14e57f7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0132ddbf03661565ca85050f2a5094fb9263cbbc3ccb1a4d9c41ac9bb083b917
|
|
||||||
size 32599
|
|
3
LWP-Protocol-https-6.13.tar.gz
Normal file
3
LWP-Protocol-https-6.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:598bd131f7546af63561f61e398506857e8ee69e5ac116936c344fecb98c38bb
|
||||||
|
size 33619
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 6 03:07:22 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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 <tina.mueller@suse.com>
|
Fri Aug 11 16:36:32 UTC 2023 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-LWP-Protocol-https
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
%define cpan_name LWP-Protocol-https
|
%define cpan_name LWP-Protocol-https
|
||||||
Name: perl-LWP-Protocol-https
|
Name: perl-LWP-Protocol-https
|
||||||
Version: 6.110.0
|
Version: 6.130.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 6.11
|
%define cpan_version 6.13
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Provide https support for LWP::UserAgent
|
Summary: Provide https support for LWP::UserAgent
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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::Protocol::http)
|
||||||
Requires: perl(LWP::UserAgent) >= 6.06
|
Requires: perl(LWP::UserAgent) >= 6.06
|
||||||
Requires: perl(Net::HTTPS) >= 6
|
Requires: perl(Net::HTTPS) >= 6
|
||||||
Provides: perl(LWP::Protocol::https) = 6.110.0
|
Provides: perl(LWP::Protocol::https) = %{version}
|
||||||
Provides: perl(LWP::Protocol::https::Socket) = 6.110.0
|
Provides: perl(LWP::Protocol::https::Socket) = %{version}
|
||||||
%define __perllib_provides /bin/true
|
%define __perllib_provides /bin/true
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user