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

Annotation of www/cvsup.html, Revision 1.83

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.79      naddy     254: <dt><a href="http://cvsup.de.openbsd.org"><strong>cvsup.de.openbsd.org</strong></a></dt>
1.7       brian     255: <dd><p>
1.41      brad      256: located in Munich, Germany;
                    257: maintained by <a href="mailto:dl@leo.org">Daniel Lang</a>.<br>
                    258: Updated every 24 hours.
1.5       ericj     259: <p>
1.7       brian     260: Available collections:
1.5       ericj     261: <table>
1.9       naddy     262: <tr><td width="20"></td>
                    263:     <td><strong>OpenBSD-src</strong></td>
                    264:     <td>- The <b>src</b> repository</td></tr>
                    265: <tr><td></td>
                    266:     <td><strong>OpenBSD-ports</strong></td>
                    267:     <td>- The <b>ports</b> repository</td></tr>
                    268: <tr><td></td>
                    269:     <td><strong>OpenBSD-www</strong></td>
                    270:     <td>- The <b>www</b> repository</td></tr>
                    271: <tr><td></td>
                    272:     <td><strong>OpenBSD-x11</strong></td>
1.20      brian     273:     <td>- The <b>XFree86-3</b> repository</td></tr>
1.9       naddy     274: <tr><td></td>
1.41      brad      275:     <td><strong>OpenBSD-xf4</strong></td>
                    276:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    277: <tr><td></td>
1.9       naddy     278:     <td><strong>OpenBSD-all</strong></td>
                    279:     <td>- All OpenBSD repositories</td></tr>
1.5       ericj     280: </table>
1.7       brian     281: </dd>
                    282: </dl>
1.1       brian     283:
1.7       brian     284: <dl>
1.41      brad      285: <dt><strong>cvsup.hu.openbsd.org</strong></dt>
1.18      beck      286: <dd><p>
1.41      brad      287: located in Hungary;
                    288: maintained by <a href="mailto:mohacsi@hera.ik.bme.hu">Mohacsi Janos</a>.<br>
                    289: Updated every 4 hours.
1.18      beck      290: <p>
                    291: Available collections:
                    292: <table>
                    293: <tr><td width="20"></td>
                    294:     <td><strong>OpenBSD-src</strong></td>
                    295:     <td>- The <b>src</b> repository</td></tr>
                    296: <tr><td></td>
                    297:     <td><strong>OpenBSD-ports</strong></td>
                    298:     <td>- The <b>ports</b> repository</td></tr>
                    299: <tr><td></td>
                    300:     <td><strong>OpenBSD-www</strong></td>
                    301:     <td>- The <b>www</b> repository</td></tr>
                    302: <tr><td></td>
1.19      brian     303:     <td><strong>OpenBSD-x11</strong></td>
1.20      brian     304:     <td>- The <b>XFree86-3</b> repository</td></tr>
1.19      brian     305: <tr><td></td>
1.18      beck      306:     <td><strong>OpenBSD-all</strong></td>
                    307:     <td>- All OpenBSD repositories</td></tr>
                    308: </table>
                    309: </dd>
                    310: </dl>
                    311:
                    312: <dl>
1.41      brad      313: <dt><strong>cvsup.usa.openbsd.org</strong></dt>
1.14      brian     314: <dd><p>
1.41      brad      315: located in West Lafayette, Indiana, USA;
1.21      naddy     316: maintained by <a href="mailto:will@csociety.ecn.purdue.edu">Will Andrews</a>.<br>
1.14      brian     317: Updated every 2 hours.
                    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>
                    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>
                    331:     <td><strong>OpenBSD-x11</strong></td>
1.20      brian     332:     <td>- The <b>XFree86-3</b> repository</td></tr>
1.14      brian     333: <tr><td></td>
1.23      naddy     334:     <td><strong>OpenBSD-xf4</strong></td>
                    335:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    336: <tr><td></td>
1.14      brian     337:     <td><strong>OpenBSD-all</strong></td>
                    338:     <td>- All OpenBSD repositories</td></tr>
                    339: </table>
                    340: </dd>
                    341: </dl>
                    342:
