From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 10:45:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0716C16A46B for ; Sun, 13 Jan 2008 10:45:56 +0000 (UTC) (envelope-from bunchou@googlemail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id E657B13C45B for ; Sun, 13 Jan 2008 10:45:55 +0000 (UTC) (envelope-from bunchou@googlemail.com) Received: by rv-out-0910.google.com with SMTP id l15so1760123rvb.43 for ; Sun, 13 Jan 2008 02:45:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=3He30PBiY1CxaLc8MPh41vEI0vdTTWwqTub3YtJqcZg=; b=Q4anGQR4GJVAhi/gzomr1euW8mJQSJ8zdV/ZrsVgE8mcI+XTo+1GBmhgYnSF/JVB4UUTRxo0f6Ew05mMFszT2EqV8SVByOkQaElp/k880o7GE7oniDEj+hX51/ENpy7AhYun+9LAKIb+i4y3AvQqlhwUPpZJ5bZamGEVd3j5y4g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CG947zPEo5JQcVRYcSBRoRLbMP/uMUER5gw4F0N1a8wS9cjpFski+qktQeiMZC1d8TGZDyOL6yGIsj+44tXzc98+EmP0HsrUzQxNyQFQdlo8YfPf/Xf2yOPhl06JAQAsegFXJqa0FpjXZhoHYQWoarhogqB272B0ODonAXX0QZQ= Received: by 10.141.48.10 with SMTP id a10mr3116776rvk.35.1200219433521; Sun, 13 Jan 2008 02:17:13 -0800 (PST) Received: by 10.141.128.21 with HTTP; Sun, 13 Jan 2008 02:17:13 -0800 (PST) Message-ID: Date: Sun, 13 Jan 2008 11:17:13 +0100 From: "=?ISO-2022-JP?B?GyRCSjhEOxsoQg==?=" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Secure update of /usr/src X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 10:45:56 -0000 Hello all, is there any way to securely follow the STABLE branch of FreeBSD, e.g. a cryptographically signed distribution method like portsnap? Afaik, the usual update methods (CVSup, etc.) do not include any authentication / integrity checking. Am I missing something here? Thanks in advance