Bug 645389 - openssh-5.[3456]p1-gsskex.patch broken
Summary: openssh-5.[3456]p1-gsskex.patch broken
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: openssh
Version: rawhide
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
Assignee: Jan F. Chadima
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 646286 655023
TreeView+ depends on / blocked
 
Reported: 2010-10-21 13:08 UTC by Mattias Ellert
Modified: 2010-11-19 11:36 UTC (History)
3 users (show)

Fixed In Version: openssh-5.5p1-22.fc14.2
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 646286 (view as bug list)
Environment:
Last Closed: 2010-10-28 22:14:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mattias Ellert 2010-10-21 13:08:27 UTC
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

Comment 1 Jan F. Chadima 2010-10-22 15:02:30 UTC
confirmed, repaired

Comment 2 Fedora Update System 2010-10-22 15:06:02 UTC
openssh-5.4p1-4.fc13 has been submitted as an update for Fedora 13.
https://admin.fedoraproject.org/updates/openssh-5.4p1-4.fc13

Comment 3 Fedora Update System 2010-10-22 15:07:00 UTC
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

Comment 4 Fedora Update System 2010-10-27 22:39:14 UTC
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

Comment 5 Fedora Update System 2010-10-28 22:14:51 UTC
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.

Comment 6 Fedora Update System 2010-10-30 23:40:38 UTC
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.


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