From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 16 20:10:29 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2A611065672; Tue, 16 Nov 2010 20:10:29 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1F7318FC14; Tue, 16 Nov 2010 20:10:28 +0000 (UTC) Received: by gxk9 with SMTP id 9so678098gxk.13 for ; Tue, 16 Nov 2010 12:10:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Dg9/UaQ0ZJR49M58x9RofQ4IlS4ca5YIZXwrZizAcWw=; b=QlOHr53TdpK/UEHaV1sB+i9S6XhVGt4phwwrYY+eTh8afXzenWIYfNAZUfI+q9pDG4 Pn0snhfb6RTyvD8c4/2s0eGt2a9QdHjEkp+zOQCzjf2jWDALbYw12x3oDI7lukhszQk7 ZR4CamJT982NbvpiQaWme0CE21ISvTeKq7GEU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=nw2IoGuALinMsk5q5x/ukRNGRiwHxQ0y9u27As/5uyncxcq/v50si4nAJBH1Evuke8 oL2otGjhTyLcpxYzTVYlkkdlurxdynLbWxILP2hgggehpQVlPidRfXFDoGe2/cSO4PQR F4hbRz1IgXj3zNKLWhgUYolmbELBr6CJaKTis= MIME-Version: 1.0 Received: by 10.216.93.9 with SMTP id k9mr6710672wef.89.1289938170985; Tue, 16 Nov 2010 12:09:30 -0800 (PST) Received: by 10.216.12.80 with HTTP; Tue, 16 Nov 2010 12:09:29 -0800 (PST) In-Reply-To: References: <4CE1DB90.3000502@b1c1l1.com> Date: Tue, 16 Nov 2010 14:09:29 -0600 Message-ID: From: Brandon Gooch To: Joerg Pulz Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Benjamin Lee , freebsd-hackers@freebsd.org, Garrett Cooper Subject: Re: [CFT+RFC] patch to buildworld with heimdal from ports X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 20:10:29 -0000 On Tue, Nov 16, 2010 at 2:49 AM, Joerg Pulz wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Content-ID: > > On Mon, 15 Nov 2010, Brandon Gooch wrote: > >> On Mon, Nov 15, 2010 at 9:37 PM, Garrett Cooper >> wrote: >>> >>> On Mon, Nov 15, 2010 at 7:09 PM, Brandon Gooch >>> wrote: >>>> >>>> On Mon, Nov 15, 2010 at 7:17 PM, Benjamin Lee wrote: >>>>> >>>>> On 11/15/2010 02:08 PM, Joerg Pulz wrote: >>>>>> >>>>>> Hi, >>>>>> >>>>>> after the security/heimdal port was updated to the current heimdal >>>>>> release and i added one missing function from base it is now possibl= e >>>>>> to >>>>>> completely buildworld src/ using the port for all Kerberos5/GSSAPI >>>>>> enabled parts. >>>>> >>>>> Hi Joerg, >>>>> >>>>> I don't think that having the base system depend on a port is the rig= ht >>>>> solution to resolving the libgssapi compatibility problems in base. >>>>> >>>>> Did you ever come across the old PR kern/147454 that I submitted in >>>>> June? =A0In it I included a src patch that replaced the base system's >>>>> libgssapi with upstream Heimdal's, which resolved all libgssapi >>>>> compatibility problems. =A0That patch is now stale, but either way I >>>>> haven't been able to draw enough attention to the issue to have it >>>>> fixed. >>>> >>>> I guess we're waiting on someone to review the patch and commit it? >>>> Hopefully someone can get this in soon, before 8.2 is released. >>>> >>>> Is there something wrong with your patch? >>> >>> Not according to another person that commented on the patch (and it >>> sounds like the experience is positive, not negative). Who's the >>> maintainer of the component? >> >> Garrett, where would one look for such an important detail? Source >> file somewhere? >> >> Joerg, how about taking over what's in base? Seems to me like you know >> what's going on, and you're maintaining the port :) >> >> BTW, I'm only beginning to dive into Kerberos on FreeBSD, so I'm not >> bringing to this discussion much wisdom :/ But I would like all of the >> pieces to work! > > Hi Brandon, > > i already started to work on updating base heimdal to a recent version wh= ich > is not the easiest task but i made some progreess. > Be patient. > > Kind regards Thanks Joerg! Patience is indeed a virtue, though I suppose I'm not too virtuous! ;) I'm sure you're work is going to make a lot of people happy! -Brandon