From owner-freebsd-security@FreeBSD.ORG Thu Sep 18 08:45:54 2003 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8BFF16A4BF for ; Thu, 18 Sep 2003 08:45:54 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EF7943FE1 for ; Thu, 18 Sep 2003 08:45:52 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 908876540B; Thu, 18 Sep 2003 16:45:50 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25496-03-3; Thu, 18 Sep 2003 16:45:50 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id D7C4165407; Thu, 18 Sep 2003 16:45:49 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 0CB29C8; Thu, 18 Sep 2003 13:44:14 +0100 (BST) Date: Thu, 18 Sep 2003 13:44:14 +0100 From: Bruce M Simpson To: berta Message-ID: <20030918124414.GD3431@saboteur.dek.spc.org> Mail-Followup-To: berta , freebsd-security@freebsd.org References: <009101c37dda$b7d97450$05e3a8c0@nt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <009101c37dda$b7d97450$05e3a8c0@nt> Organization: SPC cc: freebsd-security@freebsd.org Subject: Re: FreeBSD Security Advisory FreeBSD-SA-03:12.openssh X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 15:45:55 -0000 On Thu, Sep 18, 2003 at 01:48:02PM +0200, berta wrote: > Is there a solution for the patch on freebsd boxes where > I do not keep any sources eg. the /usr/src is empty? Have you looked at freebsd-update in ports? This is a binary update mechanism. BMS