From owner-freebsd-current@FreeBSD.ORG Sun Jun 13 09:20:42 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84115106566B for ; Sun, 13 Jun 2010 09:20:41 +0000 (UTC) (envelope-from haba@kth.se) Received: from smtp-2.sys.kth.se (smtp-2.sys.kth.se [130.237.32.160]) by mx1.freebsd.org (Postfix) with ESMTP id 3A3488FC14 for ; Sun, 13 Jun 2010 09:20:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 2270A14DC41; Sun, 13 Jun 2010 10:59:33 +0200 (CEST) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-2.sys.kth.se ([127.0.0.1]) by localhost (smtp-2.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ljbxgwASdrCQ; Sun, 13 Jun 2010 10:59:32 +0200 (CEST) X-KTH-Auth: haba [80.251.207.11] X-KTH-mail-from: haba@kth.se Received: from localhost (cust-IP-11.data.tre.se [80.251.207.11]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 429A814C022; Sun, 13 Jun 2010 10:59:30 +0200 (CEST) Date: Sun, 13 Jun 2010 10:59:29 +0200 (CEST) Message-Id: <20100613.105929.183737534.haba@habanero.pdc.kth.se> To: heimdal-discuss@sics.se, saper@saper.info From: Harald Barth In-Reply-To: References: X-Mailer: Mew version 5.2.51 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 13 Jun 2010 11:10:38 +0000 Cc: freebsd-current@freebsd.org Subject: Re: Our aging base system heimdal X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2010 09:20:42 -0000 > Dnia 06.06.2010 b. f. napisaƂ/a: > > Is anybody planning to update the base system heimdal, which has been > > largely untouched since May 2008? In addition to the many other > > bug-fixes and improvements in the current version 1.3.3 (see, for > > example: > > I decided to give it a try. My first steup is to make it compile on > FreeBSD. As you know, as of recently FreeBSD-current has no You want at least 2 or 3 patches to make 1.3.3 useful: 1. The patch that fixes http access to the kdc 2. The patch that makes kxd work again 3. If your freebsd version needs strerror_r from libroken, the patch that fixes the broken call to strlcpy. Harald.