| Summary: | Version bump to 1.055 causes warnings on el6 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Brian Hinz <bphinz> |
| Component: | perl-Net-SSLGlue | Assignee: | Denis Fateyev <denis> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | denis, emmanuel, perl-devel |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | noarch | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | perl-Net-SSLGlue-1.057-1.el6 perl-Net-SSLGlue-1.057-1.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-19 00:30:03 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: | |
|
Description
Brian Hinz
2016-03-30 18:52:52 UTC
Although it's not critical, I'll check and fix this warning soon. Thanks for the report. $ cat perl-Net-SSLGlue-https-version.patch
--- lib/Net/SSLGlue/LWP.pm 2015-04-28 12:23:10.000000000 +0600
+++ lib/Net/SSLGlue/LWP.pm 2016-03-31 23:46:12.947143916 +0600
@@ -11,7 +11,8 @@
my $use_existent;
BEGIN {
require LWP::Protocol::https;
- $use_existent = $LWP::Protocol::https::VERSION >= 6.06
+ $use_existent = defined($LWP::Protocol::https::VERSION)
+ && $LWP::Protocol::https::VERSION >= 6.06
&& $LWP::UserAgent::VERSION >= 6.06;
if ($use_existent) {
my $oc = $Net::HTTPS::SSL_SOCKET_CLASS ||
perl-Net-SSLGlue-1.055-4.el6 has been submitted as an update to Fedora EPEL 6. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-d6ea31e69d perl-Net-SSLGlue-1.055-4.el6 has been pushed to the Fedora EPEL 6 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-d6ea31e69d Just confirming that your patch does indeed silence the warnings. Thanks for the quick resolution. perl-Net-SSLGlue-1.057-1.el6 has been submitted as an update to Fedora EPEL 6. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-245d3bd7d6 perl-Net-SSLGlue-1.057-1.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-015f19528b *** This bug has been marked as a duplicate of bug 1324639 *** perl-Net-SSLGlue-1.057-1.el6 has been pushed to the Fedora EPEL 6 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-245d3bd7d6 perl-Net-SSLGlue-1.057-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-015f19528b perl-Net-SSLGlue-1.057-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. perl-Net-SSLGlue-1.057-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |