From owner-freebsd-stable@FreeBSD.ORG Thu Jan 15 17:54:24 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AC2A9CA; Thu, 15 Jan 2015 17:54:24 +0000 (UTC) Received: from mail.egr.msu.edu (hill.egr.msu.edu [35.9.37.162]) by mx1.freebsd.org (Postfix) with ESMTP id 0CBBC7E7; Thu, 15 Jan 2015 17:54:20 +0000 (UTC) Received: from hill (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 7EF253067E; Thu, 15 Jan 2015 12:54:19 -0500 (EST) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by hill (hill.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 84qXl0yu8Qvt; Thu, 15 Jan 2015 12:54:19 -0500 (EST) Received: from EGR authenticated sender Message-ID: <54B7FECB.2010002@egr.msu.edu> Date: Thu, 15 Jan 2015 12:54:19 -0500 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Patch to fix SSH and Kerberos entries in OptionalObsoleteFiles.inc Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: op@freebsd.org, amdmi3@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2015 17:54:24 -0000 My local patch count for FreeBSD 10 builds are down to one; could someone help me bring it to zero by committing my small patch and merging it to 10 at least? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193980 It adds some missing entries for OpenSSH and Heimdal Kerberos. This patch makes it easier for people to switch to OpenSSH or Kerberos from ports without leaving a broken and/or messy base system behind. I am willing to regenerate the patch if needed. Thank you.