Import the binary updates project ("binup") web site into the web tree

so that others can update it.
This commit is contained in:
Murray Stokely 2001-09-17 05:32:49 +00:00
parent f4dc14c80c
commit 6328ba5e50
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10710
3 changed files with 247 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.111 2001/08/02 04:51:59 chris Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.112 2001/08/23 13:44:07 kuriyama Exp $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -563,6 +563,17 @@ examples). </li>
backend. Libh also includes a new package system that uses Zip
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>
</ul>