Bug 645389
| Summary: | openssh-5.[3456]p1-gsskex.patch broken | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mattias Ellert <mattias.ellert> | |
| Component: | openssh | Assignee: | Jan F. Chadima <jchadima> | |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | low | |||
| Version: | rawhide | CC: | jchadima, mgrepl, tmraz | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | openssh-5.5p1-22.fc14.2 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 646286 (view as bug list) | Environment: | ||
| Last Closed: | 2010-10-28 22:14:55 UTC | Type: | --- | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 646286, 655023 | |||
confirmed, repaired openssh-5.4p1-4.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/openssh-5.4p1-4.fc13 openssh-5.5p1-22.fc14.2 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/openssh-5.5p1-22.fc14.2 openssh-5.4p1-4.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update openssh'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/openssh-5.4p1-4.fc13 openssh-5.4p1-4.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. openssh-5.5p1-22.fc14.2 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The openssh-5.[3456]p1-gsskex.patch says: @@ -268,6 +321,10 @@ static char *authmethods_get(void); Authmethod authmethods[] = { #ifdef GSSAPI + {"gssapi-keyex", + userauth_gsskeyex, + &options.gss_authentication, + NULL}, {"gssapi-with-mic", userauth_gssapi, NULL, However, there should be an additional NULL in the record: @@ -268,6 +321,11 @@ static char *authmethods_get(void); Authmethod authmethods[] = { #ifdef GSSAPI + {"gssapi-keyex", + userauth_gsskeyex, + NULL, + &options.gss_authentication, + NULL}, {"gssapi-with-mic", userauth_gssapi, NULL, Version-Release number of selected component (if applicable): openssh-5.6p1-10.fc15 openssh-5.5p1-21.fc14.2 openssh-5.4p1-3.fc13 openssh-5.3p1-19.fc12 Additional info: The koji buildlog says: sshconnect2.c:326:3: warning: initialization from incompatible pointer type