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

Annotation of www/cvsup.html, Revision 1.118

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