1.26      brian     343: <dl>
1.76      millert   344: <dt><strong>anoncvs1.usa.openbsd.org</strong></dt>
                    345: <dd><p>
                    346: located in Redwood City, California, western USA;
                    347: maintained by <a href="mailto:millert@openbsd.org">Todd Miller</a>.<br>
                    348: Updated every 2 hours.
                    349: <p>
                    350: Available collections:
                    351: <table>
                    352: <tr><td width="20"></td>
                    353:     <td><strong>OpenBSD-src</strong></td>
                    354:     <td>- The <b>src</b> repository</td>
                    355: <tr><td></td>
                    356:     <td><strong>OpenBSD-ports</strong></td>
                    357:     <td>- The <b>ports</b> repository</td></tr>
                    358: <tr><td></td>
                    359:     <td><strong>OpenBSD-www</strong></td>
                    360:     <td>- The <b>www</b> repository</td></tr>
                    361: <tr><td></td>
                    362:     <td><strong>OpenBSD-x11</strong></td>
                    363:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    364: <tr><td></td>
                    365:     <td><strong>OpenBSD-xf4</strong></td>
                    366:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    367: <tr><td></td>
                    368:     <td><strong>OpenBSD-all</strong></td>
                    369:     <td>- All OpenBSD repositories</td></tr>
                    370: </table>
                    371: </dd>
                    372: </dl>
                    373:
                    374: <dl>
1.77      millert   375: <dt><strong>anoncvs3.usa.openbsd.org</strong></dt>
1.76      millert   376: <dd><p>
                    377: located at the University of Colorado, Boulder, western USA;
                    378: maintained by <a href="mailto:millert@openbsd.org">Todd Miller</a>.<br>
                    379: Updated every 2 hours.
                    380: <p>
                    381: Available collections:
                    382: <table>
                    383: <tr><td width="20"></td>
                    384:     <td><strong>OpenBSD-src</strong></td>
                    385:     <td>- The <b>src</b> repository</td>
                    386: <tr><td></td>
                    387:     <td><strong>OpenBSD-ports</strong></td>
                    388:     <td>- The <b>ports</b> repository</td></tr>
                    389: <tr><td></td>
                    390:     <td><strong>OpenBSD-www</strong></td>
                    391:     <td>- The <b>www</b> repository</td></tr>
                    392: <tr><td></td>
                    393:     <td><strong>OpenBSD-x11</strong></td>
                    394:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    395: <tr><td></td>
                    396:     <td><strong>OpenBSD-xf4</strong></td>
                    397:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    398: <tr><td></td>
                    399:     <td><strong>OpenBSD-all</strong></td>
                    400:     <td>- All OpenBSD repositories</td></tr>
                    401: </table>
                    402: </dd>
                    403: </dl>
                    404:
                    405: <dl>
1.62      brian     406: <dt><a href="http://cvsup.kr.openbsd.org/"><strong>cvsup.kr.openbsd.org</strong></a></dt>
1.26      brian     407: <dd><p>
                    408: located in Seoul, Korea;
                    409: maintained by <a href="mailto:redjade@atropos.snu.ac.kr">Kim Kyung-Hwan</a>.<br>
                    410: Updated every 2 hours.
                    411: <p>
                    412: Available collections:
                    413: <table>
                    414: <tr><td width="20"></td>
                    415:     <td><strong>OpenBSD-src</strong></td>
                    416:     <td>- The <b>src</b> repository</td>
                    417: <tr><td></td>
                    418:     <td><strong>OpenBSD-ports</strong></td>
                    419:     <td>- The <b>ports</b> repository</td></tr>
                    420: <tr><td></td>
                    421:     <td><strong>OpenBSD-www</strong></td>
                    422:     <td>- The <b>www</b> repository</td></tr>
                    423: <tr><td></td>
                    424:     <td><strong>OpenBSD-x11</strong></td>
                    425:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    426: <tr><td></td>
                    427:     <td><strong>OpenBSD-xf4</strong></td>
                    428:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    429: <tr><td></td>
                    430:     <td><strong>OpenBSD-all</strong></td>
                    431:     <td>- All OpenBSD repositories</td></tr>
                    432: </table>
                    433: </dd>
                    434: </dl>
                    435:
1.27      brian     436: <dl>
1.41      brad      437: <dt><a href="http://cvsup.no.openbsd.org/"><strong>cvsup.no.openbsd.org</strong></a></dt>
1.27      brian     438: <dd><p>
1.43      heko      439: located in Oslo, Norway;
1.27      brian     440: maintained by <a href="mailto:anders@fix.no">Anders Nordby</a>.<br>
1.29      brian     441: Updated every 3 hours.
1.27      brian     442: <p>
                    443: Available collections:
                    444: <table>
                    445: <tr><td width="20"></td>
                    446:     <td><strong>OpenBSD-src</strong></td>
                    447:     <td>- The <b>src</b> repository</td>
                    448: <tr><td></td>
                    449:     <td><strong>OpenBSD-ports</strong></td>
                    450:     <td>- The <b>ports</b> repository</td></tr>
                    451: <tr><td></td>
                    452:     <td><strong>OpenBSD-www</strong></td>
                    453:     <td>- The <b>www</b> repository</td></tr>
                    454: <tr><td></td>
                    455:     <td><strong>OpenBSD-x11</strong></td>
                    456:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    457: <tr><td></td>
                    458:     <td><strong>OpenBSD-xf4</strong></td>
                    459:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    460: <tr><td></td>
                    461:     <td><strong>OpenBSD-all</strong></td>
                    462:     <td>- All OpenBSD repositories</td></tr>
                    463: </table>
                    464: </dd>
                    465: </dl>
                    466:
1.30      brian     467: <dl>
1.41      brad      468: <dt><a href="http://cvsup.pt.openbsd.org/"><strong>cvsup.pt.openbsd.org</strong></a></dt>
1.30      brian     469: <dd><p>
                    470: located at the University of Coimbra, Portugal;
1.36      brian     471: maintained by <a href="mailto:jpedras@webvolution.net">Jo&atilde;o Pedras</a>.<br>
1.30      brian     472: Updated every 3 hours.
                    473: <p>
                    474: Available collections:
                    475: <table>
                    476: <tr><td width="20"></td>
                    477:     <td><strong>OpenBSD-src</strong></td>
                    478:     <td>- The <b>src</b> repository</td>
                    479: <tr><td></td>
                    480:     <td><strong>OpenBSD-ports</strong></td>
                    481:     <td>- The <b>ports</b> repository</td></tr>
                    482: <tr><td></td>
                    483:     <td><strong>OpenBSD-www</strong></td>
                    484:     <td>- The <b>www</b> repository</td></tr>
                    485: <tr><td></td>
                    486:     <td><strong>OpenBSD-x11</strong></td>
                    487:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    488: <tr><td></td>
                    489:     <td><strong>OpenBSD-xf4</strong></td>
                    490:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    491: <tr><td></td>
                    492:     <td><strong>OpenBSD-all</strong></td>
                    493:     <td>- All OpenBSD repositories</td></tr>
                    494: </table>
                    495: </dd>
                    496: </dl>
1.47      brian     497:
1.37      brian     498: <dl>
1.51      naddy     499: <dt><a href="http://anoncvs.de.openbsd.org"><strong>anoncvs.de.openbsd.org</strong></a></dt>
                    500: <dd><p>
1.70      naddy     501: also known as <strong>grappa.unix-ag.uni-kl.de</strong>.<br>
1.51      naddy     502: located at the University of Kaiserslautern, Germany;
1.70      naddy     503: maintained by <a href="mailto:naddy@openbsd.org">Christian Weisgerber</a>.<br>
1.81      naddy     504: Updated every 6 hours.
1.51      naddy     505: <p>
                    506: Available collections:
                    507: <table>
                    508: <tr><td width="20"></td>
                    509:     <td><strong>OpenBSD-src</strong></td>
                    510:     <td>- The <b>src</b> repository</td></tr>
                    511: <tr><td></td>
                    512:     <td><strong>OpenBSD-ports</strong></td>
                    513:     <td>- The <b>ports</b> repository</td></tr>
                    514: <tr><td></td>
                    515:     <td><strong>OpenBSD-www</strong></td>
                    516:     <td>- The <b>www</b> repository</td></tr>
                    517: <tr><td></td>
                    518:     <td><strong>OpenBSD-x11</strong></td>
                    519:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    520: <tr><td></td>
                    521:     <td><strong>OpenBSD-xf4</strong></td>
                    522:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    523: <tr><td></td>
                    524:     <td><strong>OpenBSD-all</strong></td>
                    525:     <td>- All OpenBSD repositories</td></tr>
                    526: </table>
                    527: </dd>
                    528: </dl>
                    529:
                    530: <dl>
