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

Annotation of www/cvsup.html, Revision 1.62

1.21      naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
                      2: <html>
1.1       brian       3: <head>
                      4: <title>OpenBSD CVSup</title>
1.21      naddy       5: <link rev="made" href="mailto:www@openbsd.org">
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="How to get OpenBSD updates via Internet using CVSup">
                      8: <meta name="keywords" content="openbsd,cvsup,updates">
                      9: <meta name="distribution" content="global">
1.55      horacio    10: <meta name="copyright" content="This document copyright 2001-2002 by OpenBSD.">
1.1       brian      11: </head>
                     12:
1.7       brian      13: <body bgcolor="#FFFFFF" text="#000000" link="#23238E">
1.1       brian      14:
1.61      jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.7       brian      16:
                     17: <h2><font color="#e00000">CVSup</font></h2>
1.21      naddy      18: <hr>
1.1       brian      19:
1.7       brian      20: <h3>Table of Contents</h3>
                     21: <ul>
                     22: <li><a href="#cvsup">What Is CVSup?</a></li>
                     23: <li><a href="#starting">Getting Started Using CVSup</a></li>
                     24: <li><a href="#using">Using CVS to Update Your Source Tree</a></li>
                     25: <li><a href="#checkout">Running CVSup in Checkout Mode</a></li>
                     26: <li><a href="#CVSROOT">Available CVSup Servers</a></li>
1.1       brian      27: </ul>
                     28:
1.21      naddy      29: <hr>
1.1       brian      30:
1.9       naddy      31:
1.21      naddy      32: <h3><a name="cvsup"><font color="#0000e0">What Is CVSup?</font></a></h3>
1.1       brian      33:
                     34: <p>
                     35: <b>CVSup</b> is a software package for distributing and updating source
1.58      naddy      36: 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      37: sources are maintained in a CVS repository on a central development machine
                     38: in Canada.  With CVSup, OpenBSD users can easily keep their own source trees
                     39: up to date.
                     40: </p>
                     41:
                     42: <p>
                     43: <b>CVSup</b> uses the so-called pull model of updating. Under the pull
                     44: model, each client asks the server for updates, if and when they are
                     45: wanted.  The server waits passively for update requests from its clients.
                     46: Thus all updates are instigated by the client.  The server never sends
                     47: unsolicited updates.  Users must either run the <b>CVSup</b> client
1.58      naddy      48: 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      49: automatically on a regular basis.
                     50: </p>
                     51:
                     52: <p>
                     53: The term <b>CVSup</b>, capitalized just so, refers to the entire software
                     54: package. Its main components are the client <tt>cvsup</tt> which runs on
                     55: each user's machine, and the server <tt>cvsupd</tt> which runs at each of
                     56: the OpenBSD CVSup mirror sites.
                     57: </p>
                     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: </p>
                     63:
                     64: <p>
1.21      naddy      65: The OpenBSD Project currently has five main source repositories:
1.1       brian      66: </p>
                     67:
                     68: <ul>
1.9       naddy      69:   <li><b>src</b> - Houses all source code for the OpenBSD Operating System.</li>
                     70:   <li><b>ports</b> - Houses the <a href="./ports.html">OpenBSD Ports</a>.</li>
                     71:   <li><b>www</b> - Houses all OpenBSD web pages. (Including this one).</li>
                     72:   <li><b>x11</b> - Houses OpenBSD's adaptation of the
1.20      brian      73:       <a href="http://www.XFree86.org/">XFree86-3</a> software project.</li>
                     74:   <li><b>xf4</b> - Houses OpenBSD's adaptation of the
                     75:       <a href="http://www.XFree86.org/">XFree86-4</a> software 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.9       naddy      87: </p>
1.1       brian      88:
1.2       brian      89: <h3>
1.21      naddy      90: <a name="starting"><font color="#0000e0">Getting Started Using CVSup</font></a>
1.2       brian      91: </h3>
1.1       brian      92:
                     93: <p>
1.59      naddy      94: Building CVSup from the sources can prove cumbersome since it is
                     95: written in Modula-3.  The <tt>lang/ezm3</tt> port provides a smaller
                     96: distribution of the Modula-3 compiler and runtime system for people
                     97: whose only need for Modula-3 is to build CVSup.  Nevertheless, if
                     98: you only care about running CVSup, it is recommended that you
                     99: download the cvsup package from the <a href="ftp.html">ftp mirror
                    100: sites</a> instead of building your own from the <tt>net/cvsup</tt>
                    101: port.  Currently the OpenBSD ports of Ezm3 and consequently CVSup
                    102: are only available on the i386 platform.
1.1       brian     103: </p>
                    104:
                    105: <p>
1.50      naddy     106: For further information about CVSup, see the author's
                    107: <a href="http://www.polstra.com/projects/freeware/CVSup/">project
                    108: homepage</a>.
1.9       naddy     109: </p>
                    110:
                    111: <p>
1.50      naddy     112: In order to mirror the OpenBSD repository with CVSup,
                    113: the following configuration file might be used:
1.1       brian     114: </p>
                    115:
                    116: <pre>
                    117:         # Defaults that apply to all the collections
                    118:         *default release=cvs
                    119:         *default delete use-rel-suffix
                    120:         *default umask=002
1.41      brad      121:         *default host=cvsup.uk.openbsd.org
1.1       brian     122:         *default base=/cvs
                    123:         *default prefix=/cvs
                    124:
                    125:         # If your network link is a T1 or faster, comment out the following line.
                    126:         *default compress
                    127:
                    128:         OpenBSD-all
                    129:         #OpenBSD-src
                    130:         #OpenBSD-www
                    131:         #OpenBSD-ports
                    132:         #OpenBSD-x11
1.20      brian     133:         #OpenBSD-xf4
1.1       brian     134: </pre>
                    135:
                    136: <p>
                    137: This directs cvsup to refresh all OpenBSD distributions from
1.58      naddy     138: <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     139: permission to the local repository.
                    140: </p>
                    141:
                    142: <p>
                    143: Assuming this file is saved as <tt>cvs-supfile</tt>, the
1.39      horacio   144: following command would be used to invoke the cvsup GUI:
1.9       naddy     145: </p>
1.1       brian     146: <pre>
                    147:         cvsup cvs-supfile
                    148: </pre>
1.9       naddy     149: <p>
1.1       brian     150: whereas for batch mode, the following might be used:
1.9       naddy     151: </p>
1.1       brian     152: <pre>
                    153:         cvsup -g -L 2 cvs-supfile
                    154: </pre>
                    155:
1.21      naddy     156: <h3><a name="using">
1.7       brian     157: <font color="#0000e0">Using CVS to Update Your Source Tree</font>
1.2       brian     158: </a></h3>
1.1       brian     159:
                    160: <p>
1.7       brian     161: It is now simple to check out any one of the CVSup'ed repositories.
                    162: For Korn/Bourne shells:
1.9       naddy     163: </p>
1.7       brian     164: <pre>
                    165:         # cd /usr
                    166:         # CVSROOT=/cvs cvs checkout src
                    167: </pre>
                    168: <p>
                    169: For csh and its derivatives:
1.9       naddy     170: </p>
1.7       brian     171: <pre>
                    172:         # cd /usr
                    173:         # setenv CVSROOT /cvs
                    174:         # cvs checkout src
                    175: </pre>
1.1       brian     176:
                    177: <p>
1.7       brian     178: The above will check out the most current sources. Many of you will only
1.1       brian     179: want the release sources, especially if you are patching your system.  To
                    180: checkout release sources you must specify a tag along with your command.
                    181: For example:
                    182: </p>
1.7       brian     183: <pre>
                    184:         # cd /usr
1.40      jufi      185:         # cvs checkout -rOPENBSD_2_9 src
1.7       brian     186: </pre>
                    187: <p>
1.40      jufi      188: Or <tt>OPENBSD_2_8</tt> for 2.8, etc.
1.7       brian     189: </p>
                    190:
1.21      naddy     191: <h3><a name="checkout"><font color="#0000e0">Running CVSup in
1.7       brian     192: Checkout Mode</font></a></h3>
1.1       brian     193:
                    194: <p>
1.7       brian     195: As an alternative to getting the repository and using CVS, you can
                    196: run CVSup in checkout mode by adding a <tt>tag</tt> or <tt>date</tt>
                    197: keyword to your supfile, either as a <tt>*default</tt> or as an
                    198: option to a collection. In particular, you can use this to efficiently
                    199: update the source and ports trees shipped on the <a
                    200: href="orders.html">CDROMs</a>.
1.1       brian     201: </p>
1.7       brian     202: <p>
                    203: The following supfile could be used to update your ports tree:
                    204: </p>
                    205: <pre>
                    206:         # Defaults that apply to all the collections
                    207:         *default host=cvsup.uk.openbsd.org
                    208:         *default base=/var
                    209:         *default prefix=/usr
                    210:         *default release=cvs
                    211:         *default delete use-rel-suffix compress
                    212:
                    213:         # Ports Collection.
                    214:         OpenBSD-ports tag=.
                    215: </pre>
                    216: <p>
                    217: Any CVS symbolic tag can be used.  A single period "." means HEAD,
                    218: i.e. the newest revision of all files in the main branch.  Take care
                    219: to specify an existing tag, as CVSup cannot distinguish valid from
                    220: invalid tags, and an attempt to synchronize an existing source tree
                    221: to an invalid tag will remove all files.
                    222: </p>
                    223: <p>
                    224: Alternatively, use the keyword <tt>date=[cc.]yy.mm.dd.hh.mm.ss</tt>
