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

Annotation of www/cvsup.html, Revision 1.109

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.107     nick       12: <meta name="copyright" content="This document copyright 2000-2007 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.107     nick       64: The OpenBSD Project currently has six 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>
1.88      matthieu   70:   <li><b>X11</b> - Houses OpenBSD's adaptation of the
1.89      matthieu   71:       <a href="http://www.XFree86.org/">XFree86-3</a> software project.
                     72:       This is here just for historical purposes, most users will have no
                     73:       reason to use this tree, it is no longer being used.
                     74:   <li><b>XF4</b> - Houses OpenBSD's active X source tree.
1.107     nick       75:   <li><b>xenocara</b> - Houses OpenBSD's in-development X.org v7 tree.
1.1       brian      76: </ul>
                     77:
1.21      naddy      78: <h3><a name="CVS"><font color="#0000e0">What Is CVS?</font></a></h3>
1.1       brian      79:
                     80: <p>
                     81: CVS is the source code control system used to manage the OpenBSD source
1.7       brian      82: tree.  It is described in more detail <a href="anoncvs.html#CVS">here</a>.
1.50      naddy      83: Note that CVS and CVSup are entirely different programs.  Although
                     84: CVS can be used for remote file access, it is not optimized for
                     85: wholesale source tree distribution over the net, and CVSup can be
                     86: easily an order of magnitude more efficient for this task.
1.1       brian      87:
1.2       brian      88: <h3>
1.21      naddy      89: <a name="starting"><font color="#0000e0">Getting Started Using CVSup</font></a>
1.2       brian      90: </h3>
1.1       brian      91:
                     92: <p>
1.59      naddy      93: Building CVSup from the sources can prove cumbersome since it is
                     94: written in Modula-3.  The <tt>lang/ezm3</tt> port provides a smaller
                     95: distribution of the Modula-3 compiler and runtime system for people
                     96: whose only need for Modula-3 is to build CVSup.  Nevertheless, if
                     97: you only care about running CVSup, it is recommended that you
                     98: download the cvsup package from the <a href="ftp.html">ftp mirror
                     99: sites</a> instead of building your own from the <tt>net/cvsup</tt>
                    100: port.  Currently the OpenBSD ports of Ezm3 and consequently CVSup
                    101: are only available on the i386 platform.
1.1       brian     102:
                    103: <p>
1.50      naddy     104: For further information about CVSup, see the author's
1.109   ! mbalmer   105: <a href="http://www.cvsup.org/">project homepage</a>.
1.9       naddy     106:
                    107: <p>
1.50      naddy     108: In order to mirror the OpenBSD repository with CVSup,
                    109: the following configuration file might be used:
1.1       brian     110:
                    111: <pre>
                    112:         # Defaults that apply to all the collections
                    113:         *default release=cvs
                    114:         *default delete use-rel-suffix
                    115:         *default umask=002
1.41      brad      116:         *default host=cvsup.uk.openbsd.org
1.1       brian     117:         *default base=/cvs
                    118:         *default prefix=/cvs
                    119:
                    120:         # If your network link is a T1 or faster, comment out the following line.
                    121:         *default compress
                    122:
                    123:         OpenBSD-all
                    124:         #OpenBSD-src
                    125:         #OpenBSD-www
                    126:         #OpenBSD-ports
                    127:         #OpenBSD-x11
1.20      brian     128:         #OpenBSD-xf4
1.1       brian     129: </pre>
                    130:
                    131: <p>
                    132: This directs cvsup to refresh all OpenBSD distributions from
1.58      naddy     133: <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     134: permission to the local repository.
                    135:
                    136: <p>
                    137: Assuming this file is saved as <tt>cvs-supfile</tt>, the
1.39      horacio   138: following command would be used to invoke the cvsup GUI:
1.1       brian     139: <pre>
                    140:         cvsup cvs-supfile
                    141: </pre>
1.9       naddy     142: <p>
1.1       brian     143: whereas for batch mode, the following might be used:
                    144: <pre>
                    145:         cvsup -g -L 2 cvs-supfile
                    146: </pre>
                    147:
1.21      naddy     148: <h3><a name="using">
1.7       brian     149: <font color="#0000e0">Using CVS to Update Your Source Tree</font>
1.2       brian     150: </a></h3>
1.1       brian     151:
                    152: <p>
1.98      ray       153: It is now simple to check out any one of the CVSup'ed repositories:
1.7       brian     154: <pre>
                    155:         # cd /usr
1.98      ray       156:         # cvs -d /cvs checkout src
1.7       brian     157: </pre>
1.1       brian     158:
                    159: <p>
1.7       brian     160: The above will check out the most current sources. Many of you will only
1.1       brian     161: want the release sources, especially if you are patching your system.  To
                    162: checkout release sources you must specify a tag along with your command.
                    163: For example:
1.7       brian     164: <pre>
                    165:         # cd /usr
1.98      ray       166:         # cvs -d /cvs checkout -rOPENBSD_3_7 src
1.7       brian     167: </pre>
                    168: <p>
