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

Diff for /www/Attic/cvsup.html between version 1.73 and 1.74

version 1.73, 2004/01/06 02:26:15 version 1.74, 2004/02/09 08:55:32
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">  <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
           "http://www.w3.org/TR/html4/loose.dtd">
 <html>  <html>
 <head>  <head>
 <title>OpenBSD CVSup</title>  <title>OpenBSD CVSup</title>
 <link rev="made" href="mailto:www@openbsd.org">  <link rev="made" href="mailto:www@openbsd.org">
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="resource-type" content="document">  <meta name="resource-type" content="document">
 <meta name="description" content="How to get OpenBSD updates via Internet using CVSup">  <meta name="description" content="How to get OpenBSD updates via Internet using CVSup">
 <meta name="keywords" content="openbsd,cvsup,updates">  <meta name="keywords" content="openbsd,cvsup,updates">
 <meta name="distribution" content="global">  <meta name="distribution" content="global">
 <meta name="copyright" content="This document copyright 2001-2002 by OpenBSD.">  <meta name="copyright" content="This document copyright 2000-2004 by OpenBSD.">
 </head>  </head>
   
 <body bgcolor="#FFFFFF" text="#000000" link="#23238E">  <body bgcolor="#FFFFFF" text="#000000" link="#23238E">
   
 <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>  <a href="index.html"><img alt="[OpenBSD]" height="30" width="141"
           src="images/smalltitle.gif" border="0"></a>
   
 <h2><font color="#e00000">CVSup</font></h2>  <h2><font color="#e00000">CVSup</font></h2>
 <hr>  <hr>
Line 37 
Line 40 
 sources are maintained in a CVS repository on a central development machine  sources are maintained in a CVS repository on a central development machine
 in Canada.  With CVSup, OpenBSD users can easily keep their own source trees  in Canada.  With CVSup, OpenBSD users can easily keep their own source trees
 up to date.  up to date.
 </p>  
   
 <p>  <p>
 <b>CVSup</b> uses the so-called pull model of updating. Under the pull  <b>CVSup</b> uses the so-called pull model of updating. Under the pull
Line 47 
Line 49 
 unsolicited updates.  Users must either run the <b>CVSup</b> client  unsolicited updates.  Users must either run the <b>CVSup</b> client
 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  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
 automatically on a regular basis.  automatically on a regular basis.
 </p>  
   
 <p>  <p>
 The term <b>CVSup</b>, capitalized just so, refers to the entire software  The term <b>CVSup</b>, capitalized just so, refers to the entire software
 package. Its main components are the client <tt>cvsup</tt> which runs on  package. Its main components are the client <tt>cvsup</tt> which runs on
 each user's machine, and the server <tt>cvsupd</tt> which runs at each of  each user's machine, and the server <tt>cvsupd</tt> which runs at each of
 the OpenBSD CVSup mirror sites.  the OpenBSD CVSup mirror sites.
 </p>  
   
 <p>  <p>
 <b>CVSup</b> is intended to be both faster and more flexible than  <b>CVSup</b> is intended to be both faster and more flexible than
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sup&amp;sektion=1&amp;format=html">sup(1)</a>, CVSup's predecessor.  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sup&amp;sektion=1&amp;format=html">sup(1)</a>, CVSup's predecessor.
 </p>  
   
 <p>  <p>
 The OpenBSD Project currently has five main source repositories:  The OpenBSD Project currently has five main source repositories:
 </p>  
   
 <ul>  <ul>
   <li><b>src</b> - Houses all source code for the OpenBSD Operating System.</li>    <li><b>src</b> - Houses all source code for the OpenBSD Operating System.</li>
Line 84 
Line 82 
 CVS can be used for remote file access, it is not optimized for  CVS can be used for remote file access, it is not optimized for
 wholesale source tree distribution over the net, and CVSup can be  wholesale source tree distribution over the net, and CVSup can be
 easily an order of magnitude more efficient for this task.  easily an order of magnitude more efficient for this task.
 </p>  
   
 <h3>  <h3>
 <a name="starting"><font color="#0000e0">Getting Started Using CVSup</font></a>  <a name="starting"><font color="#0000e0">Getting Started Using CVSup</font></a>
