From owner-freebsd-security@FreeBSD.ORG Thu Aug 9 22:13:06 2012 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D732106566B for ; Thu, 9 Aug 2012 22:13:06 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id E175C8FC0C for ; Thu, 9 Aug 2012 22:13:05 +0000 (UTC) Received: by qcsg15 with SMTP id g15so781339qcs.13 for ; Thu, 09 Aug 2012 15:13:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-operating-system :user-agent; bh=PHm6Zb8+nLWLIzXbGUyAiQ6jj8UNVg0f2fe+kLfrZXk=; b=gQhws+s5icmWQ9Kdtfx+luO7s5nQUJ2pWaBvrX7GlCPbfCSDzBwwlWin/g6wkEkRZq knn2tRz9vOiI2eDvt2/mKZhldqsvJziIzJZkAa3aqvv/U6+gjPY7KZDV6Ck/tRDroCjT kwtqsTeGLvbmXDEwkuN5yp1ruX7iwk1N7yG0diwYvvpMmYY0yE01fxgjS4xIINWrt2rj fN/Q2UK9537+e2adlaY/sAVVHrdSsPxbrd1qI27lxtzQ9InV17ianWL5gS1+yLXQQBV7 0/hyG6VuPfq/ZlF5DzbuBQkKD3y+0XJ8oKZ4lmkhoMWZ5CeDvRCgQk9/MkXaNr3qaJge zCHw== Received: by 10.224.188.83 with SMTP id cz19mr5429412qab.23.1344550384839; Thu, 09 Aug 2012 15:13:04 -0700 (PDT) Received: from schism.local (75-146-225-65-Philadelphia.hfc.comcastbusiness.net. [75.146.225.65]) by mx.google.com with ESMTPS id gw6sm2109340qab.21.2012.08.09.15.13.03 (version=SSLv3 cipher=OTHER); Thu, 09 Aug 2012 15:13:03 -0700 (PDT) Date: Thu, 9 Aug 2012 18:13:01 -0400 From: Glen Barber To: Brett Glass Message-ID: <20120809221301.GB1406@schism.local> References: <5023a174.c4df440a.09cc.ffffd3d2SMTPIN_ADDED@mx.google.com> <3FB858A6-807A-45E7-880B-F27D9C884827@gmail.com> <201208092131.PAA02727@lariat.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201208092131.PAA02727@lariat.net> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: cronfy , freebsd-security@freebsd.org, Henrik Andersen Subject: Re: getting the running patch level X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2012 22:13:06 -0000 On Thu, Aug 09, 2012 at 03:31:25PM -0600, Brett Glass wrote: > I realize that sysinstall is deprecated in favor of the new installer, but > the new installer doesn't have the ability to install binary packages. > Until and unless there's a convenient menu-based installer for binary > packages, would it be possible to fix this glitch? > There is always pkgng, granted it is not menu-driven. Glen