forked from pool/perl-IO-Socket-SSL
Automatic update to IO-Socket-SSL-2.096.tar.gz #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e764392b1b8bd44e654183c082b75be47800e98d7cd325f0e1b76c7d9a6b768
|
||||
size 276128
|
||||
BIN
IO-Socket-SSL-2.098.tar.gz
LFS
Normal file
BIN
IO-Socket-SSL-2.098.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 7 05:46:11 UTC 2026 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.98.0 (2.098)
|
||||
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
|
||||
|
||||
2.098 2026/01/06
|
||||
- Another fix to issue #175 to make sure that an unblessed sockets gets
|
||||
blessed in place instead of using new_from_fd. Document that it will
|
||||
not retain original class with unblessed sockets on error, since this
|
||||
never worked anyway (there is no native unbless)
|
||||
2.097 2026/01/06
|
||||
- fix issue #175 with upgrading from plain socket (no object) by using
|
||||
correct fdopen mode +< instead of <+
|
||||
2.096 2026/01/04
|
||||
- Allow stacking TLS layers with SSL_usebio
|
||||
This also allows LWP (after patches) to access https site through TLS
|
||||
enabled proxy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 05:38:00 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-IO-Socket-SSL
|
||||
#
|
||||
# Copyright (c) 2025 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 IO-Socket-SSL
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.95.0
|
||||
Version: 2.98.0
|
||||
Release: 0
|
||||
# 2.095 -> normalize -> 2.95.0
|
||||
%define cpan_version 2.095
|
||||
# 2.098 -> normalize -> 2.98.0
|
||||
%define cpan_version 2.098
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -31,9 +31,7 @@ Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
#BuildRequires: perl(Mozilla::CA)
|
||||
BuildRequires: perl(Net::SSLeay) >= 1.460
|
||||
#Requires: perl(Mozilla::CA)
|
||||
Requires: perl(Net::SSLeay) >= 1.460
|
||||
Provides: perl(IO::Socket::SSL) = %{version}
|
||||
Provides: perl(IO::Socket::SSL::Intercept) = 2.56.0
|
||||
|
||||
Reference in New Issue
Block a user