commit perl-LWP-Protocol-https for openSUSE:Factory

2020-10-20 Thread root
Hello community,

here is the log from the commit of package perl-LWP-Protocol-https for 
openSUSE:Factory checked in at 2020-10-20 15:59:38

Comparing /work/SRC/openSUSE:Factory/perl-LWP-Protocol-https (Old)
 and  /work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new.3486 (New)


Package is "perl-LWP-Protocol-https"

Tue Oct 20 15:59:38 2020 rev:15 rq:841987 version:6.09

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-LWP-Protocol-https/perl-LWP-Protocol-https.changes
  2018-09-26 15:59:19.828711838 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new.3486/perl-LWP-Protocol-https.changes
2020-10-20 15:59:42.533705741 +0200
@@ -1,0 +2,20 @@
+Thu Oct 15 13:58:08 UTC 2020 - Dirk Stoecker 
+
+- updated to 6.09
+   see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes
+
+  6.09  2020-07-16 13:33:05Z
+  - Make available the version of SSL/TLS protocol used in the connection
+(GH#56) (Jon Jensen)
+
+  6.08  2020-03-23 20:19:22Z (TRIAL RELEASE)
+  - Add defined check (GH#53) (Mohammad S Anwar)
+  - Fix copyright year (GH#55) (Olaf Alders)
+  - Upgrade Mozilla::CA dependency; originally #26 by dolmen (GH#54) 
(Shoichi Kaji)
+  - Adds coverage tests (GH#51) (Juan Julin Merelo Guervs)
+  - Migrated to DZil (GH PR#30)
+  - Moved bug tracking from RT to GitHub (GH#48) (Olaf Alders)
+
+Rebase patch LWP-Protocol-https-6.04-systemca.diff to 
LWP-Protocol-https-6.09-systemca.diff
+
+---

Old:

  LWP-Protocol-https-6.04-systemca.diff
  LWP-Protocol-https-6.07.tar.gz

New:

  LWP-Protocol-https-6.09-systemca.diff
  LWP-Protocol-https-6.09.tar.gz



Other differences:
--
++ perl-LWP-Protocol-https.spec ++
--- /var/tmp/diff_new_pack.L6cPKo/_old  2020-10-20 15:59:43.06329 +0200
+++ /var/tmp/diff_new_pack.L6cPKo/_new  2020-10-20 15:59:43.06329 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-LWP-Protocol-https
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,33 +12,38 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define cpan_name LWP-Protocol-https
 Name:   perl-LWP-Protocol-https
-Version:6.07
+Version:6.09
 Release:0
+%define cpan_name LWP-Protocol-https
 Summary:Provide https support for LWP::UserAgent
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
-Patch0: %{cpan_name}-6.04-systemca.diff
+Patch0: %{cpan_name}-6.09-systemca.diff
 Patch1: CVE-2014-3230.patch
-BuildRequires:  ca-certificates
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(IO::Socket::SSL) >= 1.54
+BuildRequires:  perl(IO::Socket::SSL::Utils)
+BuildRequires:  perl(LWP::Protocol::http)
 BuildRequires:  perl(LWP::UserAgent) >= 6.06
+#BuildRequires:  perl(Mozilla::CA) >= 20180117
 BuildRequires:  perl(Net::HTTPS) >= 6
 BuildRequires:  perl(Test::RequiresInternet)
 Requires:   perl(IO::Socket::SSL) >= 1.54
+Requires:   perl(LWP::Protocol::http)
 Requires:   perl(LWP::UserAgent) >= 6.06
+#Requires:   perl(Mozilla::CA) >= 20180117
 Requires:   perl(Net::HTTPS) >= 6
-BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -69,7 +74,7 @@
 make %{?_smp_mflags}
 
 %check
-make %{?_smp_mflags} test
+make test
 
 %install
 %perl_make_install
@@ -78,6 +83,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes CONTRIBUTING.md
+%license LICENSE
 
 %changelog

++ LWP-Protocol-https-6.04-systemca.diff -> 
LWP-Protocol-https-6.09-systemca.diff ++
--- 
/work/SRC/openSUSE:Factory/perl-LWP-Protocol-https/LWP-Protocol-https-6.04-systemca.diff
2018-09-26 15:59:19.176712973 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new.3486/LWP-Protocol-https-6.09-systemca.diff
  2020-10-20 15:59:41.849705416 +0200
@@ -1,60 +1,7 @@
-From 39d26115250c9c233018e487ce495e5a16faacc2 Mon Sep 17 00:00:00 2001
-From: Ludwig Nussel 
-Date: Wed, 

commit perl-LWP-Protocol-https for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package perl-LWP-Protocol-https for 
openSUSE:Factory checked in at 2018-09-26 15:59:17

Comparing /work/SRC/openSUSE:Factory/perl-LWP-Protocol-https (Old)
 and  /work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new (New)


Package is "perl-LWP-Protocol-https"

Wed Sep 26 15:59:17 2018 rev:14 rq:635681 version:6.07

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-LWP-Protocol-https/perl-LWP-Protocol-https.changes
  2015-04-25 16:46:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new/perl-LWP-Protocol-https.changes
 2018-09-26 15:59:19.828711838 +0200
@@ -1,0 +2,14 @@
+Thu Sep 13 15:42:12 UTC 2018 - pmonrealgonza...@suse.com
+
+- 6.07  2017-02-19
+- Cleaned up the Changes log
+- Explicitly add hostname for SNI to start_SSL (GH PR#17)
+- Fix the license name
+- Update some documentation on SSL args
+- Fix bug when checking for Mozilla::CA (GH PR#29)
+ 
+- Refreshed patch LWP-Protocol-https-6.04-systemca.diff
+
+- Cleaned spec file with spec-cleaner
+
+---

Old:

  LWP-Protocol-https-6.06.tar.gz

New:

  LWP-Protocol-https-6.07.tar.gz



Other differences:
--
++ perl-LWP-Protocol-https.spec ++
--- /var/tmp/diff_new_pack.G5tDwO/_old  2018-09-26 15:59:21.144709550 +0200
+++ /var/tmp/diff_new_pack.G5tDwO/_new  2018-09-26 15:59:21.148709542 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-LWP-Protocol-https
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,31 +16,29 @@
 #
 
 
+%define cpan_name LWP-Protocol-https
 Name:   perl-LWP-Protocol-https
-Version:6.06
+Version:6.07
 Release:0
-%define cpan_name LWP-Protocol-https
 Summary:Provide https support for LWP::UserAgent
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/LWP-Protocol-https/
-Source0:
http://www.cpan.org/authors/id/M/MS/MSCHILLI/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 Patch0: %{cpan_name}-6.04-systemca.diff
 Patch1: CVE-2014-3230.patch
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ca-certificates
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(IO::Socket::SSL) >= 1.54
 BuildRequires:  perl(LWP::UserAgent) >= 6.06
-#BuildRequires:  perl(Mozilla::CA) >= 20110101
 BuildRequires:  perl(Net::HTTPS) >= 6
+BuildRequires:  perl(Test::RequiresInternet)
 Requires:   perl(IO::Socket::SSL) >= 1.54
 Requires:   perl(LWP::UserAgent) >= 6.06
-#Requires:   perl(Mozilla::CA) >= 20110101
 Requires:   perl(Net::HTTPS) >= 6
-BuildRequires:  ca-certificates
+BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -67,11 +65,11 @@
 %patch1 -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make %{?_smp_mflags} test
 
 %install
 %perl_make_install

++ LWP-Protocol-https-6.04-systemca.diff ++
--- /var/tmp/diff_new_pack.G5tDwO/_old  2018-09-26 15:59:21.168709507 +0200
+++ /var/tmp/diff_new_pack.G5tDwO/_new  2018-09-26 15:59:21.172709501 +0200
@@ -11,22 +11,22 @@
  lib/LWP/Protocol/https.pm | 23 ---
  3 files changed, 1 insertion(+), 32 deletions(-)
 
-Index: LWP-Protocol-https-6.06/Makefile.PL
+Index: LWP-Protocol-https-6.07/Makefile.PL
 ===
 LWP-Protocol-https-6.06.orig/Makefile.PL
-+++ LWP-Protocol-https-6.06/Makefile.PL
-@@ -15,7 +15,6 @@ WriteMakefile(
-   'LWP::UserAgent' => '6.06',
-   'Net::HTTPS' => 6,
-   'IO::Socket::SSL' => "1.54",
--  'Mozilla::CA' => "20110101",
- },
- META_MERGE => {
-   resources => {
-Index: LWP-Protocol-https-6.06/README
+--- LWP-Protocol-https-6.07.orig/Makefile.PL
 LWP-Protocol-https-6.07/Makefile.PL
+@@ -26,7 +26,6 @@ my %WriteMakefileArgs = (
+ 'LWP::UserAgent' => '6.06',
+ 'Net::HTTPS' => 6,
+ 'IO::Socket::SSL' => "1.54",
+-'Mozilla::CA' => "20110101",
+ 'perl' => '5.008001',
+ 

commit perl-LWP-Protocol-https for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-LWP-Protocol-https for 
openSUSE:Factory checked in at 2015-04-25 16:46:49

Comparing /work/SRC/openSUSE:Factory/perl-LWP-Protocol-https (Old)
 and  /work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new (New)


Package is perl-LWP-Protocol-https

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-LWP-Protocol-https/perl-LWP-Protocol-https.changes
  2014-05-17 06:43:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new/perl-LWP-Protocol-https.changes
 2015-04-25 16:46:53.0 +0200
@@ -1,0 +2,36 @@
+Thu Apr 23 06:00:03 UTC 2015 - co...@suse.com
+
+- updated to 6.06
+   see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes
+
+  2014-04-18 LWP-Protocol-https 6.06
+  
+  Mike Schilli (3):
+Merge pull request #12 from drieux/subjectAltName
+Merge pull request #9 from chorny/master
+Updated libwww requirement to 6.06 to fix failing t/proxy.t test cases.
+  
+  Gisle Aas (2):
+Getopt::Long isn't actually used
+Merge pull request #7 from noxxi/master
+  
+  Alexandr Ciornii (1):
+better diagnostics in case of failures in apache.t
+  
+  Karen Etheridge (1):
+Merge pull request #8 from cpansprout/patch-1
+  
+  Steffen Ullrich (1):
+correct behavior for https_proxy, this goes together with change to 
+libwww-perl cb80c2ddb7, new method _upgrade_sock in 
LWP::Protocol::https
+  
+  cpansprout (1):
+Typo fix: envirionment =~ s/io/o/
+  
+  drieux (1):
+support for subjectAltName
+  
+  
+  
___
+
+---

Old:

  LWP-Protocol-https-6.04.tar.gz

New:

  LWP-Protocol-https-6.06.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-LWP-Protocol-https.spec ++
--- /var/tmp/diff_new_pack.10t4IE/_old  2015-04-25 16:46:53.0 +0200
+++ /var/tmp/diff_new_pack.10t4IE/_new  2015-04-25 16:46:53.0 +0200
@@ -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 @@
 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

++ CVE-2014-3230.patch ++
--- /var/tmp/diff_new_pack.10t4IE/_old  2015-04-25 16:46:53.0 +0200
+++ /var/tmp/diff_new_pack.10t4IE/_new  2015-04-25 16:46:53.0 +0200
@@ -8,11 +8,11 @@
  lib/LWP/Protocol/https.pm | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm
+Index: LWP-Protocol-https-6.06/lib/LWP/Protocol/https.pm
 ===
 LWP-Protocol-https-6.04.orig/lib/LWP/Protocol/https.pm 2014-05-15 
11:46:54.319643759 +0200
-+++ LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm  2014-05-15 
11:46:55.856660773 +0200
-@@ -20,7 +20,11 @@ sub _extra_sock_opts
+--- LWP-Protocol-https-6.06.orig/lib/LWP/Protocol/https.pm
 LWP-Protocol-https-6.06/lib/LWP/Protocol/https.pm
+@@ -21,7 +21,11 @@ sub _extra_sock_opts
$ssl_opts{SSL_verifycn_scheme} = 'www';
  }
  else {
@@ -23,5 +23,18 @@
 +  

commit perl-LWP-Protocol-https for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package perl-LWP-Protocol-https for 
openSUSE:Factory checked in at 2014-05-17 06:43:03

Comparing /work/SRC/openSUSE:Factory/perl-LWP-Protocol-https (Old)
 and  /work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new (New)


Package is perl-LWP-Protocol-https

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-LWP-Protocol-https/perl-LWP-Protocol-https.changes
  2014-05-02 20:52:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new/perl-LWP-Protocol-https.changes
 2014-05-17 06:43:04.0 +0200
@@ -1,0 +2,8 @@
+Thu May 15 09:39:07 UTC 2014 - vci...@suse.com
+
+- fix for CVE-2014-3230 (bnc#876862)
+  * perl-LWP-Protocol-https: Environment variables HTTPS_CA_DIR or
+HTTPS_CA_FILE disable hostname verification
+  * added CVE-2014-3230.patch
+
+---

New:

  CVE-2014-3230.patch



Other differences:
--
++ perl-LWP-Protocol-https.spec ++
--- /var/tmp/diff_new_pack.xevbxe/_old  2014-05-17 06:43:05.0 +0200
+++ /var/tmp/diff_new_pack.xevbxe/_new  2014-05-17 06:43:05.0 +0200
@@ -27,6 +27,7 @@
 Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
 # patch for using system certificates  
 
 Patch0: %{cpan_name}-6.04-systemca.diff
+Patch1: CVE-2014-3230.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -63,6 +64,7 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ CVE-2014-3230.patch ++
From 1b924708663f457a4f7c25ed35d7dfb3bb5b334d Mon Sep 17 00:00:00 2001
From: Steffen Ullrich steffen_ullr...@genua.de
Date: Sat, 3 May 2014 23:04:36 +0200
Subject: [PATCH 1/3] Debian #746576 - don't disale verification if only
 hostnames should not be verified

---
 lib/LWP/Protocol/https.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm
===
--- LWP-Protocol-https-6.04.orig/lib/LWP/Protocol/https.pm  2014-05-15 
11:46:54.319643759 +0200
+++ LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm   2014-05-15 
11:46:55.856660773 +0200
@@ -20,7 +20,11 @@ sub _extra_sock_opts
$ssl_opts{SSL_verifycn_scheme} = 'www';
 }
 else {
-   $ssl_opts{SSL_verify_mode} = 0;
+   if ( $Net::HTTPS::SSL_SOCKET_CLASS eq 'Net::SSL' ) {
+   $ssl_opts{SSL_verifycn_scheme} = '';
+   } else {
+   $ssl_opts{SSL_verifycn_scheme} = 'none';
+   }
 }
 $self-{ssl_opts} = \%ssl_opts;
 return (%ssl_opts, $self-SUPER::_extra_sock_opts);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-LWP-Protocol-https for openSUSE:Factory

2014-05-02 Thread h_root
Hello community,

here is the log from the commit of package perl-LWP-Protocol-https for 
openSUSE:Factory checked in at 2014-05-02 20:52:21

Comparing /work/SRC/openSUSE:Factory/perl-LWP-Protocol-https (Old)
 and  /work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new (New)


Package is perl-LWP-Protocol-https

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-LWP-Protocol-https/perl-LWP-Protocol-https.changes
  2013-07-04 18:05:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new/perl-LWP-Protocol-https.changes
 2014-05-02 20:52:22.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 30 17:23:34 UTC 2014 - lchiqui...@suse.com
+
+- Remove old tarball (6.03).
+
+---

Old:

  LWP-Protocol-https-6.03.tar.gz



Other differences:
--
++ perl-LWP-Protocol-https.spec ++
--- /var/tmp/diff_new_pack.PSOxX3/_old  2014-05-02 20:52:22.0 +0200
+++ /var/tmp/diff_new_pack.PSOxX3/_new  2014-05-02 20:52:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-LWP-Protocol-https
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-LWP-Protocol-https for openSUSE:Factory

2013-07-04 Thread h_root
Hello community,

here is the log from the commit of package perl-LWP-Protocol-https for 
openSUSE:Factory checked in at 2013-07-04 18:05:10

Comparing /work/SRC/openSUSE:Factory/perl-LWP-Protocol-https (Old)
 and  /work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new (New)


Package is perl-LWP-Protocol-https

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-LWP-Protocol-https/perl-LWP-Protocol-https.changes
  2012-03-01 17:25:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new/perl-LWP-Protocol-https.changes
 2013-07-04 18:05:12.0 +0200
@@ -1,0 +2,9 @@
+Wed Jul  3 09:32:03 UTC 2013 - lnus...@suse.de
+
+- Version 6.04
+  * Fix IO::Socket::SSL warnings when not verifying hostname.
+  * Doc spelling fix.
+- Remove usage of Mozilla::CA entirely. IO::Socket::SSL will do the
+  right thing instead.
+
+---

Old:

  LWP-Protocol-https-6.03-systemca.diff

New:

  LWP-Protocol-https-6.04-systemca.diff
  LWP-Protocol-https-6.04.tar.gz



Other differences:
--
++ perl-LWP-Protocol-https.spec ++
--- /var/tmp/diff_new_pack.EN5niS/_old  2013-07-04 18:05:13.0 +0200
+++ /var/tmp/diff_new_pack.EN5niS/_new  2013-07-04 18:05:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-LWP-Protocol-https
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,7 +17,7 @@
 
 
 Name:   perl-LWP-Protocol-https
-Version:6.03
+Version:6.04
 Release:0
 %define cpan_name LWP-Protocol-https
 Summary:Provide https support for LWP::UserAgent
@@ -26,7 +26,7 @@
 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  
 
-Patch0: %{cpan_name}-6.03-systemca.diff
+Patch0: %{cpan_name}-6.04-systemca.diff
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ LWP-Protocol-https-6.03-systemca.diff - 
LWP-Protocol-https-6.04-systemca.diff ++
--- 
/work/SRC/openSUSE:Factory/perl-LWP-Protocol-https/LWP-Protocol-https-6.03-systemca.diff
2012-03-01 17:25:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new/LWP-Protocol-https-6.04-systemca.diff
   2013-07-04 18:05:12.0 +0200
@@ -1,12 +1,89 @@
-Index: LWP-Protocol-https-6.03/lib/LWP/Protocol/https.pm
-===
 LWP-Protocol-https-6.03.orig/lib/LWP/Protocol/https.pm 2012-02-18 
23:53:36.0 +0100
-+++ LWP-Protocol-https-6.03/lib/LWP/Protocol/https.pm  2012-02-21 
12:32:56.614080436 +0100
-@@ -20,6 +20,7 @@ sub _extra_sock_opts
-   $ssl_opts{SSL_verifycn_scheme} = 'www';
+From 39d26115250c9c233018e487ce495e5a16faacc2 Mon Sep 17 00:00:00 2001
+From: Ludwig Nussel ludwig.nus...@suse.de
+Date: Wed, 3 Jul 2013 11:25:38 +0200
+Subject: [PATCH] Don't require Mozilla::CA
+
+IO::Socket::SSL will fall back to using the system's root
+CA-certificates if no options are passed.
+---
+ Makefile.PL   |  1 -
+ README|  9 +
+ lib/LWP/Protocol/https.pm | 23 ---
+ 3 files changed, 1 insertion(+), 32 deletions(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 805eac8..3c66fb7 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -15,7 +15,6 @@ WriteMakefile(
+   'LWP::UserAgent' = '6.04',
+   'Net::HTTPS' = 6,
+   'IO::Socket::SSL' = 1.54,
+-  'Mozilla::CA' = 20110101,
+ },
+ META_MERGE = {
+   resources = {
+diff --git a/README b/README
+index 8e67078..7c4b5e2 100644
+--- a/README
 b/README
+@@ -13,13 +13,6 @@ DESCRIPTION
+ you don't use it directly. Once the module is installed LWP is able to
+ access sites using HTTP over SSL/TLS.
+ 
+-If hostname verification is requested by LWP::UserAgent's `ssl_opts',
+-and neither `SSL_ca_file' nor `SSL_ca_path' is set, then `SSL_ca_file'
+-is implied to be the one provided by Mozilla::CA. If the Mozilla::CA
+-module isn't available SSL requests will fail. Either install this
+-module, set up an alternative `SSL_ca_file' or disable hostname
+-verification.
+-
+ This module used to be bundled with the libwww-perl, but it was
+ unbundled in v6.02 in order to be able 

commit perl-LWP-Protocol-https for openSUSE:Factory

2012-03-01 Thread h_root
Hello community,

here is the log from the commit of package perl-LWP-Protocol-https for 
openSUSE:Factory checked in at 2012-03-01 17:24:54

Comparing /work/SRC/openSUSE:Factory/perl-LWP-Protocol-https (Old)
 and  /work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new (New)


Package is perl-LWP-Protocol-https, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-LWP-Protocol-https/perl-LWP-Protocol-https.changes
  2011-09-23 12:37:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new/perl-LWP-Protocol-https.changes
 2012-03-01 17:25:00.0 +0100
@@ -1,0 +2,8 @@
+Tue Feb 21 11:26:38 UTC 2012 - co...@suse.com
+
+- updated to 6.03
+  * Skip test if offline [RT#74163]
+  * Typo fixes
+  * Restore perl-5.8.1 compatibility.
+
+---

Old:

  LWP-Protocol-https-6.02-systemca.diff
  LWP-Protocol-https-6.02.tar.gz

New:

  LWP-Protocol-https-6.03-systemca.diff
  LWP-Protocol-https-6.03.tar.gz



Other differences:
--
++ perl-LWP-Protocol-https.spec ++
--- /var/tmp/diff_new_pack.BYVvws/_old  2012-03-01 17:25:01.0 +0100
+++ /var/tmp/diff_new_pack.BYVvws/_new  2012-03-01 17:25:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-LWP-Protocol-https
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,33 +16,34 @@
 #
 
 
-
 Name:   perl-LWP-Protocol-https
-Version:6.02
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:6.03
+Release:0
 %define cpan_name LWP-Protocol-https
 Summary:Provide https support for LWP::UserAgent
-Url:http://search.cpan.org/dist/LWP-Protocol-https/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/LWP-Protocol-https-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+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
-Patch0: %{cpan_name}-%{version}-systemca.diff
-BuildRequires:  perl(IO::Socket::SSL) = 1.38
-BuildRequires:  perl(LWP::UserAgent) = 6.02
-BuildRequires:  perl(Net::HTTPS) = 6
+Patch0: %{cpan_name}-6.03-systemca.diff
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-Requires:   perl(IO::Socket::SSL) = 1.38
-Requires:   perl(LWP::UserAgent) = 6.02
+BuildRequires:  perl(IO::Socket::SSL) = 1.54
+BuildRequires:  perl(LWP::UserAgent) = 6.04
+#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(Mozilla::CA) = 20110101
 Requires:   perl(Net::HTTPS) = 6
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %{perl_requires}
 
 %description
-The LWP::Protocol::https module provide support for using https schemed
+The LWP::Protocol::https module provides support for using https schemed
 URLs with LWP. This module is a plug-in to the LWP protocol handling, so
 you don't use it directly. Once the module is installed LWP is able to
 access sites using HTTP over SSL/TLS.
@@ -68,19 +69,15 @@
 %{__make} %{?_smp_mflags}
 
 %check
-# tests will fail without network
-#%{__make} test
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ LWP-Protocol-https-6.02-systemca.diff - 
LWP-Protocol-https-6.03-systemca.diff ++
--- 
/work/SRC/openSUSE:Factory/perl-LWP-Protocol-https/LWP-Protocol-https-6.02-systemca.diff
2011-09-23 12:37:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new/LWP-Protocol-https-6.03-systemca.diff
   2012-03-01 17:25:00.0 +0100
@@ -1,31 +1,12 @@
-Index: LWP-Protocol-https-6.02/lib/LWP/Protocol/https.pm
+Index: LWP-Protocol-https-6.03/lib/LWP/Protocol/https.pm
 ===
 LWP-Protocol-https-6.02.orig/lib/LWP/Protocol/https.pm
-+++ LWP-Protocol-https-6.02/lib/LWP/Protocol/https.pm
-@@ -21,25 +21,7 @@ sub _extra_sock_opts

commit perl-LWP-Protocol-https for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-LWP-Protocol-https for 
openSUSE:Factory checked in at 2011-12-06 18:43:55

Comparing /work/SRC/openSUSE:Factory/perl-LWP-Protocol-https (Old)
 and  /work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new (New)


Package is perl-LWP-Protocol-https, Maintainer is 

Changes:




Other differences:
--
++ perl-LWP-Protocol-https.spec ++
--- /var/tmp/diff_new_pack.Ylinlk/_old  2011-12-06 19:12:28.0 +0100
+++ /var/tmp/diff_new_pack.Ylinlk/_new  2011-12-06 19:12:28.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-LWP-Protocol-https
 Version:6.02
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name LWP-Protocol-https
 Summary:Provide https support for LWP::UserAgent
 Url:http://search.cpan.org/dist/LWP-Protocol-https/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org