Line 100 
Line 97 
 sites</a> instead of building your own from the <tt>net/cvsup</tt>  sites</a> instead of building your own from the <tt>net/cvsup</tt>
 port.  Currently the OpenBSD ports of Ezm3 and consequently CVSup  port.  Currently the OpenBSD ports of Ezm3 and consequently CVSup
 are only available on the i386 platform.  are only available on the i386 platform.
 </p>  
   
 <p>  <p>
 For further information about CVSup, see the author's  For further information about CVSup, see the author's
 <a href="http://www.polstra.com/projects/freeware/CVSup/">project  <a href="http://www.polstra.com/projects/freeware/CVSup/">project
 homepage</a>.  homepage</a>.
 </p>  
   
 <p>  <p>
 In order to mirror the OpenBSD repository with CVSup,  In order to mirror the OpenBSD repository with CVSup,
 the following configuration file might be used:  the following configuration file might be used:
 </p>  
   
 <pre>  <pre>
         # Defaults that apply to all the collections          # Defaults that apply to all the collections
Line 137 
Line 131 
 This directs cvsup to refresh all OpenBSD distributions from  This directs cvsup to refresh all OpenBSD distributions from
 <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  <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
 permission to the local repository.  permission to the local repository.
 </p>  
   
 <p>  <p>
 Assuming this file is saved as <tt>cvs-supfile</tt>, the  Assuming this file is saved as <tt>cvs-supfile</tt>, the
 following command would be used to invoke the cvsup GUI:  following command would be used to invoke the cvsup GUI:
 </p>  
 <pre>  <pre>
         cvsup cvs-supfile          cvsup cvs-supfile
 </pre>  </pre>
 <p>  <p>
 whereas for batch mode, the following might be used:  whereas for batch mode, the following might be used:
 </p>  
 <pre>  <pre>
         cvsup -g -L 2 cvs-supfile          cvsup -g -L 2 cvs-supfile
 </pre>  </pre>
Line 160 
Line 151 
 <p>  <p>
 It is now simple to check out any one of the CVSup'ed repositories.  It is now simple to check out any one of the CVSup'ed repositories.
 For Korn/Bourne shells:  For Korn/Bourne shells:
 </p>  
 <pre>  <pre>
         # cd /usr          # cd /usr
         # CVSROOT=/cvs cvs checkout src          # CVSROOT=/cvs cvs checkout src
 </pre>  </pre>
 <p>  <p>
 For csh and its derivatives:  For csh and its derivatives:
 </p>  
 <pre>  <pre>
         # cd /usr          # cd /usr
         # setenv CVSROOT /cvs          # setenv CVSROOT /cvs
Line 179 
Line 168 
 want the release sources, especially if you are patching your system.  To  want the release sources, especially if you are patching your system.  To
 checkout release sources you must specify a tag along with your command.  checkout release sources you must specify a tag along with your command.
 For example:  For example:
 </p>  
 <pre>  <pre>
         # cd /usr          # cd /usr
         # cvs checkout -rOPENBSD_2_9 src          # cvs checkout -rOPENBSD_2_9 src
 </pre>  </pre>
 <p>  <p>
 Or <tt>OPENBSD_2_8</tt> for 2.8, etc.  Or <tt>OPENBSD_2_8</tt> for 2.8, etc.
 </p>  
   
 <h3><a name="checkout"><font color="#0000e0">Running CVSup in  <h3><a name="checkout"><font color="#0000e0">Running CVSup in
 Checkout Mode</font></a></h3>  Checkout Mode</font></a></h3>
Line 198 
Line 185 
 option to a collection. In particular, you can use this to efficiently  option to a collection. In particular, you can use this to efficiently
 update the source and ports trees shipped on the <a  update the source and ports trees shipped on the <a
 href="orders.html">CDROMs</a>.  href="orders.html">CDROMs</a>.
 </p>  
 <p>  <p>
 The following supfile could be used to update your ports tree:  The following supfile could be used to update your ports tree:
 </p>  
 <pre>  <pre>
         # Defaults that apply to all the collections          # Defaults that apply to all the collections
         *default host=cvsup.uk.openbsd.org          *default host=cvsup.uk.openbsd.org