1.37      brian     531: <dt><a href="http://rt.fm/cvsup.html"><strong>rt.fm</strong></a></dt>
                    532: <dd><p>
1.38      brian     533: located at Lake in the Hills, Illinois, USA;
1.37      brian     534: maintained by <a href="mailto:jcs@rt.fm">Joshua Stein</a>.<br>
1.38      brian     535: Updated every 2 hours.
1.37      brian     536: <p>
                    537: Available collections:
                    538: <table>
                    539: <tr><td width="20"></td>
                    540:     <td><strong>OpenBSD-src</strong></td>
                    541:     <td>- The <b>src</b> repository</td>
                    542: <tr><td></td>
                    543:     <td><strong>OpenBSD-ports</strong></td>
                    544:     <td>- The <b>ports</b> repository</td></tr>
                    545: <tr><td></td>
                    546:     <td><strong>OpenBSD-www</strong></td>
                    547:     <td>- The <b>www</b> repository</td></tr>
                    548: <tr><td></td>
                    549:     <td><strong>OpenBSD-x11</strong></td>
                    550:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    551: <tr><td></td>
                    552:     <td><strong>OpenBSD-xf4</strong></td>
                    553:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    554: <tr><td></td>
                    555:     <td><strong>OpenBSD-all</strong></td>
                    556:     <td>- All OpenBSD repositories</td></tr>
                    557: </table>
                    558: </dd>
                    559: </dl>
1.30      brian     560:
1.47      brian     561: <dl>
1.44      brian     562: <dt><strong>skeleton.phys.spbu.ru</strong></dt>
                    563: <dd><p>
1.46      brian     564: located in St. Petersburg State University, St. Petersburg, Russia;
1.44      brian     565: maintained by <a href="mailto:kab00m@lich.phys.spbu.ru">Dima Veselov</a>.<br>
                    566: Updated every 4 hours.
                    567: <p>
                    568: Available collections:
                    569: <table>
1.49      jufi      570: <tr><td width="20"></td>
1.44      brian     571:     <td><strong>OpenBSD-ports</strong></td>
                    572:     <td>- The <b>ports</b> repository</td></tr>
                    573: </table>
                    574: </dd>
                    575: </dl>
                    576:
1.52      brian     577: <dl>
1.58      naddy     578: <dt><strong>cvsup.jp.OpenBSD.org</strong></dt>
1.52      brian     579: <dd><p>
                    580: located at Otemachi, Tokyo, Japan;
1.57      brian     581: maintained by <a href="mailto:cvsupadm@openbsd.bsdlab.org">CVSup Administrator</a>.<br>
1.52      brian     582: Updated every 3 hours.
                    583: <p>
                    584: Available collections:
                    585: <table>
                    586: <tr><td width="20"></td>
                    587:     <td><strong>OpenBSD-src</strong></td>
                    588:     <td>- The <b>src</b> repository</td>
                    589: <tr><td></td>
                    590:     <td><strong>OpenBSD-ports</strong></td>
                    591:     <td>- The <b>ports</b> repository</td></tr>
                    592: <tr><td></td>
                    593:     <td><strong>OpenBSD-www</strong></td>
                    594:     <td>- The <b>www</b> repository</td></tr>
                    595: <tr><td></td>
                    596:     <td><strong>OpenBSD-x11</strong></td>
                    597:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    598: <tr><td></td>
                    599:     <td><strong>OpenBSD-xf4</strong></td>
                    600:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    601: <tr><td></td>
                    602:     <td><strong>OpenBSD-all</strong></td>
                    603:     <td>- All OpenBSD repositories</td></tr>
                    604: </table>
                    605: </dd>
                    606: </dl>
                    607:
