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

Annotation of www/57.html, Revision 1.3

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 5.7</title>
                      5: <meta name="resource-type" content="document">
                      6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      7: <meta name="description" content="OpenBSD 5.7">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 2015 by OpenBSD.">
                     11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     14:
                     15: <a href="index.html">
                     16: <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
                     17: <p>
                     18:
                     19: <a href="images/XXX.jpg">
                     20: <img align="left" width="227" height="343" hspace="24" src="images/XXX.jpg"></a>
                     21: <h2><font color="#0000e0">OpenBSD 5.7</font></h2>
                     22: <p>
                     23: Released May 1, 2015<br>
                     24: Copyright 1997-2015, Theo de Raadt.<br>
                     25: <font color="#e00000">ISBN 978-0-9881561-5-9</font>
                     26: <br>
                     27: <a href="lyrics.html#57">5.7 Song: "XXX"</a>
                     28: <p>
                     29:
                     30: <ul>
                     31: <li>Order a CDROM from our <a href="https://openbsdstore.com">ordering system</a>.
                     32: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     33:     a list of mirror machines.
                     34: <li>Go to the <font color="#e00000">pub/OpenBSD/5.7/</font> directory on
                     35:     one of the mirror sites.
                     36: <li>Have a look at <a href="errata57.html">the 5.7 errata page</a> for a list
                     37:     of bugs and workarounds.
                     38: <li>See a <a href="plus57.html">detailed log of changes</a> between the
                     39:     5.6 and 5.7 releases.
                     40: <p>
                     41: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signify&amp;sektion=1">signify(1)</a> pubkeys for this release:<br>
                     42: base: RWSvUZXnw9gUb70PdeSNnpSmodCyIPJEGN1wWr+6Time1eP7KiWJ5eAM<br>
                     43: fw:   RWSuRBL44FVkb2QuvtlwOJmzS9UJtbKZd7GEYcol8HPXu4On/Ct1LoZr<br>
                     44: pkg:  RWTJ1iHLn/zcvJJSbxJIEU9ChlfAlU16XoLLxmxciliOFWfTLyOv0vQs<br>
                     45: </ul>
                     46: <br clear=all>
                     47: All applicable copyrights and credits can be found in the applicable
                     48: file sources found in the files src.tar.gz, sys.tar.gz,
                     49: xenocara.tar.gz, or in the files fetched via ports.tar.gz.  The
                     50: distribution files used to build packages from the ports.tar.gz file
                     51: are not included on the CDROM because of lack of space.
                     52: <p>
                     53:
                     54: <a name="new"></a>
                     55: <hr>
                     56: <p>
                     57: <h3><font color="#0000e0">What's New</font></h3>
                     58: <p>
                     59: This is a partial list of new features and systems included in OpenBSD 5.7.
                     60: For a comprehensive list, see the <a href="plus57.html">changelog</a> leading
                     61: to 5.7.
                     62: <p>
                     63:
                     64: <ul>
                     65: <li>Improved hardware support, including:
                     66:     <ul>
                     67:     <li>...
                     68:     </ul>
                     69: <p>
                     70:
                     71: <li>Generic network stack improvements:
                     72:     <ul>
                     73:     <li>...
                     74:     </ul>
                     75: <p>
                     76:
                     77: <li>Routing daemons and other userland network improvements:
                     78:     <ul>
                     79:     <li>...
                     80:     </ul>
                     81: <p>
                     82:
1.2       lteo       83: <li>OpenSMTPD 5.4.4:
1.1       deraadt    84:     <ul>
                     85:     <li>...
                     86:     </ul>
                     87: <p>
                     88:
                     89: <li>Security improvements:
                     90:     <ul>
                     91:     <li>...
                     92:     </ul>
                     93: <p>
                     94:
                     95: <li>Assorted improvements:
                     96:     <ul>
                     97:     <li>...
                     98:     </ul>
                     99: <p>
                    100:
1.3     ! sobrado   101: <li>OpenSSH 6.8
1.1       deraadt   102:     <ul>
                    103:     <li>Potentially-incompatible changes:
                    104:       <ul>
