From owner-cvs-all@FreeBSD.ORG Sun Jan 1 12:02:04 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFF1F16A41F; Sun, 1 Jan 2006 12:02:04 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id D321E43D53; Sun, 1 Jan 2006 12:01:44 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from herring.rabson.org (herring.rabson.org [80.177.232.250]) by itchy.rabson.org (8.13.3/8.13.3) with ESMTP id k01C1e3j047154; Sun, 1 Jan 2006 12:01:40 GMT (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Alexander Leidinger Date: Sun, 1 Jan 2006 12:01:38 +0000 User-Agent: KMail/1.8.2 References: <200512291440.jBTEeMt7052684@repoman.freebsd.org> <200601011014.33641.dfr@nlsystems.com> <20060101124956.112c05e0@Magellan.Leidinger.net> In-Reply-To: <20060101124956.112c05e0@Magellan.Leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601011201.39811.dfr@nlsystems.com> X-Spam-Status: No, score=0.7 required=5.0 tests=SUBJ_HAS_SPACES, UNPARSEABLE_RELAY autolearn=no version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on itchy.rabson.org X-Virus-Scanned: ClamAV 0.87.1/1219/Wed Dec 28 22:57:59 2005 on itchy.rabson.org X-Virus-Status: Clean Cc: cvs-src@freebsd.org, Doug Rabson , "Bjoern A. Zeeb" , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 src/crypto/openssh sshd.c src/etc Makefile src/etc/gss Makefile mech qop src/etc/mtree BSD.include.dist BSD.root.dist src/gnu/usr.bin/cvs/cvs Makefile src/include Makefile gssapi.h src/include/gssapi Makefile gssapi.h ... 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: Sun, 01 Jan 2006 12:02:05 -0000 On Sunday 01 January 2006 11:49, Alexander Leidinger wrote: > On Sun, 1 Jan 2006 10:14:32 +0000 > > Doug Rabson wrote: > > My tree seemed to want to build the heimdal version of GSS-API with > > version 7, which conflicts with what is in ObsoleteFiles.inc. The > > new library exports exactly the same set of symbols as the heimdal > > library and should not remove any existing functionality. It ought > > to be safe to use the same version number. I'll change the build to > > use version 8. > > You can also remove the line from ObsoleteFiles.inc... I don't think so. I think that what happened is that when I started this project (>1 year ago), the gssapi version number was 7. It was later changed to 8 when a new version of heimdal was imported but my WIP didn't notice.