head	1.2;
access;
symbols
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.10.15.07.20.24;	author daichi;	state dead;
branches;
next	1.1;

1.1
date	2003.04.11.20.52.02;	author nork;	state Exp;
branches;
next	;


desc
@@


1.2
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 <cperciva@@daemonology.net> (maintainer)
@
text
@--- Makefile.orig	Sat Mar  8 00:44:19 2003
+++ Makefile	Sat Mar 22 15:44:03 2003
@@@@ -40,7 +40,7 @@@@
 NUM!=( [ -f ${WORKDIR}/num ] && expr `cat ${WORKDIR}/num` + 1 ) || echo 1
 .endif
 
-fetch-update: verify
+fetch-update:
 	@@[ ! -z "${FETCHROOT}" ] || (					\
 		echo "Base URL not specified in ${CONFFILE}." &&	\
 		false )
@


1.1
log
@Add freebsd-update 1.2, fetches and installs binary updates
to FreeBSD.  This is the client half of the FreeBSD Update
system; it fetches and applies binary security updates.

PR:		ports/50202
Submitted by:	cperciva@@daemonology.net
@
text
@@

