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

Annotation of www/anoncvs.html, Revision 1.445

1.320     sthen       1: <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES!
                      2:      See comments in www/build/mirrors.dat for details -->
1.246     steven      3:
1.180     jufi        4: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     5: <html>
                      6: <head>
1.93      deraadt     7: <title>OpenBSD AnonCVS</title>
1.249     nick        8: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.93      deraadt     9: <meta name="description" content="How to get OpenBSD updates via Internet using Anonymous CVS">
1.443     tb         10: <meta name="copyright" content="This document copyright 1996-2016 by OpenBSD.">
                     11: <meta name="viewport" content="width=device-width, initial-scale=1">
                     12: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.420     sthen      13: <link rel="canonical" href="http://www.openbsd.org/anoncvs.html">
1.1       deraadt    14: </head>
                     15:
1.226     nick       16: <body bgcolor="#ffffff" text="#000000">
1.1       deraadt    17:
1.443     tb         18: <h2>
1.444     tb         19: <a href="index.html">
1.443     tb         20: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
                     21: <font color="#e00000">Anonymous CVS</font>
                     22: </h2>
                     23: <hr>
1.93      deraadt    24: <p>
1.135     naddy      25:
1.249     nick       26: Anonymous CVS is a method of keeping your local copy of the OpenBSD source
                     27: tree up to date with respect to changes made to current OpenBSD sources.
                     28: In addition to following the bleeding edge of development, it is
                     29: also possible to track the patches for errata of a release.
1.99      ericj      30:
1.14      downsj     31: <p>
1.249     nick       32: The major advantage of Anonymous CVS over other source code update
                     33: techniques is that it works directly against a central source code
                     34: repository or mirror.  This means that you have the full set of CVS
                     35: commands available to control merging and updating your changes with
                     36: other source changes and for performing diffs, change histories
                     37: and other queries against the central repository.
1.99      ericj      38:
1.36      deraadt    39: <p>
1.282     nick       40: The OpenBSD Project currently has four active and two historic
                     41: source repositories:
1.99      ericj      42:
                     43: <ul>
1.249     nick       44:   <li><b>src</b> - Houses all source code for the OpenBSD Operating System.
1.329     steven     45:   <li><b>ports</b> - Houses the <a href="faq/ports/index.html">OpenBSD Ports</a>.
1.249     nick       46:   <li><b>www</b> - Houses all OpenBSD web pages. (Including this one).
1.280     steven     47:   <li><b>xenocara</b> - Houses OpenBSD's active X.org v7 source tree.
1.282     nick       48:   <li><b>X11</b> and <b>XF4</b> - Houses OpenBSD's adaptation of the
                     49:       <a href="http://www.XFree86.org/">XFree86-3</a> and XFree86-4
                     50:       source trees.
                     51:       These are here just for historical purposes, most users will have
                     52:       no reason to use this tree, it is no longer being used.
1.99      ericj      53: </ul>
                     54:
1.100     ericj      55: <p>
1.249     nick       56: To summarize, the real strength of using Anonymous CVS is that it is
                     57: a "tolerant" source code control system - it <strong>respects</strong>
                     58: changes that you have made to your local sources and makes <strong>
                     59: "best efforts"</strong> to update your entire source tree, rather than
                     60: leaving you a list of arcane problems that have to be resolved before
                     61: continuing.
                     62:
                     63: <h3><a name="CVS"><font color="#0000e0">What is CVS?</font></a></h3>
                     64:
                     65: <p>
1.428     schwarze   66: <a href="http://savannah.nongnu.org/projects/cvs">CVS</a> is the
                     67: source code control system used to manage the OpenBSD source tree.
1.249     nick       68: It implements a central repository for all officially released source code
                     69: and changes, while permitting developers to maintain local copies of the
                     70: source code with their working changes.
1.226     nick       71:
1.249     nick       72: There are two levels of source tree access:
1.226     nick       73: <ul>
1.249     nick       74: <li><b>Read-write access for developers:</b>
                     75: Developers who need to commit changes to the source tree must have an
                     76: account on the OpenBSD machines.
                     77: Getting this access will be a natural result of working on the sources
                     78: with other OpenBSD developers.
                     79: If someone does some good work and shows they can work with the team,
                     80: they will get an account.
                     81:
                     82: <li><b>Read-only access for everyone:</b>
                     83: Anyone can access the read-only CVS repositories.
                     84: These copies of the read-write CVS repository are mirrored often.
1.226     nick       85: </ul>
1.99      ericj      86:
1.15      grr        87: <p>
1.249     nick       88: The major strength of CVS is that it has the ability to perform intelligent
                     89: merges of changes to the central repository with changes that you make to
                     90: your local copy.  This means that if you make a change to a module and
                     91: perform an update, your changes are not "blown away", rather CVS makes
                     92: best efforts to merge the changes made to the central sources with changes
                     93: you've made to your local copy.
                     94:
                     95: <p>
                     96: In the event that the changes can't be completely merged, CVS provides a
                     97: "soft fallback", providing you with annotated changes to your
                     98: local copy, preserving an unmodified copy of your version and continuing
                     99: to update any other source modules you requested.
1.370     rpe       100:
1.249     nick      101: <h3><a name="starting"><font color="#0000e0">Getting Started Using Anonymous
                    102: CVS</font></a></h3>
                    103:
                    104: While you can download the entire source tree from an AnonCVS server,
                    105: you can often save a lot of time and bandwidth by "preloading" your
                    106: source tree with the source files from either the OpenBSD CD or from an
                    107: FTP server.
                    108: This is particularly true if you are running
                    109: <a href="stable.html"><i>-stable</i></a>, as relatively few files change
                    110: between the <i>-release</i> and <i>-stable</i>.
1.100     ericj     111:
1.22      niklas    112: <p>
1.249     nick      113: To extract the source tree from the CD to <i>/usr/src</i> (assuming the CD is
                    114: mounted on /mnt):
1.22      niklas    115: <pre>
1.280     steven    116:     # <b>cd /usr/src</b>
                    117:     # <b>tar xzf /mnt/src.tar.gz</b>
