Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2008 15:17:01 GMT
From:      Peter Vereshagin <peter@vereshagin.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125679: mutt-devel uses expired gss_nt_service_name
Message-ID:  <200807161517.m6GFH1We084465@www.freebsd.org>
Resent-Message-ID: <200807161520.m6GFK3pm055105@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125679
>Category:       ports
>Synopsis:       mutt-devel uses expired gss_nt_service_name
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 16 15:20:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Peter Vereshagin
>Release:        releng_7 cvsup'd less than a week ago
>Organization:
'
>Environment:
FreeBSD screwed.box 7.0-STABLE FreeBSD 7.0-STABLE #2: Sat Jul 12 18:30:17 SAMST 2008     toor@screwed.box:/usr/local/obj/usr/local/src/sys/PEOR  i386
>Description:
I do know nothing about what gss is just except it is used by mutt for imap.
Ok, i build mutt-devel for myself with several patches from mutt.org.ua.
i have no heimdal port installed. So i noticed that:
- gssapi_generic.h was not found by imap/auth_gss.c
- gss_nt_service_name doesn't get redefined
ok by far the gssapi.h is installed by freebsd base system.
After googling i found that it is renamed to conform some RFC naming convention standard.
It is menyioned just here:
http://www.stacken.kth.se/lists/heimdal-discuss/2006-11/msg00087.html
ok i just needed to comment out the gssapi_generic.h and redefine the symbol into capitalized standarded name
>How-To-Repeat:
Apply as many patches on mutt-devel as I did, or:
- simply look at auth_gss.c
- find the ifdef HEIMDAL
See that without it the gssapi_generic.h is about to be included AND the symbol does not redefines.

>Fix:
just don't know who should fix this AND the base system header is involved. Have no much experience on C  too, sorry.
I did as described.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807161517.m6GFH1We084465>