Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 441071 - jsch backwards compatibility issue
Summary: jsch backwards compatibility issue
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: jsch
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Deepak Bhole
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 440928
TreeView+ depends on / blocked
 
Reported: 2008-04-05 19:33 UTC by Matt Wringe
Modified: 2008-04-07 18:19 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-04-07 18:19:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch to add back old method (1.23 KB, patch)
2008-04-05 19:33 UTC, Matt Wringe
no flags Details | Diff

Description Matt Wringe 2008-04-05 19:33:37 UTC
Description of problem:
The update of jsch broke backwards compatiblity with maven-wagon causing it to
be unbuildable. This change was caused by jsch breaking one method into two
separate methods. Instead of just patching maven-wagon to get around this, I am
submitting a patch for the jsch package instead in hope it might help others
with the same problem.

Version-Release number of selected component (if applicable):
0.1.31

Steps to Reproduce:;;;
try and build the maven-wagon package from rawhide, it will fail due to
KnownHosts.add having it method signature changed.

Additional info:
The supplied patch will fix this issue

Comment 1 Matt Wringe 2008-04-05 19:33:37 UTC
Created attachment 301388 [details]
patch to add back old method

Comment 2 Deepak Bhole 2008-04-07 18:19:17 UTC
Thanks for the patch. Applied and built in rawhide.


Note You need to log in before you can comment on or make changes to this bug.