Bug 2005979

Summary: perl-Crypt-OpenSSL-RSA: FTBFS with OpenSSL 3.0.0 in Fedora Rawhide
Product: [Fedora] Fedora Reporter: Jitka Plesnikova <jplesnik>
Component: perl-Crypt-OpenSSL-RSAAssignee: Petr Pisar <ppisar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: perl-devel, ppisar, reuben-redhatbugzilla, sahana, wjhns174
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://koschei.fedoraproject.org/package/perl-Crypt-OpenSSL-RSA
Whiteboard:
Fixed In Version: perl-Crypt-OpenSSL-RSA-0.32-3.fc36 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-11-26 12:11:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jitka Plesnikova 2021-09-20 15:27:48 UTC
Description of problem:
Package perl-Crypt-OpenSSL-RSA fails to build from source with OpenSSL 3.0.0 in Fedora Rawhide.

RSA.xs: In function 'XS_Crypt__OpenSSL__RSA_use_sslv23_padding':
RSA.xs:647:22: error: 'RSA_SSLV23_PADDING' undeclared (first use in this function); did you mean 'RSA_NO_PADDING'?
  647 |     p_rsa->padding = RSA_SSLV23_PADDING;
      |                      ^~~~~~~~~~~~~~~~~~
      |                      RSA_NO_PADDING

Version-Release number of selected component (if applicable):
0.32-1.fc36

Steps to Reproduce:
koji build --scratch f36 perl-Crypt-OpenSSL-RSA-0.32-1.fc36.src.rpm

Additional info:
This package is tracked by Koschei. See:
https://koschei.fedoraproject.org/package/perl-Crypt-OpenSSL-RSA

Dependency changes from the last successful build:
https://koschei.fedoraproject.org/build/11184234

Comment 1 Petr Pisar 2021-11-11 11:37:44 UTC
*** Bug 2021945 has been marked as a duplicate of this bug. ***

Comment 2 Petr Pisar 2021-11-26 12:00:30 UTC
I will apply a fix proposed to the upstream.