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

Annotation of www/anoncvs.html, Revision 1.408

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