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

Annotation of www/cvsup.html, Revision 1.75

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.62      brian     397: <dt><a href="http://cvsup.kr.openbsd.org/"><strong>cvsup.kr.openbsd.org</strong></a></dt>
1.26      brian     398: <dd><p>
                    399: located in Seoul, Korea;
                    400: maintained by <a href="mailto:redjade@atropos.snu.ac.kr">Kim Kyung-Hwan</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:
1.27      brian     427: <dl>
1.41      brad      428: <dt><a href="http://cvsup.no.openbsd.org/"><strong>cvsup.no.openbsd.org</strong></a></dt>
1.27      brian     429: <dd><p>
1.43      heko      430: located in Oslo, Norway;
1.27      brian     431: maintained by <a href="mailto:anders@fix.no">Anders Nordby</a>.<br>
1.29      brian     432: Updated every 3 hours.
1.27      brian     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:
1.30      brian     458: <dl>
1.41      brad      459: <dt><a href="http://cvsup.pt.openbsd.org/"><strong>cvsup.pt.openbsd.org</strong></a></dt>
1.30      brian     460: <dd><p>
                    461: located at the University of Coimbra, Portugal;
1.36      brian     462: maintained by <a href="mailto:jpedras@webvolution.net">Jo&atilde;o Pedras</a>.<br>
1.30      brian     463: Updated every 3 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>
1.47      brian     488:
1.37      brian     489: <dl>
1.51      naddy     490: <dt><a href="http://anoncvs.de.openbsd.org"><strong>anoncvs.de.openbsd.org</strong></a></dt>
                    491: <dd><p>
1.70      naddy     492: also known as <strong>grappa.unix-ag.uni-kl.de</strong>.<br>
1.51      naddy     493: located at the University of Kaiserslautern, Germany;
1.70      naddy     494: maintained by <a href="mailto:naddy@openbsd.org">Christian Weisgerber</a>.<br>
                    495: Updated every 6 hours from anoncvs.usa.openbsd.org.
1.51      naddy     496: <p>
                    497: Available collections:
                    498: <table>
                    499: <tr><td width="20"></td>
                    500:     <td><strong>OpenBSD-src</strong></td>
                    501:     <td>- The <b>src</b> repository</td></tr>
                    502: <tr><td></td>
                    503:     <td><strong>OpenBSD-ports</strong></td>
                    504:     <td>- The <b>ports</b> repository</td></tr>
                    505: <tr><td></td>
                    506:     <td><strong>OpenBSD-www</strong></td>
                    507:     <td>- The <b>www</b> repository</td></tr>
                    508: <tr><td></td>
                    509:     <td><strong>OpenBSD-x11</strong></td>
                    510:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    511: <tr><td></td>
                    512:     <td><strong>OpenBSD-xf4</strong></td>
                    513:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    514: <tr><td></td>
                    515:     <td><strong>OpenBSD-all</strong></td>
                    516:     <td>- All OpenBSD repositories</td></tr>
                    517: </table>
                    518: </dd>
                    519: </dl>
                    520:
                    521: <dl>
1.37      brian     522: <dt><a href="http://rt.fm/cvsup.html"><strong>rt.fm</strong></a></dt>
                    523: <dd><p>
1.38      brian     524: located at Lake in the Hills, Illinois, USA;
1.37      brian     525: maintained by <a href="mailto:jcs@rt.fm">Joshua Stein</a>.<br>
1.38      brian     526: Updated every 2 hours.
1.37      brian     527: <p>
                    528: Available collections:
                    529: <table>
                    530: <tr><td width="20"></td>
                    531:     <td><strong>OpenBSD-src</strong></td>
                    532:     <td>- The <b>src</b> repository</td>
                    533: <tr><td></td>
                    534:     <td><strong>OpenBSD-ports</strong></td>
                    535:     <td>- The <b>ports</b> repository</td></tr>
                    536: <tr><td></td>
                    537:     <td><strong>OpenBSD-www</strong></td>
                    538:     <td>- The <b>www</b> repository</td></tr>
                    539: <tr><td></td>
                    540:     <td><strong>OpenBSD-x11</strong></td>
                    541:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    542: <tr><td></td>
                    543:     <td><strong>OpenBSD-xf4</strong></td>
                    544:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    545: <tr><td></td>
                    546:     <td><strong>OpenBSD-all</strong></td>
                    547:     <td>- All OpenBSD repositories</td></tr>
                    548: </table>
                    549: </dd>
                    550: </dl>
1.30      brian     551:
1.47      brian     552: <dl>
1.44      brian     553: <dt><strong>skeleton.phys.spbu.ru</strong></dt>
                    554: <dd><p>
1.46      brian     555: located in St. Petersburg State University, St. Petersburg, Russia;
1.44      brian     556: maintained by <a href="mailto:kab00m@lich.phys.spbu.ru">Dima Veselov</a>.<br>
                    557: Updated every 4 hours.
                    558: <p>
                    559: Available collections:
                    560: <table>
1.49      jufi      561: <tr><td width="20"></td>
1.44      brian     562:     <td><strong>OpenBSD-ports</strong></td>
                    563:     <td>- The <b>ports</b> repository</td></tr>
                    564: </table>
                    565: </dd>
                    566: </dl>
                    567:
