[packages/perl-Crypt-OpenSSL-RSA] - updated to 0.33 - removed obsolete openssl3 patch

qboosh qboosh at pld-linux.org
Sun Nov 6 07:48:49 CET 2022


commit 4303080227f3bf6a0cb79678abf788544665af29
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Nov 6 07:48:45 2022 +0100

    - updated to 0.33
    - removed obsolete openssl3 patch

 openssl3.patch              | 15 ---------------
 perl-Crypt-OpenSSL-RSA.spec | 10 ++++------
 2 files changed, 4 insertions(+), 21 deletions(-)
---
diff --git a/perl-Crypt-OpenSSL-RSA.spec b/perl-Crypt-OpenSSL-RSA.spec
index 7d3eabc..27bb989 100644
--- a/perl-Crypt-OpenSSL-RSA.spec
+++ b/perl-Crypt-OpenSSL-RSA.spec
@@ -1,20 +1,19 @@
 #
 # Conditional build:
-%bcond_without	tests	# Do not perform "make test"
+%bcond_without	tests	# unit tests
 #
 %define		pdir	Crypt
 %define		pnam	OpenSSL-RSA
 Summary:	Crypt::OpenSSL::RSA - RSA encoding and decoding, using the OpenSSL libraries
 Summary(pl.UTF-8):	Crypt::OpenSSL::RSA - kodowanie i dekodowanie RSA przy użyciu OpenSSL
 Name:		perl-Crypt-OpenSSL-RSA
-Version:	0.32
-Release:	2
+Version:	0.33
+Release:	1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/Crypt/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5:	41ee1df9ce505ffb85ce26a18c494841
-Patch0:		openssl3.patch
+# Source0-md5:	402994cca9f4502741cf9514719b9bdf
 URL:		https://metacpan.org/dist/Crypt-OpenSSL-RSA
 BuildRequires:	openssl-devel >= 0.9.7d
 BuildRequires:	perl-Crypt-OpenSSL-Guess >= 0.11
@@ -40,7 +39,6 @@ także na odszyfrowywanie oraz weryfikację podpisów.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
diff --git a/openssl3.patch b/openssl3.patch
deleted file mode 100644
index 595a02c..0000000
--- a/openssl3.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- Crypt-OpenSSL-RSA-0.31/RSA.xs~	2018-09-24 19:23:02.000000000 +0200
-+++ Crypt-OpenSSL-RSA-0.31/RSA.xs	2021-10-15 22:28:07.598552868 +0200
-@@ -640,12 +640,6 @@
-   CODE:
-     p_rsa->padding = RSA_PKCS1_OAEP_PADDING;
- 
--void
--use_sslv23_padding(p_rsa)
--    rsaData* p_rsa;
--  CODE:
--    p_rsa->padding = RSA_SSLV23_PADDING;
--
- # Sign text. Returns the signature.
- 
- SV*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Crypt-OpenSSL-RSA.git/commitdiff/4303080227f3bf6a0cb79678abf788544665af29



More information about the pld-cvs-commit mailing list