forked from pool/perl-Crypt-OpenSSL-RSA
Automatic update to Crypt-OpenSSL-RSA-0.37.tar.gz #1
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5eebd55ac071634c864a8e78f5cfafbaaf43cf84c04323a09b71dd76bf025cc2
|
|
||||||
size 32027
|
|
||||||
BIN
Crypt-OpenSSL-RSA-0.37.tar.gz
(Stored with Git LFS)
Normal file
BIN
Crypt-OpenSSL-RSA-0.37.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 30 05:32:10 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.370.0 (0.37)
|
||||||
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-RSA/Changes
|
||||||
|
|
||||||
|
0.37 Oct 29 2025
|
||||||
|
- Fix libressl bitwise logic error in RSA.xs
|
||||||
|
|
||||||
|
0.36 Oct 29 2025
|
||||||
|
- Fix old openssl on strawberry does not include whrlpool.h
|
||||||
|
- libressl message digest functions md cannot be NULL
|
||||||
|
- Don't support whirlpool in libressl
|
||||||
|
- Add support for use_pkcs1_pss_padding with fatal error if RSA-PSS is used for encryption operations
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 8 05:35:00 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
Thu May 8 05:35:00 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Crypt-OpenSSL-RSA
|
# spec file for package perl-Crypt-OpenSSL-RSA
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name Crypt-OpenSSL-RSA
|
%define cpan_name Crypt-OpenSSL-RSA
|
||||||
Name: perl-Crypt-OpenSSL-RSA
|
Name: perl-Crypt-OpenSSL-RSA
|
||||||
Version: 0.350.0
|
Version: 0.370.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 0.35 -> normalize -> 0.350.0
|
# 0.37 -> normalize -> 0.370.0
|
||||||
%define cpan_version 0.35
|
%define cpan_version 0.37
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: RSA encoding and decoding, using the openSSL libraries
|
Summary: RSA encoding and decoding, using the openSSL libraries
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -53,7 +53,7 @@ from earlier versions of this package return true on success, this (never
|
|||||||
documented) behavior is no longer the case.
|
documented) behavior is no longer the case.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
|||||||
Reference in New Issue
Block a user