[BACK]Return to cvsup.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/cvsup.html, Revision 1.77

1.74      xsa         1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
1.21      naddy       3: <html>
1.1       brian       4: <head>
                      5: <title>OpenBSD CVSup</title>
1.21      naddy       6: <link rev="made" href="mailto:www@openbsd.org">
1.74      xsa         7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.21      naddy       8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="How to get OpenBSD updates via Internet using CVSup">
                     10: <meta name="keywords" content="openbsd,cvsup,updates">
                     11: <meta name="distribution" content="global">
1.74      xsa        12: <meta name="copyright" content="This document copyright 2000-2004 by OpenBSD.">
1.1       brian      13: </head>
                     14:
1.7       brian      15: <body bgcolor="#FFFFFF" text="#000000" link="#23238E">
1.1       brian      16:
1.74      xsa        17: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141"
                     18:        src="images/smalltitle.gif" border="0"></a>
1.7       brian      19:
                     20: <h2><font color="#e00000">CVSup</font></h2>
1.21      naddy      21: <hr>
1.1       brian      22:
1.7       brian      23: <h3>Table of Contents</h3>
                     24: <ul>
                     25: <li><a href="#cvsup">What Is CVSup?</a></li>
                     26: <li><a href="#starting">Getting Started Using CVSup</a></li>
                     27: <li><a href="#using">Using CVS to Update Your Source Tree</a></li>
                     28: <li><a href="#checkout">Running CVSup in Checkout Mode</a></li>
                     29: <li><a href="#CVSROOT">Available CVSup Servers</a></li>
1.1       brian      30: </ul>
                     31:
1.21      naddy      32: <hr>
1.1       brian      33:
1.9       naddy      34:
1.21      naddy      35: <h3><a name="cvsup"><font color="#0000e0">What Is CVSup?</font></a></h3>
1.1       brian      36:
                     37: <p>
                     38: <b>CVSup</b> is a software package for distributing and updating source
1.58      naddy      39: trees from a master <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1">cvs(1)</a> repository on a remote server host. The OpenBSD
1.1       brian      40: sources are maintained in a CVS repository on a central development machine
                     41: in Canada.  With CVSup, OpenBSD users can easily keep their own source trees
                     42: up to date.
                     43:
                     44: <p>
                     45: <b>CVSup</b> uses the so-called pull model of updating. Under the pull
                     46: model, each client asks the server for updates, if and when they are
                     47: wanted.  The server waits passively for update requests from its clients.
                     48: Thus all updates are instigated by the client.  The server never sends
                     49: unsolicited updates.  Users must either run the <b>CVSup</b> client
1.58      naddy      50: manually to get an update, or they must set up a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&amp;sektion=8">cron(8)</a> job to run it
1.1       brian      51: automatically on a regular basis.
                     52:
                     53: <p>
                     54: The term <b>CVSup</b>, capitalized just so, refers to the entire software
                     55: package. Its main components are the client <tt>cvsup</tt> which runs on
                     56: each user's machine, and the server <tt>cvsupd</tt> which runs at each of
                     57: the OpenBSD CVSup mirror sites.
                     58:
                     59: <p>
                     60: <b>CVSup</b> is intended to be both faster and more flexible than
1.21      naddy      61: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sup&amp;sektion=1&amp;format=html">sup(1)</a>, CVSup's predecessor.
1.1       brian      62:
                     63: <p>
1.21      naddy      64: The OpenBSD Project currently has five main source repositories:
1.1       brian      65:
                     66: <ul>
1.9       naddy      67:   <li><b>src</b> - Houses all source code for the OpenBSD Operating System.</li>
                     68:   <li><b>ports</b> - Houses the <a href="./ports.html">OpenBSD Ports</a>.</li>
                     69:   <li><b>www</b> - Houses all OpenBSD web pages. (Including this one).</li>
                     70:   <li><b>x11</b> - Houses OpenBSD's adaptation of the
1.20      brian      71:       <a href="http://www.XFree86.org/">XFree86-3</a> software project.</li>
                     72:   <li><b>xf4</b> - Houses OpenBSD's adaptation of the
                     73:       <a href="http://www.XFree86.org/">XFree86-4</a> software project.</li>
1.1       brian      74: </ul>
                     75:
1.21      naddy      76: <h3><a name="CVS"><font color="#0000e0">What Is CVS?</font></a></h3>
1.1       brian      77:
                     78: <p>
                     79: CVS is the source code control system used to manage the OpenBSD source
1.7       brian      80: tree.  It is described in more detail <a href="anoncvs.html#CVS">here</a>.
1.50      naddy      81: Note that CVS and CVSup are entirely different programs.  Although
                     82: CVS can be used for remote file access, it is not optimized for
                     83: wholesale source tree distribution over the net, and CVSup can be
                     84: easily an order of magnitude more efficient for this task.
1.1       brian      85:
1.2       brian      86: <h3>
1.21      naddy      87: <a name="starting"><font color="#0000e0">Getting Started Using CVSup</font></a>
1.2       brian      88: </h3>
1.1       brian      89:
                     90: <p>
1.59      naddy      91: Building CVSup from the sources can prove cumbersome since it is
                     92: written in Modula-3.  The <tt>lang/ezm3</tt> port provides a smaller
                     93: distribution of the Modula-3 compiler and runtime system for people
                     94: whose only need for Modula-3 is to build CVSup.  Nevertheless, if
                     95: you only care about running CVSup, it is recommended that you
                     96: download the cvsup package from the <a href="ftp.html">ftp mirror
                     97: sites</a> instead of building your own from the <tt>net/cvsup</tt>
                     98: port.  Currently the OpenBSD ports of Ezm3 and consequently CVSup
                     99: are only available on the i386 platform.
1.1       brian     100:
                    101: <p>
1.50      naddy     102: For further information about CVSup, see the author's
                    103: <a href="http://www.polstra.com/projects/freeware/CVSup/">project
                    104: homepage</a>.
1.9       naddy     105:
                    106: <p>
1.50      naddy     107: In order to mirror the OpenBSD repository with CVSup,
                    108: the following configuration file might be used:
1.1       brian     109:
                    110: <pre>
                    111:         # Defaults that apply to all the collections
                    112:         *default release=cvs
                    113:         *default delete use-rel-suffix
                    114:         *default umask=002
1.41      brad      115:         *default host=cvsup.uk.openbsd.org
1.1       brian     116:         *default base=/cvs
                    117:         *default prefix=/cvs
                    118:
                    119:         # If your network link is a T1 or faster, comment out the following line.
                    120:         *default compress
                    121:
                    122:         OpenBSD-all
                    123:         #OpenBSD-src
                    124:         #OpenBSD-www
                    125:         #OpenBSD-ports
                    126:         #OpenBSD-x11
1.20      brian     127:         #OpenBSD-xf4
1.1       brian     128: </pre>
                    129:
                    130: <p>
                    131: This directs cvsup to refresh all OpenBSD distributions from
1.58      naddy     132: <b>cvsup.uk.openbsd.org</b> with a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umask&amp;sektion=2">umask(2)</a> that permits group write
1.1       brian     133: permission to the local repository.
                    134:
                    135: <p>
                    136: Assuming this file is saved as <tt>cvs-supfile</tt>, the
1.39      horacio   137: following command would be used to invoke the cvsup GUI:
1.1       brian     138: <pre>
                    139:         cvsup cvs-supfile
                    140: </pre>
1.9       naddy     141: <p>
1.1       brian     142: whereas for batch mode, the following might be used:
                    143: <pre>
                    144:         cvsup -g -L 2 cvs-supfile
                    145: </pre>
                    146:
1.21      naddy     147: <h3><a name="using">
1.7       brian     148: <font color="#0000e0">Using CVS to Update Your Source Tree</font>
1.2       brian     149: </a></h3>
1.1       brian     150:
                    151: <p>
1.7       brian     152: It is now simple to check out any one of the CVSup'ed repositories.
                    153: For Korn/Bourne shells:
                    154: <pre>
                    155:         # cd /usr
                    156:         # CVSROOT=/cvs cvs checkout src
                    157: </pre>
                    158: <p>
                    159: For csh and its derivatives:
                    160: <pre>
                    161:         # cd /usr
                    162:         # setenv CVSROOT /cvs
                    163:         # cvs checkout src
                    164: </pre>
1.1       brian     165:
                    166: <p>
1.7       brian     167: The above will check out the most current sources. Many of you will only
1.1       brian     168: want the release sources, especially if you are patching your system.  To
                    169: checkout release sources you must specify a tag along with your command.
                    170: For example:
1.7       brian     171: <pre>
                    172:         # cd /usr
1.40      jufi      173:         # cvs checkout -rOPENBSD_2_9 src
1.7       brian     174: </pre>
                    175: <p>
1.40      jufi      176: Or <tt>OPENBSD_2_8</tt> for 2.8, etc.
1.7       brian     177:
1.21      naddy     178: <h3><a name="checkout"><font color="#0000e0">Running CVSup in
1.7       brian     179: Checkout Mode</font></a></h3>
1.1       brian     180:
                    181: <p>
1.7       brian     182: As an alternative to getting the repository and using CVS, you can
                    183: run CVSup in checkout mode by adding a <tt>tag</tt> or <tt>date</tt>
                    184: keyword to your supfile, either as a <tt>*default</tt> or as an
                    185: option to a collection. In particular, you can use this to efficiently
                    186: update the source and ports trees shipped on the <a
                    187: href="orders.html">CDROMs</a>.
                    188: <p>
                    189: The following supfile could be used to update your ports tree:
                    190: <pre>
                    191:         # Defaults that apply to all the collections
                    192:         *default host=cvsup.uk.openbsd.org
                    193:         *default base=/var
                    194:         *default prefix=/usr
                    195:         *default release=cvs
                    196:         *default delete use-rel-suffix compress
                    197:
                    198:         # Ports Collection.
                    199:         OpenBSD-ports tag=.
                    200: </pre>
                    201: <p>
                    202: Any CVS symbolic tag can be used.  A single period "." means HEAD,
                    203: i.e. the newest revision of all files in the main branch.  Take care
                    204: to specify an existing tag, as CVSup cannot distinguish valid from
                    205: invalid tags, and an attempt to synchronize an existing source tree
                    206: to an invalid tag will remove all files.
                    207: <p>
                    208: Alternatively, use the keyword <tt>date=[cc.]yy.mm.dd.hh.mm.ss</tt>
1.60      deraadt   209: to select a revision by date.  All 17 or 20 characters must be
1.7       brian     210: given as shown.  For the years 2000 and beyond, specify the century
                    211: <var>cc</var>.  For earlier years, specify only the last two digits
                    212: <var>yy</var>.  You may also combine the <tt>tag</tt> and <tt>date</tt>
                    213: keywords.
                    214:
