From owner-cvs-all@FreeBSD.ORG Wed Oct 15 00:20:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53C8816A4B3; Wed, 15 Oct 2003 00:20:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB28343FDD; Wed, 15 Oct 2003 00:20:24 -0700 (PDT) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9F7KOXJ038053; Wed, 15 Oct 2003 00:20:24 -0700 (PDT) (envelope-from daichi@repoman.freebsd.org) Received: (from daichi@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9F7KOw4038052; Wed, 15 Oct 2003 00:20:24 -0700 (PDT) (envelope-from daichi) Message-Id: <200310150720.h9F7KOw4038052@repoman.freebsd.org> From: Daichi GOTO Date: Wed, 15 Oct 2003 00:20:24 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/freebsd-update Makefile distinfo pkg-plist ports/security/freebsd-update/files freebsd-update freebsd-update.8 freebsd-update.conf.5 patch-aa-rmverify patch-ab-path X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 07:20:26 -0000 daichi 2003/10/15 00:20:24 PDT FreeBSD ports repository Modified files: security/freebsd-update Makefile distinfo pkg-plist Removed files: security/freebsd-update/files freebsd-update freebsd-update.8 freebsd-update.conf.5 patch-aa-rmverify patch-ab-path Log: update security/freebsd-update: 1.3 -> 1.4 - Much cleaner code (FreeBSD Update is now a shell script, rather than a huge ugly makefile), - Better performance, - Reduced bandwidth usage when no updates are available, - Warnings about files which have been affected by security updates, but cannot be updated because they have been modified locally, - An "intrusion detection" mode which compares every file which can be installed as part of a RELEASE against a (signed) database of known good hashes. PR: 58028 Submitted by: Colin Percival (maintainer) Revision Changes Path 1.5 +8 -24 ports/security/freebsd-update/Makefile 1.3 +1 -1 ports/security/freebsd-update/distinfo 1.3 +0 -32 ports/security/freebsd-update/files/freebsd-update (dead) 1.2 +0 -66 ports/security/freebsd-update/files/freebsd-update.8 (dead) 1.2 +0 -36 ports/security/freebsd-update/files/freebsd-update.conf.5 (dead) 1.2 +0 -11 ports/security/freebsd-update/files/patch-aa-rmverify (dead) 1.2 +0 -20 ports/security/freebsd-update/files/patch-ab-path (dead) 1.3 +5 -4 ports/security/freebsd-update/pkg-plist