1.54      brian     608: <dl>
1.73      kevlo     609: <dt><strong>cvsup.tw.OpenBSD.org</strong></dt>
                    610: <dd><p>
                    611: located at National Chiao-Tung University, Taiwan;
                    612: maintained by <a href="mailto:ijliao@FreeBSD.org">Ying-Chieh Liao</a>.<br>
                    613: Updated every 2 hours.
                    614: <p>
                    615: Available collections:
                    616: <table>
                    617: <tr><td width="20"></td>
                    618:     <td><strong>OpenBSD-src</strong></td>
                    619:     <td>- The <b>src</b> repository</td>
                    620: <tr><td></td>
                    621:     <td><strong>OpenBSD-ports</strong></td>
                    622:     <td>- The <b>ports</b> repository</td></tr>
                    623: <tr><td></td>
                    624:     <td><strong>OpenBSD-www</strong></td>
                    625:     <td>- The <b>www</b> repository</td></tr>
                    626: <tr><td></td>
                    627:     <td><strong>OpenBSD-x11</strong></td>
                    628:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    629: <tr><td></td>
                    630:     <td><strong>OpenBSD-xf4</strong></td>
                    631:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    632: <tr><td></td>
                    633:     <td><strong>OpenBSD-all</strong></td>
                    634:     <td>- All OpenBSD repositories</td></tr>
                    635: </table>
                    636: </dd>
                    637: </dl>
                    638:
                    639: <dl>
1.58      naddy     640: <dt><strong>wiretapped.net</strong></dt>
1.54      brian     641: <dd><p>
                    642: located in Sydney Australia;
                    643: maintained by <a href="mailto:gbayley@ausmac.net">Grant Bayley</a>.<br>
                    644: Updated every 6 hours.
                    645: <p>
                    646: Available collections:
                    647: <table>
                    648: <tr><td width="20"></td>
                    649:     <td><strong>OpenBSD-src</strong></td>
                    650:     <td>- The <b>src</b> repository</td>
                    651: <tr><td></td>
                    652:     <td><strong>OpenBSD-ports</strong></td>
                    653:     <td>- The <b>ports</b> repository</td></tr>
                    654: <tr><td></td>
                    655:     <td><strong>OpenBSD-www</strong></td>
                    656:     <td>- The <b>www</b> repository</td></tr>
                    657: <tr><td></td>
                    658:     <td><strong>OpenBSD-x11</strong></td>
                    659:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    660: <tr><td></td>
                    661:     <td><strong>OpenBSD-xf4</strong></td>
                    662:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    663: <tr><td></td>
                    664:     <td><strong>OpenBSD-all</strong></td>
                    665:     <td>- All OpenBSD repositories</td></tr>
                    666: </table>
                    667: </dd>
                    668: </dl>
                    669:
1.63      beck      670: <dl>
                    671: <dt><a href="http://mirror.osn.de/"><strong>mirror.osn.de</strong></a></dt>
                    672: <dd><p>
                    673: located in Germany
                    674: maintained by <a href="mailto:aw@osn.de">Armin Wolfermann</a>.<br>
                    675: Updated every 4 hours.
                    676: <p>
                    677: Available collections:
                    678: <table>
                    679: <tr><td width="20"></td>
                    680:     <td><strong>OpenBSD-src</strong></td>
                    681:     <td>- The <b>src</b> repository</td>
                    682: <tr><td></td>
                    683:     <td><strong>OpenBSD-ports</strong></td>
                    684:     <td>- The <b>ports</b> repository</td></tr>
                    685: <tr><td></td>
                    686:     <td><strong>OpenBSD-www</strong></td>
                    687:     <td>- The <b>www</b> repository</td></tr>
                    688: <tr><td></td>
                    689:     <td><strong>OpenBSD-x11</strong></td>
                    690:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    691: <tr><td></td>
                    692:     <td><strong>OpenBSD-xf4</strong></td>
                    693:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    694: <tr><td></td>
                    695:     <td><strong>OpenBSD-all</strong></td>
                    696:     <td>- All OpenBSD repositories</td></tr>
                    697: </table>
                    698: </dd>
                    699: </dl>
                    700:
1.65      naddy     701: <dl>
1.75      nick      702: <dt><strong>cvsup2.de.openbsd.org</strong></dt>
1.65      naddy     703: <dd><p>
1.75      nick      704: also known as <strong>openbsd.informatik.uni-erlangen.de</strong>.<br>
1.65      naddy     705: located at the University of Erlangen, Germany;
1.83    ! naddy     706: maintained by <a href="mailto:grunk@pestilenz.org">Alexander von Gernler</a>.<br>
1.80      naddy     707: Updated every 2 hours.
1.65      naddy     708: <p>
                    709: Available collections:
                    710: <table>
                    711: <tr><td width="20"></td>
                    712:     <td><strong>OpenBSD-src</strong></td>
                    713:     <td>- The <b>src</b> repository</td></tr>
                    714: <tr><td></td>
                    715:     <td><strong>OpenBSD-ports</strong></td>
                    716:     <td>- The <b>ports</b> repository</td></tr>
                    717: <tr><td></td>
                    718:     <td><strong>OpenBSD-www</strong></td>
                    719:     <td>- The <b>www</b> repository</td></tr>
                    720: <tr><td></td>
                    721:     <td><strong>OpenBSD-x11</strong></td>
                    722:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    723: <tr><td></td>
                    724:     <td><strong>OpenBSD-xf4</strong></td>
                    725:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    726: <tr><td></td>
                    727:     <td><strong>OpenBSD-all</strong></td>
                    728:     <td>- All OpenBSD repositories</td></tr>
                    729: </table>
                    730: </dd>
                    731: </dl>
                    732:
1.78      pvalchev  733: <dl>
                    734: <dt><strong>cvsup.bg.openbsd.org</strong></dt>
                    735: <dd><p>
                    736: located in Plovdiv, Bulgaria,
                    737: maintained by <a href="mailto:veno@evrocom.net">Ventsislav Velkov</a>.<br>
                    738: Updated every 2 hours.
                    739: <p>
                    740: Available collections:
                    741: <table>
                    742: <tr><td width="20"></td>
                    743:     <td><strong>OpenBSD-src</strong></td>
                    744:     <td>- The <b>src</b> repository</td></tr>
                    745: <tr><td></td>
                    746:     <td><strong>OpenBSD-ports</strong></td>
                    747:     <td>- The <b>ports</b> repository</td></tr>
                    748: <tr><td></td>
                    749:     <td><strong>OpenBSD-www</strong></td>
                    750:     <td>- The <b>www</b> repository</td></tr>
                    751: <tr><td></td>
                    752:     <td><strong>OpenBSD-x11</strong></td>
                    753:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    754: <tr><td></td>
                    755:     <td><strong>OpenBSD-xf4</strong></td>
                    756:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    757: <tr><td></td>
                    758:     <td><strong>OpenBSD-all</strong></td>
                    759:     <td>- All OpenBSD repositories</td></tr>
                    760: </table>
                    761: </dd>
                    762: </dl>
                    763:
1.1       brian     764: <p>
1.7       brian     765: <em>Note:</em>, If your server is listed on here with inaccurate or
                    766: unknown information, please contact <a
1.9       naddy     767: href="mailto:beck@openbsd.org"><tt>beck@openbsd.org</tt></a>
1.33      brian     768: or <a href="mailto:brian@openbsd.org"><tt>brian@openbsd.org</tt></a>
1.1       brian     769: <p>
1.58      naddy     770: 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   771: to find out which server is nearest you.
1.1       brian     772: Problems with a server should be reported to the <b>maintainer</b> of the
                    773: server in question.
                    774: <p>
