8
0

1 Commits

Author SHA256 Message Date
eb31a44a57 Automatic update to LWP-Protocol-https-6.15.tar.gz 2026-02-24 06:17:08 +00:00
4 changed files with 23 additions and 11 deletions

Binary file not shown.

BIN
LWP-Protocol-https-6.15.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Feb 24 06:17:08 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 6.150.0 (6.15)
see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes
6.15 2026-02-23 20:36:42Z
- Make TLS enabled proxy work (proxy URL https:// not http://) (GH#89)
(Steffen Ullrich)
- switch from example.com to httpbin.org because of SSL certificate issues
(GH#91) (Slaven Rezić)
-------------------------------------------------------------------
Fri Mar 22 16:13:25 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-LWP-Protocol-https
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name LWP-Protocol-https
Name: perl-LWP-Protocol-https
Version: 6.140.0
Version: 6.150.0
Release: 0
# 6.14 -> normalize -> 6.140.0
%define cpan_version 6.14
# 6.15 -> normalize -> 6.150.0
%define cpan_version 6.15
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Provide https support for LWP::UserAgent
URL: https://metacpan.org/release/%{cpan_name}
@@ -35,14 +35,14 @@ BuildRequires: perl-macros
BuildRequires: perl(IO::Socket::SSL) >= 1.970
BuildRequires: perl(IO::Socket::SSL::Utils)
BuildRequires: perl(LWP::Protocol::http)
BuildRequires: perl(LWP::UserAgent) >= 6.06
BuildRequires: perl(LWP::UserAgent) >= 6.60
BuildRequires: perl(Net::HTTPS) >= 6
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Needs) >= 0.002010
BuildRequires: perl(Test::Needs) >= 0.2.10
BuildRequires: perl(Test::RequiresInternet)
Requires: perl(IO::Socket::SSL) >= 1.970
Requires: perl(LWP::Protocol::http)
Requires: perl(LWP::UserAgent) >= 6.06
Requires: perl(LWP::UserAgent) >= 6.60
Requires: perl(Net::HTTPS) >= 6
Provides: perl(LWP::Protocol::https) = %{version}
Provides: perl(LWP::Protocol::https::Socket) = %{version}
@@ -68,7 +68,7 @@ their dependency on LWP::Protocol::https and will no longer need to know
what underlying modules to install.
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor