Accepting request 1062235 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1062235 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=96
This commit is contained in:
commit
8359d1cc7b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cf83737a72b0970948b494bc9ddab7f725420a0ca0152d25c7e48ef8fa2b6a1
|
||||
size 258997
|
3
IO-Socket-SSL-2.081.tar.gz
Normal file
3
IO-Socket-SSL-2.081.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07bdf826a8d6b463316d241451c890d1012fa2499a83d8e3d00ce0a584618443
|
||||
size 261773
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 26 03:07:12 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.081
|
||||
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
|
||||
|
||||
2.081 2023/01/25
|
||||
- new function set_msg_callback for user defined callback on each SSL message
|
||||
- showcase function in example/ssl_client.pl and example/ssl_server.pl for
|
||||
computing JA3S/JA3 fingerprints
|
||||
- fix tracing added in 2.076 to no longer include SSL3_RT_HEADER (noise)
|
||||
2.080 2023/01/18
|
||||
- move certs into t/ so that distributions like CentOS don't install the
|
||||
test certificates as part of the documentation any longer.
|
||||
2.079 2023/01/16
|
||||
- properly extract IPv6 address for verification from PeerAddr if not explicitly
|
||||
given as SSL_verifycn_name.
|
||||
https://github.com/noxxi/p5-io-socket-ssl/issues/123
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 12 03:08:27 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-IO-Socket-SSL
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name IO-Socket-SSL
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.078
|
||||
Version: 2.081
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
|
||||
@ -77,6 +77,7 @@ Additional documentation can be found in
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
|
Loading…
x
Reference in New Issue
Block a user