1.60      deraadt   225: to select a revision by date.  All 17 or 20 characters must be
1.7       brian     226: given as shown.  For the years 2000 and beyond, specify the century
                    227: <var>cc</var>.  For earlier years, specify only the last two digits
                    228: <var>yy</var>.  You may also combine the <tt>tag</tt> and <tt>date</tt>
                    229: keywords.
                    230: </p>
                    231:
1.1       brian     232:
1.2       brian     233: <h3>
1.21      naddy     234: <a name="CVSROOT"><font color="#0000e0">Available CVSup Servers</font></a>
1.2       brian     235: </h3>
1.1       brian     236:
1.7       brian     237: <p>The following CVSup servers are available:</p>
                    238:
1.1       brian     239: <dl>
1.41      brad      240: <dt><a href="http://cvsup.uk.openbsd.org"><strong>cvsup.uk.openbsd.org</strong></a></dt>
1.7       brian     241: <dd><p>
1.6       deraadt   242: located in Brighton, UK;
1.41      brad      243: maintained by <a href="mailto:brian@openbsd.org">Brian Somers</a>.<br>
1.21      naddy     244: Updated every 2 hours.
1.9       naddy     245: </p>
1.1       brian     246: <p>
1.7       brian     247: Available collections:
1.9       naddy     248: </p>
1.1       brian     249: <table>
1.9       naddy     250: <tr><td width="20"></td>
                    251:     <td><strong>OpenBSD-src</strong></td>
                    252:     <td>- The <b>src</b> repository</td></tr>
                    253: <tr><td></td>
                    254:     <td><strong>OpenBSD-ports</strong></td>
                    255:     <td>- The <b>ports</b> repository</td></tr>
                    256: <tr><td></td>
                    257:     <td><strong>OpenBSD-www</strong></td>
                    258:     <td>- The <b>www</b> repository</td></tr>
                    259: <tr><td></td>
                    260:     <td><strong>OpenBSD-x11</strong></td>
1.20      brian     261:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    262: <tr><td></td>
                    263:     <td><strong>OpenBSD-xf4</strong></td>
                    264:     <td>- The <b>XFree86-4</b> repository</td></tr>
1.9       naddy     265: <tr><td></td>
                    266:     <td><strong>OpenBSD-all</strong></td>
                    267:     <td>- All OpenBSD repositories</td></tr>
1.1       brian     268: </table>
1.7       brian     269: </dd>
                    270: </dl>
1.1       brian     271:
1.7       brian     272: <dl>
1.41      brad      273: <dt><strong>cvsup.de.openbsd.org</strong></dt>
1.7       brian     274: <dd><p>
                    275: located near Frankfurt am Main, Germany;
1.21      naddy     276: maintained by <a href="mailto:wosch@FreeBSD.org">Wolfram Schneider</a>.<br>
1.53      naddy     277: Updated every 12 hours from cvsup.uk.openbsd.org.
1.9       naddy     278: </p>
1.3       brian     279: <p>
1.7       brian     280: Available collections:
1.9       naddy     281: </p>
1.3       brian     282: <table>
1.9       naddy     283: <tr><td width="20"></td>
1.12      naddy     284:     <td><strong>OpenBSD-src</strong></td>
1.9       naddy     285:     <td>- The <b>src</b> repository</td></tr>
                    286: <tr><td></td>
1.12      naddy     287:     <td><strong>OpenBSD-ports</strong></td>
1.9       naddy     288:     <td>- The <b>ports</b> repository</td></tr>
                    289: <tr><td></td>
1.12      naddy     290:     <td><strong>OpenBSD-www</strong></td>
1.9       naddy     291:     <td>- The <b>www</b> repository</td></tr>
                    292: <tr><td></td>
1.12      naddy     293:     <td><strong>OpenBSD-x11</strong></td>
1.20      brian     294:     <td>- The <b>XFree86-3</b> repository</td></tr>
1.12      naddy     295: <tr><td></td>
                    296:     <td><strong>OpenBSD-all</strong></td>
                    297:     <td>- All OpenBSD repositories</td></tr>
1.3       brian     298: </table>
1.7       brian     299: </dd>
                    300: </dl>
1.3       brian     301:
1.7       brian     302: <dl>
1.41      brad      303: <dt><a href="http://cvsup2.de.openbsd.org"><strong>cvsup2.de.openbsd.org</strong></a></dt>
1.7       brian     304: <dd><p>
1.41      brad      305: located in Munich, Germany;
                    306: maintained by <a href="mailto:dl@leo.org">Daniel Lang</a>.<br>
                    307: Updated every 24 hours.