1.282     nick      118:     # <b>cd /usr</b>
1.280     steven    119:     # <b>tar xzf /mnt/xenocara.tar.gz</b>
1.226     nick      120:     # <b>tar xzf /mnt/ports.tar.gz</b>
1.22      niklas    121: </pre>
1.224     nick      122:
1.249     nick      123: The source files for download from the FTP servers are separated into two
                    124: files to minimize the time required to download for those wishing to work
                    125: with only one part of the tree.  The two files are <tt>sys.tar.gz</tt>,
                    126: which contains the files used to create the kernel, and <tt>src.tar.gz</tt>
                    127: which contains all the other "userland" utilities.
                    128: In general, however, you will usually want both of them installed.
1.280     steven    129: Assuming the downloaded files, <tt>src.tar.gz</tt>,
                    130: <tt>sys.tar.gz</tt> and <tt>xenocara.tar.gz</tt> are in <tt>/usr</tt>:
1.224     nick      131:
1.22      niklas    132: <pre>
1.224     nick      133:     # <b>cd /usr/src</b>
                    134:     # <b>tar xzf ../sys.tar.gz</b>
1.225     nick      135:     # <b>tar xzf ../src.tar.gz</b>
1.282     nick      136:     # <b>cd /usr</b>
1.284     steven    137:     # <b>tar xzf xenocara.tar.gz</b>
1.226     nick      138:     # <b>tar xzf ports.tar.gz</b>
1.22      niklas    139: </pre>
1.100     ericj     140:
                    141: <p>
1.249     nick      142: Not all people will wish to unpack all the file sets, but as the system
                    143: must be kept in sync, you will generally need to set up all trees.
1.226     nick      144:
                    145: <p>
1.249     nick      146: You can also just use cvs(1) to "<b>checkout</b>" the source repository
                    147: for you. This is discussed in the <a href="#using">next section</a>.
1.100     ericj     148:
                    149: <p>
1.249     nick      150: After this, <tt>/usr/src</tt> will be a nice checkout area where all
1.442     sthen     151: <a href="http://man.openbsd.org/?query=cvs&amp;sektion=1&amp;format=html">
1.249     nick      152: cvs(1)</a> commands will work properly.
1.100     ericj     153:
1.370     rpe       154: <h3><a name="using"><font color="#0000e0">Using CVS to Get and Update your
                    155: Source Tree</font></a></h3>
1.100     ericj     156:
                    157: <p>
1.249     nick      158: CVS was designed to be a simple way to retrieve and update your sources.
                    159: You must first decide whether you want to track <i>-current</i> or a
                    160: <a href="stable.html">patch branch</a>.
                    161: The current tree has all of the up to the minute changes,
                    162: whereas a patch branch contains a formal release plus the patches
                    163: from the <a href="errata.html">errata</a> and lesser issues already applied.
                    164: For more information on these "flavors" of OpenBSD, see
                    165: <a href="faq/faq5.html#Flavors">here</a>.
                    166:
                    167: <p>Once you have decided which tree to follow, you must choose which Anonymous
                    168: CVS server you are going to use.  A list of these servers is
                    169: <a href="#CVSROOT">below</a>.
                    170:
                    171: <p>
                    172: Once you have chosen which <a href="#CVSROOT">Anonymous CVS Server</a> you will
                    173: use, you can start using cvs. For those of you
                    174: who have CDs you can start with the CVS checkout that is on the CD by using
                    175: the method <a href="#starting">above</a> to get the sources onto your system.
                    176: If you don't have a CD handy, use the method below to checkout the sources.
1.100     ericj     177:
1.370     rpe       178: <p>
                    179: <ul><li>First, start out by `get'-ing an initial tree:
                    180:
                    181: <p> (If you are following <i>current</i>):
1.135     naddy     182: <pre>
1.370     rpe       183:        # <strong>cd /usr</strong>
                    184:        # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src</strong>
1.135     naddy     185: </pre>
1.99      ericj     186:
1.445   ! sthen     187: <p> (If you are following the patch branch for 5.9):
1.370     rpe       188: <pre>
                    189:        # <strong>cd /usr</strong>
1.445   ! sthen     190:        # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_9 -P src</strong>
1.370     rpe       191: </pre>
1.394     sthen     192: <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES! -->
1.370     rpe       193:
1.394     sthen     194: Anonymous CVS uses passwordless SSH as a transport.
                    195: If this is the first time you have connected to an anoncvs server,
                    196: you will be asked to confirm the SSH fingerprint to ensure that you
                    197: are connecting to the expected server:
                    198:
                    199: <pre>
1.403     sthen     200:        $ <strong>cvs -d anoncvs@anoncvs.spacehopper.org:/cvs get src
1.418     sthen     201:        The authenticity of host 'anoncvs.spacehopper.org (2001:67c:15f4:a423::28)' can't be established.
                    202:        ED25519 key fingerprint is SHA256:oaJ7VEyjt2EHMeixzKn9zJGiV5YlWHIUls070tKdBzI.
1.394     sthen     203:        Are you sure you want to continue connecting (yes/no)?</strong>
                    204: </pre>
                    205:
                    206: In most cases, the list below includes the fingerprints for the server,
                    207: so you can compare it against the displayed fingerprint as additional
                    208: verification that you are connecting to the correct server.
                    209: Confirm this, and the fingerprint will then be saved as usual.
                    210:
                    211: <pre>
                    212:        <strong>Are you sure you want to continue connecting (yes/no)? yes
                    213:        Warning: Permanently added 'anoncvs.spacehopper.org' (ED25519) to the list of known hosts.</strong>
                    214:        ...
                    215: </pre>
1.370     rpe       216:
                    217: <li> Anytime afterwards, to `update' this tree:
                    218: <p> (If you are following <i>current</i>):
                    219: <pre>
                    220:        # <strong>cd /usr/src</strong>
                    221:        # <strong>cvs -q up -Pd</strong>
                    222: </pre>
                    223:
1.445   ! sthen     224: <p> (If you are following the patch branch for 5.9):
1.370     rpe       225: <pre>
                    226:        # <strong>cd /usr/src</strong>
