Update binary updater project to point to Colin Percival's promising
'freebsd-update' system.
This commit is contained in:
parent
8f5bbd5b90
commit
283a0a664d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17909
1 changed files with 12 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.143 2003/08/11 18:19:27 ceri Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.144 2003/08/11 18:20:11 ceri Exp $">
|
||||
<!ENTITY title "FreeBSD Development Projects">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -461,16 +461,17 @@ and no hard drive is required!</li>
|
|||
archives and various per-package scripts among other things. It also
|
||||
includes the beginnings of a new sysinstall.</li>
|
||||
|
||||
<li><A name="binup" HREF="updater.html">Binary Updater
|
||||
(binup)</A>. The FreeBSD Binary Updater Project aims to
|
||||
provide a secure mechanism for the distribution of binary
|
||||
updates for FreeBSD. This system is a client / server
|
||||
mechanism that allows clients to install any known "profile"
|
||||
or release of FreeBSD over the network. Where a specific
|
||||
profile might contain a specific set of FreeBSD software to
|
||||
install, additional packages, and configuration actions that
|
||||
make it more ideal for a specific environment (ie FreeBSD 4.3
|
||||
Secure Web server profile).</li>
|
||||
<li><A name="binup"
|
||||
HREF="http://www.daemonology.net/freebsd-update/">Binary
|
||||
Updater</a>. FreeBSD Update is a system for automatically
|
||||
building, distributing, fetching, and applying binary security
|
||||
updates for FreeBSD. This makes it possible to easily track
|
||||
the FreeBSD security branches without the need for fetching
|
||||
the source tree and recompiling (except on the machine
|
||||
building the updates, of course). Updates are
|
||||
cryptographically signed; they are also distributed as binary
|
||||
diffs using my binary diff tool, which dramatically reduces
|
||||
the bandwidth used.</li>
|
||||
|
||||
<li><a name="c99" href="&base;/projects/c99/index.html">The
|
||||
FreeBSD C99 & POSIX® Conformance Project</a> aims to
|
||||
|
|
Loading…
Reference in a new issue