diff --git a/IO-Socket-SSL-2.078.tar.gz b/IO-Socket-SSL-2.078.tar.gz deleted file mode 100644 index cec1c0b..0000000 --- a/IO-Socket-SSL-2.078.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cf83737a72b0970948b494bc9ddab7f725420a0ca0152d25c7e48ef8fa2b6a1 -size 258997 diff --git a/IO-Socket-SSL-2.081.tar.gz b/IO-Socket-SSL-2.081.tar.gz new file mode 100644 index 0000000..6287414 --- /dev/null +++ b/IO-Socket-SSL-2.081.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07bdf826a8d6b463316d241451c890d1012fa2499a83d8e3d00ce0a584618443 +size 261773 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index 5d089d3..f69b26e 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Jan 26 03:07:12 UTC 2023 - Tina Müller + +- 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 diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 11b52ec..43d7545 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -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