1.52      brian     568: <dl>
1.58      naddy     569: <dt><strong>cvsup.jp.OpenBSD.org</strong></dt>
1.52      brian     570: <dd><p>
                    571: located at Otemachi, Tokyo, Japan;
1.57      brian     572: maintained by <a href="mailto:cvsupadm@openbsd.bsdlab.org">CVSup Administrator</a>.<br>
1.52      brian     573: Updated every 3 hours.
                    574: <p>
                    575: Available collections:
                    576: <table>
                    577: <tr><td width="20"></td>
                    578:     <td><strong>OpenBSD-src</strong></td>
                    579:     <td>- The <b>src</b> repository</td>
                    580: <tr><td></td>
                    581:     <td><strong>OpenBSD-ports</strong></td>
                    582:     <td>- The <b>ports</b> repository</td></tr>
                    583: <tr><td></td>
                    584:     <td><strong>OpenBSD-www</strong></td>
                    585:     <td>- The <b>www</b> repository</td></tr>
                    586: <tr><td></td>
                    587:     <td><strong>OpenBSD-x11</strong></td>
                    588:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    589: <tr><td></td>
                    590:     <td><strong>OpenBSD-xf4</strong></td>
                    591:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    592: <tr><td></td>
                    593:     <td><strong>OpenBSD-all</strong></td>
                    594:     <td>- All OpenBSD repositories</td></tr>
                    595: </table>
                    596: </dd>
                    597: </dl>
                    598:
1.54      brian     599: <dl>
1.73      kevlo     600: <dt><strong>cvsup.tw.OpenBSD.org</strong></dt>
                    601: <dd><p>
                    602: located at National Chiao-Tung University, Taiwan;
                    603: maintained by <a href="mailto:ijliao@FreeBSD.org">Ying-Chieh Liao</a>.<br>
                    604: Updated every 2 hours.
                    605: <p>
                    606: Available collections:
                    607: <table>
                    608: <tr><td width="20"></td>
                    609:     <td><strong>OpenBSD-src</strong></td>
                    610:     <td>- The <b>src</b> repository</td>
                    611: <tr><td></td>
                    612:     <td><strong>OpenBSD-ports</strong></td>
                    613:     <td>- The <b>ports</b> repository</td></tr>
                    614: <tr><td></td>
                    615:     <td><strong>OpenBSD-www</strong></td>
                    616:     <td>- The <b>www</b> repository</td></tr>
                    617: <tr><td></td>
                    618:     <td><strong>OpenBSD-x11</strong></td>
                    619:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    620: <tr><td></td>
                    621:     <td><strong>OpenBSD-xf4</strong></td>
                    622:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    623: <tr><td></td>
                    624:     <td><strong>OpenBSD-all</strong></td>
                    625:     <td>- All OpenBSD repositories</td></tr>
                    626: </table>
                    627: </dd>
                    628: </dl>
                    629:
                    630: <dl>
1.58      naddy     631: <dt><strong>wiretapped.net</strong></dt>
1.54      brian     632: <dd><p>
                    633: located in Sydney Australia;
                    634: maintained by <a href="mailto:gbayley@ausmac.net">Grant Bayley</a>.<br>
                    635: Updated every 6 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.63      beck      661: <dl>
                    662: <dt><a href="http://mirror.osn.de/"><strong>mirror.osn.de</strong></a></dt>
                    663: <dd><p>
                    664: located in Germany
                    665: maintained by <a href="mailto:aw@osn.de">Armin Wolfermann</a>.<br>
                    666: Updated every 4 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:
1.65      naddy     692: <dl>
1.75    ! nick      693: <dt><strong>cvsup2.de.openbsd.org</strong></dt>
1.65      naddy     694: <dd><p>
1.75    ! nick      695: also known as <strong>openbsd.informatik.uni-erlangen.de</strong>.<br>
1.65      naddy     696: located at the University of Erlangen, Germany;
1.66      naddy     697: maintained by <a href="mailto:Alexander.Gernler@informatik.stud.uni-erlangen.de">Alexander von Gernler</a>.<br>
1.69      jufi      698: Updated every 2 hours from cvsup.uk.openbsd.org
1.65      naddy     699: <p>
                    700: Available collections:
                    701: <table>
                    702: <tr><td width="20"></td>
                    703:     <td><strong>OpenBSD-src</strong></td>
                    704:     <td>- The <b>src</b> repository</td></tr>
                    705: <tr><td></td>
                    706:     <td><strong>OpenBSD-ports</strong></td>
                    707:     <td>- The <b>ports</b> repository</td></tr>
                    708: <tr><td></td>
                    709:     <td><strong>OpenBSD-www</strong></td>
                    710:     <td>- The <b>www</b> repository</td></tr>
                    711: <tr><td></td>
                    712:     <td><strong>OpenBSD-x11</strong></td>
                    713:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    714: <tr><td></td>
                    715:     <td><strong>OpenBSD-xf4</strong></td>
                    716:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    717: <tr><td></td>
                    718:     <td><strong>OpenBSD-all</strong></td>
                    719:     <td>- All OpenBSD repositories</td></tr>
                    720: </table>
                    721: </dd>
                    722: </dl>
                    723:
