Hello community,
here is the log from the commit of package perl-IO-Socket-SSL for
openSUSE:Factory checked in at 2018-02-15 13:19:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-IO-Socket-SSL (Old)
and /work/SRC/openSUSE:Factory/.perl-IO-Socket-SSL.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-IO-Socket-SSL"
Thu Feb 15 13:19:24 2018 rev:76 rq:575636 version:2.054
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes
2017-10-26 18:39:46.316864228 +0200
+++
/work/SRC/openSUSE:Factory/.perl-IO-Socket-SSL.new/perl-IO-Socket-SSL.changes
2018-02-15 13:19:29.409080158 +0100
@@ -1,0 +2,29 @@
+Mon Feb 12 12:11:01 UTC 2018 - [email protected]
+
+- ignore Mozilla::CA
+
+-------------------------------------------------------------------
+Wed Feb 7 16:40:14 UTC 2018 - [email protected]
+
+- updated to 2.054
+ see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
+
+ 2.054 2018/01/22
+ - added missing test certificates to MANIFEST
+ 2.053 2018/01/21
+ - small behavior fixes
+ - if SSL_fingerprint is used and matches don't check for OCSP
+ - Utils::CERT_create - small fixes to properly specific purpose, ability to
+ use predefined complex purpose but disable some features
+ - update PublicSuffix
+ - updates for documentation, especially regarding pitfalls with forking or
using
+ non-blocking sockets. Spelling fixes.
+ - test fixes and improvements
+ - stability improvements for live tests
+ - regenerate certificate in certs/ and make sure they are limited to the
+ correct purpose. Checkin program used to generate certificates.
+ - adjust tests since certificates have changed and some tests used
+ certificates intended for client authentication as server certificates,
+ which now no longer works
+
+-------------------------------------------------------------------
Old:
----
IO-Socket-SSL-2.052.tar.gz
New:
----
IO-Socket-SSL-2.054.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-IO-Socket-SSL.spec ++++++
--- /var/tmp/diff_new_pack.6JQN7h/_old 2018-02-15 13:19:32.052984331 +0100
+++ /var/tmp/diff_new_pack.6JQN7h/_new 2018-02-15 13:19:32.056984186 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-IO-Socket-SSL
#
-# Copyright (c) 2017 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
@@ -17,7 +17,7 @@
Name: perl-IO-Socket-SSL
-Version: 2.052
+Version: 2.054
Release: 0
%define cpan_name IO-Socket-SSL
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
@@ -30,7 +30,9 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+#BuildRequires: perl(Mozilla::CA)
BuildRequires: perl(Net::SSLeay) >= 1.46
+#Requires: perl(Mozilla::CA)
Requires: perl(Net::SSLeay) >= 1.46
%{perl_requires}
++++++ IO-Socket-SSL-2.052.tar.gz -> IO-Socket-SSL-2.054.tar.gz ++++++
++++ 2279 lines of diff (skipped)
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.6JQN7h/_old 2018-02-15 13:19:32.172979981 +0100
+++ /var/tmp/diff_new_pack.6JQN7h/_new 2018-02-15 13:19:32.176979836 +0100
@@ -1,2 +1,3 @@
---
patches:
+ignore_requires: Mozilla::CA