From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 16 04:54:42 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 EDF56106566B for ; Tue, 16 Nov 2010 04:54:41 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 580138FC13 for ; Tue, 16 Nov 2010 04:54:41 +0000 (UTC) Received: by wyb36 with SMTP id 36so305851wyb.13 for ; Mon, 15 Nov 2010 20:54:40 -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=78qWvaZoN1ZJJdjXjczXmMIRZSwF2l0Gjh+NGNNQrxM=; b=P6zWm1crP34W2vYisRIlq29MBbWVUkJlc7RmQFiXFr8I6Y/amujW4z0iX1nz5f0tr9 yoFwY+mA+K2sLzu6UqSDuzF4cMgTeWRW8St2lgL47NDCmPQtCQEsOLXsck+5WTrWO5+q YxHqy2pyCHToFlegqM4ALozqT+315elhDNBgE= 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=OuUeT/AF76zjqFqqQow7gmLW0B+YnBqTvBsAcj482mAI7lLcO+jtFfAjPd7eC96WMT Ik4aai97N31l1FrYO7QioBRlszaEBMg1TcNrlIfASkHyHZtcwe7VNkkeWr16OZhX3o+2 tf/m9B0DdhL3veec5Xxv83qu89XbWjyYB7Xmw= MIME-Version: 1.0 Received: by 10.216.231.227 with SMTP id l77mr7125748weq.104.1289883280101; Mon, 15 Nov 2010 20:54:40 -0800 (PST) Received: by 10.216.12.80 with HTTP; Mon, 15 Nov 2010 20:54:40 -0800 (PST) In-Reply-To: References: <4CE1DB90.3000502@b1c1l1.com> Date: Mon, 15 Nov 2010 22:54:40 -0600 Message-ID: From: Brandon Gooch To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Benjamin Lee , freebsd-hackers@freebsd.org, Joerg Pulz 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 04:54:42 -0000 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 possible = 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 right >>> 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 fixe= d. >> >> 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! -Brandon