From owner-freebsd-current@FreeBSD.ORG Wed Mar 4 09:16:43 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28AA2106564A; Wed, 4 Mar 2009 09:16:43 +0000 (UTC) (envelope-from gunnar@bsd-gf.sr.se) Received: from dart.sr.se (dart.SR.SE [134.25.0.132]) by mx1.freebsd.org (Postfix) with ESMTP id AB7A88FC18; Wed, 4 Mar 2009 09:16:42 +0000 (UTC) (envelope-from gunnar@bsd-gf.sr.se) Received: from honken.sr.se (honken.sr.se [134.25.128.27]) by dart.sr.se (8.14.2/8.14.2) with ESMTP id n248vg4X035824 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 4 Mar 2009 09:57:47 +0100 (CET) (envelope-from gunnar@bsd-gf.sr.se) Received: from bsd-gf.sr.se (bsd-gf.sr.se [134.25.191.27]) by honken.sr.se (8.14.2/8.14.2) with ESMTP id n248vaMi069407; Wed, 4 Mar 2009 09:57:36 +0100 (CET) (envelope-from gunnar@bsd-gf.sr.se) Received: from bsd-gf.sr.se (localhost [127.0.0.1]) by bsd-gf.sr.se (8.14.3/8.14.2) with ESMTP id n248va5C092966; Wed, 4 Mar 2009 09:57:36 +0100 (CET) (envelope-from gunnar@bsd-gf.sr.se) Received: (from gunnar@localhost) by bsd-gf.sr.se (8.14.3/8.14.3/Submit) id n248vZVv092965; Wed, 4 Mar 2009 09:57:35 +0100 (CET) (envelope-from gunnar) Date: Wed, 4 Mar 2009 09:57:35 +0100 From: Gunnar Flygt To: Rick Macklem Message-ID: <20090304085735.GA92833@sr.se> References: <20090122121750.GA14657@sr.se> <4980B0D8.9010506@bellanet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Mailman-Approved-At: Wed, 04 Mar 2009 12:23:59 +0000 Cc: cy@freebsd.org, shaun@freebsd.org, current@freebsd.org, Gunnar Flygt , Graham Todd Subject: Re: Backporting of Heimdal 1.1 to 7.* X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gunnar Flygt List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 09:16:43 -0000 On Wed, Jan 28, 2009 at 03:48:49PM -0500, Rick Macklem wrote: > > > On Wed, 28 Jan 2009, Graham Todd wrote: > > >Gunnar Flygt wrote: > >>Is there any possibility that heimdal 1.1 that works beautifully in > >>Current will be backported to FreeBSD-7.x? > > > >What if the port was updated to 1.1 to match base in CURRENT or to 1.2.1 > >for testing? :-) Upstream heimdal is at 1.2.1 but I think there is some > >pthread trickiness involved in getting it to compile (does anyone know > >what is missing there?) For 1.1 you can change the values in the distinfo > >and Makefile in the current port (which is at 1.0.1) and build a new 1.1 > >package to use on 7.*. The rc script from the version in ports could use > >modernizing to make more use of rc.subr magic, but things seem to work. > > > [good stuff snipped] > > I don't know if this will help or muddy the waters, but... The kerberos > code in FreeBSD-CURRENT isn't Heimdal 1.1, but is code derived from it > by Doug Rabson, I believe. (So, backporting kerberos from -current isn't > the same thing as using Heimdal-1.1 on FreeBSD7.) > > I have built vanilla Heimdal-1.1 on FreeBSD7 and used it without > difficulty, but I never re-linked any system binaries, I just used > Heimdal-1.1 for my gssd. So I don't know what issues might be encountered > re-linking FreeBSD7 sources against Heimdal-1.1. (Heimdal-1.2 fails to > build, because it wants -lpthread added to some linkage, I vaguely > recall.) > > As I said, don't know if this helps, rick My point was only, to be lazy. I compile 1.1 on every new machine I install, and rebuild ssh after that. It was this later step that isn't needed in the current tree. One annoying thing though is that ksu doesn't work in the 8-current, but it works fine in my own compiled 1.1's (as su then of course). So I'll stick to my own compiled Heimdal's then. Sorry for the noice. Gunnar