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

Annotation of www/cvsup.html, Revision 1.88

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