From owner-freebsd-hackers@FreeBSD.ORG Sat Apr 5 01:50:30 2014 Return-Path: Delivered-To: freebsd-hackers@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 A536ED26 for ; Sat, 5 Apr 2014 01:50:30 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4528FC51 for ; Sat, 5 Apr 2014 01:50:30 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id l18so4212555wgh.4 for ; Fri, 04 Apr 2014 18:50:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=usBCGgYqixHiMQY92HLKS88bIwsyq4pW7cQPPwFH8Ac=; b=UwSp3KLqJIKzhqgHxuDhvcy4et21pHYQqzJSyJFHQ7RHyx29epZPbb5FNXh6q4rX60 WcdM8qyhdYunq6Ru0Fc/kNvE3rkKSosmi+fjj7DGdsXind8oPUKGaIa48mBApDfu8Wq9 7uF4sIYFE4ZN0ZC9Qz0OP6TG7VGJxuK2b85GewUXtAtW61iMD3vQYrLXKhDqs0ZMHpWl 35wZxQlCspQXONC7cwE3tUPnaOP4+sLAMIMoDeKaryop5w6Zpd/1spMBbh2JmWXyAPB3 P6UIoz4NeTrdiCoHe1QO18wjvWgAxHT9B3TySkM/cxiTYZm54hbMtuTg69ftFtvP1dTU Jq7A== MIME-Version: 1.0 X-Received: by 10.180.206.16 with SMTP id lk16mr8638629wic.3.1396662628643; Fri, 04 Apr 2014 18:50:28 -0700 (PDT) Received: by 10.14.214.65 with HTTP; Fri, 4 Apr 2014 18:50:28 -0700 (PDT) Date: Fri, 4 Apr 2014 21:50:28 -0400 Message-ID: Subject: Heimdal in Base From: Robert Simmons To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 01:50:30 -0000 The Heimdal project released their new version quite a while back. They seem to have stopped updating their main website, but the project's code repository is showing 1.5.3: https://github.com/heimdal/heimdal/tree/heimdal-1.5.3 Is there a plan to pull this version into BASE?