Bug 1744782
Summary: | (RFE) EPEL8 branch of perl-Crypt-SSLeay | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pat Riehecky <riehecky> |
Component: | perl-Crypt-SSLeay | Assignee: | Jitka Plesnikova <jplesnik> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | jplesnik, paul, perl-devel, s.munir |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | perl-Crypt-SSLeay-0.72-32.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-12-25 00:40:19 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
Pat Riehecky
2019-08-22 21:25:50 UTC
Do you really need perl-Crypt-SSLeay? Or is it possible to use perl-Net-SSLeay for your purpose? perl-Crypt-SSLeay as an old binding to OpenSSL was obsoleted by perl-Net-SSLeay. perl-Net-SSLeay is in RHEL 8. Btw, I am not able to build to the package for EPEL 8, because there are missing dependencies perl-ExtUtils-PkgConfig and perl-Path-Class, which I don't own. Hello, I'm trying to get OCS Inventory built up for RHEL8. It has a hard dependency on perl-Crypt-SSLeay. Do you know what is required to switch between the two? Hi, what do you use as a source for OCS Inventory? I looked at https://github.com/OCSInventory-NG/UnixAgent and there is written following: To get SSL communications working (for packages deployment or HTTPS communications to OCS server), you need these modules: - Crypt::SSLeay if you use LWP prior to version 6 - LWP::Protocol::https if you use LWP version 6 or more RHEL 8 provides perl(LWP) = 6.34, so you should requires per(LWP::Protocol::https) which is part of RHEL 8. I checked the code and Crypt::SSLeay is used only with LWP < 5.83. No changes in this code are needed. In that case I'll migrate up to that version. Perhaps this ticket can be closed now? Nobody else requires the package, so I close the BZ. Hi Jitka, We need perl-Crypt-SSLeay module for our product. If it can be moved to EPEL 8, that would be great. We do not yet use LWP::Protocol::https and it might take time to migrate to use this module instead of Net::SSL. I have tried building Crypt::SSLeay on RHEL 8.4. The build goes fine. The version is used is this one. https://cpan.metacpan.org/authors/id/N/NA/NANIS/Crypt-SSLeay-0.73_06.tar.gz. The scratch build passed against EPEL 8, so I requested the branch. https://pagure.io/releng/fedora-scm-requests/issue/39615 FEDORA-EPEL-2021-9d7cecbfcd has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-9d7cecbfcd FEDORA-EPEL-2021-9d7cecbfcd has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-9d7cecbfcd See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2021-9d7cecbfcd has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report. |