1.3     ! sobrado   105:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
        !           106:         <tt>UseDNS</tt> now defaults to 'no'.  Configurations that match
        !           107:         against the client host name (via
        !           108:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">sshd_config(5)</a>
        !           109:         or <tt>authorized_keys</tt>) may need to re-enable it or convert to
        !           110:         matching against addresses.
1.1       deraadt   111:       </ul>
                    112:     <li>New/changed features:
                    113:       <ul>
1.3     ! sobrado   114:       <li>Much of OpenSSH's internal code has been re-factored to be more
        !           115:         library-like.  These changes are mostly not user-visible, but
        !           116:         have greatly improved OpenSSH's testability and internal layout.
        !           117:       <li>Add <tt>FingerprintHash</tt> option to
        !           118:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
        !           119:         and
        !           120:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>,
        !           121:         and equivalent command-line flags to the other tools to control
        !           122:         algorithm used for key fingerprints.  The default changes from MD5
        !           123:         to SHA256 and format from hex to base64.  Fingerprints now have the
        !           124:         hash algorithm prepended.  Please note that visual host keys will also
        !           125:         be different.
        !           126:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
        !           127:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
        !           128:         Host key rotation support.  Add a protocol extension for a server
        !           129:         to inform a client of all its available host keys after authentication
        !           130:         has completed.  The client may record the keys in <tt>known_hosts</tt>,
        !           131:         allowing it to upgrade to better host key algorithms and a server
        !           132:         to gracefully rotate its keys.  The client side of this is controlled
        !           133:         by a <tt>UpdateHostkeys</tt> config option (default on).
        !           134:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
        !           135:         Add a
        !           136:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
        !           137:         <tt>HostbasedKeyType</tt> option to control which host public key types
        !           138:         are tried during host-based authentication.
        !           139:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
        !           140:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
        !           141:         fix connection-killing host key mismatch errors when
        !           142:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>
        !           143:         offers multiple ECDSA keys of different lengths.
        !           144:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
        !           145:         when host name canonicalisation is enabled, try to parse host names
        !           146:         as addresses before looking them up for canonicalisation.  Fixes
        !           147:         bz#2074 and avoiding needless DNS lookups in some cases.
        !           148:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>,
        !           149:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
        !           150:         <i>Key Revocation Lists</i> (KRLs) no longer require OpenSSH to be
        !           151:         compiled with OpenSSL support.
        !           152:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
        !           153:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keysign&amp;sektion=8">ssh-keysign(8)</a>:
        !           154:         Make ed25519 keys work for host based authentication.
        !           155:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
        !           156:         SSH protocol v.1 workaround for the Meyer, et al., <i>Bleichenbacher
        !           157:         Side Channel Attack</i>.  Fake up a bignum key before RSA decryption.
        !           158:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
        !           159:         Remember which public keys have been used for authentication and
        !           160:         refuse to accept previously-used keys.  This allows
        !           161:         <tt>AuthenticationMethods=publickey,publickey</tt> to require that
        !           162:         users authenticate using two <i>different</i> public keys.
        !           163:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
        !           164:         add
        !           165:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">sshd_config(5)</a>
        !           166:         <tt>HostbasedAcceptedKeyTypes</tt> and <tt>PubkeyAcceptedKeyTypes</tt>
        !           167:         options to allow
        !           168:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>
        !           169:         to control what public key types will be accepted.  Currently defaults
        !           170:         to all.
        !           171:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
        !           172:         Don't count partial authentication success as a failure against
        !           173:         <tt>MaxAuthTries</tt>.
        !           174:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
        !           175:         Add <tt>RevokedHostKeys</tt> option for the client to allow text-file
        !           176:         or KRL-based revocation of host keys.
        !           177:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>,
        !           178:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
        !           179:         Permit KRLs that revoke certificates by serial number or key ID without
        !           180:         scoping to a particular CA.
        !           181:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
        !           182:         Add a "Match canonical" criteria that allows
        !           183:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
        !           184:         <tt>Match</tt> blocks to trigger only in the second config pass.
        !           185:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
        !           186:         Add a <tt>-G</tt> option to
        !           187:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
        !           188:         that causes it to parse its configuration and dump the result to
        !           189:         stdout, similar to "<tt>sshd -T</tt>".
        !           190:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
        !           191:         Allow <tt>Match</tt> criteria to be negated
        !           192:         (e.g. "<tt>Match !host</tt>").
        !           193:       <li>The regression test suite has been extended to cover more OpenSSH
        !           194:         features.  The unit tests have been expanded and now cover key
        !           195:         exchange.
