forked from pool/perl-LWP-Protocol-https
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
800fff5522
commit
ef8dde830d
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-LWP-Protocol-https
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,15 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-LWP-Protocol-https
|
||||
Version: 6.04
|
||||
Version: 6.06
|
||||
Release: 0
|
||||
%define cpan_name LWP-Protocol-https
|
||||
Summary: Provide https support for LWP::UserAgent
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/LWP-Protocol-https/
|
||||
Source: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
|
||||
# patch for using system certificates
|
||||
Source0: http://www.cpan.org/authors/id/M/MS/MSCHILLI/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Patch0: %{cpan_name}-6.04-systemca.diff
|
||||
Patch1: CVE-2014-3230.patch
|
||||
BuildArch: noarch
|
||||
@@ -33,14 +33,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(IO::Socket::SSL) >= 1.54
|
||||
BuildRequires: perl(LWP::UserAgent) >= 6.04
|
||||
BuildRequires: perl(LWP::UserAgent) >= 6.06
|
||||
#BuildRequires: perl(Mozilla::CA) >= 20110101
|
||||
BuildRequires: perl(Net::HTTPS) >= 6
|
||||
#BuildRequires: perl(LWP::Protocol::http)
|
||||
Requires: perl(IO::Socket::SSL) >= 1.54
|
||||
Requires: perl(LWP::UserAgent) >= 6.04
|
||||
Requires: perl(LWP::UserAgent) >= 6.06
|
||||
#Requires: perl(Mozilla::CA) >= 20110101
|
||||
Requires: perl(Net::HTTPS) >= 6
|
||||
BuildRequires: ca-certificates
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user