1.1       brian     215:
1.2       brian     216: <h3>
1.21      naddy     217: <a name="CVSROOT"><font color="#0000e0">Available CVSup Servers</font></a>
1.2       brian     218: </h3>
1.1       brian     219:
1.74      xsa       220: <p>The following CVSup servers are available:
1.7       brian     221:
1.1       brian     222: <dl>
1.41      brad      223: <dt><a href="http://cvsup.uk.openbsd.org"><strong>cvsup.uk.openbsd.org</strong></a></dt>
1.7       brian     224: <dd><p>
1.6       deraadt   225: located in Brighton, UK;
1.41      brad      226: maintained by <a href="mailto:brian@openbsd.org">Brian Somers</a>.<br>
1.21      naddy     227: Updated every 2 hours.
1.1       brian     228: <p>
1.7       brian     229: Available collections:
1.1       brian     230: <table>
1.9       naddy     231: <tr><td width="20"></td>
                    232:     <td><strong>OpenBSD-src</strong></td>
                    233:     <td>- The <b>src</b> repository</td></tr>
                    234: <tr><td></td>
                    235:     <td><strong>OpenBSD-ports</strong></td>
                    236:     <td>- The <b>ports</b> repository</td></tr>
                    237: <tr><td></td>
                    238:     <td><strong>OpenBSD-www</strong></td>
                    239:     <td>- The <b>www</b> repository</td></tr>
                    240: <tr><td></td>
                    241:     <td><strong>OpenBSD-x11</strong></td>
1.20      brian     242:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    243: <tr><td></td>
                    244:     <td><strong>OpenBSD-xf4</strong></td>
                    245:     <td>- The <b>XFree86-4</b> repository</td></tr>
1.9       naddy     246: <tr><td></td>
                    247:     <td><strong>OpenBSD-all</strong></td>
                    248:     <td>- All OpenBSD repositories</td></tr>
1.1       brian     249: </table>
1.7       brian     250: </dd>
                    251: </dl>
1.1       brian     252:
1.7       brian     253: <dl>
1.41      brad      254: <dt><strong>cvsup.de.openbsd.org</strong></dt>
1.7       brian     255: <dd><p>
                    256: located near Frankfurt am Main, Germany;
1.21      naddy     257: maintained by <a href="mailto:wosch@FreeBSD.org">Wolfram Schneider</a>.<br>
1.53      naddy     258: Updated every 12 hours from cvsup.uk.openbsd.org.
1.3       brian     259: <p>
1.7       brian     260: Available collections:
1.3       brian     261: <table>
1.9       naddy     262: <tr><td width="20"></td>
1.12      naddy     263:     <td><strong>OpenBSD-src</strong></td>
1.9       naddy     264:     <td>- The <b>src</b> repository</td></tr>
                    265: <tr><td></td>
1.12      naddy     266:     <td><strong>OpenBSD-ports</strong></td>
1.9       naddy     267:     <td>- The <b>ports</b> repository</td></tr>
                    268: <tr><td></td>
1.12      naddy     269:     <td><strong>OpenBSD-www</strong></td>
1.9       naddy     270:     <td>- The <b>www</b> repository</td></tr>
                    271: <tr><td></td>
1.12      naddy     272:     <td><strong>OpenBSD-x11</strong></td>
1.20      brian     273:     <td>- The <b>XFree86-3</b> repository</td></tr>
1.12      naddy     274: <tr><td></td>
                    275:     <td><strong>OpenBSD-all</strong></td>
                    276:     <td>- All OpenBSD repositories</td></tr>
1.3       brian     277: </table>
1.7       brian     278: </dd>
                    279: </dl>
1.3       brian     280:
1.7       brian     281: <dl>
1.41      brad      282: <dt><a href="http://cvsup2.de.openbsd.org"><strong>cvsup2.de.openbsd.org</strong></a></dt>
1.7       brian     283: <dd><p>
1.41      brad      284: located in Munich, Germany;
                    285: maintained by <a href="mailto:dl@leo.org">Daniel Lang</a>.<br>
                    286: Updated every 24 hours.
1.5       ericj     287: <p>
1.7       brian     288: Available collections:
1.5       ericj     289: <table>
1.9       naddy     290: <tr><td width="20"></td>
                    291:     <td><strong>OpenBSD-src</strong></td>
                    292:     <td>- The <b>src</b> repository</td></tr>
                    293: <tr><td></td>
                    294:     <td><strong>OpenBSD-ports</strong></td>
                    295:     <td>- The <b>ports</b> repository</td></tr>
                    296: <tr><td></td>
                    297:     <td><strong>OpenBSD-www</strong></td>
                    298:     <td>- The <b>www</b> repository</td></tr>
                    299: <tr><td></td>
                    300:     <td><strong>OpenBSD-x11</strong></td>
1.20      brian     301:     <td>- The <b>XFree86-3</b> repository</td></tr>
1.9       naddy     302: <tr><td></td>
1.41      brad      303:     <td><strong>OpenBSD-xf4</strong></td>
                    304:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    305: <tr><td></td>
1.9       naddy     306:     <td><strong>OpenBSD-all</strong></td>
                    307:     <td>- All OpenBSD repositories</td></tr>
1.5       ericj     308: </table>
1.7       brian     309: </dd>
                    310: </dl>
1.1       brian     311:
1.7       brian     312: <dl>
1.41      brad      313: <dt><strong>cvsup.hu.openbsd.org</strong></dt>
1.18      beck      314: <dd><p>
1.41      brad      315: located in Hungary;
                    316: maintained by <a href="mailto:mohacsi@hera.ik.bme.hu">Mohacsi Janos</a>.<br>
                    317: Updated every 4 hours.