1.94      grunk     169: Or <tt>OPENBSD_3_6</tt> for 3.6, etc.
1.7       brian     170:
1.21      naddy     171: <h3><a name="checkout"><font color="#0000e0">Running CVSup in
1.7       brian     172: Checkout Mode</font></a></h3>
1.1       brian     173:
                    174: <p>
1.7       brian     175: As an alternative to getting the repository and using CVS, you can
                    176: run CVSup in checkout mode by adding a <tt>tag</tt> or <tt>date</tt>
                    177: keyword to your supfile, either as a <tt>*default</tt> or as an
                    178: option to a collection. In particular, you can use this to efficiently
                    179: update the source and ports trees shipped on the <a
                    180: href="orders.html">CDROMs</a>.
                    181: <p>
                    182: The following supfile could be used to update your ports tree:
                    183: <pre>
                    184:         # Defaults that apply to all the collections
                    185:         *default host=cvsup.uk.openbsd.org
                    186:         *default base=/var
                    187:         *default prefix=/usr
                    188:         *default release=cvs
                    189:         *default delete use-rel-suffix compress
                    190:
                    191:         # Ports Collection.
                    192:         OpenBSD-ports tag=.
                    193: </pre>
                    194: <p>
                    195: Any CVS symbolic tag can be used.  A single period "." means HEAD,
                    196: i.e. the newest revision of all files in the main branch.  Take care
                    197: to specify an existing tag, as CVSup cannot distinguish valid from
                    198: invalid tags, and an attempt to synchronize an existing source tree
                    199: to an invalid tag will remove all files.
                    200: <p>
                    201: Alternatively, use the keyword <tt>date=[cc.]yy.mm.dd.hh.mm.ss</tt>
1.60      deraadt   202: to select a revision by date.  All 17 or 20 characters must be
1.7       brian     203: given as shown.  For the years 2000 and beyond, specify the century
                    204: <var>cc</var>.  For earlier years, specify only the last two digits
                    205: <var>yy</var>.  You may also combine the <tt>tag</tt> and <tt>date</tt>
                    206: keywords.
                    207:
1.1       brian     208:
1.2       brian     209: <h3>
1.21      naddy     210: <a name="CVSROOT"><font color="#0000e0">Available CVSup Servers</font></a>
1.2       brian     211: </h3>
1.1       brian     212:
1.74      xsa       213: <p>The following CVSup servers are available:
1.7       brian     214:
1.1       brian     215: <dl>
1.41      brad      216: <dt><a href="http://cvsup.uk.openbsd.org"><strong>cvsup.uk.openbsd.org</strong></a></dt>
1.7       brian     217: <dd><p>
1.6       deraadt   218: located in Brighton, UK;
1.41      brad      219: maintained by <a href="mailto:brian@openbsd.org">Brian Somers</a>.<br>
1.21      naddy     220: Updated every 2 hours.
1.1       brian     221: <p>
1.7       brian     222: Available collections:
1.1       brian     223: <table>
1.9       naddy     224: <tr><td width="20"></td>
                    225:     <td><strong>OpenBSD-src</strong></td>
                    226:     <td>- The <b>src</b> repository</td></tr>
                    227: <tr><td></td>
                    228:     <td><strong>OpenBSD-ports</strong></td>
                    229:     <td>- The <b>ports</b> repository</td></tr>
                    230: <tr><td></td>
                    231:     <td><strong>OpenBSD-www</strong></td>
                    232:     <td>- The <b>www</b> repository</td></tr>
                    233: <tr><td></td>
                    234:     <td><strong>OpenBSD-x11</strong></td>
1.20      brian     235:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    236: <tr><td></td>
                    237:     <td><strong>OpenBSD-xf4</strong></td>
                    238:     <td>- The <b>XFree86-4</b> repository</td></tr>
1.9       naddy     239: <tr><td></td>
                    240:     <td><strong>OpenBSD-all</strong></td>
                    241:     <td>- All OpenBSD repositories</td></tr>
1.1       brian     242: </table>
1.7       brian     243: </dd>
                    244: </dl>
1.1       brian     245:
1.7       brian     246: <dl>
1.41      brad      247: <dt><strong>cvsup.usa.openbsd.org</strong></dt>
1.14      brian     248: <dd><p>
1.41      brad      249: located in West Lafayette, Indiana, USA;
1.21      naddy     250: maintained by <a href="mailto:will@csociety.ecn.purdue.edu">Will Andrews</a>.<br>
1.14      brian     251: Updated every 2 hours.
                    252: <p>
                    253: Available collections:
                    254: <table>
                    255: <tr><td width="20"></td>
                    256:     <td><strong>OpenBSD-src</strong></td>
1.102     steven    257:     <td>- The <b>src</b> repository</td></tr>
1.14      brian     258: <tr><td></td>
                    259:     <td><strong>OpenBSD-ports</strong></td>
                    260:     <td>- The <b>ports</b> repository</td></tr>
                    261: <tr><td></td>
                    262:     <td><strong>OpenBSD-www</strong></td>
                    263:     <td>- The <b>www</b> repository</td></tr>
                    264: <tr><td></td>
                    265:     <td><strong>OpenBSD-x11</strong></td>
