From 90e235cd326f3824f955bea8b5e1923c1f63dea7f23835a190954c8703ff60fb Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Wed, 27 Jan 2021 08:41:11 +0000 Subject: [PATCH] Accepting request 867078 from home:dirkmueller:branches:devel:languages:perl - update to 1.90: - New stable release incorporating all changes from developer releases 1.89_01 to 1.89_05. - Summary of major changes since version 1.88: - Formalised libssl version support policy: all stable versions of OpenSSL in the 0.9.8 - 1.1.1 branches (with the exception of 0.9.8 - 0.9.8b) and all stable releases of LibreSSL in the 2.0 - 3.1 series are supported. The LibreSSL 3.2 series is not yet fully supported because its TLSv1.3 implementation is not currently libssl-compatible. - Added support for LibreSSL on Windows when built with Visual C++. - Exposed P_X509_CRL_add_extensions, several SSL_CIPHER functions, and several stack functions. - Fixed crashes in the callback functions CTX_set_next_proto_select_cb and CTX_set_alpn_select_cb. - The test suite is now compatible with OpenSSL 1.1.1e onwards, as well as OpenSSL security level 2 (the default on many Linux distributions). OBS-URL: https://build.opensuse.org/request/show/867078 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-SSLeay?expand=0&rev=48 --- Net-SSLeay-1.88.tar.gz | 3 --- Net-SSLeay-1.90.tar.gz | 3 +++ perl-Net-SSLeay.changes | 20 ++++++++++++++++++++ perl-Net-SSLeay.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 Net-SSLeay-1.88.tar.gz create mode 100644 Net-SSLeay-1.90.tar.gz diff --git a/Net-SSLeay-1.88.tar.gz b/Net-SSLeay-1.88.tar.gz deleted file mode 100644 index 530d451..0000000 --- a/Net-SSLeay-1.88.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2000da483c8471a0b61e06959e92a6fca7b9e40586d5c828de977d3d2081cfdd -size 436215 diff --git a/Net-SSLeay-1.90.tar.gz b/Net-SSLeay-1.90.tar.gz new file mode 100644 index 0000000..39619f2 --- /dev/null +++ b/Net-SSLeay-1.90.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8696cfaca98234679efeedc288a9398fcf77176f1f515dbc589ada7c650dc93 +size 534246 diff --git a/perl-Net-SSLeay.changes b/perl-Net-SSLeay.changes index 46572dc..6fe9460 100644 --- a/perl-Net-SSLeay.changes +++ b/perl-Net-SSLeay.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Jan 27 08:02:17 UTC 2021 - Dirk Müller + +- update to 1.90: + - New stable release incorporating all changes from developer releases + 1.89_01 to 1.89_05. + - Summary of major changes since version 1.88: + - Formalised libssl version support policy: all stable versions of OpenSSL + in the 0.9.8 - 1.1.1 branches (with the exception of 0.9.8 - 0.9.8b) and + all stable releases of LibreSSL in the 2.0 - 3.1 series are supported. + The LibreSSL 3.2 series is not yet fully supported because its TLSv1.3 + implementation is not currently libssl-compatible. + - Added support for LibreSSL on Windows when built with Visual C++. + - Exposed P_X509_CRL_add_extensions, several SSL_CIPHER functions, and + several stack functions. + - Fixed crashes in the callback functions CTX_set_next_proto_select_cb and + CTX_set_alpn_select_cb. + - The test suite is now compatible with OpenSSL 1.1.1e onwards, as well as + OpenSSL security level 2 (the default on many Linux distributions). + ------------------------------------------------------------------- Mon May 27 11:29:57 UTC 2019 - Pedro Monreal Gonzalez diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec index 8969c3d..dfc9160 100644 --- a/perl-Net-SSLeay.spec +++ b/perl-Net-SSLeay.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Net-SSLeay # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 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 Net-SSLeay Name: perl-Net-SSLeay -Version: 1.88 +Version: 1.90 Release: 0 Summary: Perl extension for using OpenSSL License: Artistic-2.0