1.18      beck      318: <p>
                    319: Available collections:
                    320: <table>
                    321: <tr><td width="20"></td>
                    322:     <td><strong>OpenBSD-src</strong></td>
                    323:     <td>- The <b>src</b> repository</td></tr>
                    324: <tr><td></td>
                    325:     <td><strong>OpenBSD-ports</strong></td>
                    326:     <td>- The <b>ports</b> repository</td></tr>
                    327: <tr><td></td>
                    328:     <td><strong>OpenBSD-www</strong></td>
                    329:     <td>- The <b>www</b> repository</td></tr>
                    330: <tr><td></td>
1.19      brian     331:     <td><strong>OpenBSD-x11</strong></td>
1.20      brian     332:     <td>- The <b>XFree86-3</b> repository</td></tr>
1.19      brian     333: <tr><td></td>
1.18      beck      334:     <td><strong>OpenBSD-all</strong></td>
                    335:     <td>- All OpenBSD repositories</td></tr>
                    336: </table>
                    337: </dd>
                    338: </dl>
                    339:
                    340: <dl>
1.41      brad      341: <dt><strong>cvsup.fr.openbsd.org</strong></dt>
1.7       brian     342: <dd><p>
1.6       deraadt   343: located in France;
1.21      naddy     344: maintained by <a href="mailto:jch@oleane.net">Jean-Claude Christophe</a>.<br>
1.7       brian     345: Updated every 12 hours.
1.6       deraadt   346: <p>
1.7       brian     347: Available collections:
1.6       deraadt   348: <table>
1.9       naddy     349: <tr><td width="20"></td>
                    350:     <td><strong>OpenBSD-src</strong></td>
                    351:     <td>- The <b>src</b> repository</td></tr>
                    352: <tr><td></td>
                    353:     <td><strong>OpenBSD-ports</strong></td>
                    354:     <td>- The <b>ports</b> repository</td></tr>
                    355: <tr><td></td>
                    356:     <td><strong>OpenBSD-www</strong></td>
                    357:     <td>- The <b>www</b> repository</td></tr>
                    358: <tr><td></td>
                    359:     <td><strong>OpenBSD-all</strong></td>
                    360:     <td>- All OpenBSD repositories</td></tr>
1.6       deraadt   361: </table>
1.7       brian     362: </dd>
                    363: </dl>
1.5       ericj     364:
1.14      brian     365: <dl>
1.41      brad      366: <dt><strong>cvsup.usa.openbsd.org</strong></dt>
1.14      brian     367: <dd><p>
1.41      brad      368: located in West Lafayette, Indiana, USA;
1.21      naddy     369: maintained by <a href="mailto:will@csociety.ecn.purdue.edu">Will Andrews</a>.<br>
1.14      brian     370: Updated every 2 hours.
                    371: <p>
                    372: Available collections:
                    373: <table>
                    374: <tr><td width="20"></td>
                    375:     <td><strong>OpenBSD-src</strong></td>
                    376:     <td>- The <b>src</b> repository</td>
                    377: <tr><td></td>
                    378:     <td><strong>OpenBSD-ports</strong></td>
                    379:     <td>- The <b>ports</b> repository</td></tr>
                    380: <tr><td></td>
                    381:     <td><strong>OpenBSD-www</strong></td>
                    382:     <td>- The <b>www</b> repository</td></tr>
                    383: <tr><td></td>
                    384:     <td><strong>OpenBSD-x11</strong></td>
1.20      brian     385:     <td>- The <b>XFree86-3</b> repository</td></tr>
1.14      brian     386: <tr><td></td>
1.23      naddy     387:     <td><strong>OpenBSD-xf4</strong></td>
                    388:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    389: <tr><td></td>
1.14      brian     390:     <td><strong>OpenBSD-all</strong></td>
                    391:     <td>- All OpenBSD repositories</td></tr>
                    392: </table>
                    393: </dd>
                    394: </dl>
                    395:
1.26      brian     396: <dl>
1.76      millert   397: <dt><strong>anoncvs1.usa.openbsd.org</strong></dt>
                    398: <dd><p>
                    399: located in Redwood City, California, western USA;
                    400: maintained by <a href="mailto:millert@openbsd.org">Todd Miller</a>.<br>
                    401: Updated every 2 hours.
                    402: <p>
                    403: Available collections:
                    404: <table>
                    405: <tr><td width="20"></td>
                    406:     <td><strong>OpenBSD-src</strong></td>
                    407:     <td>- The <b>src</b> repository</td>
                    408: <tr><td></td>
                    409:     <td><strong>OpenBSD-ports</strong></td>
                    410:     <td>- The <b>ports</b> repository</td></tr>
                    411: <tr><td></td>
                    412:     <td><strong>OpenBSD-www</strong></td>
                    413:     <td>- The <b>www</b> repository</td></tr>
                    414: <tr><td></td>
                    415:     <td><strong>OpenBSD-x11</strong></td>
                    416:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    417: <tr><td></td>
                    418:     <td><strong>OpenBSD-xf4</strong></td>
                    419:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    420: <tr><td></td>
                    421:     <td><strong>OpenBSD-all</strong></td>
                    422:     <td>- All OpenBSD repositories</td></tr>
                    423: </table>
                    424: </dd>
                    425: </dl>
                    426:
                    427: <dl>
