From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 16 03:37:18 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 9B71110656A4 for ; Tue, 16 Nov 2010 03:37:18 +0000 (UTC) (envelope-from yanegomi@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 2B0AF8FC1F for ; Tue, 16 Nov 2010 03:37:17 +0000 (UTC) Received: by wyb36 with SMTP id 36so253359wyb.13 for ; Mon, 15 Nov 2010 19:37:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=i4NfO/hIJ1UlQLmatewt9ziAylcTnhGqyV62t7HmhbM=; b=WJinIFpuyXoQcPiNc672kQzMwEH/gCe9pOLNQdZsuokZ96qg8up4Uj4FYRFq4adTTy +cSia78hWbpr1SXm5IbzCM4YtalRwmUnjr8vCWJ2ivoL76MUBoNLzOiEQKypi1sus5w6 7W4ZdfzLvGBlkf6XWh2odB+cIPnX7NU4OC05k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=D9WpnHKGCFwsVqojJyCtjabbtcj/OueDhFXunZw4prWiePO0KylNgyRWyjuwA1ojsW p4F4UmnNKCkSnbP8EHNblkCICT1gUx7EhtSOvUVYs1bXN/hjqYfgg0sgnslo2/+RLRuw GEQ7o97WSpjEjQLdZKkCeACg6gvI5SzaGh/9g= MIME-Version: 1.0 Received: by 10.216.7.210 with SMTP id 60mr8139616wep.30.1289878636916; Mon, 15 Nov 2010 19:37:16 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.198.27 with HTTP; Mon, 15 Nov 2010 19:37:16 -0800 (PST) In-Reply-To: References: <4CE1DB90.3000502@b1c1l1.com> Date: Mon, 15 Nov 2010 19:37:16 -0800 X-Google-Sender-Auth: ss5w6ip18Fv20YGrfbH0PjLwrM4 Message-ID: From: Garrett Cooper To: Brandon Gooch 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 03:37:18 -0000 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 t= o >>> 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 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?