1.68      naddy     775: Currently (as of April 7, 2003), the CVS repository sizes are
1.4       brian     776: <table>
1.9       naddy     777: <tr><td width="20"></td>
1.20      brian     778:     <td><strong>OpenBSD-ports</strong></td>
1.68      naddy     779:     <td>- <b>123</b>MB</td></tr>
1.9       naddy     780: <tr><td></td>
1.20      brian     781:     <td><strong>OpenBSD-src</strong></td>
1.68      naddy     782:     <td>- <b>993</b>MB</td></tr>
1.9       naddy     783: <tr><td></td>
1.20      brian     784:     <td><strong>OpenBSD-www</strong></td>
1.68      naddy     785:     <td>- <b>81</b>MB</td></tr>
1.9       naddy     786: <tr><td></td>
1.20      brian     787:     <td><strong>OpenBSD-x11</strong></td>
1.68      naddy     788:     <td>- <b>200</b>MB</td></tr>
1.20      brian     789: <tr><td></td>
                    790:     <td><strong>OpenBSD-xf4</strong></td>
1.68      naddy     791:     <td>- <b>439</b>MB</td></tr>
1.4       brian     792: </table>
                    793: <p>
1.68      naddy     794: There is an additional overhead of <b>41</b>MB for the CVSROOT
                    795: directory.  The overall repository size currently increases at a rate
                    796: of about <b>225</b>MB per annum.
1.4       brian     797: <p>
1.1       brian     798: <strong>IMPORTANT NOTE:</strong>
                    799: There are a few issues relating to cryptographic software that everyone
                    800: should be aware of:
                    801: <ul>
1.9       naddy     802:   <li>
                    803:     <p>
                    804:     The OpenBSD sources are from Canada. As
1.67      nick      805:     <a href="http://www.efc.ca/pages/doc/crypto-export.html">
1.9       naddy     806:     researched by a Canadian individual</a> and as
                    807:     <a href="http://axion.physics.ubc.ca/ECL.html">
                    808:     described in the Export Control list of Canada</a>,
                    809:     it is legal to export crypto software from Canada to the world.
                    810:   </li>
                    811:   <li>
                    812:     <p>
                    813:     However, if you are outside the USA or Canada, you should not
1.72      naddy     814:     fetch the cryptographic sections of the OpenBSD sources from a
                    815:     CVSup server located in the USA. The files in question are...
1.9       naddy     816:     <ul>
                    817:       <li><tt>src/kerberosIV/*</tt></li>
1.56      miod      818:       <li><tt>src/kerberosV/*</tt></li>
1.9       naddy     819:       <li><tt>src/lib/libdes/*</tt></li>
                    820:       <li><tt>src/lib/libc/crypt/crypt.c</tt></li>
                    821:       <li><tt>src/lib/libc/crypt/morecrypt.c</tt></li>
1.56      miod      822:       <li><tt>src/sys/crypto</tt></li>
1.9       naddy     823:       <li><tt>src/sys/netinet</tt></li>
                    824:       <li><tt>src/usr.sbin/afs/src/rxkad/*</tt></li>
1.56      miod      825:       <li><tt>XF4/xc-mit/lib/Xdmcp/Wraphelp.c</tt></li>
                    826:       <li><tt>XF4/xc-old/lib/Xdmcp/Wraphelp.c</tt></li>
                    827:       <li><tt>XF4/xc/lib/Xdmcp/Wraphelp.c</tt></li>
1.9       naddy     828:     </ul>
                    829:     <p>
                    830:     Because of the USA ITAR munitions list,
                    831:     crypto software may only be exported to Canada from the USA.
                    832:   </li>
1.1       brian     833: </ul>
                    834:
                    835: <p>
                    836: The OpenBSD project is looking for more CVSup servers -- if you are
1.41      brad      837: interested, please contact <a href="mailto:brian@openbsd.org">Brian Somers</a>
1.1       brian     838: for configuration details.
                    839:
1.21      naddy     840: <hr>
                    841: <a href="index.html"><img height="24" width="24" src="back.gif" border="0" alt="OpenBSD"></a>
1.7       brian     842: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.83    ! naddy     843: <br><small>$OpenBSD: cvsup.html,v 1.82 2004/07/10 15:34:59 naddy Exp $</small>
1.1       brian     844:
                    845: </body>
                    846: </html>