1.77    ! millert   428: <dt><strong>anoncvs3.usa.openbsd.org</strong></dt>
1.76      millert   429: <dd><p>
                    430: located at the University of Colorado, Boulder, western USA;
                    431: maintained by <a href="mailto:millert@openbsd.org">Todd Miller</a>.<br>
                    432: Updated every 2 hours.
                    433: <p>
                    434: Available collections:
                    435: <table>
                    436: <tr><td width="20"></td>
                    437:     <td><strong>OpenBSD-src</strong></td>
                    438:     <td>- The <b>src</b> repository</td>
                    439: <tr><td></td>
                    440:     <td><strong>OpenBSD-ports</strong></td>
                    441:     <td>- The <b>ports</b> repository</td></tr>
                    442: <tr><td></td>
                    443:     <td><strong>OpenBSD-www</strong></td>
                    444:     <td>- The <b>www</b> repository</td></tr>
                    445: <tr><td></td>
                    446:     <td><strong>OpenBSD-x11</strong></td>
                    447:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    448: <tr><td></td>
                    449:     <td><strong>OpenBSD-xf4</strong></td>
                    450:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    451: <tr><td></td>
                    452:     <td><strong>OpenBSD-all</strong></td>
                    453:     <td>- All OpenBSD repositories</td></tr>
                    454: </table>
                    455: </dd>
                    456: </dl>
                    457:
                    458: <dl>
1.62      brian     459: <dt><a href="http://cvsup.kr.openbsd.org/"><strong>cvsup.kr.openbsd.org</strong></a></dt>
1.26      brian     460: <dd><p>
                    461: located in Seoul, Korea;
                    462: maintained by <a href="mailto:redjade@atropos.snu.ac.kr">Kim Kyung-Hwan</a>.<br>
                    463: Updated every 2 hours.
                    464: <p>
                    465: Available collections:
                    466: <table>
                    467: <tr><td width="20"></td>
                    468:     <td><strong>OpenBSD-src</strong></td>
                    469:     <td>- The <b>src</b> repository</td>
                    470: <tr><td></td>
                    471:     <td><strong>OpenBSD-ports</strong></td>
                    472:     <td>- The <b>ports</b> repository</td></tr>
                    473: <tr><td></td>
                    474:     <td><strong>OpenBSD-www</strong></td>
                    475:     <td>- The <b>www</b> repository</td></tr>
                    476: <tr><td></td>
                    477:     <td><strong>OpenBSD-x11</strong></td>
                    478:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    479: <tr><td></td>
                    480:     <td><strong>OpenBSD-xf4</strong></td>
                    481:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    482: <tr><td></td>
                    483:     <td><strong>OpenBSD-all</strong></td>
                    484:     <td>- All OpenBSD repositories</td></tr>
                    485: </table>
                    486: </dd>
                    487: </dl>
                    488:
1.27      brian     489: <dl>
1.41      brad      490: <dt><a href="http://cvsup.no.openbsd.org/"><strong>cvsup.no.openbsd.org</strong></a></dt>
1.27      brian     491: <dd><p>
1.43      heko      492: located in Oslo, Norway;
1.27      brian     493: maintained by <a href="mailto:anders@fix.no">Anders Nordby</a>.<br>
1.29      brian     494: Updated every 3 hours.
1.27      brian     495: <p>
                    496: Available collections:
                    497: <table>
                    498: <tr><td width="20"></td>
                    499:     <td><strong>OpenBSD-src</strong></td>
                    500:     <td>- The <b>src</b> repository</td>
                    501: <tr><td></td>
                    502:     <td><strong>OpenBSD-ports</strong></td>
                    503:     <td>- The <b>ports</b> repository</td></tr>
                    504: <tr><td></td>
                    505:     <td><strong>OpenBSD-www</strong></td>
                    506:     <td>- The <b>www</b> repository</td></tr>
                    507: <tr><td></td>
                    508:     <td><strong>OpenBSD-x11</strong></td>
                    509:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    510: <tr><td></td>
                    511:     <td><strong>OpenBSD-xf4</strong></td>
                    512:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    513: <tr><td></td>
                    514:     <td><strong>OpenBSD-all</strong></td>
                    515:     <td>- All OpenBSD repositories</td></tr>
                    516: </table>
                    517: </dd>
                    518: </dl>
                    519:
1.30      brian     520: <dl>
1.41      brad      521: <dt><a href="http://cvsup.pt.openbsd.org/"><strong>cvsup.pt.openbsd.org</strong></a></dt>
1.30      brian     522: <dd><p>
                    523: located at the University of Coimbra, Portugal;
1.36      brian     524: maintained by <a href="mailto:jpedras@webvolution.net">Jo&atilde;o Pedras</a>.<br>
1.30      brian     525: Updated every 3 hours.
                    526: <p>
                    527: Available collections:
                    528: <table>
                    529: <tr><td width="20"></td>
                    530:     <td><strong>OpenBSD-src</strong></td>
                    531:     <td>- The <b>src</b> repository</td>
                    532: <tr><td></td>
                    533:     <td><strong>OpenBSD-ports</strong></td>
                    534:     <td>- The <b>ports</b> repository</td></tr>
                    535: <tr><td></td>
                    536:     <td><strong>OpenBSD-www</strong></td>
                    537:     <td>- The <b>www</b> repository</td></tr>
                    538: <tr><td></td>
                    539:     <td><strong>OpenBSD-x11</strong></td>
                    540:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    541: <tr><td></td>
                    542:     <td><strong>OpenBSD-xf4</strong></td>
                    543:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    544: <tr><td></td>
                    545:     <td><strong>OpenBSD-all</strong></td>
                    546:     <td>- All OpenBSD repositories</td></tr>
                    547: </table>
                    548: </dd>
                    549: </dl>
