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

Annotation of www/cvsup.html, Revision 1.107

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