1.1       brian     724: <p>
1.7       brian     725: <em>Note:</em>, If your server is listed on here with inaccurate or
                    726: unknown information, please contact <a
1.9       naddy     727: href="mailto:beck@openbsd.org"><tt>beck@openbsd.org</tt></a>
1.33      brian     728: or <a href="mailto:brian@openbsd.org"><tt>brian@openbsd.org</tt></a>
1.1       brian     729: <p>
1.58      naddy     730: 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   731: to find out which server is nearest you.
1.1       brian     732: Problems with a server should be reported to the <b>maintainer</b> of the
                    733: server in question.
                    734: <p>
1.68      naddy     735: Currently (as of April 7, 2003), the CVS repository sizes are
1.4       brian     736: <table>
1.9       naddy     737: <tr><td width="20"></td>
1.20      brian     738:     <td><strong>OpenBSD-ports</strong></td>
1.68      naddy     739:     <td>- <b>123</b>MB</td></tr>
1.9       naddy     740: <tr><td></td>
1.20      brian     741:     <td><strong>OpenBSD-src</strong></td>
1.68      naddy     742:     <td>- <b>993</b>MB</td></tr>
1.9       naddy     743: <tr><td></td>
1.20      brian     744:     <td><strong>OpenBSD-www</strong></td>
1.68      naddy     745:     <td>- <b>81</b>MB</td></tr>
1.9       naddy     746: <tr><td></td>
1.20      brian     747:     <td><strong>OpenBSD-x11</strong></td>
1.68      naddy     748:     <td>- <b>200</b>MB</td></tr>
1.20      brian     749: <tr><td></td>
                    750:     <td><strong>OpenBSD-xf4</strong></td>
1.68      naddy     751:     <td>- <b>439</b>MB</td></tr>
1.4       brian     752: </table>
                    753: <p>
1.68      naddy     754: There is an additional overhead of <b>41</b>MB for the CVSROOT
                    755: directory.  The overall repository size currently increases at a rate
                    756: of about <b>225</b>MB per annum.
1.4       brian     757: <p>
1.1       brian     758: <strong>IMPORTANT NOTE:</strong>
                    759: There are a few issues relating to cryptographic software that everyone
                    760: should be aware of:
                    761: <ul>
1.9       naddy     762:   <li>
                    763:     <p>
                    764:     The OpenBSD sources are from Canada. As
1.67      nick      765:     <a href="http://www.efc.ca/pages/doc/crypto-export.html">
1.9       naddy     766:     researched by a Canadian individual</a> and as
                    767:     <a href="http://axion.physics.ubc.ca/ECL.html">
                    768:     described in the Export Control list of Canada</a>,
                    769:     it is legal to export crypto software from Canada to the world.
                    770:   </li>
                    771:   <li>
                    772:     <p>
                    773:     However, if you are outside the USA or Canada, you should not
1.72      naddy     774:     fetch the cryptographic sections of the OpenBSD sources from a
                    775:     CVSup server located in the USA. The files in question are...
1.9       naddy     776:     <ul>
                    777:       <li><tt>src/kerberosIV/*</tt></li>
1.56      miod      778:       <li><tt>src/kerberosV/*</tt></li>
1.9       naddy     779:       <li><tt>src/lib/libdes/*</tt></li>
                    780:       <li><tt>src/lib/libc/crypt/crypt.c</tt></li>
                    781:       <li><tt>src/lib/libc/crypt/morecrypt.c</tt></li>
1.56      miod      782:       <li><tt>src/sys/crypto</tt></li>
1.9       naddy     783:       <li><tt>src/sys/netinet</tt></li>
                    784:       <li><tt>src/usr.sbin/afs/src/rxkad/*</tt></li>
1.56      miod      785:       <li><tt>XF4/xc-mit/lib/Xdmcp/Wraphelp.c</tt></li>
                    786:       <li><tt>XF4/xc-old/lib/Xdmcp/Wraphelp.c</tt></li>
                    787:       <li><tt>XF4/xc/lib/Xdmcp/Wraphelp.c</tt></li>
1.9       naddy     788:     </ul>
                    789:     <p>
                    790:     Because of the USA ITAR munitions list,
                    791:     crypto software may only be exported to Canada from the USA.
                    792:   </li>
1.1       brian     793: </ul>
                    794:
                    795: <p>
                    796: The OpenBSD project is looking for more CVSup servers -- if you are
1.41      brad      797: interested, please contact <a href="mailto:brian@openbsd.org">Brian Somers</a>
1.1       brian     798: for configuration details.
                    799:
1.21      naddy     800: <hr>
                    801: <a href="index.html"><img height="24" width="24" src="back.gif" border="0" alt="OpenBSD"></a>
1.7       brian     802: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.75    ! nick      803: <br><small>$OpenBSD: cvsup.html,v 1.74 2004/02/09 08:55:32 xsa Exp $</small>
1.1       brian     804:
                    805: </body>
                    806: </html>