1.20      brian     266:     <td>- The <b>XFree86-3</b> repository</td></tr>
1.14      brian     267: <tr><td></td>
1.23      naddy     268:     <td><strong>OpenBSD-xf4</strong></td>
                    269:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    270: <tr><td></td>
1.14      brian     271:     <td><strong>OpenBSD-all</strong></td>
                    272:     <td>- All OpenBSD repositories</td></tr>
                    273: </table>
                    274: </dd>
                    275: </dl>
                    276:
1.26      brian     277: <dl>
1.76      millert   278: <dt><strong>anoncvs1.usa.openbsd.org</strong></dt>
                    279: <dd><p>
                    280: located in Redwood City, California, western USA;
                    281: maintained by <a href="mailto:millert@openbsd.org">Todd Miller</a>.<br>
                    282: Updated every 2 hours.
                    283: <p>
                    284: Available collections:
                    285: <table>
                    286: <tr><td width="20"></td>
                    287:     <td><strong>OpenBSD-src</strong></td>
1.102     steven    288:     <td>- The <b>src</b> repository</td></tr>
1.76      millert   289: <tr><td></td>
                    290:     <td><strong>OpenBSD-ports</strong></td>
                    291:     <td>- The <b>ports</b> repository</td></tr>
                    292: <tr><td></td>
                    293:     <td><strong>OpenBSD-www</strong></td>
                    294:     <td>- The <b>www</b> repository</td></tr>
                    295: <tr><td></td>
                    296:     <td><strong>OpenBSD-x11</strong></td>
                    297:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    298: <tr><td></td>
                    299:     <td><strong>OpenBSD-xf4</strong></td>
                    300:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    301: <tr><td></td>
                    302:     <td><strong>OpenBSD-all</strong></td>
                    303:     <td>- All OpenBSD repositories</td></tr>
                    304: </table>
                    305: </dd>
                    306: </dl>
                    307:
                    308: <dl>
1.77      millert   309: <dt><strong>anoncvs3.usa.openbsd.org</strong></dt>
1.76      millert   310: <dd><p>
                    311: located at the University of Colorado, Boulder, western USA;
                    312: maintained by <a href="mailto:millert@openbsd.org">Todd Miller</a>.<br>
                    313: Updated every 2 hours.
                    314: <p>
                    315: Available collections:
                    316: <table>
                    317: <tr><td width="20"></td>
                    318:     <td><strong>OpenBSD-src</strong></td>
1.102     steven    319:     <td>- The <b>src</b> repository</td></tr>
1.76      millert   320: <tr><td></td>
                    321:     <td><strong>OpenBSD-ports</strong></td>
                    322:     <td>- The <b>ports</b> repository</td></tr>
                    323: <tr><td></td>
                    324:     <td><strong>OpenBSD-www</strong></td>
                    325:     <td>- The <b>www</b> repository</td></tr>
                    326: <tr><td></td>
                    327:     <td><strong>OpenBSD-x11</strong></td>
                    328:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    329: <tr><td></td>
                    330:     <td><strong>OpenBSD-xf4</strong></td>
                    331:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    332: <tr><td></td>
                    333:     <td><strong>OpenBSD-all</strong></td>
                    334:     <td>- All OpenBSD repositories</td></tr>
                    335: </table>
                    336: </dd>
                    337: </dl>
                    338:
1.27      brian     339: <dl>
1.41      brad      340: <dt><a href="http://cvsup.no.openbsd.org/"><strong>cvsup.no.openbsd.org</strong></a></dt>
1.27      brian     341: <dd><p>
1.43      heko      342: located in Oslo, Norway;
1.106     steven    343: maintained by <a href="mailto:anders@fupp.net">Anders Nordby</a>.<br>
1.29      brian     344: Updated every 3 hours.
1.27      brian     345: <p>
                    346: Available collections:
                    347: <table>
                    348: <tr><td width="20"></td>
                    349:     <td><strong>OpenBSD-src</strong></td>
1.102     steven    350:     <td>- The <b>src</b> repository</td></tr>
1.27      brian     351: <tr><td></td>
                    352:     <td><strong>OpenBSD-ports</strong></td>
                    353:     <td>- The <b>ports</b> repository</td></tr>
                    354: <tr><td></td>
                    355:     <td><strong>OpenBSD-www</strong></td>
                    356:     <td>- The <b>www</b> repository</td></tr>
                    357: <tr><td></td>
                    358:     <td><strong>OpenBSD-x11</strong></td>
                    359:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    360: <tr><td></td>
                    361:     <td><strong>OpenBSD-xf4</strong></td>
                    362:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    363: <tr><td></td>
                    364:     <td><strong>OpenBSD-all</strong></td>
                    365:     <td>- All OpenBSD repositories</td></tr>
                    366: </table>
                    367: </dd>
                    368: </dl>
                    369:
