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

Annotation of www/cvsup.html, Revision 1.112

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