1.47      brian     550:
1.37      brian     551: <dl>
1.51      naddy     552: <dt><a href="http://anoncvs.de.openbsd.org"><strong>anoncvs.de.openbsd.org</strong></a></dt>
                    553: <dd><p>
1.70      naddy     554: also known as <strong>grappa.unix-ag.uni-kl.de</strong>.<br>
1.51      naddy     555: located at the University of Kaiserslautern, Germany;
1.70      naddy     556: maintained by <a href="mailto:naddy@openbsd.org">Christian Weisgerber</a>.<br>
                    557: Updated every 6 hours from anoncvs.usa.openbsd.org.
1.51      naddy     558: <p>
                    559: Available collections:
                    560: <table>
                    561: <tr><td width="20"></td>
                    562:     <td><strong>OpenBSD-src</strong></td>
                    563:     <td>- The <b>src</b> repository</td></tr>
                    564: <tr><td></td>
                    565:     <td><strong>OpenBSD-ports</strong></td>
                    566:     <td>- The <b>ports</b> repository</td></tr>
                    567: <tr><td></td>
                    568:     <td><strong>OpenBSD-www</strong></td>
                    569:     <td>- The <b>www</b> repository</td></tr>
                    570: <tr><td></td>
                    571:     <td><strong>OpenBSD-x11</strong></td>
                    572:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    573: <tr><td></td>
                    574:     <td><strong>OpenBSD-xf4</strong></td>
                    575:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    576: <tr><td></td>
                    577:     <td><strong>OpenBSD-all</strong></td>
                    578:     <td>- All OpenBSD repositories</td></tr>
                    579: </table>
                    580: </dd>
                    581: </dl>
                    582:
                    583: <dl>
1.37      brian     584: <dt><a href="http://rt.fm/cvsup.html"><strong>rt.fm</strong></a></dt>
                    585: <dd><p>
1.38      brian     586: located at Lake in the Hills, Illinois, USA;
1.37      brian     587: maintained by <a href="mailto:jcs@rt.fm">Joshua Stein</a>.<br>
1.38      brian     588: Updated every 2 hours.
1.37      brian     589: <p>
                    590: Available collections:
                    591: <table>
                    592: <tr><td width="20"></td>
                    593:     <td><strong>OpenBSD-src</strong></td>
                    594:     <td>- The <b>src</b> repository</td>
                    595: <tr><td></td>
                    596:     <td><strong>OpenBSD-ports</strong></td>
                    597:     <td>- The <b>ports</b> repository</td></tr>
                    598: <tr><td></td>
                    599:     <td><strong>OpenBSD-www</strong></td>
                    600:     <td>- The <b>www</b> repository</td></tr>
                    601: <tr><td></td>
                    602:     <td><strong>OpenBSD-x11</strong></td>
                    603:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    604: <tr><td></td>
                    605:     <td><strong>OpenBSD-xf4</strong></td>
                    606:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    607: <tr><td></td>
                    608:     <td><strong>OpenBSD-all</strong></td>
                    609:     <td>- All OpenBSD repositories</td></tr>
                    610: </table>
                    611: </dd>
                    612: </dl>
1.30      brian     613:
1.47      brian     614: <dl>
1.44      brian     615: <dt><strong>skeleton.phys.spbu.ru</strong></dt>
                    616: <dd><p>
1.46      brian     617: located in St. Petersburg State University, St. Petersburg, Russia;
1.44      brian     618: maintained by <a href="mailto:kab00m@lich.phys.spbu.ru">Dima Veselov</a>.<br>
                    619: Updated every 4 hours.
                    620: <p>
                    621: Available collections:
                    622: <table>
1.49      jufi      623: <tr><td width="20"></td>
1.44      brian     624:     <td><strong>OpenBSD-ports</strong></td>
                    625:     <td>- The <b>ports</b> repository</td></tr>
                    626: </table>
                    627: </dd>
                    628: </dl>
                    629:
1.52      brian     630: <dl>
1.58      naddy     631: <dt><strong>cvsup.jp.OpenBSD.org</strong></dt>
1.52      brian     632: <dd><p>
                    633: located at Otemachi, Tokyo, Japan;
1.57      brian     634: maintained by <a href="mailto:cvsupadm@openbsd.bsdlab.org">CVSup Administrator</a>.<br>
1.52      brian     635: Updated every 3 hours.
                    636: <p>
                    637: Available collections:
                    638: <table>
                    639: <tr><td width="20"></td>
                    640:     <td><strong>OpenBSD-src</strong></td>
                    641:     <td>- The <b>src</b> repository</td>
                    642: <tr><td></td>
                    643:     <td><strong>OpenBSD-ports</strong></td>
                    644:     <td>- The <b>ports</b> repository</td></tr>
                    645: <tr><td></td>
                    646:     <td><strong>OpenBSD-www</strong></td>
                    647:     <td>- The <b>www</b> repository</td></tr>
                    648: <tr><td></td>
                    649:     <td><strong>OpenBSD-x11</strong></td>
                    650:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    651: <tr><td></td>
                    652:     <td><strong>OpenBSD-xf4</strong></td>
                    653:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    654: <tr><td></td>
                    655:     <td><strong>OpenBSD-all</strong></td>
                    656:     <td>- All OpenBSD repositories</td></tr>
                    657: </table>
                    658: </dd>
                    659: </dl>
                    660:
1.54      brian     661: <dl>
1.73      kevlo     662: <dt><strong>cvsup.tw.OpenBSD.org</strong></dt>
                    663: <dd><p>
                    664: located at National Chiao-Tung University, Taiwan;
                    665: maintained by <a href="mailto:ijliao@FreeBSD.org">Ying-Chieh Liao</a>.<br>
                    666: Updated every 2 hours.
                    667: <p>
                    668: Available collections:
                    669: <table>
                    670: <tr><td width="20"></td>
                    671:     <td><strong>OpenBSD-src</strong></td>
                    672:     <td>- The <b>src</b> repository</td>
                    673: <tr><td></td>
                    674:     <td><strong>OpenBSD-ports</strong></td>
                    675:     <td>- The <b>ports</b> repository</td></tr>
                    676: <tr><td></td>
                    677:     <td><strong>OpenBSD-www</strong></td>
                    678:     <td>- The <b>www</b> repository</td></tr>
                    679: <tr><td></td>
                    680:     <td><strong>OpenBSD-x11</strong></td>
                    681:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    682: <tr><td></td>
                    683:     <td><strong>OpenBSD-xf4</strong></td>
                    684:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    685: <tr><td></td>
                    686:     <td><strong>OpenBSD-all</strong></td>
                    687:     <td>- All OpenBSD repositories</td></tr>
                    688: </table>
                    689: </dd>
                    690: </dl>
                    691:
                    692: <dl>
1.58      naddy     693: <dt><strong>wiretapped.net</strong></dt>
1.54      brian     694: <dd><p>
                    695: located in Sydney Australia;
                    696: maintained by <a href="mailto:gbayley@ausmac.net">Grant Bayley</a>.<br>
                    697: Updated every 6 hours.
                    698: <p>
                    699: Available collections:
                    700: <table>
                    701: <tr><td width="20"></td>
                    702:     <td><strong>OpenBSD-src</strong></td>
                    703:     <td>- The <b>src</b> repository</td>
                    704: <tr><td></td>
                    705:     <td><strong>OpenBSD-ports</strong></td>
                    706:     <td>- The <b>ports</b> repository</td></tr>
                    707: <tr><td></td>
                    708:     <td><strong>OpenBSD-www</strong></td>
                    709:     <td>- The <b>www</b> repository</td></tr>
                    710: <tr><td></td>
                    711:     <td><strong>OpenBSD-x11</strong></td>
                    712:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    713: <tr><td></td>
                    714:     <td><strong>OpenBSD-xf4</strong></td>
                    715:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    716: <tr><td></td>
                    717:     <td><strong>OpenBSD-all</strong></td>
                    718:     <td>- All OpenBSD repositories</td></tr>
                    719: </table>
                    720: </dd>
                    721: </dl>
                    722:
1.63      beck      723: <dl>
                    724: <dt><a href="http://mirror.osn.de/"><strong>mirror.osn.de</strong></a></dt>
                    725: <dd><p>
                    726: located in Germany
                    727: maintained by <a href="mailto:aw@osn.de">Armin Wolfermann</a>.<br>
                    728: Updated every 4 hours.
                    729: <p>
                    730: Available collections:
                    731: <table>
                    732: <tr><td width="20"></td>
                    733:     <td><strong>OpenBSD-src</strong></td>
                    734:     <td>- The <b>src</b> repository</td>
                    735: <tr><td></td>
                    736:     <td><strong>OpenBSD-ports</strong></td>
                    737:     <td>- The <b>ports</b> repository</td></tr>
                    738: <tr><td></td>
                    739:     <td><strong>OpenBSD-www</strong></td>
                    740:     <td>- The <b>www</b> repository</td></tr>
                    741: <tr><td></td>
                    742:     <td><strong>OpenBSD-x11</strong></td>
                    743:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    744: <tr><td></td>
                    745:     <td><strong>OpenBSD-xf4</strong></td>
                    746:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    747: <tr><td></td>
                    748:     <td><strong>OpenBSD-all</strong></td>
                    749:     <td>- All OpenBSD repositories</td></tr>
                    750: </table>
                    751: </dd>
                    752: </dl>
                    753:
1.65      naddy     754: <dl>
1.75      nick      755: <dt><strong>cvsup2.de.openbsd.org</strong></dt>
1.65      naddy     756: <dd><p>
1.75      nick      757: also known as <strong>openbsd.informatik.uni-erlangen.de</strong>.<br>
1.65      naddy     758: located at the University of Erlangen, Germany;
1.66      naddy     759: maintained by <a href="mailto:Alexander.Gernler@informatik.stud.uni-erlangen.de">Alexander von Gernler</a>.<br>
1.69      jufi      760: Updated every 2 hours from cvsup.uk.openbsd.org
1.65      naddy     761: <p>
                    762: Available collections:
                    763: <table>
                    764: <tr><td width="20"></td>
                    765:     <td><strong>OpenBSD-src</strong></td>
                    766:     <td>- The <b>src</b> repository</td></tr>
                    767: <tr><td></td>
                    768:     <td><strong>OpenBSD-ports</strong></td>
                    769:     <td>- The <b>ports</b> repository</td></tr>
                    770: <tr><td></td>
                    771:     <td><strong>OpenBSD-www</strong></td>
                    772:     <td>- The <b>www</b> repository</td></tr>
                    773: <tr><td></td>
                    774:     <td><strong>OpenBSD-x11</strong></td>
                    775:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    776: <tr><td></td>
                    777:     <td><strong>OpenBSD-xf4</strong></td>
                    778:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    779: <tr><td></td>
                    780:     <td><strong>OpenBSD-all</strong></td>
                    781:     <td>- All OpenBSD repositories</td></tr>
                    782: </table>
                    783: </dd>
                    784: </dl>
                    785:
1.1       brian     786: <p>
1.7       brian     787: <em>Note:</em>, If your server is listed on here with inaccurate or
                    788: unknown information, please contact <a
1.9       naddy     789: href="mailto:beck@openbsd.org"><tt>beck@openbsd.org</tt></a>
1.33      brian     790: or <a href="mailto:brian@openbsd.org"><tt>brian@openbsd.org</tt></a>
1.1       brian     791: <p>
1.58      naddy     792: You may want to use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&amp;sektion=8">traceroute(8)</a>
1.39      horacio   793: to find out which server is nearest you.
1.1       brian     794: Problems with a server should be reported to the <b>maintainer</b> of the
                    795: server in question.
                    796: <p>
1.68      naddy     797: Currently (as of April 7, 2003), the CVS repository sizes are
1.4       brian     798: <table>
1.9       naddy     799: <tr><td width="20"></td>
1.20      brian     800:     <td><strong>OpenBSD-ports</strong></td>
1.68      naddy     801:     <td>- <b>123</b>MB</td></tr>
1.9       naddy     802: <tr><td></td>
1.20      brian     803:     <td><strong>OpenBSD-src</strong></td>
1.68      naddy     804:     <td>- <b>993</b>MB</td></tr>
1.9       naddy     805: <tr><td></td>
1.20      brian     806:     <td><strong>OpenBSD-www</strong></td>
1.68      naddy     807:     <td>- <b>81</b>MB</td></tr>
1.9       naddy     808: <tr><td></td>
1.20      brian     809:     <td><strong>OpenBSD-x11</strong></td>
1.68      naddy     810:     <td>- <b>200</b>MB</td></tr>
1.20      brian     811: <tr><td></td>
                    812:     <td><strong>OpenBSD-xf4</strong></td>
1.68      naddy     813:     <td>- <b>439</b>MB</td></tr>
1.4       brian     814: </table>
                    815: <p>
1.68      naddy     816: There is an additional overhead of <b>41</b>MB for the CVSROOT
                    817: directory.  The overall repository size currently increases at a rate
                    818: of about <b>225</b>MB per annum.
1.4       brian     819: <p>
1.1       brian     820: <strong>IMPORTANT NOTE:</strong>
                    821: There are a few issues relating to cryptographic software that everyone
                    822: should be aware of:
                    823: <ul>
1.9       naddy     824:   <li>
                    825:     <p>
                    826:     The OpenBSD sources are from Canada. As
1.67      nick      827:     <a href="http://www.efc.ca/pages/doc/crypto-export.html">
1.9       naddy     828:     researched by a Canadian individual</a> and as
                    829:     <a href="http://axion.physics.ubc.ca/ECL.html">
                    830:     described in the Export Control list of Canada</a>,
                    831:     it is legal to export crypto software from Canada to the world.
                    832:   </li>
                    833:   <li>
                    834:     <p>
                    835:     However, if you are outside the USA or Canada, you should not
1.72      naddy     836:     fetch the cryptographic sections of the OpenBSD sources from a
                    837:     CVSup server located in the USA. The files in question are...
1.9       naddy     838:     <ul>
                    839:       <li><tt>src/kerberosIV/*</tt></li>
1.56      miod      840:       <li><tt>src/kerberosV/*</tt></li>
1.9       naddy     841:       <li><tt>src/lib/libdes/*</tt></li>
                    842:       <li><tt>src/lib/libc/crypt/crypt.c</tt></li>
                    843:       <li><tt>src/lib/libc/crypt/morecrypt.c</tt></li>
1.56      miod      844:       <li><tt>src/sys/crypto</tt></li>
1.9       naddy     845:       <li><tt>src/sys/netinet</tt></li>
                    846:       <li><tt>src/usr.sbin/afs/src/rxkad/*</tt></li>
1.56      miod      847:       <li><tt>XF4/xc-mit/lib/Xdmcp/Wraphelp.c</tt></li>
                    848:       <li><tt>XF4/xc-old/lib/Xdmcp/Wraphelp.c</tt></li>
                    849:       <li><tt>XF4/xc/lib/Xdmcp/Wraphelp.c</tt></li>
1.9       naddy     850:     </ul>
                    851:     <p>
                    852:     Because of the USA ITAR munitions list,
                    853:     crypto software may only be exported to Canada from the USA.
                    854:   </li>
1.1       brian     855: </ul>
                    856:
                    857: <p>
                    858: The OpenBSD project is looking for more CVSup servers -- if you are
1.41      brad      859: interested, please contact <a href="mailto:brian@openbsd.org">Brian Somers</a>
1.1       brian     860: for configuration details.
                    861:
1.21      naddy     862: <hr>
                    863: <a href="index.html"><img height="24" width="24" src="back.gif" border="0" alt="OpenBSD"></a>
1.7       brian     864: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.77    ! millert   865: <br><small>$OpenBSD: cvsup.html,v 1.76 2004/04/02 00:01:58 millert Exp $</small>
1.1       brian     866:
                    867: </body>
                    868: </html>