From owner-freebsd-questions@FreeBSD.ORG Fri Sep 25 20:17:24 2009 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 48A55106566B for ; Fri, 25 Sep 2009 20:17:24 +0000 (UTC) (envelope-from amsibamsi@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id D23948FC0C for ; Fri, 25 Sep 2009 20:17:23 +0000 (UTC) Received: by ewy5 with SMTP id 5so1244091ewy.36 for ; Fri, 25 Sep 2009 13:17:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=7HZsd2Vj5KyG/nzh0Icfe//0Sr0hFTPWMY3Btjzr2iY=; b=Y9zXtJVVhPBLCLJrp+uv3IZXNxZVDLqA5pKcI7dXLRsBPk7/n+8LoDB9BTNRtQ0mNz HD7xWO2tmDOYwSzOsfgWETXoJEY0If1zY6/e9u4FnQcz5KMmZM8RZHnRjlaJaFs8r8SL mGxAfqjDfFBgQnJ2wrWbdr3gIGjHBd8R9N6HU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=qDEXB4yGvyJc1cWlOu8bjHkid9XqNnuluOv28dE4dxPaHa9jIho6KuQXkAlXbjKpvE dQKQbmKwKwcjGX2UOKxjr/aQFBBFmDnfQEaKx4aNpNgGBPgI7qvLrTEm0VUyMloGJ8Eh yJs8vTl1VjoIZ/Vc13has3dr86tIlQNMEjSPo= Received: by 10.211.132.22 with SMTP id j22mr84379ebn.24.1253909842896; Fri, 25 Sep 2009 13:17:22 -0700 (PDT) Received: from ?10.10.2.2? (80-219-26-31.dclient.hispeed.ch [80.219.26.31]) by mx.google.com with ESMTPS id 28sm755014eyg.32.2009.09.25.13.17.22 (version=SSLv3 cipher=RC4-MD5); Fri, 25 Sep 2009 13:17:22 -0700 (PDT) From: Anselm Strauss Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Date: Fri, 25 Sep 2009 22:17:21 +0200 Message-Id: To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Apple Message framework v1076) X-Mailer: Apple Mail (2.1076) Subject: Build your own custom binary updates 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: Fri, 25 Sep 2009 20:17:24 -0000 Hi, is there a way to make your own binary patches for version updates? Say, if you are building your own world from /usr/src, but don't want to do that on every machine for every security update? I assume that would be somehow the same that the server part of freebsd-update is doing ... Cheers, Anselm