1.30      brian     370: <dl>
1.41      brad      371: <dt><a href="http://cvsup.pt.openbsd.org/"><strong>cvsup.pt.openbsd.org</strong></a></dt>
1.30      brian     372: <dd><p>
                    373: located at the University of Coimbra, Portugal;
1.36      brian     374: maintained by <a href="mailto:jpedras@webvolution.net">Jo&atilde;o Pedras</a>.<br>
1.30      brian     375: Updated every 3 hours.
                    376: <p>
                    377: Available collections:
                    378: <table>
                    379: <tr><td width="20"></td>
                    380:     <td><strong>OpenBSD-src</strong></td>
1.102     steven    381:     <td>- The <b>src</b> repository</td></tr>
1.30      brian     382: <tr><td></td>
                    383:     <td><strong>OpenBSD-ports</strong></td>
                    384:     <td>- The <b>ports</b> repository</td></tr>
                    385: <tr><td></td>
                    386:     <td><strong>OpenBSD-www</strong></td>
                    387:     <td>- The <b>www</b> repository</td></tr>
                    388: <tr><td></td>
                    389:     <td><strong>OpenBSD-x11</strong></td>
                    390:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    391: <tr><td></td>
                    392:     <td><strong>OpenBSD-xf4</strong></td>
                    393:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    394: <tr><td></td>
                    395:     <td><strong>OpenBSD-all</strong></td>
                    396:     <td>- All OpenBSD repositories</td></tr>
                    397: </table>
                    398: </dd>
                    399: </dl>
1.47      brian     400:
1.37      brian     401: <dl>
                    402: <dt><a href="http://rt.fm/cvsup.html"><strong>rt.fm</strong></a></dt>
                    403: <dd><p>
1.38      brian     404: located at Lake in the Hills, Illinois, USA;
1.37      brian     405: maintained by <a href="mailto:jcs@rt.fm">Joshua Stein</a>.<br>
1.38      brian     406: Updated every 2 hours.
1.37      brian     407: <p>
                    408: Available collections:
                    409: <table>
                    410: <tr><td width="20"></td>
                    411:     <td><strong>OpenBSD-src</strong></td>
1.102     steven    412:     <td>- The <b>src</b> repository</td></tr>
1.37      brian     413: <tr><td></td>
                    414:     <td><strong>OpenBSD-ports</strong></td>
                    415:     <td>- The <b>ports</b> repository</td></tr>
                    416: <tr><td></td>
                    417:     <td><strong>OpenBSD-www</strong></td>
                    418:     <td>- The <b>www</b> repository</td></tr>
                    419: <tr><td></td>
                    420:     <td><strong>OpenBSD-x11</strong></td>
                    421:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    422: <tr><td></td>
                    423:     <td><strong>OpenBSD-xf4</strong></td>
                    424:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    425: <tr><td></td>
1.108     grunk     426:     <td><strong>OpenBSD-xenocara</strong></td>
                    427:     <td>- The <b>Xenocara</b> repository</td></tr>
                    428: <tr><td></td>
1.37      brian     429:     <td><strong>OpenBSD-all</strong></td>
                    430:     <td>- All OpenBSD repositories</td></tr>
                    431: </table>
                    432: </dd>
                    433: </dl>
1.30      brian     434:
1.47      brian     435: <dl>
1.44      brian     436: <dt><strong>skeleton.phys.spbu.ru</strong></dt>
                    437: <dd><p>
1.46      brian     438: located in St. Petersburg State University, St. Petersburg, Russia;
1.44      brian     439: maintained by <a href="mailto:kab00m@lich.phys.spbu.ru">Dima Veselov</a>.<br>
                    440: Updated every 4 hours.
                    441: <p>
                    442: Available collections:
                    443: <table>
1.49      jufi      444: <tr><td width="20"></td>
1.44      brian     445:     <td><strong>OpenBSD-ports</strong></td>
                    446:     <td>- The <b>ports</b> repository</td></tr>
                    447: </table>
                    448: </dd>
                    449: </dl>
                    450:
1.52      brian     451: <dl>
1.58      naddy     452: <dt><strong>cvsup.jp.OpenBSD.org</strong></dt>
1.52      brian     453: <dd><p>
                    454: located at Otemachi, Tokyo, Japan;
1.57      brian     455: maintained by <a href="mailto:cvsupadm@openbsd.bsdlab.org">CVSup Administrator</a>.<br>
1.52      brian     456: Updated every 3 hours.
                    457: <p>
                    458: Available collections:
                    459: <table>
                    460: <tr><td width="20"></td>
                    461:     <td><strong>OpenBSD-src</strong></td>
1.102     steven    462:     <td>- The <b>src</b> repository</td></tr>
1.52      brian     463: <tr><td></td>
                    464:     <td><strong>OpenBSD-ports</strong></td>
                    465:     <td>- The <b>ports</b> repository</td></tr>
                    466: <tr><td></td>
                    467:     <td><strong>OpenBSD-www</strong></td>
                    468:     <td>- The <b>www</b> repository</td></tr>
                    469: <tr><td></td>
                    470:     <td><strong>OpenBSD-x11</strong></td>
                    471:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    472: <tr><td></td>
                    473:     <td><strong>OpenBSD-xf4</strong></td>
                    474:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    475: <tr><td></td>
                    476:     <td><strong>OpenBSD-all</strong></td>
                    477:     <td>- All OpenBSD repositories</td></tr>
                    478: </table>
                    479: </dd>
                    480: </dl>
                    481:
1.54      brian     482: <dl>
1.73      kevlo     483: <dt><strong>cvsup.tw.OpenBSD.org</strong></dt>
                    484: <dd><p>
                    485: located at National Chiao-Tung University, Taiwan;
                    486: maintained by <a href="mailto:ijliao@FreeBSD.org">Ying-Chieh Liao</a>.<br>
                    487: Updated every 2 hours.
                    488: <p>
                    489: Available collections:
                    490: <table>
                    491: <tr><td width="20"></td>
                    492:     <td><strong>OpenBSD-src</strong></td>
1.102     steven    493:     <td>- The <b>src</b> repository</td></tr>
1.73      kevlo     494: <tr><td></td>
                    495:     <td><strong>OpenBSD-ports</strong></td>
                    496:     <td>- The <b>ports</b> repository</td></tr>
                    497: <tr><td></td>
                    498:     <td><strong>OpenBSD-www</strong></td>
                    499:     <td>- The <b>www</b> repository</td></tr>
                    500: <tr><td></td>
                    501:     <td><strong>OpenBSD-x11</strong></td>
                    502:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    503: <tr><td></td>
                    504:     <td><strong>OpenBSD-xf4</strong></td>
                    505:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    506: <tr><td></td>
                    507:     <td><strong>OpenBSD-all</strong></td>
                    508:     <td>- All OpenBSD repositories</td></tr>
                    509: </table>
                    510: </dd>
                    511: </dl>
                    512:
                    513: <dl>
1.58      naddy     514: <dt><strong>wiretapped.net</strong></dt>
1.54      brian     515: <dd><p>
                    516: located in Sydney Australia;
                    517: maintained by <a href="mailto:gbayley@ausmac.net">Grant Bayley</a>.<br>
                    518: Updated every 6 hours.
                    519: <p>
                    520: Available collections:
                    521: <table>
                    522: <tr><td width="20"></td>
                    523:     <td><strong>OpenBSD-src</strong></td>
1.102     steven    524:     <td>- The <b>src</b> repository</td></tr>
1.54      brian     525: <tr><td></td>
                    526:     <td><strong>OpenBSD-ports</strong></td>
                    527:     <td>- The <b>ports</b> repository</td></tr>
                    528: <tr><td></td>
                    529:     <td><strong>OpenBSD-www</strong></td>
                    530:     <td>- The <b>www</b> repository</td></tr>
                    531: <tr><td></td>
                    532:     <td><strong>OpenBSD-x11</strong></td>
                    533:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    534: <tr><td></td>
                    535:     <td><strong>OpenBSD-xf4</strong></td>
                    536:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    537: <tr><td></td>
                    538:     <td><strong>OpenBSD-all</strong></td>
                    539:     <td>- All OpenBSD repositories</td></tr>
                    540: </table>
                    541: </dd>
                    542: </dl>
                    543:
1.63      beck      544: <dl>
                    545: <dt><a href="http://mirror.osn.de/"><strong>mirror.osn.de</strong></a></dt>
                    546: <dd><p>
                    547: located in Germany
                    548: maintained by <a href="mailto:aw@osn.de">Armin Wolfermann</a>.<br>
                    549: Updated every 4 hours.
                    550: <p>
                    551: Available collections:
                    552: <table>
                    553: <tr><td width="20"></td>
                    554:     <td><strong>OpenBSD-src</strong></td>
1.102     steven    555:     <td>- The <b>src</b> repository</td></tr>
1.63      beck      556: <tr><td></td>
                    557:     <td><strong>OpenBSD-ports</strong></td>
                    558:     <td>- The <b>ports</b> repository</td></tr>
                    559: <tr><td></td>
                    560:     <td><strong>OpenBSD-www</strong></td>
                    561:     <td>- The <b>www</b> repository</td></tr>
                    562: <tr><td></td>
                    563:     <td><strong>OpenBSD-x11</strong></td>
                    564:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    565: <tr><td></td>
                    566:     <td><strong>OpenBSD-xf4</strong></td>
                    567:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    568: <tr><td></td>
1.108     grunk     569:     <td><strong>OpenBSD-xenocara</strong></td>
                    570:     <td>- The <b>Xenocara</b> repository</td></tr>
                    571: <tr><td></td>
1.63      beck      572:     <td><strong>OpenBSD-all</strong></td>
                    573:     <td>- All OpenBSD repositories</td></tr>
                    574: </table>
                    575: </dd>
                    576: </dl>
                    577:
1.65      naddy     578: <dl>
1.108     grunk     579: <dt><strong>cvsup.de.openbsd.org</strong></dt>
1.65      naddy     580: <dd><p>
1.75      nick      581: also known as <strong>openbsd.informatik.uni-erlangen.de</strong>.<br>
1.65      naddy     582: located at the University of Erlangen, Germany;
1.90      grunk     583: maintained by <a href="mailto:grunk@openbsd.org">Alexander von Gernler</a>
                    584: and <a href="mailto:stuka@pestilenz.org">Christian Kollee</a>.<br>
1.80      naddy     585: Updated every 2 hours.
1.65      naddy     586: <p>
                    587: Available collections:
                    588: <table>
                    589: <tr><td width="20"></td>
                    590:     <td><strong>OpenBSD-src</strong></td>
                    591:     <td>- The <b>src</b> repository</td></tr>
                    592: <tr><td></td>
                    593:     <td><strong>OpenBSD-ports</strong></td>
                    594:     <td>- The <b>ports</b> repository</td></tr>
                    595: <tr><td></td>
                    596:     <td><strong>OpenBSD-www</strong></td>
                    597:     <td>- The <b>www</b> repository</td></tr>
                    598: <tr><td></td>
                    599:     <td><strong>OpenBSD-x11</strong></td>
                    600:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    601: <tr><td></td>
                    602:     <td><strong>OpenBSD-xf4</strong></td>
                    603:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    604: <tr><td></td>
1.108     grunk     605:     <td><strong>OpenBSD-xenocara</strong></td>
                    606:     <td>- The <b>Xenocara</b> repository</td></tr>
                    607: <tr><td></td>
1.65      naddy     608:     <td><strong>OpenBSD-all</strong></td>
                    609:     <td>- All OpenBSD repositories</td></tr>
                    610: </table>
                    611: </dd>
                    612: </dl>
                    613:
1.78      pvalchev  614: <dl>
                    615: <dt><strong>cvsup.bg.openbsd.org</strong></dt>
                    616: <dd><p>
                    617: located in Plovdiv, Bulgaria,
                    618: maintained by <a href="mailto:veno@evrocom.net">Ventsislav Velkov</a>.<br>
                    619: Updated every 2 hours.
                    620: <p>
                    621: Available collections:
                    622: <table>
                    623: <tr><td width="20"></td>
                    624:     <td><strong>OpenBSD-src</strong></td>
                    625:     <td>- The <b>src</b> repository</td></tr>
                    626: <tr><td></td>
                    627:     <td><strong>OpenBSD-ports</strong></td>
                    628:     <td>- The <b>ports</b> repository</td></tr>
                    629: <tr><td></td>
                    630:     <td><strong>OpenBSD-www</strong></td>
                    631:     <td>- The <b>www</b> repository</td></tr>
                    632: <tr><td></td>
                    633:     <td><strong>OpenBSD-x11</strong></td>
                    634:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    635: <tr><td></td>
                    636:     <td><strong>OpenBSD-xf4</strong></td>
                    637:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    638: <tr><td></td>
                    639:     <td><strong>OpenBSD-all</strong></td>
                    640:     <td>- All OpenBSD repositories</td></tr>
                    641: </table>
                    642: </dd>
                    643: </dl>
                    644:
1.84      nick      645: <dl>
                    646: <dt><strong><a href="http://cvsup.open.bsd.lv">cvsup.open.bsd.lv</a></strong></dt>
                    647: <dd><p>
                    648: located in Riga, Latvia;
                    649: maintained by <a href="mailto:petruha@bsd.lv">Peter Dunaskin</a>.<br>
                    650: Updated every 2 hours.
                    651: <p>
                    652: Available collections:
                    653: <table>
                    654: <tr><td width="20"></td>
                    655:     <td><strong>OpenBSD-src</strong></td>
                    656:     <td>- The <b>src</b> repository</td></tr>
                    657: <tr><td></td>
                    658:     <td><strong>OpenBSD-ports</strong></td>
                    659:     <td>- The <b>ports</b> repository</td></tr>
                    660: <tr><td></td>
                    661:     <td><strong>OpenBSD-www</strong></td>
                    662:     <td>- The <b>www</b> repository</td></tr>
                    663: <tr><td></td>
                    664:     <td><strong>OpenBSD-x11</strong></td>
                    665:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    666: <tr><td></td>
                    667:     <td><strong>OpenBSD-xf4</strong></td>
                    668:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    669: <tr><td></td>
                    670:     <td><strong>OpenBSD-all</strong></td>
                    671:     <td>- All OpenBSD repositories</td></tr>
                    672: </table>
                    673: </dd>
                    674: </dl>
                    675:
1.91      grunk     676: <dl>
                    677: <dt><strong>rudy.mif.pg.gda.pl</strong></dt>
                    678: <dd><p>
                    679: located at the Gdansk University of Technology, Poland;