1.1       deraadt   196:       </ul>
                    197:     <li>The following significant bugs have been fixed in this release:
                    198:       <ul>
1.3     ! sobrado   199:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keyscan&amp;sektion=1">ssh-keyscan(1)</a>:
        !           200:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keyscan&amp;sektion=1">ssh-keyscan(1)</a>
        !           201:         has been made much more robust again servers that hang or violate
        !           202:         the SSH protocol.
        !           203:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
        !           204:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
        !           205:         Fix regression bz#2306: Key path names were being lost as comment
        !           206:         fields.
        !           207:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
        !           208:         Allow
        !           209:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
        !           210:         <tt>Port</tt> options set in the second config parse phase to be
        !           211:         applied (they were being ignored).  (bz#2286)
        !           212:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
        !           213:         Tweak config re-parsing with host canonicalisation&#151;make the
        !           214:         second pass through the config files always run when host name
        !           215:         canonicalisation is enabled (and not whenever the host name changes).
        !           216:         (bz#2267)
        !           217:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
        !           218:         Fix passing of wildcard forward bind addresses when connection
        !           219:         multiplexing is in use.  (bz#2324)
        !           220:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
        !           221:         Fix broken private key conversion from non-OpenSSH formats.  (bz#2345)
        !           222:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
        !           223:         Fix KRL generation bug when multiple CAs are in use.
        !           224:       <li>Various fixes to manual pages.  (bz#2273, bz#2288 and bz#2316)
1.1       deraadt   225:       </ul>
                    226:     </ul>
                    227: <p>
                    228:
                    229: <li>LibreSSL
                    230:     <ul>
                    231:     <li>...
                    232:     </ul>
                    233: <p>
1.2       lteo      234: <li>mandoc 1.13.2:
1.1       deraadt   235:     <ul>
                    236:     <li>...
                    237:     </ul>
                    238:
                    239: <p>
                    240: <li>Ports and packages:
                    241:     <ul>
                    242:     <li>Over X,XXX ports.
                    243:     </ul>
                    244: <p>
                    245: <li>Many pre-built packages for each architecture:
                    246:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    247:     <tr>
                    248:     <td valign="top" width="25%">
                    249:     <ul>
                    250:       <li>i386:       XXXX
                    251:       <li>sparc64:    XXXX
                    252:       <li>alpha:      XXXX
                    253:       <li>sh:         XXXX
                    254:     </ul></td><td valign=top width="25%"><ul>
                    255:       <li>amd64:      XXXX
                    256:       <li>powerpc:    XXXX
                    257:       <li>m88k:       XXXX
                    258:       <li>sparc:      XXXX
                    259:     </ul></td><td valign=top width="25%"><ul>
                    260:       <li>arm:        XXXX
                    261:       <li>hppa:       XXXX
                    262:       <li>vax:        XXXX
                    263:     </ul></td><td valign=top width="25%"><ul>
                    264:       <li>mips64:     XXXX
                    265:       <li>mips64el:   XXXX
                    266:   </ul></td></tr></table>
                    267: <p>
                    268:
                    269: <li>Some highlights:
                    270:     <ul>
1.2       lteo      271:     <li>GNOME 3.14.2                   <li>KDE 3.5.10
                    272:     <li>KDE 4.14.3
                    273:     <li>Xfce 4.10                      <li>MariaDB 10.0.16
                    274:     <li>PostgreSQL 9.4.1               <li>Postfix 2.11.4
                    275:     <li>OpenLDAP 2.3.43 and 2.4.40     <li>Mozilla Firefox 35.0.1
                    276:     <li>Mozilla Thunderbird 31.4.0     <li>GHC 7.8.4
                    277:     <li>LibreOffice 4.3.5.2            <li>Emacs 21.4 and 24.4
                    278:     <li>Vim 7.4.475                    <li>PHP 5.3.29, 5.4.38, 5.5.22 and 5.6.5
                    279:     <li>Python 2.7.9 and 3.4.2         <li>Ruby 1.8.7.374, 1.9.3.551, 2.0.0.598, 2.1.5, and 2.2.0
                    280:     <li>Tcl/Tk 8.5.16 and 8.6.2                <li>JDK 1.7.0.71
                    281:     <li>Mono 3.12.0                    <li>Chromium 40.0.2214.114
                    282:     <li>Groff 1.22.3                   <li>Go 1.4.1
                    283:     <li>GCC 4.8.4 and 4.9.2            <li>LLVM/Clang 3.5 (20140228)
                    284:     <li>Node.js 0.10.35
1.1       deraadt   285:     </ul>
                    286: <p>
                    287:
                    288: <li>As usual, steady improvements in manual pages and other documentation.
                    289: <p>
                    290:
                    291: <li>The system includes the following major components from outside suppliers:
                    292:     <ul>
1.2       lteo      293:     <li>Xenocara (based on X.Org 7.7 with xserver 1.16.4 + patches,
                    294:       freetype 2.5.5, fontconfig 2.11.1, Mesa 10.2.9, xterm 314,
                    295:       xkeyboard-config 2.13 and more)
1.1       deraadt   296:     <li>Gcc 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.2       lteo      297:     <li>Perl 5.20.1 (+ patches)
                    298:     <li>SQLite 3.8.6 (+ patches)
                    299:     <li>NSD 4.1.1
1.1       deraadt   300:     <li>Unbound 1.4.22
                    301:     <li>Sudo 1.7.2p8
                    302:     <li>Ncurses 5.7
                    303:     <li>Binutils 2.15 (+ patches)
                    304:     <li>Gdb 6.3 (+ patches)
                    305:     <li>Less 458 (+ patches)
                    306:     <li>Awk Aug 10, 2011 version
                    307:     </ul>
                    308:
                    309: </ul>
                    310:
                    311: <a name="install"></a>
                    312: <hr>
                    313: <p>
                    314: <h3><font color="#0000e0">How to install</font></h3>
                    315: <p>
                    316: Following this are the instructions which you would have on a piece of
                    317: paper if you had purchased a CDROM set instead of doing an alternate
                    318: form of install.  The instructions for doing an FTP (or other style
                    319: of) install are very similar; the CDROM instructions are left intact
                    320: so that you can see how much easier it would have been if you had
                    321: purchased a CDROM instead.
                    322: <p>
                    323:
                    324: <hr>
                    325: Please refer to the following files on the three CDROMs or FTP mirror for
                    326: extensive details on how to install OpenBSD 5.7 on your machine:
                    327: <p>
                    328: <ul>
                    329: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/hppa/INSTALL.alpha">
                    330:        .../OpenBSD/5.7/alpha/INSTALL.alpha (on CD1)</a>
                    331: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/i386/INSTALL.i386">
                    332:        .../OpenBSD/5.7/i386/INSTALL.i386 (on CD1)</a>
                    333: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/hppa/INSTALL.hppa">
                    334:        .../OpenBSD/5.7/hppa/INSTALL.hppa (on CD1)</a>
                    335: <p>
                    336: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/amd64/INSTALL.amd64">
                    337:        .../OpenBSD/5.7/amd64/INSTALL.amd64 (on CD2)</a>
                    338: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/macppc/INSTALL.macppc">
                    339:        .../OpenBSD/5.7/macppc/INSTALL.macppc (on CD2)</a>
                    340: <p>
                    341: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/sparc64/INSTALL.sparc64">
                    342:        .../OpenBSD/5.7/sparc64/INSTALL.sparc64 (on CD3)</a>
                    343: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/sparc/INSTALL.sparc">
                    344:        .../OpenBSD/5.7/sparc/INSTALL.sparc (on CD3)</a>
                    345: <p>
                    346: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/alpha/INSTALL.alpha">
                    347:        .../OpenBSD/5.7/alpha/INSTALL.alpha</a>
                    348: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/armish/INSTALL.armish">
                    349:        .../OpenBSD/5.7/armish/INSTALL.armish</a>
                    350: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/aviion/INSTALL.aviion">
                    351:        .../OpenBSD/5.7/aviion/INSTALL.aviion</a>
                    352: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/hppa/INSTALL.hppa">
                    353:        .../OpenBSD/5.7/hppa/INSTALL.hppa</a>
                    354: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/landisk/INSTALL.landisk">
                    355:        .../OpenBSD/5.7/landisk/INSTALL.landisk</a>
                    356: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/loongson/INSTALL.loongson">
                    357:        .../OpenBSD/5.7/loongson/INSTALL.loongson</a>
                    358: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/luna88k/INSTALL.luna88k">
                    359:        .../OpenBSD/5.7/luna88k/INSTALL.luna88k</a>
                    360: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/macppc/INSTALL.macppc">
                    361:        .../OpenBSD/5.7/macppc/INSTALL.macppc</a>
                    362: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/octeon/INSTALL.octeon">
                    363:        .../OpenBSD/5.7/octeon/INSTALL.octeon</a>
                    364: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/sgi/INSTALL.sgi">
                    365:        .../OpenBSD/5.7/sgi/INSTALL.sgi</a>
                    366: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/socppc/INSTALL.socppc">
                    367:        .../OpenBSD/5.7/socppc/INSTALL.socppc</a>
                    368: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/sparc/INSTALL.sparc">
                    369:        .../OpenBSD/5.7/sparc/INSTALL.sparc</a>
                    370: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/vax/INSTALL.vax">
                    371:        .../OpenBSD/5.7/vax/INSTALL.vax</a>
                    372: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.7/zaurus/INSTALL.zaurus">
                    373:        .../OpenBSD/5.7/zaurus/INSTALL.zaurus</a>
                    374: </ul>
                    375: <hr>
                    376:
                    377: <p>
                    378: Quick installer information for people familiar with OpenBSD, and the
                    379: use of the "disklabel -E" command.  If you are at all confused when
                    380: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    381: <p>
                    382:
                    383: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    384: <ul>
                    385: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    386: release is on CD1. If your BIOS does not support booting from CD, you will need
                    387: to create a boot floppy to install from. To create a boot floppy write
                    388: <i>CD1:5.7/i386/floppy57.fs</i> to a floppy and boot via the floppy drive.
                    389:
                    390: <p>
                    391: If you can't boot from a CD or a floppy disk,
                    392: you can install across the network using PXE as described in
                    393: the included INSTALL.i386 document.
                    394:
                    395: <p>
                    396: If you are planning on dual booting OpenBSD with another OS, you will need to
                    397: read INSTALL.i386.
                    398:
                    399: <p>
                    400: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    401: at <i>CD1:5.7/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    402: use the
                    403: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    404: utility. The following is an example usage of
                    405: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    406: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    407: &quot;rfd0a&quot;.
                    408:
                    409: <ul><pre>
                    410: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    411: </pre></ul>
                    412:
                    413: <p>
                    414: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    415: your install will most likely fail. For more information on creating a boot
                    416: floppy and installing OpenBSD/i386 please refer to
                    417: <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    418: </ul>
                    419:
                    420: <p>
                    421: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    422: <ul>
                    423: The 5.7 release of OpenBSD/amd64 is located on CD2.
                    424: Boot from the CD to begin the install - you may need to adjust
                    425: your BIOS options first.
                    426: If you can't boot from the CD, you can create a boot floppy to install from.
                    427: To do this, write <i>CD2:5.7/amd64/floppy57.fs</i> to a floppy, then
                    428: boot from the floppy drive.
                    429:
                    430: <p>
                    431: If you can't boot from a CD or a floppy disk,
                    432: you can install across the network using PXE as described in the included
                    433: INSTALL.amd64 document.
                    434:
                    435: <p>
                    436: If you are planning to dual boot OpenBSD with another OS, you will need to
                    437: read INSTALL.amd64.
                    438: </ul>
                    439:
                    440: <p>
                    441: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    442: <ul>
                    443: Burn the image from the FTP site to a CDROM, and power on your machine
                    444: while holding down the <i>C</i> key until the display turns on and
                    445: shows <i>OpenBSD/macppc boot</i>.
                    446:
                    447: <p>
                    448: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    449: /5.7/macppc/bsd.rd</i>
                    450: </ul>
                    451:
                    452: <p>
                    453: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    454: <ul>
                    455: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    456:
                    457: <p>
                    458: If this doesn't work, or if you don't have a CDROM drive, you can write
                    459: <i>CD3:5.7/sparc64/floppy57.fs</i> or <i>CD3:5.7/sparc64/floppyB57.fs</i>
                    460: (depending on your machine) to a floppy and boot it with <i>boot
                    461: floppy</i>. Refer to INSTALL.sparc64 for details.
                    462:
                    463: <p>
                    464: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    465: will most likely fail.
                    466:
                    467: <p>
                    468: You can also write <i>CD3:5.7/sparc64/miniroot57.fs</i> to the swap partition on
                    469: the disk and boot with <i>boot disk:b</i>.
                    470:
                    471: <p>
                    472: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    473: </ul>
                    474:
                    475: <p>
                    476: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    477: <ul>
                    478: <p>Write <i>FTP:5.7/alpha/floppy57.fs</i> or
                    479: <i>FTP:5.7/alpha/floppyB57.fs</i> (depending on your machine) to a diskette and
                    480: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    481:
                    482: <p>
                    483: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    484: will most likely fail.
                    485:
                    486: </ul>
                    487:
                    488: <p>
                    489: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    490: <ul>
                    491: <p>
                    492: After connecting a serial port, Thecus can boot directly from the network
                    493: either tftp or http. Configure the network using fconfig, reset,
                    494: then load bsd.rd, see INSTALL.armish for specific details.
                    495: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    496: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    497: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    498: More details are available in INSTALL.armish.
                    499: </ul>
                    500:
                    501: <p>
                    502: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    503: <ul>
                    504: <p>
                    505: Boot over the network by following the instructions in INSTALL.hppa or the
                    506: <a href="hppa.html#install">hppa platform page</a>.
                    507: </ul>
                    508:
                    509: <p>
                    510: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    511: <ul>
                    512: <p>
                    513: Write <i>miniroot57.fs</i> to the start of the CF
                    514: or disk, and boot normally.
                    515: </ul>
                    516:
                    517: <p>
                    518: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    519: <ul>
                    520: <p>
                    521: Write <i>miniroot57.fs</i> to a USB stick and boot bsd.rd from it
                    522: or boot bsd.rd via tftp.
                    523: Refer to the instructions in INSTALL.loongson for more details.
                    524: </ul>
                    525: <p>
                    526:
                    527: <p>
                    528: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    529: <ul>
                    530: <p>
                    531: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    532: from the PROM, and the bsd.rd from the bootloader.
                    533: Refer to the instructions in INSTALL.luna88k for more details.
                    534: </ul>
                    535:
                    536: <p>
                    537: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    538: <ul>
                    539: <p>
                    540: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    541: Refer to the instructions in INSTALL.octeon for more details.
                    542: </ul>
                    543:
                    544: <p>
                    545: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    546: <ul>
                    547: <p>
                    548: To install, burn cd57.iso on a CD-R, put it in the CD drive of your
                    549: machine and select <i>Install System Software</i> from the System Maintenance
                    550: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    551: CD-ROM, and need a proper invocation from the PROM prompt.
                    552: Refer to the instructions in INSTALL.sgi for more details.
                    553:
                    554: <p>
                    555: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    556: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    557: system type. Refer to the instructions in INSTALL.sgi for more details.
                    558: </ul>
                    559:
                    560: <p>
                    561: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    562: <ul>
                    563: <p>
                    564: After connecting a serial port, boot over the network via DHCP/tftp.
                    565: Refer to the instructions in INSTALL.socppc for more details.
                    566: </ul>
                    567:
                    568: <p>
                    569: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    570: <ul>
                    571: Boot from one of the provided install ISO images, using one of the two
                    572: commands listed below, depending on the version of your ROM.
                    573:
                    574: <ul><pre>
                    575: ok <strong>boot cdrom 5.7/sparc/bsd.rd</strong>
                    576: or
                    577: &gt; <strong>b sd(0,6,0)5.7/sparc/bsd.rd</strong>
                    578: </pre></ul>
                    579:
                    580: <p>
                    581: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    582: To do so you need to write <i>floppy57.fs</i> to a floppy.
                    583: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    584: To boot from the floppy use one of the two commands listed below,
                    585: depending on the version of your ROM.
                    586:
                    587: <ul><pre>
                    588: ok <strong>boot floppy</strong>
                    589: or
                    590: &gt; <strong>b fd()</strong>
                    591: </pre></ul>
                    592:
                    593: <p>
                    594: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    595: will most likely fail.
                    596:
                    597: <p>
                    598: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    599: setup a bootable tape, or install via network, as told in the
                    600: INSTALL.sparc file.
                    601: </ul>
                    602:
                    603: <p>
                    604: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    605: <ul>
                    606: Boot over the network via mopbooting as described in INSTALL.vax.
                    607: </ul>
                    608:
                    609: <p>
                    610: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    611: <ul>
                    612: <p>
                    613: Using the Linux built-in graphical ipkg installer, install the
                    614: openbsd57_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    615: for a few important details.
                    616: </ul>
                    617:
                    618: <p>
                    619: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    620: <ul>
                    621: src.tar.gz contains a source archive starting at /usr/src.  This file
                    622: contains everything you need except for the kernel sources, which are
                    623: in a separate archive.  To extract:
                    624: <p>
                    625: <ul><pre>
                    626: # <strong>mkdir -p /usr/src</strong>
                    627: # <strong>cd /usr/src</strong>
                    628: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    629: </pre></ul>
                    630: <p>
                    631: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    632: This file contains all the kernel sources you need to rebuild kernels.
                    633: To extract:
                    634: <p>
                    635: <ul><pre>
                    636: # <strong>mkdir -p /usr/src/sys</strong>
                    637: # <strong>cd /usr/src</strong>
                    638: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    639: </pre></ul>
                    640: <p>
                    641: Both of these trees are a regular CVS checkout.  Using these trees it
                    642: is possible to get a head-start on using the anoncvs servers as
                    643: described <a href="anoncvs.html">here</a>.
                    644: Using these files
                    645: results in a much faster initial CVS update than you could expect from
                    646: a fresh checkout of the full OpenBSD source tree.
                    647: <p>
                    648: </ul>
                    649:
                    650: <a name="upgrade"></a>
                    651: <hr>
                    652: <p>
                    653: <h3><font color="#0000e0">How to upgrade</font></h3>
                    654: <p>
                    655: If you already have an OpenBSD 5.6 system, and do not want to reinstall,
                    656: upgrade instructions and advice can be found in the
                    657: <a href="faq/upgrade57.html">Upgrade Guide</a>.
                    658:
                    659: <a name="ports"></a>
                    660: <hr>
                    661: <p>
                    662: <h3><font color="#0000e0">Ports Tree</font></h3>
                    663: <p>
                    664: A ports tree archive is also provided.  To extract:
                    665: <p>
                    666: <ul><pre>
                    667: # <strong>cd /usr</strong>
                    668: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    669: </pre></ul>
                    670: <p>
                    671: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    672: read the <a href="faq/ports/index.html">ports</a> page
                    673: if you know nothing about ports
                    674: at this point.  This text is not a manual of how to use ports.
                    675: Rather, it is a set of notes meant to kickstart the user on the
                    676: OpenBSD ports system.
                    677: <p>
                    678: The <i>ports/</i> directory represents a CVS (see the manpage for
                    679: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1&amp;arch=i386">
                    680: cvs(1)</a> if
                    681: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    682: source tree, our ports tree is available via
                    683: <a href="anoncvs.html">AnonCVS</a>.
                    684: So, in order to keep current with it, you must make the <i>ports/</i> tree
                    685: available on a read-write medium and update the tree with a command
                    686: like:
                    687: <p>
                    688: <ul><pre>
                    689: # <strong>cd /usr/ports</strong>
                    690: # <strong>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_7</strong>
                    691: </pre></ul>
                    692: <p>
                    693: [Of course, you must replace the server name here with a nearby anoncvs
                    694: server.]
                    695: <p>
                    696: Note that most ports are available as packages through FTP. Updated
                    697: packages for the 5.7 release will be made available if problems arise.
                    698: <p>
                    699: If you're interested in seeing a port added, would like to help out, or just
                    700: would like to know more, the mailing list
                    701: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    702: <p>
                    703: </body>
                    704: </html>