Line 219 
Line 204 
 to specify an existing tag, as CVSup cannot distinguish valid from  to specify an existing tag, as CVSup cannot distinguish valid from
 invalid tags, and an attempt to synchronize an existing source tree  invalid tags, and an attempt to synchronize an existing source tree
 to an invalid tag will remove all files.  to an invalid tag will remove all files.
 </p>  
 <p>  <p>
 Alternatively, use the keyword <tt>date=[cc.]yy.mm.dd.hh.mm.ss</tt>  Alternatively, use the keyword <tt>date=[cc.]yy.mm.dd.hh.mm.ss</tt>
 to select a revision by date.  All 17 or 20 characters must be  to select a revision by date.  All 17 or 20 characters must be
Line 227 
Line 211 
 <var>cc</var>.  For earlier years, specify only the last two digits  <var>cc</var>.  For earlier years, specify only the last two digits
 <var>yy</var>.  You may also combine the <tt>tag</tt> and <tt>date</tt>  <var>yy</var>.  You may also combine the <tt>tag</tt> and <tt>date</tt>
 keywords.  keywords.
 </p>  
   
   
 <h3>  <h3>
 <a name="CVSROOT"><font color="#0000e0">Available CVSup Servers</font></a>  <a name="CVSROOT"><font color="#0000e0">Available CVSup Servers</font></a>
 </h3>  </h3>
   
 <p>The following CVSup servers are available:</p>  <p>The following CVSup servers are available:
   
 <dl>  <dl>
 <dt><a href="http://cvsup.uk.openbsd.org"><strong>cvsup.uk.openbsd.org</strong></a></dt>  <dt><a href="http://cvsup.uk.openbsd.org"><strong>cvsup.uk.openbsd.org</strong></a></dt>
Line 242 
Line 225 
 located in Brighton, UK;  located in Brighton, UK;
 maintained by <a href="mailto:brian@openbsd.org">Brian Somers</a>.<br>  maintained by <a href="mailto:brian@openbsd.org">Brian Somers</a>.<br>
 Updated every 2 hours.  Updated every 2 hours.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 275 
Line 256 
 located near Frankfurt am Main, Germany;  located near Frankfurt am Main, Germany;
 maintained by <a href="mailto:wosch@FreeBSD.org">Wolfram Schneider</a>.<br>  maintained by <a href="mailto:wosch@FreeBSD.org">Wolfram Schneider</a>.<br>
 Updated every 12 hours from cvsup.uk.openbsd.org.  Updated every 12 hours from cvsup.uk.openbsd.org.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 305 
Line 284 
 located in Munich, Germany;  located in Munich, Germany;
 maintained by <a href="mailto:dl@leo.org">Daniel Lang</a>.<br>  maintained by <a href="mailto:dl@leo.org">Daniel Lang</a>.<br>
 Updated every 24 hours.  Updated every 24 hours.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 338 
Line 315 
 located in Hungary;  located in Hungary;
 maintained by <a href="mailto:mohacsi@hera.ik.bme.hu">Mohacsi Janos</a>.<br>  maintained by <a href="mailto:mohacsi@hera.ik.bme.hu">Mohacsi Janos</a>.<br>
 Updated every 4 hours.  Updated every 4 hours.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 368 
Line 343 
 located in France;  located in France;
 maintained by <a href="mailto:jch@oleane.net">Jean-Claude Christophe</a>.<br>  maintained by <a href="mailto:jch@oleane.net">Jean-Claude Christophe</a>.<br>
 Updated every 12 hours.  Updated every 12 hours.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 395 
Line 368 
 located in West Lafayette, Indiana, USA;  located in West Lafayette, Indiana, USA;
 maintained by <a href="mailto:will@csociety.ecn.purdue.edu">Will Andrews</a>.<br>  maintained by <a href="mailto:will@csociety.ecn.purdue.edu">Will Andrews</a>.<br>
 Updated every 2 hours.  Updated every 2 hours.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 428 
Line 399 
 located in Seoul, Korea;  located in Seoul, Korea;
 maintained by <a href="mailto:redjade@atropos.snu.ac.kr">Kim Kyung-Hwan</a>.<br>  maintained by <a href="mailto:redjade@atropos.snu.ac.kr">Kim Kyung-Hwan</a>.<br>
 Updated every 2 hours.  Updated every 2 hours.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 461 
Line 430 
 located in Oslo, Norway;  located in Oslo, Norway;
 maintained by <a href="mailto:anders@fix.no">Anders Nordby</a>.<br>  maintained by <a href="mailto:anders@fix.no">Anders Nordby</a>.<br>
 Updated every 3 hours.  Updated every 3 hours.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 494 
Line 461 
 located at the University of Coimbra, Portugal;  located at the University of Coimbra, Portugal;
 maintained by <a href="mailto:jpedras@webvolution.net">Jo&atilde;o Pedras</a>.<br>  maintained by <a href="mailto:jpedras@webvolution.net">Jo&atilde;o Pedras</a>.<br>
 Updated every 3 hours.  Updated every 3 hours.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 528 
Line 493 
 located at the University of Kaiserslautern, Germany;  located at the University of Kaiserslautern, Germany;
 maintained by <a href="mailto:naddy@openbsd.org">Christian Weisgerber</a>.<br>  maintained by <a href="mailto:naddy@openbsd.org">Christian Weisgerber</a>.<br>
 Updated every 6 hours from anoncvs.usa.openbsd.org.  Updated every 6 hours from anoncvs.usa.openbsd.org.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 561 
Line 524 
 located at Lake in the Hills, Illinois, USA;  located at Lake in the Hills, Illinois, USA;
 maintained by <a href="mailto:jcs@rt.fm">Joshua Stein</a>.<br>  maintained by <a href="mailto:jcs@rt.fm">Joshua Stein</a>.<br>
 Updated every 2 hours.  Updated every 2 hours.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 594 
Line 555 
 located in St. Petersburg State University, St. Petersburg, Russia;  located in St. Petersburg State University, St. Petersburg, Russia;
 maintained by <a href="mailto:kab00m@lich.phys.spbu.ru">Dima Veselov</a>.<br>  maintained by <a href="mailto:kab00m@lich.phys.spbu.ru">Dima Veselov</a>.<br>
 Updated every 4 hours.  Updated every 4 hours.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-ports</strong></td>      <td><strong>OpenBSD-ports</strong></td>
Line 612 
Line 571 
 located at Otemachi, Tokyo, Japan;  located at Otemachi, Tokyo, Japan;
 maintained by <a href="mailto:cvsupadm@openbsd.bsdlab.org">CVSup Administrator</a>.<br>  maintained by <a href="mailto:cvsupadm@openbsd.bsdlab.org">CVSup Administrator</a>.<br>
 Updated every 3 hours.  Updated every 3 hours.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 645 
Line 602 
 located at National Chiao-Tung University, Taiwan;  located at National Chiao-Tung University, Taiwan;
 maintained by <a href="mailto:ijliao@FreeBSD.org">Ying-Chieh Liao</a>.<br>  maintained by <a href="mailto:ijliao@FreeBSD.org">Ying-Chieh Liao</a>.<br>
 Updated every 2 hours.  Updated every 2 hours.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 678 
Line 633 
 located in Sydney Australia;  located in Sydney Australia;
 maintained by <a href="mailto:gbayley@ausmac.net">Grant Bayley</a>.<br>  maintained by <a href="mailto:gbayley@ausmac.net">Grant Bayley</a>.<br>
 Updated every 6 hours.  Updated every 6 hours.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 711 
Line 664 
 located in Germany  located in Germany
 maintained by <a href="mailto:aw@osn.de">Armin Wolfermann</a>.<br>  maintained by <a href="mailto:aw@osn.de">Armin Wolfermann</a>.<br>
 Updated every 4 hours.  Updated every 4 hours.
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 744 
Line 695 
 located at the University of Erlangen, Germany;  located at the University of Erlangen, Germany;
 maintained by <a href="mailto:Alexander.Gernler@informatik.stud.uni-erlangen.de">Alexander von Gernler</a>.<br>  maintained by <a href="mailto:Alexander.Gernler@informatik.stud.uni-erlangen.de">Alexander von Gernler</a>.<br>
 Updated every 2 hours from cvsup.uk.openbsd.org  Updated every 2 hours from cvsup.uk.openbsd.org
 </p>  
 <p>  <p>
 Available collections:  Available collections:
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-src</strong></td>      <td><strong>OpenBSD-src</strong></td>
Line 776 
Line 725 
 unknown information, please contact <a  unknown information, please contact <a
 href="mailto:beck@openbsd.org"><tt>beck@openbsd.org</tt></a>  href="mailto:beck@openbsd.org"><tt>beck@openbsd.org</tt></a>
 or <a href="mailto:brian@openbsd.org"><tt>brian@openbsd.org</tt></a>  or <a href="mailto:brian@openbsd.org"><tt>brian@openbsd.org</tt></a>
 </p>  
 <p>  <p>
 You may want to use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&amp;sektion=8">traceroute(8)</a>  You may want to use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&amp;sektion=8">traceroute(8)</a>
 to find out which server is nearest you.  to find out which server is nearest you.
 Problems with a server should be reported to the <b>maintainer</b> of the  Problems with a server should be reported to the <b>maintainer</b> of the
 server in question.  server in question.
 </p>  
 <p>  <p>
 Currently (as of April 7, 2003), the CVS repository sizes are  Currently (as of April 7, 2003), the CVS repository sizes are
 </p>  
 <table>  <table>
 <tr><td width="20"></td>  <tr><td width="20"></td>
     <td><strong>OpenBSD-ports</strong></td>      <td><strong>OpenBSD-ports</strong></td>
Line 807 
Line 753 
 There is an additional overhead of <b>41</b>MB for the CVSROOT  There is an additional overhead of <b>41</b>MB for the CVSROOT
 directory.  The overall repository size currently increases at a rate  directory.  The overall repository size currently increases at a rate
 of about <b>225</b>MB per annum.  of about <b>225</b>MB per annum.
 </p>  
 <p>  <p>
 <strong>IMPORTANT NOTE:</strong>  <strong>IMPORTANT NOTE:</strong>
 There are a few issues relating to cryptographic software that everyone  There are a few issues relating to cryptographic software that everyone
 should be aware of:  should be aware of:
 </p>  
 <ul>  <ul>
   <li>    <li>
     <p>      <p>
Line 822 
Line 766 
     <a href="http://axion.physics.ubc.ca/ECL.html">      <a href="http://axion.physics.ubc.ca/ECL.html">
     described in the Export Control list of Canada</a>,      described in the Export Control list of Canada</a>,
     it is legal to export crypto software from Canada to the world.      it is legal to export crypto software from Canada to the world.
     </p>  
   </li>    </li>
   <li>    <li>
     <p>      <p>
     However, if you are outside the USA or Canada, you should not      However, if you are outside the USA or Canada, you should not
     fetch the cryptographic sections of the OpenBSD sources from a      fetch the cryptographic sections of the OpenBSD sources from a
     CVSup server located in the USA. The files in question are...      CVSup server located in the USA. The files in question are...
     </p>  
     <ul>      <ul>
       <li><tt>src/kerberosIV/*</tt></li>        <li><tt>src/kerberosIV/*</tt></li>
       <li><tt>src/kerberosV/*</tt></li>        <li><tt>src/kerberosV/*</tt></li>
Line 846 
Line 788 
     <p>      <p>
     Because of the USA ITAR munitions list,      Because of the USA ITAR munitions list,
     crypto software may only be exported to Canada from the USA.      crypto software may only be exported to Canada from the USA.
     </p>  
   </li>    </li>
 </ul>  </ul>
   
Line 854 
Line 795 
 The OpenBSD project is looking for more CVSup servers -- if you are  The OpenBSD project is looking for more CVSup servers -- if you are
 interested, please contact <a href="mailto:brian@openbsd.org">Brian Somers</a>  interested, please contact <a href="mailto:brian@openbsd.org">Brian Somers</a>
 for configuration details.  for configuration details.
 </p>  
   
 <hr>  <hr>
 <a href="index.html"><img height="24" width="24" src="back.gif" border="0" alt="OpenBSD"></a>  <a href="index.html"><img height="24" width="24" src="back.gif" border="0" alt="OpenBSD"></a>

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74