1.92      grunk     680: maintained by <a href="mailto:szati@rudy.mif.pg.gda.pl">Lukasz Sztachanski</a>.
1.91      grunk     681: <br>
                    682: Updated every 2 hours.
                    683: <p>
                    684: Available collections:
                    685: <table>
                    686: <tr><td width="20"></td>
                    687:     <td><strong>OpenBSD-src</strong></td>
                    688:     <td>- The <b>src</b> repository</td></tr>
                    689: <tr><td></td>
                    690:     <td><strong>OpenBSD-ports</strong></td>
                    691:     <td>- The <b>ports</b> repository</td></tr>
                    692: <tr><td></td>
                    693:     <td><strong>OpenBSD-www</strong></td>
                    694:     <td>- The <b>www</b> repository</td></tr>
                    695: <tr><td></td>
                    696:     <td><strong>OpenBSD-x11</strong></td>
                    697:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    698: <tr><td></td>
                    699:     <td><strong>OpenBSD-xf4</strong></td>
                    700:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    701: <tr><td></td>
                    702:     <td><strong>OpenBSD-all</strong></td>
                    703:     <td>- All OpenBSD repositories</td></tr>
                    704: </table>
                    705: </dd>
                    706: </dl>
                    707:
1.95      grunk     708: <dl>
                    709: <dt><strong>mirror.public-internet.co.uk</strong></dt>
                    710: <dd><p>
                    711: located at London, UK;
                    712: maintained by <a href="mailto:tom.beard@public-internet.co.uk">Tom Beard</a>.
                    713: <br>
                    714: Updated every 2 hours from cvsup2.de.openbsd.org.
                    715: <p>
                    716: Available collections:
                    717: <table>
                    718: <tr><td width="20"></td>
                    719:     <td><strong>OpenBSD-src</strong></td>
                    720:     <td>- The <b>src</b> repository</td></tr>
                    721: <tr><td></td>
                    722:     <td><strong>OpenBSD-ports</strong></td>
                    723:     <td>- The <b>ports</b> repository</td></tr>
                    724: <tr><td></td>
                    725:     <td><strong>OpenBSD-www</strong></td>
                    726:     <td>- The <b>www</b> repository</td></tr>
                    727: <tr><td></td>
                    728:     <td><strong>OpenBSD-x11</strong></td>
                    729:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    730: <tr><td></td>
                    731:     <td><strong>OpenBSD-xf4</strong></td>
                    732:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    733: <tr><td></td>
                    734:     <td><strong>OpenBSD-all</strong></td>
                    735:     <td>- All OpenBSD repositories</td></tr>
                    736: </table>
                    737: </dd>
                    738: </dl>
                    739:
1.99      steven    740: <!--
1.96      grunk     741: <dl>
                    742: <dt><strong>anoncvs.openbsd.org.ua</strong></dt>
                    743: <dd><p>
                    744: located in Kiev, Ukraine;
                    745: maintained by <a href="mailto:hunter@mirotel.net">Sergey Smitienko</a>.
                    746: <br>
                    747: Updated every 6 hours.
                    748: <p>
                    749: Available collections:
                    750: <table>
                    751: <tr><td width="20"></td>
                    752:     <td><strong>OpenBSD-src</strong></td>
                    753:     <td>- The <b>src</b> repository</td></tr>
                    754: <tr><td></td>
                    755:     <td><strong>OpenBSD-ports</strong></td>
                    756:     <td>- The <b>ports</b> repository</td></tr>
                    757: <tr><td></td>
                    758:     <td><strong>OpenBSD-www</strong></td>
                    759:     <td>- The <b>www</b> repository</td></tr>
                    760: <tr><td></td>
                    761:     <td><strong>OpenBSD-x11</strong></td>
                    762:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    763: <tr><td></td>
                    764:     <td><strong>OpenBSD-xf4</strong></td>
                    765:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    766: <tr><td></td>
                    767:     <td><strong>OpenBSD-all</strong></td>
                    768:     <td>- All OpenBSD repositories</td></tr>
                    769: </table>
                    770: </dd>
                    771: </dl>
1.99      steven    772: -->
1.96      grunk     773:
1.97      grunk     774: <dl>
                    775: <dt><strong>cvsup.openbsd.nu</strong></dt>
                    776: <dd><p>
                    777: located in Stockholm, Sweden;
                    778: maintained by <a href="mailto:kent@openbsd.nu">Kent Riboe</a>.
                    779: <br>
                    780: Updated every 3 hours from cvsync.de.openbsd.org.
                    781: <p>
                    782: Available collections:
                    783: <table>
                    784: <tr><td width="20"></td>
                    785:     <td><strong>OpenBSD-src</strong></td>
                    786:     <td>- The <b>src</b> repository</td></tr>
                    787: <tr><td></td>
                    788:     <td><strong>OpenBSD-ports</strong></td>
                    789:     <td>- The <b>ports</b> repository</td></tr>
                    790: <tr><td></td>
                    791:     <td><strong>OpenBSD-www</strong></td>
                    792:     <td>- The <b>www</b> repository</td></tr>
                    793: <tr><td></td>
                    794:     <td><strong>OpenBSD-x11</strong></td>
                    795:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    796: <tr><td></td>
                    797:     <td><strong>OpenBSD-xf4</strong></td>
                    798:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    799: <tr><td></td>
                    800:     <td><strong>OpenBSD-all</strong></td>
                    801:     <td>- All OpenBSD repositories</td></tr>
                    802: </table>
                    803: </dd>
                    804: </dl>
                    805:
1.1       brian     806: <p>
1.87      joel      807: <em>Note:</em> If your server is listed on here with inaccurate or
                    808: unknown information, please contact
                    809: <a href="mailto:www@openbsd.org"><tt>www@openbsd.org</tt></a>.
1.1       brian     810: <p>
1.58      naddy     811: 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   812: to find out which server is nearest you.
1.1       brian     813: Problems with a server should be reported to the <b>maintainer</b> of the
                    814: server in question.
                    815: <p>
1.100     steven    816: As of August 21, 2006, the CVS repository sizes are
1.4       brian     817: <table>
1.9       naddy     818: <tr><td width="20"></td>
1.20      brian     819:     <td><strong>OpenBSD-ports</strong></td>
1.100     steven    820:     <td>- <b>222</b>MB</td></tr>
1.9       naddy     821: <tr><td></td>
1.20      brian     822:     <td><strong>OpenBSD-src</strong></td>
1.100     steven    823:     <td>- <b>1396</b>MB</td></tr>
1.9       naddy     824: <tr><td></td>
1.20      brian     825:     <td><strong>OpenBSD-www</strong></td>
1.100     steven    826:     <td>- <b>247</b>MB</td></tr>
1.9       naddy     827: <tr><td></td>
1.20      brian     828:     <td><strong>OpenBSD-x11</strong></td>
1.68      naddy     829:     <td>- <b>200</b>MB</td></tr>
1.20      brian     830: <tr><td></td>
                    831:     <td><strong>OpenBSD-xf4</strong></td>
1.100     steven    832:     <td>- <b>562</b>MB</td></tr>
1.4       brian     833: </table>
                    834: <p>
1.100     steven    835: There is an additional overhead of <b>408</b>MB for the CVSROOT
1.68      naddy     836: directory.  The overall repository size currently increases at a rate
1.85      nick      837: of about <b>400</b>MB per annum.
1.4       brian     838: <p>
1.1       brian     839: <strong>IMPORTANT NOTE:</strong>
                    840: There are a few issues relating to cryptographic software that everyone
                    841: should be aware of:
                    842: <ul>
1.9       naddy     843:   <li>
                    844:     <p>
                    845:     The OpenBSD sources are from Canada. As
1.67      nick      846:     <a href="http://www.efc.ca/pages/doc/crypto-export.html">
1.9       naddy     847:     researched by a Canadian individual</a> and as
                    848:     <a href="http://axion.physics.ubc.ca/ECL.html">
                    849:     described in the Export Control list of Canada</a>,
                    850:     it is legal to export crypto software from Canada to the world.
                    851:   </li>
                    852:   <li>
                    853:     <p>
                    854:     However, if you are outside the USA or Canada, you should not
1.72      naddy     855:     fetch the cryptographic sections of the OpenBSD sources from a
                    856:     CVSup server located in the USA. The files in question are...
1.9       naddy     857:     <ul>
                    858:       <li><tt>src/kerberosIV/*</tt></li>
1.56      miod      859:       <li><tt>src/kerberosV/*</tt></li>
1.9       naddy     860:       <li><tt>src/lib/libdes/*</tt></li>
                    861:       <li><tt>src/lib/libc/crypt/crypt.c</tt></li>
                    862:       <li><tt>src/lib/libc/crypt/morecrypt.c</tt></li>
1.56      miod      863:       <li><tt>src/sys/crypto</tt></li>
1.9       naddy     864:       <li><tt>src/sys/netinet</tt></li>
                    865:       <li><tt>src/usr.sbin/afs/src/rxkad/*</tt></li>
1.56      miod      866:       <li><tt>XF4/xc-mit/lib/Xdmcp/Wraphelp.c</tt></li>
                    867:       <li><tt>XF4/xc-old/lib/Xdmcp/Wraphelp.c</tt></li>
                    868:       <li><tt>XF4/xc/lib/Xdmcp/Wraphelp.c</tt></li>
1.9       naddy     869:     </ul>
                    870:     <p>
                    871:     Because of the USA ITAR munitions list,
                    872:     crypto software may only be exported to Canada from the USA.
                    873:   </li>
1.1       brian     874: </ul>
                    875:
                    876: <p>
                    877: The OpenBSD project is looking for more CVSup servers -- if you are
1.87      joel      878: interested, please contact
                    879: <a href="mailto:www@openbsd.org"><tt>www@openbsd.org</tt></a>
1.1       brian     880: for configuration details.
                    881:
1.21      naddy     882: <hr>
                    883: <a href="index.html"><img height="24" width="24" src="back.gif" border="0" alt="OpenBSD"></a>
1.7       brian     884: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.109   ! mbalmer   885: <br><small>$OpenBSD: cvsup.html,v 1.108 2007/04/10 15:51:38 grunk Exp $</small>
1.1       brian     886:
                    887: </body>
                    888: </html>