Accepting request 575636 from devel:languages:perl
- ignore Mozilla::CA - 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 OBS-URL: https://build.opensuse.org/request/show/575636 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=76
This commit is contained in:
commit
77d2cbcd90
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4897a9b17cb18a3c44aa683980d52cef534cdfcb8063d6877c879bfa2f26673
|
||||
size 221703
|
3
IO-Socket-SSL-2.054.tar.gz
Normal file
3
IO-Socket-SSL-2.054.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02ea04e9a336a7d3ca9aa604c0c5b5aaf3efa513cefecfc73cc79ceeb5131e4b
|
||||
size 232199
|
@ -1,2 +1,3 @@
|
||||
---
|
||||
patches:
|
||||
ignore_requires: Mozilla::CA
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 12:11:01 UTC 2018 - coolo@suse.com
|
||||
|
||||
- ignore Mozilla::CA
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 16:40:14 UTC 2018 - coolo@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 23 05:26:14 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@ -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 @@ BuildArch: noarch
|
||||
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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user