From owner-cvs-all@FreeBSD.ORG Wed Nov 28 10:10:19 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96C3016A41B; Wed, 28 Nov 2007 10:10:19 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from itchy.rabson.org (unknown [IPv6:2001:618:400::50b1:e8f2]) by mx1.freebsd.org (Postfix) with ESMTP id 03FB113C4CE; Wed, 28 Nov 2007 10:10:18 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from [80.177.232.250] (herring.rabson.org [80.177.232.250]) by itchy.rabson.org (8.13.3/8.13.3) with ESMTP id lASAAIoE055374; Wed, 28 Nov 2007 10:10:18 GMT (envelope-from dfr@rabson.org) From: Doug Rabson To: Kris Kennaway In-Reply-To: <474D3DA1.2000109@FreeBSD.org> References: <200711272147.lARLluDr003360@repoman.freebsd.org> <1196239976.1259.38.camel@herring.rabson.org> <1196240571.1259.47.camel@herring.rabson.org> <474D3DA1.2000109@FreeBSD.org> Content-Type: text/plain Date: Wed, 28 Nov 2007 10:10:17 +0000 Message-Id: <1196244617.1259.59.camel@herring.rabson.org> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87.1/4934/Tue Nov 27 23:17:17 2007 on itchy.rabson.org X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit: src/etc/gss mech X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2007 10:10:19 -0000 On Wed, 2007-11-28 at 11:06 +0100, Kris Kennaway wrote: > Doug Rabson wrote: > > On Wed, 2007-11-28 at 08:52 +0000, Doug Rabson wrote: > >> On Tue, 2007-11-27 at 21:47 +0000, John Baldwin wrote: > >>> jhb 2007-11-27 21:47:56 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> etc/gss mech > >>> Log: > >>> Update the shlib version for libgssapi_krb5. This file needs to be updated > >>> anytime that library version is bumped. > >>> > >>> XXX: I wonder if this breaks any 6.x binaries using Kerberos5 via GSSAPI. > >> This file is new in 7.0. > > > > By that, I mean that in 6.x, libgssapi_krb5 is called libgssapi.so. > number I forget>. In 7.0, this becomes libgssapi_krb5 and applications > > link with the GSS-API plugin framework libgssapi.so.8 (or 9 if the extra > > version bump has been merged to 7.0). > > > > Does the number really need to be bumped for 7.0? It has already > > happened at least once, when I committed the plugin framework. > > Yes, it was the same version as in 6.x but incompatible because it > referenced all kinds of new libc.so.7 symbols not present in libc.so.6. > > The question is whether 6.x kerberos binaries will now run on 7.0 since > the mech file points to an incompatible 7.0 library. I believe they will because 6.x binaries will link directly to the Heimdal gssapi implementation which doesn't use the mechs file (it only does krb5).