1.9       naddy     308: </p>
1.5       ericj     309: <p>
1.7       brian     310: Available collections:
1.9       naddy     311: </p>
1.5       ericj     312: <table>
1.9       naddy     313: <tr><td width="20"></td>
                    314:     <td><strong>OpenBSD-src</strong></td>
                    315:     <td>- The <b>src</b> repository</td></tr>
                    316: <tr><td></td>
                    317:     <td><strong>OpenBSD-ports</strong></td>
                    318:     <td>- The <b>ports</b> repository</td></tr>
                    319: <tr><td></td>
                    320:     <td><strong>OpenBSD-www</strong></td>
                    321:     <td>- The <b>www</b> repository</td></tr>
                    322: <tr><td></td>
                    323:     <td><strong>OpenBSD-x11</strong></td>
1.20      brian     324:     <td>- The <b>XFree86-3</b> repository</td></tr>
1.9       naddy     325: <tr><td></td>
1.41      brad      326:     <td><strong>OpenBSD-xf4</strong></td>
                    327:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    328: <tr><td></td>
1.9       naddy     329:     <td><strong>OpenBSD-all</strong></td>
                    330:     <td>- All OpenBSD repositories</td></tr>
1.5       ericj     331: </table>
1.7       brian     332: </dd>
                    333: </dl>
1.1       brian     334:
1.7       brian     335: <dl>
1.41      brad      336: <dt><strong>cvsup.hu.openbsd.org</strong></dt>
1.18      beck      337: <dd><p>
1.41      brad      338: located in Hungary;
                    339: maintained by <a href="mailto:mohacsi@hera.ik.bme.hu">Mohacsi Janos</a>.<br>
                    340: Updated every 4 hours.
1.18      beck      341: </p>
                    342: <p>
                    343: Available collections:
                    344: </p>
                    345: <table>
                    346: <tr><td width="20"></td>
                    347:     <td><strong>OpenBSD-src</strong></td>
                    348:     <td>- The <b>src</b> repository</td></tr>
                    349: <tr><td></td>
                    350:     <td><strong>OpenBSD-ports</strong></td>
                    351:     <td>- The <b>ports</b> repository</td></tr>
                    352: <tr><td></td>
                    353:     <td><strong>OpenBSD-www</strong></td>
                    354:     <td>- The <b>www</b> repository</td></tr>
                    355: <tr><td></td>
1.19      brian     356:     <td><strong>OpenBSD-x11</strong></td>
1.20      brian     357:     <td>- The <b>XFree86-3</b> repository</td></tr>
1.19      brian     358: <tr><td></td>
1.18      beck      359:     <td><strong>OpenBSD-all</strong></td>
                    360:     <td>- All OpenBSD repositories</td></tr>
                    361: </table>
                    362: </dd>
                    363: </dl>
                    364:
                    365: <dl>
1.41      brad      366: <dt><strong>cvsup.fr.openbsd.org</strong></dt>
1.7       brian     367: <dd><p>
1.6       deraadt   368: located in France;
1.21      naddy     369: maintained by <a href="mailto:jch@oleane.net">Jean-Claude Christophe</a>.<br>
1.7       brian     370: Updated every 12 hours.
1.9       naddy     371: </p>
1.6       deraadt   372: <p>
1.7       brian     373: Available collections:
1.9       naddy     374: </p>
1.6       deraadt   375: <table>
1.9       naddy     376: <tr><td width="20"></td>
                    377:     <td><strong>OpenBSD-src</strong></td>
                    378:     <td>- The <b>src</b> repository</td></tr>
                    379: <tr><td></td>
                    380:     <td><strong>OpenBSD-ports</strong></td>
                    381:     <td>- The <b>ports</b> repository</td></tr>
                    382: <tr><td></td>
                    383:     <td><strong>OpenBSD-www</strong></td>
                    384:     <td>- The <b>www</b> repository</td></tr>
                    385: <tr><td></td>
                    386:     <td><strong>OpenBSD-all</strong></td>
                    387:     <td>- All OpenBSD repositories</td></tr>
1.6       deraadt   388: </table>
1.7       brian     389: </dd>
                    390: </dl>
1.5       ericj     391:
1.14      brian     392: <dl>
1.41      brad      393: <dt><strong>cvsup.ca.openbsd.org</strong></dt>
                    394: <dd><p>
                    395: located in Toronto, Ontario, Canada;
                    396: maintained by <a href="mailto:brad@comstyle.com">Brad Smith</a>.<br>
                    397: Updated every 2 hours.
                    398: </p>
                    399: <p>
                    400: Available collections:
                    401: </p>
                    402: <table>
                    403: <tr><td width="20"></td>
                    404:     <td><strong>OpenBSD-src</strong></td>
                    405:     <td>- The <b>src</b> repository</td>
                    406: <tr><td></td>
                    407:     <td><strong>OpenBSD-ports</strong></td>
                    408:     <td>- The <b>ports</b> repository</td></tr>
                    409: <tr><td></td>
                    410:     <td><strong>OpenBSD-www</strong></td>
                    411:     <td>- The <b>www</b> repository</td></tr>
                    412: <tr><td></td>
                    413:     <td><strong>OpenBSD-x11</strong></td>
                    414:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    415: <tr><td></td>
                    416:     <td><strong>OpenBSD-xf4</strong></td>
                    417:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    418: <tr><td></td>
                    419:     <td><strong>OpenBSD-all</strong></td>
                    420:     <td>- All OpenBSD repositories</td></tr>
                    421: </table>
                    422: </dd>
                    423: </dl>
                    424:
                    425: <dl>
                    426: <dt><strong>cvsup.usa.openbsd.org</strong></dt>
1.14      brian     427: <dd><p>
1.41      brad      428: located in West Lafayette, Indiana, USA;
1.21      naddy     429: maintained by <a href="mailto:will@csociety.ecn.purdue.edu">Will Andrews</a>.<br>
1.14      brian     430: Updated every 2 hours.
                    431: </p>
                    432: <p>
                    433: Available collections:
                    434: </p>
                    435: <table>
                    436: <tr><td width="20"></td>
                    437:     <td><strong>OpenBSD-src</strong></td>
                    438:     <td>- The <b>src</b> repository</td>
                    439: <tr><td></td>
                    440:     <td><strong>OpenBSD-ports</strong></td>
                    441:     <td>- The <b>ports</b> repository</td></tr>
                    442: <tr><td></td>
                    443:     <td><strong>OpenBSD-www</strong></td>
                    444:     <td>- The <b>www</b> repository</td></tr>
                    445: <tr><td></td>
                    446:     <td><strong>OpenBSD-x11</strong></td>
1.20      brian     447:     <td>- The <b>XFree86-3</b> repository</td></tr>
1.14      brian     448: <tr><td></td>
1.23      naddy     449:     <td><strong>OpenBSD-xf4</strong></td>
                    450:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    451: <tr><td></td>
1.14      brian     452:     <td><strong>OpenBSD-all</strong></td>
                    453:     <td>- All OpenBSD repositories</td></tr>
                    454: </table>
                    455: </dd>
                    456: </dl>
                    457:
1.26      brian     458: <dl>
1.62    ! brian     459: <dt><a href="http://cvsup.kr.openbsd.org/"><strong>cvsup.kr.openbsd.org</strong></a></dt>
1.26      brian     460: <dd><p>
                    461: located in Seoul, Korea;
                    462: maintained by <a href="mailto:redjade@atropos.snu.ac.kr">Kim Kyung-Hwan</a>.<br>
                    463: Updated every 2 hours.
                    464: </p>
                    465: <p>
                    466: Available collections:
                    467: </p>
                    468: <table>
                    469: <tr><td width="20"></td>
                    470:     <td><strong>OpenBSD-src</strong></td>
                    471:     <td>- The <b>src</b> repository</td>
                    472: <tr><td></td>
                    473:     <td><strong>OpenBSD-ports</strong></td>
                    474:     <td>- The <b>ports</b> repository</td></tr>
                    475: <tr><td></td>
                    476:     <td><strong>OpenBSD-www</strong></td>
                    477:     <td>- The <b>www</b> repository</td></tr>
                    478: <tr><td></td>
                    479:     <td><strong>OpenBSD-x11</strong></td>
                    480:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    481: <tr><td></td>
                    482:     <td><strong>OpenBSD-xf4</strong></td>
                    483:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    484: <tr><td></td>
                    485:     <td><strong>OpenBSD-all</strong></td>
                    486:     <td>- All OpenBSD repositories</td></tr>
                    487: </table>
                    488: </dd>
                    489: </dl>
                    490:
1.27      brian     491: <dl>
1.41      brad      492: <dt><a href="http://cvsup.no.openbsd.org/"><strong>cvsup.no.openbsd.org</strong></a></dt>
1.27      brian     493: <dd><p>
1.43      heko      494: located in Oslo, Norway;
1.27      brian     495: maintained by <a href="mailto:anders@fix.no">Anders Nordby</a>.<br>
1.29      brian     496: Updated every 3 hours.
1.27      brian     497: </p>
                    498: <p>
                    499: Available collections:
                    500: </p>
                    501: <table>
                    502: <tr><td width="20"></td>
                    503:     <td><strong>OpenBSD-src</strong></td>
                    504:     <td>- The <b>src</b> repository</td>
                    505: <tr><td></td>
                    506:     <td><strong>OpenBSD-ports</strong></td>
                    507:     <td>- The <b>ports</b> repository</td></tr>
                    508: <tr><td></td>
                    509:     <td><strong>OpenBSD-www</strong></td>
                    510:     <td>- The <b>www</b> repository</td></tr>
                    511: <tr><td></td>
                    512:     <td><strong>OpenBSD-x11</strong></td>
                    513:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    514: <tr><td></td>
                    515:     <td><strong>OpenBSD-xf4</strong></td>
                    516:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    517: <tr><td></td>
                    518:     <td><strong>OpenBSD-all</strong></td>
                    519:     <td>- All OpenBSD repositories</td></tr>
                    520: </table>
                    521: </dd>
                    522: </dl>
                    523:
1.30      brian     524: <dl>
1.41      brad      525: <dt><a href="http://cvsup.pt.openbsd.org/"><strong>cvsup.pt.openbsd.org</strong></a></dt>
1.30      brian     526: <dd><p>
                    527: located at the University of Coimbra, Portugal;
1.36      brian     528: maintained by <a href="mailto:jpedras@webvolution.net">Jo&atilde;o Pedras</a>.<br>
1.30      brian     529: Updated every 3 hours.
                    530: </p>
                    531: <p>
                    532: Available collections:
                    533: </p>
                    534: <table>
                    535: <tr><td width="20"></td>
                    536:     <td><strong>OpenBSD-src</strong></td>
                    537:     <td>- The <b>src</b> repository</td>
                    538: <tr><td></td>
                    539:     <td><strong>OpenBSD-ports</strong></td>
                    540:     <td>- The <b>ports</b> repository</td></tr>
                    541: <tr><td></td>
                    542:     <td><strong>OpenBSD-www</strong></td>
                    543:     <td>- The <b>www</b> repository</td></tr>
                    544: <tr><td></td>
                    545:     <td><strong>OpenBSD-x11</strong></td>
                    546:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    547: <tr><td></td>
                    548:     <td><strong>OpenBSD-xf4</strong></td>
                    549:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    550: <tr><td></td>
                    551:     <td><strong>OpenBSD-all</strong></td>
                    552:     <td>- All OpenBSD repositories</td></tr>
                    553: </table>
                    554: </dd>
                    555: </dl>
1.47      brian     556:
1.37      brian     557: <dl>
1.51      naddy     558: <dt><a href="http://anoncvs.de.openbsd.org"><strong>anoncvs.de.openbsd.org</strong></a></dt>
                    559: <dd><p>
                    560: located at the University of Kaiserslautern, Germany;
                    561: maintained by <a href="mailto:hgw@d1906.inka.de">Hans-G&uuml;nter Weigand</a>
                    562: and <a href="mailto:naddy@openbsd.org">Christian Weisgerber</a>.<br>
1.53      naddy     563: Updated every 6 hours from cvsup2.de.openbsd.org.
1.51      naddy     564: </p>
                    565: <p>
                    566: Available collections:
                    567: </p>
                    568: <table>
                    569: <tr><td width="20"></td>
                    570:     <td><strong>OpenBSD-src</strong></td>
                    571:     <td>- The <b>src</b> repository</td></tr>
                    572: <tr><td></td>
                    573:     <td><strong>OpenBSD-ports</strong></td>
                    574:     <td>- The <b>ports</b> repository</td></tr>
                    575: <tr><td></td>
                    576:     <td><strong>OpenBSD-www</strong></td>
                    577:     <td>- The <b>www</b> repository</td></tr>
                    578: <tr><td></td>
                    579:     <td><strong>OpenBSD-x11</strong></td>
                    580:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    581: <tr><td></td>
                    582:     <td><strong>OpenBSD-xf4</strong></td>
                    583:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    584: <tr><td></td>
                    585:     <td><strong>OpenBSD-all</strong></td>
                    586:     <td>- All OpenBSD repositories</td></tr>
                    587: </table>
                    588: </dd>
                    589: </dl>
                    590:
                    591: <dl>
1.37      brian     592: <dt><a href="http://rt.fm/cvsup.html"><strong>rt.fm</strong></a></dt>
                    593: <dd><p>
1.38      brian     594: located at Lake in the Hills, Illinois, USA;
1.37      brian     595: maintained by <a href="mailto:jcs@rt.fm">Joshua Stein</a>.<br>
1.38      brian     596: Updated every 2 hours.
1.37      brian     597: </p>
                    598: <p>
                    599: Available collections:
                    600: </p>
                    601: <table>
                    602: <tr><td width="20"></td>
                    603:     <td><strong>OpenBSD-src</strong></td>
                    604:     <td>- The <b>src</b> repository</td>
                    605: <tr><td></td>
                    606:     <td><strong>OpenBSD-ports</strong></td>
                    607:     <td>- The <b>ports</b> repository</td></tr>
                    608: <tr><td></td>
                    609:     <td><strong>OpenBSD-www</strong></td>
                    610:     <td>- The <b>www</b> repository</td></tr>
                    611: <tr><td></td>
                    612:     <td><strong>OpenBSD-x11</strong></td>
                    613:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    614: <tr><td></td>
                    615:     <td><strong>OpenBSD-xf4</strong></td>
                    616:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    617: <tr><td></td>
                    618:     <td><strong>OpenBSD-all</strong></td>
                    619:     <td>- All OpenBSD repositories</td></tr>
                    620: </table>
                    621: </dd>
                    622: </dl>
1.30      brian     623:
1.47      brian     624: <dl>
1.44      brian     625: <dt><strong>skeleton.phys.spbu.ru</strong></dt>
                    626: <dd><p>
1.46      brian     627: located in St. Petersburg State University, St. Petersburg, Russia;
1.44      brian     628: maintained by <a href="mailto:kab00m@lich.phys.spbu.ru">Dima Veselov</a>.<br>
                    629: Updated every 4 hours.
                    630: </p>
                    631: <p>
                    632: Available collections:
                    633: </p>
                    634: <table>
1.49      jufi      635: <tr><td width="20"></td>
1.44      brian     636:     <td><strong>OpenBSD-ports</strong></td>
                    637:     <td>- The <b>ports</b> repository</td></tr>
                    638: </table>
                    639: </dd>
                    640: </dl>
                    641:
1.52      brian     642: <dl>
1.58      naddy     643: <dt><strong>cvsup.jp.OpenBSD.org</strong></dt>
1.52      brian     644: <dd><p>
                    645: located at Otemachi, Tokyo, Japan;
1.57      brian     646: maintained by <a href="mailto:cvsupadm@openbsd.bsdlab.org">CVSup Administrator</a>.<br>
1.52      brian     647: Updated every 3 hours.
                    648: </p>
                    649: <p>
                    650: Available collections:
                    651: </p>
                    652: <table>
                    653: <tr><td width="20"></td>
                    654:     <td><strong>OpenBSD-src</strong></td>
                    655:     <td>- The <b>src</b> repository</td>
                    656: <tr><td></td>
                    657:     <td><strong>OpenBSD-ports</strong></td>
                    658:     <td>- The <b>ports</b> repository</td></tr>
                    659: <tr><td></td>
                    660:     <td><strong>OpenBSD-www</strong></td>
                    661:     <td>- The <b>www</b> repository</td></tr>
                    662: <tr><td></td>
                    663:     <td><strong>OpenBSD-x11</strong></td>
                    664:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    665: <tr><td></td>
                    666:     <td><strong>OpenBSD-xf4</strong></td>
                    667:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    668: <tr><td></td>
                    669:     <td><strong>OpenBSD-all</strong></td>
                    670:     <td>- All OpenBSD repositories</td></tr>
                    671: </table>
                    672: </dd>
                    673: </dl>
                    674:
1.54      brian     675: <dl>
1.58      naddy     676: <dt><strong>wiretapped.net</strong></dt>
1.54      brian     677: <dd><p>
                    678: located in Sydney Australia;
                    679: maintained by <a href="mailto:gbayley@ausmac.net">Grant Bayley</a>.<br>
                    680: Updated every 6 hours.
                    681: </p>
                    682: <p>
                    683: Available collections:
                    684: </p>
                    685: <table>
                    686: <tr><td width="20"></td>
                    687:     <td><strong>OpenBSD-src</strong></td>
                    688:     <td>- The <b>src</b> repository</td>
                    689: <tr><td></td>
                    690:     <td><strong>OpenBSD-ports</strong></td>
                    691:     <td>- The <b>ports</b> repository</td></tr>
                    692: <tr><td></td>
                    693:     <td><strong>OpenBSD-www</strong></td>
                    694:     <td>- The <b>www</b> repository</td></tr>
                    695: <tr><td></td>
                    696:     <td><strong>OpenBSD-x11</strong></td>
                    697:     <td>- The <b>XFree86-3</b> repository</td></tr>
                    698: <tr><td></td>
                    699:     <td><strong>OpenBSD-xf4</strong></td>
                    700:     <td>- The <b>XFree86-4</b> repository</td></tr>
                    701: <tr><td></td>
                    702:     <td><strong>OpenBSD-all</strong></td>
                    703:     <td>- All OpenBSD repositories</td></tr>
                    704: </table>
                    705: </dd>
                    706: </dl>
                    707:
1.1       brian     708: <p>
1.7       brian     709: <em>Note:</em>, If your server is listed on here with inaccurate or
                    710: unknown information, please contact <a
1.9       naddy     711: href="mailto:beck@openbsd.org"><tt>beck@openbsd.org</tt></a>
1.33      brian     712: or <a href="mailto:brian@openbsd.org"><tt>brian@openbsd.org</tt></a>
1.9       naddy     713: </p>
1.1       brian     714: <p>
1.58      naddy     715: 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   716: to find out which server is nearest you.
1.1       brian     717: Problems with a server should be reported to the <b>maintainer</b> of the
                    718: server in question.
1.9       naddy     719: </p>
1.1       brian     720: <p>
1.45      brian     721: Currently (as of October 16, 2001), the CVS repository sizes are
1.9       naddy     722: </p>
1.4       brian     723: <table>
1.9       naddy     724: <tr><td width="20"></td>
1.20      brian     725:     <td><strong>OpenBSD-ports</strong></td>
1.45      brian     726:     <td>- <b>67</b>MB</td></tr>
1.9       naddy     727: <tr><td></td>
1.20      brian     728:     <td><strong>OpenBSD-src</strong></td>
1.45      brian     729:     <td>- <b>783</b>MB</td></tr>
1.9       naddy     730: <tr><td></td>
1.20      brian     731:     <td><strong>OpenBSD-www</strong></td>
1.45      brian     732:     <td>- <b>46</b>MB</td></tr>
1.9       naddy     733: <tr><td></td>
1.20      brian     734:     <td><strong>OpenBSD-x11</strong></td>
1.45      brian     735:     <td>- <b>193</b>MB</td></tr>
1.20      brian     736: <tr><td></td>
                    737:     <td><strong>OpenBSD-xf4</strong></td>
1.42      brian     738:     <td>- <b>340</b>MB</td></tr>
1.4       brian     739: </table>
                    740: <p>
1.45      brian     741: There is an additional overhead of <b>34</b>MB for the CVSROOT and sup
1.15      brian     742: directories.  The overall repository size currently increases at a rate
                    743: of about <b>170</b>MB per annum.
1.9       naddy     744: </p>
1.4       brian     745: <p>
1.1       brian     746: <strong>IMPORTANT NOTE:</strong>
                    747: There are a few issues relating to cryptographic software that everyone
                    748: should be aware of:
1.9       naddy     749: </p>
1.1       brian     750: <ul>
1.9       naddy     751:   <li>
                    752:     <p>
                    753:     The OpenBSD sources are from Canada. As
                    754:     <a href="http://insight.mcmaster.ca/org/efc/pages/doc/crypto-export.html">
                    755:     researched by a Canadian individual</a> and as
                    756:     <a href="http://axion.physics.ubc.ca/ECL.html">
                    757:     described in the Export Control list of Canada</a>,
                    758:     it is legal to export crypto software from Canada to the world.
                    759:     </p>
                    760:   </li>
                    761:   <li>
                    762:     <p>
                    763:     However, if you are outside the USA or Canada, you should not
                    764:     fetch the cryptographic sections of the OpenBSD sources from an
                    765:     AnonCVS server located in the USA. The files in question are...
                    766:     </p>
                    767:     <ul>
                    768:       <li><tt>src/kerberosIV/*</tt></li>
1.56      miod      769:       <li><tt>src/kerberosV/*</tt></li>
1.9       naddy     770:       <li><tt>src/lib/libdes/*</tt></li>
                    771:       <li><tt>src/lib/libc/crypt/crypt.c</tt></li>
                    772:       <li><tt>src/lib/libc/crypt/morecrypt.c</tt></li>
1.56      miod      773:       <li><tt>src/sys/crypto</tt></li>
1.9       naddy     774:       <li><tt>src/sys/netinet</tt></li>
                    775:       <li><tt>src/usr.sbin/afs/src/rxkad/*</tt></li>
1.56      miod      776:       <li><tt>XF4/xc-mit/lib/Xdmcp/Wraphelp.c</tt></li>
                    777:       <li><tt>XF4/xc-old/lib/Xdmcp/Wraphelp.c</tt></li>
                    778:       <li><tt>XF4/xc/lib/Xdmcp/Wraphelp.c</tt></li>
1.9       naddy     779:     </ul>
                    780:     <p>
                    781:     Because of the USA ITAR munitions list,
                    782:     crypto software may only be exported to Canada from the USA.
                    783:     </p>
                    784:   </li>
1.1       brian     785: </ul>
                    786:
                    787: <p>
                    788: The OpenBSD project is looking for more CVSup servers -- if you are
1.41      brad      789: interested, please contact <a href="mailto:brian@openbsd.org">Brian Somers</a>
1.1       brian     790: for configuration details.
                    791: </p>
                    792:
1.21      naddy     793: <hr>
                    794: <a href="index.html"><img height="24" width="24" src="back.gif" border="0" alt="OpenBSD"></a>
1.7       brian     795: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.62    ! brian     796: <br><small>$OpenBSD: cvsup.html,v 1.61 2002/06/18 01:44:05 jsyn Exp $</small>
1.1       brian     797:
                    798: </body>
                    799: </html>