From owner-freebsd-ports@FreeBSD.ORG Mon Feb 17 23:23:04 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC04EE25 for ; Mon, 17 Feb 2014 23:23:04 +0000 (UTC) Received: from mail-ee0-x22c.google.com (mail-ee0-x22c.google.com [IPv6:2a00:1450:4013:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81C111D03 for ; Mon, 17 Feb 2014 23:23:04 +0000 (UTC) Received: by mail-ee0-f44.google.com with SMTP id c13so7397987eek.17 for ; Mon, 17 Feb 2014 15:23:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zx5ejCNWXmps+kR4NkherQ3vkyrpOpHT+wSos9SdA5I=; b=ykS4ukS0qxbcvAy1Xf84lH1KH9dHjkc4vnL1PS9JGfInWbo00uBgf6cuPhCaxx+IUb IWXQp/lAb64zzC4z9CJrub7HobN24l9/byI7Y4QJKpgysUFZZvUOqUwPC3/gXYytn1CG yHZ/ZWAlqkbRFWCIkneq8bVBNPub/ZmMZngLGLqjka1pgB9E2J27c1lLUB/iKwu0Tms6 r5DXt5M9CNnaYk693Cg2XO9F8qY14NtBIpInbrXcutoXiBStIl5FSW9b4S32KilOMIqt w7mO8WGYwv3iJTtCREqccqf80b+JF5My5dqzY6AFyFVYIurTpLwFb6t3nK76t1/3hI/v 94TA== MIME-Version: 1.0 X-Received: by 10.14.246.68 with SMTP id p44mr4524564eer.72.1392679382937; Mon, 17 Feb 2014 15:23:02 -0800 (PST) Received: by 10.15.102.76 with HTTP; Mon, 17 Feb 2014 15:23:02 -0800 (PST) In-Reply-To: <530203DA.4050108@heuristicsystems.com.au> References: <530203DA.4050108@heuristicsystems.com.au> Date: Mon, 17 Feb 2014 18:23:02 -0500 Message-ID: Subject: Re: GSSAPI and Heimdal in Base From: Robert Simmons To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 23:23:05 -0000 Actually both port and base are 1.5.2. Base was updated in Apr 2012: http://svnweb.freebsd.org/base?view=revision&revision=234027 Both 9.x and 10.0 have Heimdal 1.5.2, same version in ports. The Heimdal project's current stable version is actually 1.5.3. They have forgotten to update their main website, but the Git repository speaks the truth: https://github.com/heimdal/heimdal/blob/master/NEWS Also, they are pushing out 1.6 release candidates at the moment, so I think 1.6 should arrive shortly. I will give the project a poke and see if they can update their website, but security/openssh-portable should build fine against heimdal base or the heimdal port since they are identical. On Mon, Feb 17, 2014 at 7:43 AM, Dewayne Geraghty wrote: > Robert, > There's a couple of versions different. Heimdal from ports is 1.5.2. > I'm writing personally because I don't build any systems with the > heimdal in base, but I recall it being around 1.0.1 on 9.X. > > As an aside I recall the openssh developer mentioning somewhere that > gssapi wasn't supported in openssh 6.5, but if it builds for you then > you're probably running an earlier version of the ports system? It's > also helpful to let folks know what FreeBSD version you're discussing ;) > > Cheers, Dewayne > > On 17/02/2014 5:14 PM, Robert Simmons wrote: >> When building openssh-portable, and enabling kerb_gssapi, but using >> the heimdal that is in base, it gives the error: >> KERB_GSSAPI Requires either MIT or HEMIDAL, does not build with base >> Heimdal currently >> >> What is the difference between base and the port of Heimdal? >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> >> >