https://bugzilla.redhat.com/show_bug.cgi?id=864102 Bug ID: 864102 QA Contact: extras-qa@xxxxxxxxxxxxxxxxx Severity: unspecified Version: el6 Priority: unspecified CC: perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, psabata@xxxxxxxxxx Assignee: psabata@xxxxxxxxxx Summary: Bad precedence in library version check Regression: --- Story Points: --- Classification: Fedora OS: Unspecified Reporter: linux@xxxxxxxxxxx Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: perl-Net-SSH2 Product: Fedora EPEL Created attachment 623492 --> https://bugzilla.redhat.com/attachment.cgi?id=623492&action=edit Fix operator precedence in auth agent check The perl module checks the libssh2 version to decide if agent authenticaion support should be used, but there is a bad operator precedence in the check (>= has higher precedence than ||). While the bug is upstream, the situation (running newer Net::SSH2 with older libssh2) is pretty specific to RHEL 6. This bug makes ->auth calls fail unless an explicit auth rank is set. The attached patch fixes the problem. -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel