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

Diff for /www/56.html between version 1.72 and 1.73

version 1.72, 2019/05/27 22:55:18 version 1.73, 2019/06/12 20:57:16
Line 7 
Line 7 
 <meta name="viewport" content="width=device-width, initial-scale=1">  <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">  <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://www.openbsd.org/56.html">  <link rel="canonical" href="https://www.openbsd.org/56.html">
 <style>  
 #sourcecode h3 {  
         color: var(--red);  
 }  
   
 #sourcecode p {  
         margin-left: 2.75em;  
 }  
   
 #sourcecode blockquote {  
         margin-left: 4.5em;  
 }  
 </style>  
   
 <h2 id=OpenBSD>  <h2 id=OpenBSD>
 <a href="index.html">  <a href="index.html">
 <i>Open</i><b>BSD</b></a>  <i>Open</i><b>BSD</b></a>
Line 50 
Line 37 
 <li>See a <a href="plus56.html">detailed log of changes</a> between the  <li>See a <a href="plus56.html">detailed log of changes</a> between the
     5.5 and 5.6 releases.      5.5 and 5.6 releases.
 <p>  <p>
 <li><a href="https://man.openbsd.org/signify.1">signify(1)</a> pubkeys for this release:<p>  <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
       pubkeys for this release:<p>
   
 <table class=signify>  <table class=signify>
 <tr><td>  <tr><td>
Line 66 
Line 54 
 <td>  <td>
 RWSPEf7Vpp2j0PTDG+eLs5L700nlqBFzEcSmHuv3ypVUEOYwso+UucXb  RWSPEf7Vpp2j0PTDG+eLs5L700nlqBFzEcSmHuv3ypVUEOYwso+UucXb
 </table>  </table>
   </ul>
 <p>  <p>
 All applicable copyrights and credits are in the src.tar.gz,  All applicable copyrights and credits are in the src.tar.gz,
 sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the  sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
 files fetched via ports.tar.gz.  files fetched via ports.tar.gz.
 </ul>  
 </table>  </table>
   
 <hr>  <hr>
   
 <section id=new>  <section id=new>
 <h3>What's New</h3>  <h3>What's New</h3>
   
 <p>  <p>
 This is a partial list of new features and systems included in OpenBSD 5.6.  This is a partial list of new features and systems included in OpenBSD 5.6.
 For a comprehensive list, see the <a href="plus56.html">changelog</a> leading  For a comprehensive list, see the <a href="plus56.html">changelog</a> leading
Line 511 
Line 497 
   
 <section id=install>  <section id=install>
 <h3>How to install</h3>  <h3>How to install</h3>
   
 <p>  <p>
 Following this are the instructions which you would have on a piece of  Following this are the instructions which you would have on a piece of
 paper if you had purchased a CDROM set instead of doing an alternate  paper if you had purchased a CDROM set instead of doing an alternate
Line 572 
Line 557 
 <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/zaurus/INSTALL.zaurus">  <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.6/zaurus/INSTALL.zaurus">
         .../OpenBSD/5.6/zaurus/INSTALL.zaurus</a>          .../OpenBSD/5.6/zaurus/INSTALL.zaurus</a>
 </ul>  </ul>
   </section>
   
 <hr>  <hr>
   
 <section id=quickinstall>  <section id=quickinstall>
Line 617 
Line 604 
 &quot;rfd0a&quot;.  &quot;rfd0a&quot;.
   
 <blockquote><pre>  <blockquote><pre>
 # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>  # <kbd>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</kbd>
 </pre></blockquote>  </pre></blockquote>
   
 <p>  <p>
Line 685 
Line 672 
 <h3>OpenBSD/alpha:</h3>  <h3>OpenBSD/alpha:</h3>
   
 <p>  <p>
 Write <i>FTP:5.6/alpha/floppy56.fs</i> or  Write <i>5.6/alpha/floppy56.fs</i> or
 <i>FTP:5.6/alpha/floppyB56.fs</i> (depending on your machine) to a diskette and  <i>5.6/alpha/floppyB56.fs</i> (depending on your machine) to a diskette and
 enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.  enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
   
 <p>  <p>
Line 801 
Line 788 
 Using the Linux built-in graphical ipkg installer, install the  Using the Linux built-in graphical ipkg installer, install the
 openbsd56_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus  openbsd56_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
 for a few important details.  for a few important details.
   
 </section>  </section>
   
 <section id=sourcecode>  <hr>
 <h3>Notes about the source code:</h3>  
   
   <section id=sourcecode>
   <h3>Notes about the source code</h3>
 <p>  <p>
 src.tar.gz contains a source archive starting at /usr/src.  This file  src.tar.gz contains a source archive starting at /usr/src.  This file
 contains everything you need except for the kernel sources, which are  contains everything you need except for the kernel sources, which are
Line 826 
Line 813 
 <blockquote><pre>  <blockquote><pre>
 # <kbd>mkdir -p /usr/src/sys</kbd>  # <kbd>mkdir -p /usr/src/sys</kbd>
 # <kbd>cd /usr/src</kbd>  # <kbd>cd /usr/src</kbd>
 # <strong>tar xvfz /tmp/sys.tar.gz</strong>  # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
 </pre></blockquote>  </pre></blockquote>
   
 <p>  <p>
Line 836 
Line 823 
 Using these files  Using these files
 results in a much faster initial CVS update than you could expect from  results in a much faster initial CVS update than you could expect from
 a fresh checkout of the full OpenBSD source tree.  a fresh checkout of the full OpenBSD source tree.
   
 </section>  </section>
 </section>  
   
 <hr>  <hr>
   
Line 880 
Line 865 
 like:  like:
 <p>  <p>
 <blockquote><pre>  <blockquote><pre>
 # <strong>cd /usr/ports</strong>  # <kbd>cd /usr/ports</kbd>
 # <strong>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_6</strong>  # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_6</kbd>
 </pre></blockquote>  </pre></blockquote>
 <p>  <p>
 [Of course, you must replace the server name here with a nearby anoncvs  [Of course, you must replace the server name here with a nearby anoncvs
 server.]  server.]
 <p>  <p>
 Note that most ports are available as packages through FTP. Updated  Note that most ports are available as packages on our mirrors. Updated
 packages for the 5.6 release will be made available if problems arise.  packages for the 5.6 release will be made available if problems arise.
 <p>  <p>
 If you're interested in seeing a port added, would like to help out, or just  If you're interested in seeing a port added, would like to help out, or just

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