1.445   ! sthen     227:        # <strong>cvs -q up -rOPENBSD_5_9 -Pd</strong>
1.370     rpe       228: </pre>
                    229:
                    230: Every time you ran this it would synchronize your /usr/src tree.
                    231: It would not destroy any of your local changes, rather it would attempt
                    232: to merge changes in.
                    233:
1.1       deraadt   234: <p>
1.370     rpe       235: <li> NOTE:
                    236: If you are updating a source tree that you initially fetched
                    237: from a different server, or from a CD, you <strong>must</strong>
1.394     sthen     238: add the <em>-d [cvsroot]</em> option to cvs.
1.370     rpe       239: <pre>
                    240:        # <strong>cd /usr/src</strong>
                    241:        # <strong>cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs -q up -Pd</strong>
                    242: </pre>
                    243: </ul>
1.1       deraadt   244:
1.370     rpe       245: <p>
                    246: To <a name="ports">use</a> <a href="faq/ports/index.html">ports</a>,
                    247: it is similar to src:
                    248: <ul><li>
                    249: <p> (If you are following <i>current</i>):
                    250: <pre>
                    251:        # <strong>cd /usr</strong>
                    252:        # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports</strong>
                    253: </pre>
1.445   ! sthen     254: <p> (If you are following the patch branch for 5.9):
1.135     naddy     255: <pre>
1.370     rpe       256:        # <strong>cd /usr</strong>
1.445   ! sthen     257:        # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_9 -P ports</strong>
1.135     naddy     258: </pre>
1.370     rpe       259: <li> Anytime afterwards, to `update' this tree:
                    260: <p> (If you are following <i>current</i>):
                    261: <pre>
                    262:        # <strong>cd /usr/ports</strong>
                    263:        # <strong>cvs -q up -Pd</strong>
                    264: </pre>
1.445   ! sthen     265: <p> (If you are following the patch branch for 5.9):
1.370     rpe       266: <pre>
                    267:        # <strong>cd /usr/ports</strong>
1.445   ! sthen     268:        # <strong>cvs -q up -rOPENBSD_5_9 -Pd</strong>
1.370     rpe       269: </pre>
                    270: </ul>
                    271:
                    272: In the above example, <i>-q</i> is optional, only intended to minimize
                    273: cvs's output.
                    274: For those who like to see screenfulls of output, it can be omitted.
                    275:
                    276: <p>
                    277: To make a diff of a locally patched module (here <i>cd.c</i>) to include with
                    278: a bug report:
                    279: <pre>
                    280:        # <strong>cd /usr</strong>
                    281:        # <strong>cvs diff -u src/sys/scsi/cd.c &gt; /tmp/patch</strong>
                    282: </pre>
                    283:
1.1       deraadt   284: <p>
1.442     sthen     285: The <a href="http://man.openbsd.org/?query=cvs&amp;sektion=1&amp;format=html">
1.370     rpe       286: cvs(1) man page</a>
                    287: (included with the CVS sources) has much more
                    288: information about how CVS can be used.
                    289:
                    290: <p>
                    291: <strong>Warning:</strong>
                    292: When using cvs you should take care that your current directory is either
                    293: the root of the tree you are referencing or in a separate place such as /tmp.
                    294: Some commands such as "get" can create an arbitrary sub-tree in the current
                    295: directory, and a subsequent update will recursively flesh out this sub-tree.
                    296:
                    297: <p>
                    298: The anoncvs service gives fledgling developers a chance to learn CVS
                    299: operation and get thoroughly involved in the development process
                    300: before getting "commit" access -- as a result of showing useful
                    301: skills and high quality results they will naturally later be given
                    302: developer access.
                    303: As well, people providing patches can create their "diff"s relative
                    304: to the CVS tree, which will ease integration.
                    305:
                    306: <h3><a name="EXAMPLE"><font color="#0000e0">Example usages for cvs(1)</font>
                    307: </a></h3>
1.100     ericj     308:
1.370     rpe       309: <p>
                    310: A sample use of an anoncvs server would be:
                    311: <pre>
                    312: $ <strong>cd /tmp</strong>
                    313: $ <strong>cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs get src/sys/arch/sparc</strong>
                    314:     [copies the files from the repository to your machine]
                    315: $ <strong>cd src/sys/arch/sparc</strong>
                    316: $ <strong>cvs log locore.s</strong>
                    317:     [shows the commit log for the chosen file]
                    318: $ <strong>cvs diff -bc -r1.1 -r1.5 locore.s</strong>
                    319:     [shows the changes between revisions 1.1 and rev 1.5]
                    320: </pre>
1.100     ericj     321:
1.249     nick      322: <h3><a name="CVSROOT"><font color="#0000e0">Available Anonymous CVS Servers
1.155     jsyn      323: </font></a></h3>
1.1       deraadt   324:
                    325: <p>
                    326: <ul>
1.373     dlg       327: <li><strong>CVSROOT=anoncvs@anoncvs.au.openbsd.org:/cvs</strong><br>
                    328: Location: Brisbane, Australia.<br>
                    329: Maintained by <a href="mailto:dlg@openbsd.org">David Gwynne</a>.<br>
                    330: Protocols: ssh.<br>
                    331: Updated hourly.<br>
                    332: SSH fingerprints:<br>
1.421     dlg       333: (RSA) <tt>SHA256:pPcBY4E33vwreETbz5KJUIzZpWWzaZPhrpnLaFa7WuQ</tt>, <tt>MD5:19:4c:e2:a8:9e:42:b2:91:f3:d5:04:cf:b5:61:5e:ea</tt><br>
                    334: (DSA) <tt>SHA256:3rmKP03KsE0j1dLc91828CCJWUL58+PxBUmIlF7sPDs</tt>, <tt>MD5:80:ff:d2:46:70:51:7d:09:a5:71:83:bb:89:98:44:b1</tt><br>
                    335: (ECDSA) <tt>SHA256:kg2Zaqpd8ZuluPzlpFS9rEw0KR1UmxD9jSG6+2tr28A</tt>, <tt>MD5:fa:57:1c:55:7c:aa:d0:bc:4c:e2:05:3d:9b:bb:83:2d</tt><br>
1.373     dlg       336: <p>
1.322     sthen     337: <li><strong>CVSROOT=anoncvs@ftp5.eu.openbsd.org:/cvs</strong><br>
                    338: Host also known as <strong>anga.funkfeuer.at</strong>.<br>
1.271     martin    339: Location: Vienna, Austria.<br>
1.386     martin    340: Maintained by <a href="mailto:martin@catai.org">Martin Reindl</a>.<br>
                    341: Protocols: ssh.<br>
                    342: Updated hourly.<br>
1.273     martin    343: SSH fingerprints:<br>
1.427     sthen     344: (RSA) <tt>SHA256:d8QBT8DVwgDsM2PaAFEqD9bAxSp1KHUMDAYYci0my4s</tt>, <tt>MD5:e4:a7:3a:ab:e1:a7:c8:eb:5c:f4:ff:38:95:6f:81:f2</tt><br>
                    345: (DSA) <tt>SHA256:NY0B9TY9VFkOwe1+nGLID2r4DLGT4V19vhj0o+kD8sg</tt>, <tt>MD5:66:03:a3:bc:46:85:f3:6c:4b:6b:e3:d4:f5:5f:a6:c4</tt><br>
                    346: (ECDSA) <tt>SHA256:Pi3xEoyvFNep+oxUTaAXJ4C+Uatu9o4BXmg1FReurVw</tt>, <tt>MD5:47:07:69:c4:6c:1f:09:ed:f5:2c:02:af:a0:e9:67:85</tt><br>
                    347: (ED25519) <tt>SHA256:rw/QMZC2XmkmYyCYVnyqzfwCZ9Hj14yNF5rtmuBfiwc</tt>, <tt>MD5:32:0b:33:5f:81:77:5c:3b:0c:f6:85:fe:f0:7c:10:ea</tt><br>
1.271     martin    348: <p>
1.246     steven    349: <li><strong>CVSROOT=anoncvs@anoncvs1.ca.openbsd.org:/cvs</strong><br>
1.249     nick      350: Host also known as <strong>anoncvs.ca.openbsd.org, openbsd.sunsite.ualberta.ca</strong>.<br>
1.328     sthen     351: Location: Alberta, Canada.<br>
1.249     nick      352: Maintained by <a href="mailto:beck@ualberta.ca">Bob Beck</a>.<br>
1.295     beck      353: Protocols: ssh, ssh port 2022.<br>
1.249     nick      354: Updated every 2 hours.<br>
1.246     steven    355: <p>
1.398     brad      356: <li><strong>CVSROOT=anoncvs@anoncvs.comstyle.com:/cvs</strong><br>
                    357: Location: Toronto, Canada.<br>
                    358: Maintained by <a href="mailto:brad@comstyle.com">Brad Smith</a>.<br>
                    359: Protocols: ssh, ssh port 2022.<br>
                    360: Updated hourly.<br>
                    361: SSH fingerprints:<br>
1.417     naddy     362: (RSA) <tt>MD5:43:30:9a:c6:c4:19:80:ad:7d:58:3e:7a:a0:39:57:53</tt><br>
                    363: (DSA) <tt>MD5:66:a1:f9:47:26:d9:15:3c:62:2b:b5:e8:0d:89:4a:6f</tt><br>
                    364: (ECDSA) <tt>MD5:62:28:13:ea:cd:ba:68:e6:e9:82:94:ac:10:7f:80:d5</tt><br>
                    365: (ED25519) <tt>MD5:65:34:d5:69:47:38:58:01:47:5d:bd:09:9d:69:be:6b</tt><br>
1.398     brad      366: <p>
1.440     mmcc      367: <li><strong>CVSROOT=anoncvs@obsdacvs.cs.toronto.edu:/cvs</strong><br>
1.400     nick      368: Location: University of Toronto, Toronto, ON, Canada.<br>
                    369: Maintained by <a href="mailto:nick@holland-consulting.net">Nick Holland</a>.<br>
                    370: Protocols: ssh.<br>
                    371: Updated every 2 hours.<br>
                    372: SSH fingerprints:<br>
1.429     nick      373: (RSA) <tt>SHA256:BosSX+gUL/17cUdppQlmXht1S5GGHrHNrL6+U3hyG+o</tt>, <tt>MD5:bc:59:dc:6f:52:c9:80:2d:63:96:cd:34:e2:5a:fc:fd</tt><br>
                    374: (DSA) <tt>SHA256:/wH3qgWOjC1iXh8PxWFl3Mv+IdgXHoPdLmFxJ0vAGgo</tt>, <tt>MD5:46:df:59:8c:e9:e3:5d:2c:1d:e3:d8:9f:61:8a:3c:ab</tt><br>
                    375: (ECDSA) <tt>SHA256:4I5R4/tGayGG0KDEsj6CY1eCqt2sbcYtA3nqnhUaD04</tt>, <tt>MD5:9b:39:30:30:63:01:fa:ec:66:4f:63:3d:9a:7e:76:38</tt><br>
                    376: (ED25519) <tt>SHA256:AqblfWV4KT2ptlpV3mq3gb4jNPzgYtjDvlBBcaeohxQ</tt>, <tt>MD5:e2:38:fc:a8:a0:17:ad:7b:03:8a:49:b7:94:40:a0:d5</tt><br>
1.374     sthen     377: <p>
1.328     sthen     378: <li><strong>CVSROOT=anoncvs@anoncvs.fr.openbsd.org:/cvs</strong><br>
                    379: Location: Paris, France.<br>
1.422     ajacouto  380: Maintained by <a href="mailto:openbsd-mirror@bsdfrog.org">Landry Breuil, Antoine Jacoutot</a>.<br>
1.328     sthen     381: Protocols: ssh.<br>
                    382: Updated every 2 hours from anoncvs1.ca.openbsd.org.<br>
                    383: SSH fingerprints:<br>
1.422     ajacouto  384: (RSA) <tt>SHA256:d3o82eY/kIfUfmhVpwFu7Do1I7+Wol/tvWmm6Ye9HZ4</tt>, <tt>MD5:af:53:c8:ea:98:20:a2:81:e1:e3:c9:cb:06:d3:56:d7</tt><br>
                    385: (DSA) <tt>SHA256:8/EzaCXcEyuWAS2sOu5KNrozmDS2Xm60E4kd0lUwedg</tt>, <tt>MD5:5e:3a:78:5f:ef:0a:53:b4:b9:2c:91:84:4f:3e:52:dd</tt><br>
                    386: (ECDSA) <tt>SHA256:WXN4m8NHd4vcTqxmzLMMVenSh6gp8060nv39JIiCSss</tt>, <tt>MD5:61:e1:2b:97:a4:65:4d:70:cd:23:3b:83:04:f1:2e:87</tt><br>
                    387: (ED25519) <tt>SHA256:STeC5WGChnZjIi5Rb+XTAQSbKXQJ+B9wxhaacYNff7k</tt>, <tt>MD5:10:80:7f:b7:76:03:7a:51:10:23:fb:1e:05:5b:93:74</tt><br>
1.381     sthen     388: <p>
1.438     sthen     389: <li><strong>CVSROOT=anoncvs@files.venture37.com:/cvs</strong><br>
                    390: Location: Paris, France.<br>
                    391: Maintained by <a href="mailto:mirror@venture37.com">Sevan Janiyan</a>.<br>
                    392: Protocols: ssh, ssh port 2022.<br>
                    393: Updated every 2 hours from anoncvs.spacehopper.org.<br>
                    394: SSH fingerprints:<br>
                    395: (RSA) <tt>SHA256:3pG6tZMZkMSeCUrDUdp1qQ9dC5I0A+Pj1A0cXkLVoP4</tt>, <tt>MD5:b9:ff:83:1f:f4:d0:3c:20:55:3a:24:6c:5e:22:ed:ad</tt><br>
                    396: (DSA) <tt>SHA256:dIQIvW8zh0ZtLtLp9CiMkocAtvJ6umfd1Sw10/v96Jc</tt>, <tt>MD5:02:ae:f4:0f:fb:28:10:9d:58:8c:af:73:69:ec:0b:13</tt><br>
                    397: (ECDSA) <tt>SHA256:2InpK4FJMYTnOPgvSbQtyEIcbTNtZKsPsaa3fBBxUhY</tt>, <tt>MD5:f4:8e:83:ce:fd:a7:8d:7c:07:39:74:83:8e:6a:7c:1e</tt><br>
                    398: (ED25519) <tt>SHA256:IL+TcuRUBiaI+EkdjLDoLkwqOEZdt8bccgVINDRMHlM</tt>, <tt>MD5:91:42:2d:be:73:62:74:48:f3:15:70:42:f2:bd:d5:93</tt><br>
                    399: <p>
1.434     sthen     400: <li><strong>CVSROOT=anoncvs@openbsd.cs.fau.de:/cvs</strong><br>
                    401: Host also known as <strong>openbsd.informatik.uni-erlangen.de</strong>.<br>
                    402: Location: University of Erlangen-Nuremberg, Erlangen, Germany.<br>
                    403: Maintained by <a href="mailto:simon@blarzwurst.de">Simon Kuhnle</a>.<br>
                    404: Protocols: ssh, ssh port 2022.<br>
                    405: Updated every 2 hours from anoncvs.spacehopper.org.<br>
                    406: SSH fingerprints:<br>
                    407: (RSA) <tt>SHA256:0jT+CU7AjMO+ZLwtPV0gSbv/YHIBXvsZDNcjMEfLlpQ</tt>, <tt>MD5:dc:82:f4:e3:a7:d6:ed:85:c3:1e:23:66:6f:6a:bc:cf</tt><br>
                    408: (DSA) <tt>SHA256:8W0HbyOnTtmROpF26cx1ubjnT8HKuFwqPLK872z2PZA</tt>, <tt>MD5:db:36:ce:6a:e9:ae:45:e7:48:9c:95:54:e3:dc:f7:38</tt><br>
                    409: (ECDSA) <tt>SHA256:hPrIQqHlc//5fRKb/EC2JFcrX6hkpsj01/W1G7he+nQ</tt>, <tt>MD5:a0:36:ed:d4:b1:1a:c5:16:de:b5:a7:d0:51:33:2e:96</tt><br>
                    410: (ED25519) <tt>SHA256:24FQB44juPphxJL/jcph3wWHP5ErdvNI1jotVvRMm2s</tt>, <tt>MD5:2b:91:c0:18:ff:aa:76:c1:8e:bc:63:84:cf:14:31:75</tt><br>
                    411: <p>
1.246     steven    412: <li><strong>CVSROOT=anoncvs@mirror.osn.de:/cvs</strong><br>
1.249     nick      413: Location: N&uuml;rnberg, Germany.<br>
                    414: Maintained by <a href="mailto:aw@osn.de">Armin Wolfermann</a>.<br>
                    415: Protocols: ssh.<br>
1.307     sthen     416: Updated every 3 hours.<br>
1.215     david     417: SSH fingerprints:<br>
1.417     naddy     418: (RSA) <tt>MD5:f2:73:d2:f6:e3:01:ef:ca:3b:e7:6c:80:b6:bd:bb:84</tt><br>
                    419: (DSA) <tt>MD5:fb:33:05:62:96:20:cf:88:7e:10:cb:8d:91:72:57:32</tt><br>
1.246     steven    420: <p>
1.406     florian   421: <li><strong>CVSROOT=anoncvs@ftp.hostserver.de:/cvs</strong><br>
                    422: Location: Frankfurt, Germany.<br>
                    423: Maintained by <a href="mailto:mirror@hostserver.de">Sebastian Benoit, Florian Obser</a>.<br>
                    424: Protocols: ssh.<br>
                    425: Updated hourly from anoncvs1.ca.openbsd.org.<br>
                    426: SSH fingerprints:<br>
1.430     sthen     427: (RSA) <tt>SHA256:XrjDaKqJ6J02iSQ/eoiqII0LxJX9D/41eeC6pSQAJXs</tt>, <tt>MD5:ab:02:37:76:d9:f8:5b:3a:10:54:dc:8b:47:ef:c0:73</tt><br>
                    428: (DSA) <tt>SHA256:GYBYarN5A31LlnSRmxoy7f8upzkTZN8x/MPsB3wElLk</tt>, <tt>MD5:d1:0f:17:ee:06:f3:a4:ed:79:a2:eb:83:40:1b:7b:63</tt><br>
                    429: (ECDSA) <tt>SHA256:v6G11hMFfS2+zPh44hhZcpUqDEppyvGQe0vzmrtIHA8</tt>, <tt>MD5:fc:6d:06:54:ba:ed:7e:c2:d6:69:fb:c7:95:58:7b:c4</tt><br>
                    430: (ED25519) <tt>SHA256:KeG1InAfAnQKqpCewmXw/Egb+4UZZuIMGdlYVG+uxNg</tt>, <tt>MD5:1d:16:e2:2a:f2:85:28:b6:33:43:cb:de:c5:ad:fb:e9</tt><br>
1.406     florian   431: <p>
1.246     steven    432: <li><strong>CVSROOT=anoncvs@anoncvs.jp.openbsd.org:/cvs</strong><br>
1.249     nick      433: Host also known as <strong>kankoromochi.econ.nagasaki-u.ac.jp</strong>.<br>
                    434: Location: Nagasaki University, Faculty of Economics, Nagasaki, Japan.<br>
1.410     sthen     435: Maintained by <a href="mailto:sigh@nagasaki-u.ac.jp">SUZUKI Hitoshi</a>.<br>
1.249     nick      436: Protocols: ssh, pserver.<br>
                    437: Updated every 3 hours.<br>
1.410     sthen     438: SSH fingerprints:<br>
1.417     naddy     439: (RSA) <tt>MD5:80:6d:6b:9e:2b:5e:a3:fa:cc:bb:f7:fe:46:9f:ce:be</tt><br>
                    440: (DSA) <tt>MD5:f3:8e:b4:d0:00:26:f1:1b:5b:98:50:ad:d4:94:23:98</tt><br>
                    441: (ECDSA) <tt>MD5:dc:8b:b9:2f:4d:20:73:62:a9:3b:f8:ce:09:10:dc:b8</tt><br>
                    442: (ED25519) <tt>MD5:af:b8:2d:3c:0a:a0:89:15:cb:8f:c0:ad:e7:95:08:df</tt><br>
1.176     miod      443: <p>
1.426     sthen     444: <li><strong>CVSROOT=anoncvs@openbsd.park.rambler.ru:/cvs</strong><br>
                    445: Location: Moscow, Russia.<br>
                    446: Maintained by <a href="mailto:mitya@rockers.su">Dmitry Alenichev</a>.<br>
                    447: Protocols: ssh, ssh port 2022.<br>
                    448: Updated hourly from anoncvs.fr.openbsd.org.<br>
                    449: SSH fingerprints:<br>
                    450: (RSA) <tt>SHA256:81ID50DZh6Uv65O34QnvPT+Lmkc/K6P58syHm+uT1tE</tt><br>
                    451: (DSA) <tt>SHA256:/LDLTfP2JqWELKvML1l7TiDOOo9MYcuz/joL0RG+SOU</tt><br>
                    452: (ECDSA) <tt>SHA256:1ln0sCEga9qcLkkWfS2ezUzKG8/BVQrruFw2ENNDrbA</tt><br>
                    453: (ED25519) <tt>SHA256:e2W+D1hXDiaWjcW4scYAyKLhe9tDz4GDnQm8FGKRpWs</tt><br>
                    454: <p>
1.267     grunk     455: <li><strong>CVSROOT=anoncvs@anoncvs.obsd.si:/cvs</strong><br>
                    456: Location: Ljubljana, Slovenia.<br>
1.397     naddy     457: Maintained by <a href="mailto:mitja@kerberos.si">Mitja Mu&#382;eni&#269;</a>.<br>
1.267     grunk     458: Protocols: ssh.<br>
1.377     sthen     459: Updated every 2 hours from anoncvs.spacehopper.org.<br>
1.376     sthen     460: SSH fingerprints:<br>
1.417     naddy     461: (RSA) <tt>MD5:5b:98:6c:06:a4:1f:83:da:03:aa:ef:e4:f5:f0:99:76</tt><br>
                    462: (DSA) <tt>MD5:2d:57:e2:9c:fd:9d:09:1c:5e:ff:3f:5d:59:78:93:cc</tt><br>
                    463: (ECDSA) <tt>MD5:3f:50:bd:1e:e5:8a:3d:a4:16:22:1c:2d:cf:8b:22:ed</tt><br>
1.267     grunk     464: <p>
1.328     sthen     465: <li><strong>CVSROOT=anoncvs@anoncvs.eu.openbsd.org:/cvs</strong><br>
                    466: Location: Stockholm University, Stockholm, Sweden.<br>
1.369     sthen     467: Maintained by <a href="mailto:jj@openbsd.org, ftp@it.su.se">Janne Johansson</a>.<br>
1.328     sthen     468: Protocols: ssh.<br>
                    469: Updated every 2 hours.<br>
                    470: SSH fingerprints:<br>
1.432     sthen     471: (RSA) <tt>SHA256:4gXNO1FcLP8Swdm759TMDI/73hCCO5kQr3vqi9o/r64</tt>, <tt>MD5:98:e6:80:5d:95:bb:e2:15:5e:19:4d:a3:e4:d0:bc:2c</tt><br>
                    472: (DSA) <tt>SHA256:blisb6OUx83i2AEo44Y9eoAVRgRHsLtiWeZF05rsmHM</tt>, <tt>MD5:55:cd:a7:a9:e3:bc:a5:5c:81:5e:98:c0:60:a2:67:52</tt><br>
                    473: (ECDSA) <tt>SHA256:uz1m+x471U/+3dGsDgvYI/o+pmobQhuILMcr/fZcr6E</tt>, <tt>MD5:a4:c1:8f:64:55:87:35:d6:82:8b:ba:cb:48:3f:be:96</tt><br>
                    474: (ED25519) <tt>SHA256:txtWp19E25H1oSarwXzYTDDr46jsVeolIprB02OOfM8</tt>, <tt>MD5:05:f8:b4:39:ae:5b:55:1d:a9:9c:d4:82:2b:ec:fb:2f</tt><br>
1.343     sthen     475: <p>
1.328     sthen     476: <li><strong>CVSROOT=anoncvs@anoncvs.spacehopper.org:/cvs</strong><br>
                    477: Location: London, United Kingdom.<br>
                    478: Maintained by <a href="mailto:sthen@openbsd.org">Stuart Henderson</a>.<br>
1.354     sthen     479: Protocols: ssh, ssh port 2022, ssh port 443.<br>
1.328     sthen     480: Updated hourly from anoncvs.ca.openbsd.org.<br>
                    481: SSH fingerprints:<br>
1.417     naddy     482: (RSA) <tt>SHA256:orTIOu6IKP7Ndz317tyCaz8LJnJWz4jmzSuG+FK7jwM</tt>, <tt>MD5:e2:19:16:3f:a3:2e:eb:94:14:cd:5c:92:9a:6c:9a:8f</tt><br>
                    483: (DSA) <tt>SHA256:0t4AQyR4Ci5hICZwPQ+l4b5l9evisj+wtry70ZWivZM</tt>, <tt>MD5:ff:47:13:22:83:d1:6e:df:a0:f0:4f:18:31:cb:f2:28</tt><br>
                    484: (ECDSA) <tt>SHA256:p+VCx2KynGtiFFaaiF010SIQu6gJgmJb//yokW2sGBE</tt>, <tt>MD5:a5:b0:2a:65:ff:9a:0b:ef:7d:6f:d2:95:2e:a7:c9:2c</tt><br>
                    485: (ED25519) <tt>SHA256:oaJ7VEyjt2EHMeixzKn9zJGiV5YlWHIUls070tKdBzI</tt>, <tt>MD5:65:ff:bc:e5:c0:a3:e2:17:fa:da:83:ce:de:29:fd:8b</tt><br>
1.328     sthen     486: <p>
                    487: <li><strong>CVSROOT=anoncvs@anoncvs3.usa.openbsd.org:/cvs</strong><br>
                    488: Location: National Center for Atmospheric Research, Boulder, CO, USA.<br>
                    489: Maintained by <a href="mailto:millert@openbsd.org">Todd C. Miller</a>.<br>
1.436     millert   490: Protocols: ssh, ssh port 2022, pserver.<br>
1.437     sthen     491: Updated hourly.<br>
1.328     sthen     492: SSH fingerprints:<br>
1.430     sthen     493: (RSA) <tt>SHA256:ZjlsP/GTTyMEKKkUNWTTA3p/+keRIxvp1kc6s+lQqTw</tt>, <tt>MD5:49:6f:4a:be:02:63:0d:c0:54:b0:57:f0:48:7f:ce:16</tt><br>
                    494: (DSA) <tt>SHA256:/+o+ogn8mzH+VQ8ZC85n4lItkx92YWrPFraLMrC2r3s</tt>, <tt>MD5:f9:ab:fc:60:a3:15:8f:9c:47:24:9e:92:15:78:0d:f3</tt><br>
                    495: (ECDSA) <tt>SHA256:UAjbt7WxQff1I2ZEp5Vgkpr0JGN5MmFX8PYMaZgIP24</tt>, <tt>MD5:99:4f:c8:23:6a:bf:75:1c:de:c9:11:bf:a4:fe:0a:51</tt><br>
                    496: (ED25519) <tt>SHA256:OuuKkSAzHjSA4TPjY9tHZyyKDUB5cpbIiXGFla2Xd1E</tt>, <tt>MD5:7a:6c:1e:53:36:4c:06:74:9e:0c:0d:d6:ff:20:aa:03</tt><br>
1.328     sthen     497: <p>
1.415     sthen     498: <li><strong>CVSROOT=anoncvs@mirror.planetunix.net:/cvs</strong><br>
                    499: Location: Chicago, IL, USA.<br>
                    500: Maintained by <a href="mailto:brian@planetunix.net">Brian Brombacher</a>.<br>
                    501: Protocols: ssh, ssh port 2022, pserver.<br>
                    502: Updated every 3 hours from anoncvs3.usa.openbsd.org.<br>
                    503: SSH fingerprints:<br>
1.417     naddy     504: (RSA) <tt>MD5:8f:42:bd:b0:a2:94:df:6b:af:1e:96:03:ea:68:03:d9</tt><br>
                    505: (DSA) <tt>MD5:26:51:e8:b3:38:88:dc:a8:2a:98:59:86:ab:40:bb:a4</tt><br>
1.437     sthen     506: <p>
1.439     millert   507: <li><strong>CVSROOT=anoncvs@anoncvs2.usa.openbsd.org:/cvs</strong><br>
1.437     sthen     508: Host also known as <strong>anoncvs2.usa.openbsd.org</strong>.<br>
                    509: Location: Rochester Institute of Technology, Rochester, NY, USA.<br>
                    510: Maintained by <a href="mailto:millert@openbsd.org">Todd C. Miller</a>.<br>
                    511: Protocols: ssh, ssh port 2022.<br>
                    512: Updated hourly.<br>
                    513: SSH fingerprints:<br>
                    514: (RSA) <tt>SHA256:O/qRkEam5QXBxAcHA8qEEHXp9D2Ad1RMS43crbP+PDE</tt>, <tt>MD5:91:12:49:07:80:ff:aa:79:49:bd:df:6d:df:d8:53:e4</tt><br>
                    515: (DSA) <tt>SHA256:+sNBHW4fy9/cb0CJLGAe/wBkmwXI7C/vU81rdFVs3mE</tt>, <tt>MD5:ca:4f:76:39:65:92:e2:67:c4:12:41:66:22:d6:d5:0d</tt><br>
                    516: (ECDSA) <tt>SHA256:Bt9zXfPRYnP8DDBEXhH0SwCs3fU8EX/UA1Q5ypzkRdg</tt>, <tt>MD5:6d:9c:fc:d9:d3:c0:52:69:0e:23:f9:f2:44:02:a8:5f</tt><br>
                    517: (ED25519) <tt>SHA256:c+jgUzXaKxwtbQUy+dfpC340p4bVzFYDNIDxW3dUO3A</tt>, <tt>MD5:7d:f1:ca:80:80:99:41:c9:c6:5f:48:0d:76:f9:f3:c9</tt><br>
                    518: <p>
                    519: <li><strong>CVSROOT=anoncvs@anoncvs1.usa.openbsd.org:/cvs</strong><br>
                    520: Host also known as <strong>anoncvs.usa.openbsd.org, anoncvs4.usa.openbsd.org</strong>.<br>
                    521: Location: Network Media, LLC, Bend, OR, USA.<br>
                    522: Maintained by <a href="mailto:millert@openbsd.org">Todd C. Miller</a>.<br>
                    523: Protocols: ssh, pserver.<br>
                    524: Updated hourly.<br>
                    525: SSH fingerprints:<br>
                    526: (RSA) <tt>SHA256:PFKE28DFbJLmqoLkq9xfBuiYl9GN2LABsvUpzNk+LlE</tt>, <tt>MD5:49:67:9a:46:62:8a:3f:4e:b3:63:ca:d6:41:29:2a:2f</tt><br>
                    527: (DSA) <tt>SHA256:KgFHf4YO6nVgCxEEPzgT/jT7QEqSWr56HC2P/PkOKa0</tt>, <tt>MD5:a7:75:49:77:f3:47:d1:3c:5e:65:84:84:3b:03:f1:33</tt><br>
                    528: (ECDSA) <tt>SHA256:Ofstc7xq/W+73vBMUpb3A4ZqLNhKI3u2FdzbOkJpOHI</tt>, <tt>MD5:d3:b2:b5:68:87:3b:f6:93:21:fd:28:ea:cc:b6:e1:13</tt><br>
                    529: (ED25519) <tt>SHA256:IYHq/zKqYnd2wy71Br6X8Q1Jk0XGjOJA4PU6CAr6pDo</tt>, <tt>MD5:0d:83:33:eb:8a:ee:f9:b0:5f:77:a8:0e:48:65:ba:e1</tt><br>
1.415     sthen     530: <p>
1.408     sthen     531: <li><strong>CVSROOT=anoncvs@anoncvs.obsd.esc7.net:/cvs</strong><br>
                    532: Location: Dallas, TX, USA.<br>
                    533: Maintained by <a href="mailto:bwarriner@esc7.net">Ben Warriner</a>.<br>
                    534: Protocols: ssh.<br>
                    535: Updated every 2 hours from anoncvs1.usa.openbsd.org.<br>
                    536: SSH fingerprints:<br>
1.417     naddy     537: (RSA) <tt>MD5:2a:c8:01:6f:5c:fe:78:75:84:29:c3:11:0f:65:05:07</tt><br>
                    538: (DSA) <tt>MD5:0e:ce:de:c4:7d:a0:d1:71:0a:af:cf:ee:34:43:bc:23</tt><br>
                    539: (ECDSA) <tt>MD5:68:f1:e8:11:94:5c:5e:15:d0:ee:54:1f:ee:57:33:4a</tt><br>
                    540: (ED25519) <tt>MD5:ca:ea:e7:77:84:1d:64:3d:5e:9f:25:a6:60:4c:53:52</tt><br>
1.408     sthen     541: <p>
1.246     steven    542:
1.73      deraadt   543: </ul>
1.84      beck      544:
1.73      deraadt   545: <p>
1.249     nick      546: <em>Note:</em> If your server is listed on here with inaccurate or
                    547: unknown information, please contact
                    548: <a href="mailto:beck@openbsd.org"><tt>beck@openbsd.org</tt></a>
1.104     ericj     549:
1.80      beck      550: <p>
1.249     nick      551: You may want to use
1.442     sthen     552: <a href="http://man.openbsd.org/?query=traceroute&amp;sektion=8&amp;format=html">traceroute(8)</a>
1.249     nick      553: to find out which server is nearest you.
                    554: Problems with a server should be reported to the <b>maintainer</b> of the
                    555: server in question.
1.104     ericj     556:
1.159     jcs       557: <p>
1.249     nick      558: If local policy prevents outgoing connections to ssh's default port of 22,
1.370     rpe       559: some servers permit connections on an alternative port (typically 2022).
                    560: These are noted in the list above.
                    561: To use a different port, reconfigure your ssh client by adding a "Host"
                    562: entry to <strong>$HOME/.ssh/config</strong>, e.g.:
1.135     naddy     563: <pre>
1.370     rpe       564:        Host anoncvs.ca.openbsd.org
                    565:            Port 2022
1.135     naddy     566: </pre>
1.1       deraadt   567:
1.249     nick      568: <h3><a name="MIRROR"><font color="#0000e0">Setting up an anoncvs mirror
1.155     jsyn      569: </font></a></h3>
1.105     ericj     570:
1.107     millert   571: <p>
1.249     nick      572: If you wish to setup a new anoncvs mirror site and make it available to
                    573: the general public, please contact the anoncvs
                    574: <a href="mailto:sup@openbsd.org">maintainer</a>.
1.435     sthen     575: Anoncvs mirrors currently require about 6GB of disk (and it will grow!),
1.405     sthen     576: and use up to 64MB of swap
1.249     nick      577: per anoncvs user (assuming the user does a large operation; while smaller
                    578: operations use fewer resources, anoncvs still makes much more of an
1.360     lum       579: impact than ftp).  Such anoncvs machines should have excellent
1.249     nick      580: network connectivity for the area they are expected to serve.  A
                    581: <a href="anoncvs.shar">document</a>
                    582: which describes the setup of anoncvs servers is available.
                    583:
1.387     nick      584: <h3><a name="NOTES"><font color="#0000e0">Final notes</font></a></h3>
1.249     nick      585: After upgrading your source tree, you should read the comments
                    586: at the top of <kbd>/usr/src/Makefile</kbd> before attempting
                    587: a build.  Also, you should build a new kernel <strong>before</strong>
                    588: doing a <kbd>make build</kbd> if possible.  In some cases it may be
                    589: necessary to rebuild and install the <kbd>config</kbd> utility before
                    590: you can build the kernel.  If <kbd>config GENERIC</kbd> fails this
                    591: is probably the case.
                    592: <p>
                    593: It is important to note that upgrading from a release to the current tree
                    594: by rebuilding the sources can be rather difficult due to dependencies
                    595: that are often not obvious.  Therefore, it is suggested that you first
                    596: install the latest snapshot before attempting a tree build from source.
1.1       deraadt   597:
                    598: </body>
                    599: </html>