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

Annotation of www/55.html, Revision 1.30

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
1.14      deraadt     4: <title>OpenBSD 5.5</title>
1.1       deraadt     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.5">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 2013 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: <hr>
                     18:
                     19: <p>
1.22      deraadt    20: <a href="images/McFishy.jpg">
                     21: <img align="left" width="227" height="343" hspace="24" src="images/McFishy.jpg"></a>
1.14      deraadt    22: <h2><font color="#0000e0">OpenBSD 5.5</font></h2>
1.1       deraadt    23: <p>
1.14      deraadt    24: To be released May 1, 2014<br>
1.1       deraadt    25: Copyright 1997-2014, Theo de Raadt.<br>
                     26: <font color="#e00000">ISBN 978-0-9881561-3-5</font>
                     27: <br>
                     28: <a href="lyrics.html#55">5.5 Song: "Wrap in Time"</a>
                     29: <p>
                     30:
                     31: <ul>
                     32: <li>Order a CDROM from our <a href="orders.html">ordering system</a>.
                     33: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     34:     a list of mirror machines.
                     35: <li>Go to the <font color="#e00000">pub/OpenBSD/5.5/</font> directory on
                     36:     one of the mirror sites.
                     37: <li>Briefly read the rest of this document.
                     38: <li>Have a look at <a href="errata55.html">The 5.5 Errata page</a> for a list
                     39:     of bugs and workarounds.
                     40: <li>See a <a href="plus55.html">detailed log of changes</a> between the
                     41:     5.4 and 5.5 releases.
                     42: </ul>
                     43: <br clear=all>
1.14      deraadt    44: <p>
                     45: All applicable copyrights and credits can be found in the applicable
                     46: file sources found in the files src.tar.gz, sys.tar.gz,
                     47: xenocara.tar.gz, or in the files fetched via ports.tar.gz.  The
                     48: distribution files used to build packages from the ports.tar.gz file
                     49: are not included on the CDROM because of lack of space.
1.1       deraadt    50: <p>
                     51:
                     52: <a name="new"></a>
                     53: <hr>
                     54: <p>
                     55: <h3><font color="#0000e0">What's New</font></h3>
                     56: <p>
                     57: This is a partial list of new features and systems included in OpenBSD 5.5.
                     58: For a comprehensive list, see the <a href="plus55.html">changelog</a> leading
                     59: to 5.5.
                     60: <p>
                     61:
                     62: <ul>
1.24      guenther   63: <li>time_t is now 64 bits on all platforms.
                     64: While many filesystems are limited to 32 bits and thus cannot be
                     65: used to store times after Tue Jan 19 03:14:07 2038 UTC,
                     66: most system operations can now support times after that.
1.15      tedu       67: <li>Releases and packages are now cryptographically signed with the
1.10      tedu       68: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signify&amp;sektion=1">signify(1)</a> utility.
                     69: <ul>
                     70: <li>The installer will verify all sets before installing.
1.23      deraadt    71: <li>Installing without verification works, but is discouraged.
                     72: <li>Users are advised to verify the installer (bsd.rd, install55.iso, etc.)
                     73:     ahead of time using the
1.25      deraadt    74:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signify&sektion=1#end">signify(1)</a> tool if available.
1.23      deraadt    75: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&amp;sektion=1">pkg_add(1)</a> now trusts signed packages only by default.
1.10      tedu       76: </ul>
1.27      benno      77: <li>The installer now supports a scriptable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autoinstall&sektion=8">auto-installation</a> method.
1.10      tedu       78: <p>
                     79:
1.8       tedu       80: <li>New/extended platforms:
1.1       deraadt    81:     <ul>
                     82:     <li>...
                     83:     </ul>
                     84: <p>
                     85:
                     86: <li>Improved hardware support, including:
                     87:     <ul>
1.5       jsg        88:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmx&amp;sektion=4">vmx(4)</a>
                     89:         driver for VMware VMXNET3 Virtual Interface Controller devices.
                     90:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmwpvs&amp;sektion=4">vmwpvs(4)</a>
                     91:         driver for VMware Paravirtual SCSI.
                     92:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vioscsi&amp;sektion=4">vioscsi(4)</a>
                     93:         driver for VirtIO SCSI adapters.
                     94:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viornd&amp;sektion=4">viornd(4)</a>
                     95:         driver for VirtIO random number devices.
                     96:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubcmtp&amp;sektion=4">ubcmtp(4)</a>
                     97:         driver for Broadcom multi-touch trackpads.
                     98:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugold&amp;sektion=4">ugold(4)</a>
                     99:         driver for TEMPer gold HID thermometers.
                    100:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugl&amp;sektion=4">ugl(4)</a>
                    101:         driver for Genesys Logic based USB host-to-host adapters.
                    102:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&amp;sektion=4">radeondrm(4)</a>
                    103:         has been overhauled, including:
                    104:         <ul>
                    105:         <li>New port of the Radeon code in Linux 3.8.13.19.
                    106:         <li>Support for Kernel Mode Setting (KMS) including support for
                    107:             additional output types such as DisplayPort.
                    108:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&amp;sektion=4">wsdisplay(4)</a>
                    109:             now attaches to
                    110:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&amp;sektion=4">radeondrm(4)</a>
                    111:             and provides a framebuffer console.
                    112:         </ul>
                    113:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&amp;sektion=4">inteldrm(4)</a>
1.20      sthen     114:         has been updated to Linux 3.8.13.19 notably bringing Haswell stability fixes.
1.5       jsg       115:     <li>Support for Intel 8 Series Ethernet with i217/i218 PHYs, and
                    116:         i210/i211/i354 has been added to
                    117:          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>.
                    118:     <li>Support for Intel Centrino Wireless-N 2200, 2230 and 105/135 has been added to
                    119:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&amp;sektion=4">iwn(4)</a>.
1.28      chris     120:     <li>Support for Areca ARC-1880, ARC-1882, ARC-1883, ARC-1223, ARC-1214, ARC-1264, ARC-1284 has been added to
                    121:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&amp;sektion=4">arc(4)</a>.
1.1       deraadt   122:     </ul>
                    123: <p>
                    124:
                    125: <li>Generic network stack improvements:
                    126:     <ul>
1.17      jsg       127:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vxlan&sektion=4">vxlan(4)</a>
                    128:         a virtual extensible local area network tunnel interface.
1.19      florian   129:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&sektion=4">pflow(4)</a>
                    130:         sends 64 bit time values for pflowproto 10. The changed templates /
                    131:         flows for pflowproto 10 are now parseable by existing receivers.
1.1       deraadt   132:     <li>...
                    133:     </ul>
                    134: <p>
                    135:
                    136: <li>Routing daemons and other userland network improvements:
                    137:     <ul>
1.13      tedu      138:     <li>The popa3d POP3 server has been removed.
1.17      jsg       139:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpctl&sektion=8">ntpctl(8)</a>
                    140:         a program to control the Network Time Protocol daemon.
1.19      florian   141:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&sektion=8">slowcgi(8)</a>
                    142:         now works with a high number of concurrent connections.
1.1       deraadt   143:     </ul>
                    144: <p>
                    145:
1.7       deraadt   146: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> improvements:
1.1       deraadt   147:     <ul>
1.30    ! krw       148:     <li>no longer create a route to the bound address via 127.0.0.1.
        !           149:     <li>the options dhcp-lease-time, dhcp-rebinding-time, and dhcp-renewal-time can now be configured in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&amp;sektion=5">dhclient.conf(5)</a>.
        !           150:     <li>'next-server' (a.k.a. siaddr) info now saved in lease files.
        !           151:     <li>fall back to broadcasting when unicast renewal fails, as specified in
        !           152: RFC 2131 and friends.
        !           153:     <li>fix various problems in communications between privileged and non-privileged processes.
        !           154:     <li>fix many abuses of memcpy.
        !           155:     <li>stop pretending we still support FDDI or token ring hardware types.
        !           156:     <li>fix classless static routes option handling and add syntax to parse human readable forms.
        !           157:     <li>fix 'effective' lease created by '-L' to have correct address, next_server, timestamp,  and resolv_conf fields.
        !           158:     <li>fix handling of non-printable characters in lease file strings.
        !           159:     <li>fix many edge cases in config file and lease parsing and ensure error messages refer to correct position in erroneous line.
        !           160:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&amp;sektion=5">dhclient.conf(5)</a> can now override anything in an offer or saved lease when creating the effective lease, in particular 'fixed-address', 'next-server', 'filename' and 'server-name'.
        !           161:     <li>fix parsing of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&amp;sektion=5">dhclient.conf(5)</a> statements 'fixed-address' and
        !           162: 'next-server'.
        !           163:     <li>log failures to fchmod() or fchown() files being written.
        !           164:     <li>create lease files with permissions 0640.
        !           165:     <li>fix possible failure to write <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&amp;sektion=5">resolv.conf(5)</a> when -L is used.
        !           166:     <li>'send dhcp-client-identifier "";' in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&amp;sektion=5">dhclient.conf(5)</a> will result in no dhcp-client-identifier (option 61) being sent.
1.1       deraadt   167:     </ul>
                    168: <p>
                    169:
1.17      jsg       170: <li>OpenSMTPD 5.4.2:
1.1       deraadt   171:     <ul>
                    172:     <li>...
                    173:     </ul>
                    174: <p>
                    175:
1.16      jsg       176: <li>Security improvements:
                    177:     <ul>
1.23      deraadt   178:     <li>Position-independent executables (PIE) are now used by default on i386.
1.17      jsg       179:     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&sektion=3">arc4random(3)</a>
                    180:         functions now use the ChaCha20 cipher.
1.18      tedu      181:     <li>The kernel random number system is initially seeded by the bootloader,
                    182:         providing better random very early.
1.17      jsg       183:     <li>-Wbounded is now enabled in GCC by default.
                    184:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=explicit_bzero&amp;sektion=3">explicit_bzero(3)</a>.
1.16      jsg       185:     </ul>
                    186: <p>
                    187:
1.1       deraadt   188: <li>Performance improvements:
                    189:     <ul>
1.11      tedu      190:     <li>Relations between the buffer cache and swap daemon have been improved.
1.1       deraadt   191:     </ul>
                    192: <p>
                    193:
                    194: <li>Threading improvements:
                    195:     <ul>
1.12      tedu      196:     <li>Interprocess semaphores via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sem_open&amp;sektion=3">sem_open(3)</a>.
1.26      guenther  197:     <li>Running threaded processes under a debugger no longer causes panics.
                    198:     <li>SIGPROF and SIGVTALRM are now reliably delivered to the thread that was running when they were triggered.
                    199:     <li>Thread stacks now have a random bias.
                    200:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&amp;sektion=2">fork(2)</a> no longer changes the pthread_t of the forking thread in the child.
                    201:     <li>Signaling races eliminated from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_kill&amp;sektion=3">pthread_kill(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_cancel&amp;sektion=3">pthread_cancel(3)</a>.
1.1       deraadt   202:     </ul>
                    203: <p>
                    204:
                    205: <li>Assorted improvements:
                    206:     <ul>
1.29      deraadt   207:     <li>New in-memory file system, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_tmpfs&sektion=8">tmpfs</a>.
                    208:     <li>Added POSIX required <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nl&amp;sektion=1">nl(1)</a> utility.
1.16      jsg       209:     <li>OpenBSD/vax has switched to GCC 3.
1.26      guenther  210:     <li>Replaced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdirentries&amp;sektion=2&amp;manpath=OpenBSD+5.4">getdirentries(2)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdents&amp;sektion=2">getdents(2)</a>, vastly improving the performance and memory usage of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telldir&amp;sektion=3">telldir(3)</a>.
                    211:     <li>amd64 and i386 now use the MWAIT instruction for their idle loop where available to reduce latency.
1.29      deraadt   212:     <li>Added support for CLOCK_UPTIME.
1.26      guenther  213:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcgetsid&amp;sektion=3">tcgetsid(3)</a>.
                    214:     <li>clock_t is now a 64 bit type, so it no longer wraps around in only 248 days.
                    215:     <li>ino_t is now a 64 bit type, mostly to support large NFS filesystems.
                    216:     <li>Corrected handling of UTIME_OMIT.
                    217:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&amp;sektion=1">pax</a> now sets the mode and timestamps correctly on symlinks, and makes hardlinks to symlinks when requested.
                    218:     <li>Corrected handling of shared-library destructors when libc is staticly linked.
1.29      deraadt   219:     <li>Disk images which can be written to a USB flash (miniroot55.fs and install55.fs) are now provided for i386 and amd64.
1.1       deraadt   220:     </ul>
                    221: <p>
                    222:
1.3       sobrado   223: <li>OpenSSH 6.6 (including changes to 6.5, a feature-focused release):
1.1       deraadt   224:     <ul>
1.3       sobrado   225:     <li>Security:
1.1       deraadt   226:       <ul>
1.3       sobrado   227:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    228:         when using environment passing with a
                    229:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">sshd_config(5)</a>
                    230:         <tt>AcceptEnv</tt> pattern with a wildcard. OpenSSH prior to 6.6 could
                    231:         be tricked into accepting any enviornment variable that contains the
                    232:         characters before the wildcard character.
                    233:       </ul>
                    234:     <li>New/changed features:
                    235:       <ul>
                    236:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    237:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    238:         Add support for key exchange using <i>elliptic-curve Diffie Hellman</i>
                    239:         in Daniel Bernstein's <i>Curve25519</i>.  This key exchange method is
                    240:         the default when both the client and server support it.
                    241:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    242:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    243:         Add support for <i>ED25519</i> as a public key type.  ED25519 is
                    244:         a elliptic curve signature scheme that offers better security than
                    245:         <i>ECDSA</i> and <i>DSA</i> and good performance.  It may be used for
                    246:         both <i>user</i> and <i>host</i> keys.
                    247:       <li>Add a new private key format that uses a <i>bcrypt KDF</i> to better
                    248:         protect keys at rest.  This format is used unconditionally for
                    249:         ED25519 keys, but may be requested when generating or saving
                    250:         existing keys of other types via the <tt>-o</tt>
                    251:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>
                    252:         option.  We intend to make the new format the default in the near
                    253:         future.  Details of the new format are in the <tt>PROTOCOL.key</tt>
                    254:         file.
                    255:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    256:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    257:         Add a new transport cipher "chacha20-poly1305@openssh.com" that
                    258:         combines Daniel Bernstein's <i>ChaCha20</i> stream cipher and
                    259:         <i>Poly1305 MAC</i> to build an authenticated encryption mode.  Details
                    260:         are in the <tt>PROTOCOL.chacha20poly1305</tt> file.
                    261:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    262:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    263:         Refuse <i>RSA</i> keys from old proprietary clients and servers that
                    264:         use the obsolete <i>RSA+MD5</i> signature scheme.  It will still be
                    265:         possible to connect with these clients/servers but <b>only DSA keys
                    266:         will be accepted, and OpenSSH will refuse connection entirely in a
                    267:         future release</b>.
                    268:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    269:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    270:         Refuse old proprietary clients and servers that use a weaker key
                    271:         exchange hash calculation.
                    272:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    273:         Increase the size of the <i>Diffie-Hellman groups</i> requested for
                    274:         each symmetric key size.  New values from <i>NIST Special Publication
                    275:         800-57</i> with the upper limit specified by <i>RFC 4419</i>.
                    276:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    277:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>:
                    278:         Support <i>PKCS#11</i> tokens that only provide <i>X.509</i> certs
                    279:         instead of raw public keys.  (requested as bz#1908)
                    280:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    281:         Add a
                    282:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
                    283:         <tt>Match</tt> keyword that allows conditional configuration to be
                    284:         applied by matching on <i>hostname</i>, <i>user</i> and <i>result of
                    285:         arbitrary commands</i>.
                    286:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    287:         Add support for <i>client-side hostname canonicalisation</i> using a
                    288:         set of <i>DNS suffixes</i> and rules in
                    289:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>.
                    290:         This allows unqualified names to be canonicalised to fully-qualified
                    291:         domain names to eliminate ambiguity when looking up keys in
                    292:         <tt>known_hosts</tt> or checking host certificate names.
                    293:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&amp;sektion=8">sftp-server(8)</a>:
                    294:         Add the ability to whitelist and/or blacklist sftp protocol requests by
                    295:         name.
                    296:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&amp;sektion=8">sftp-server(8)</a>:
                    297:         Add a sftp "fsync@openssh.com" to support calling
                    298:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsync&amp;sektion=2">fsync(2)</a>
                    299:         on an open file handle.
                    300:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    301:         Add a
                    302:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
                    303:         <tt>PermitTTY</tt> to disallow <i>TTY</i> allocation, mirroring the
                    304:         longstanding <tt>no-pty</tt> <tt>authorized_keys</tt> option.
                    305:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    306:         Add a
                    307:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
                    308:         <tt>ProxyUseFDPass</tt> option that supports the use of
                    309:         <tt>ProxyCommands</tt> that establish a connection and then pass a
                    310:         connected file descriptor back to
                    311:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>.
                    312:         This allows the <tt>ProxyCommand</tt> to exit rather than staying
                    313:         around to transfer data.
                    314:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    315:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    316:         this release removes the <i>J-PAKE</i> authentication code.  This code
                    317:         was experimental, never enabled and had been unmaintained for some
                    318:         time.
                    319:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    320:         when processing <tt>Match</tt> blocks, skip '<tt>exec</tt>' clauses
                    321:         other clauses predicates failed to match.
                    322:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    323:         if hostname canonicalisation is enabled and results in the destination
                    324:         hostname being changed, then re-parse
                    325:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
                    326:         files using the new destination hostname. This gives '<tt>Host</tt>'
                    327:         and '<tt>Match</tt>' directives that use the expanded hostname a chance
                    328:         to be applied.
1.1       deraadt   329:       </ul>
                    330:     <li>The following significant bugs have been fixed in this release:
                    331:       <ul>
1.3       sobrado   332:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    333:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    334:         Fix potential stack exhaustion caused by nested certificates.
                    335:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    336:         make <tt>BindAddress</tt> work with <tt>UsePrivilegedPort</tt>.
                    337:         (bz#1211)
                    338:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    339:         fix the progress meter for resumed transfer.  (bz#2137)
                    340:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&amp;sektion=1">ssh-add(1)</a>:
                    341:         do not request smartcard PIN when removing keys from
                    342:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>.
                    343:         (bz#2187)
                    344:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    345:         fix re-exec fallback when original
                    346:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>
                    347:         binary cannot be executed.  (bz#2139)
                    348:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
                    349:         Make relative-specified certificate expiry times relative to current
                    350:         time and not the validity start time.
                    351:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    352:         fix <tt>AuthorizedKeysCommand</tt> inside a <tt>Match</tt> block.
                    353:         (bz#2161)
                    354:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    355:         symlinking a file would incorrectly canonicalise the target path.
                    356:         (bz#2129)
                    357:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>:
                    358:         fix a use-after-free in the PKCS#11 agent helper executable.
                    359:         (bz#2175)
                    360:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    361:         Improve logging of sessions to include the <i>user name</i>, <i>remote
                    362:         host</i> and <i>port</i>, the <i>session type</i> (shell, command,
                    363:         etc.) and <i>allocated TTY</i> (if any).
                    364:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    365:         tell the client (via a debug message) when their preferred listen
                    366:         address has been overridden by the server's <tt>GatewayPorts</tt>
                    367:         setting.  (bz#1297)
                    368:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    369:         include report port in bad protocol banner message.  (bz#2162)
                    370:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    371:         fix memory leak in error path in <i>do_readdir()</i>.  (bz#2163)
                    372:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    373:         don't leak file descriptor on error.  (bz#2171)
                    374:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    375:         include the <i>local address</i> and <i>port</i> in "<tt>Connection
                    376:         from ...</tt>" message.  (only shown at <i>loglevel&gt;=verbose</i>)
                    377:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    378:         avoid spurious "<tt>getsockname failed: Bad file descriptor</tt>" in
                    379:         <tt>ssh -W</tt>.  (bz#2200, debian#738692)
                    380:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    381:         allow the
                    382:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=shutdown&amp;sektion=2">shutdown(2)</a>
                    383:         syscall in seccomp-bpf and systrace sandbox modes, as it is reachable
                    384:         if the connection is terminated during the pre-auth phase.
                    385:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    386:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    387:         fix unsigned overflow that in <i>SSH protocol 1 bignum parsing</i>.
                    388:         Minimum key length checks render this bug unexploitable to compromise
                    389:         SSH 1 sessions.
                    390:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">sshd_config(5)</a>
                    391:         clarify behaviour of a keyword that appears in multiple matching
                    392:         <tt>Match</tt> blocks.  (bz#2184)
                    393:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    394:         avoid unnecessary hostname lookups when canonicalisation is disabled.
                    395:         (bz#2205)
                    396:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    397:         avoid sandbox violation crashes in GSSAPI code by caching the supported
                    398:         list of GSSAPI mechanism OIDs before entering the sandbox.  (bz#2107)
                    399:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    400:         fix possible crashes in SOCKS4 parsing caused by assumption that the
                    401:         SOCKS username is nul-terminated.
                    402:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    403:         fix regression for <tt>UsePrivilegedPort=yes</tt> when
                    404:         <tt>BindAddress</tt> is not specified.
                    405:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    406:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    407:         fix memory leak in ECDSA signature verification.
                    408:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    409:         fix matching of '<tt>Host</tt>' directives in
                    410:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
                    411:         files to be case-insensitive again.  (regression in 6.5)
1.1       deraadt   412:       </ul>
                    413:     </ul>
                    414: <p>
                    415:
1.2       espie     416: <li>Major overhaul of the package tools:
1.1       deraadt   417:     <ul>
1.23      deraadt   418:     <li>Much better memory usage.
                    419:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&amp;sektion=1">pkg_add(1)</a> now trusts signed packages only by default.
1.1       deraadt   420:     </ul>
1.2       espie     421: <li>Over 8,700 ports
1.1       deraadt   422: <p>
1.2       espie     423: <li>The build process now allows some limited capability for
                    424: building conflicting packages, yielding kde4 packages as a result,
                    425: along with kde3.
1.1       deraadt   426: <li>Many pre-built packages for each architecture:
                    427:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    428:     <tr>
                    429:     <td valign="top" width="25%">
                    430:     <ul>
                    431:       <li>i386:       8468
1.6       deraadt   432:       <li>sparc64:    7969
1.21      sthen     433:       <li>alpha:      6199
1.1       deraadt   434:       <li>m68k:       XXXX
                    435:     </ul></td><td valign=top width="25%"><ul>
                    436:       <li>sh:         XXXX
                    437:       <li>amd64:      8534
                    438:       <li>powerpc:    8057
                    439:       <li>m88k:       XXXX
                    440:     </ul></td><td valign=top width="25%"><ul>
1.21      sthen     441:       <li>sparc:      3992
1.1       deraadt   442:       <li>arm:        XXXX
                    443:       <li>hppa:       6549
                    444:     </ul></td><td valign=top width="25%"><ul>
                    445:       <li>vax:        XXXX
1.21      sthen     446:       <li>mips64:     4726
                    447:       <li>mips64el:   6730
1.1       deraadt   448:   </ul></td></tr></table>
                    449: <p>
                    450:
                    451: <li>Some highlights:
                    452:     <ul>
1.4       jsg       453:     <li>GNOME 3.10.2                   <li>KDE 3.5.10
1.2       espie     454:     <li>KDE 4.11.5
1.4       jsg       455:     <li>Xfce 4.10                      <li>MySQL 5.1.73
                    456:     <li>PostgreSQL 9.3.2               <li>Postfix 2.11.0
                    457:     <li>OpenLDAP 2.3.43 and 2.4.38     <li>Mozilla Firefox 24.3 and 26.0
                    458:     <li>Mozilla Thunderbird 24.3.0     <li>GHC 7.6.3
                    459:     <li>LibreOffice 4.1.4.2            <li>Emacs 21.4 and 24.3
                    460:     <li>Vim 7.4.135                    <li>PHP 5.3.28 and 5.4.24
                    461:     <li>Python 2.7.6 and 3.3.2         <li>Ruby 1.8.7.374, 1.9.3.484, 2.0.0.353 and 2.1.0
                    462:     <li>Tcl/Tk 8.5.15 and 8.6.1                <li>JDK 1.6.0.32 and 1.7.0.21
1.2       espie     463:     <li>Mono 2.10.9                    <li>Chromium 32.0.1700.102
1.4       jsg       464:     <li>Groff 1.22.2                   <li>Go 1.2
                    465:     <li>GCC 4.6.4 and 4.8.2            <li>LLVM/Clang 3.3
                    466:     <li>Node.js 0.10.24
1.1       deraadt   467:     </ul>
                    468: <p>
                    469:
                    470: <li>As usual, steady improvements in manual pages and other documentation.
                    471: <p>
                    472:
                    473: <li>The system includes the following major components from outside suppliers:
                    474:     <ul>
1.4       jsg       475:     <li>Xenocara (based on X.Org 7.7 with xserver 1.14.5 + patches,
                    476:       freetype 2.5.2, fontconfig 2.10.91, Mesa 9.2.5, xterm 301,
                    477:       xkeyboard-config 2.10.1 and more)
1.16      jsg       478:     <li>Gcc 4.2.1 (+patches) and 3.3.6 (+ patches)
1.1       deraadt   479:     <li>Perl 5.16.3 (+ patches)
                    480:     <li>Our improved and secured version of Apache 1.3, with
                    481:       SSL/TLS and DSO support
1.4       jsg       482:     <li>Nginx 1.4.4 (+ patches)
1.1       deraadt   483:     <li>OpenSSL 1.0.1c (+ patches)
1.4       jsg       484:     <li>SQLite 3.8.0.2 (+ patches)
                    485:     <li>Sendmail 8.14.8, with libmilter
1.1       deraadt   486:     <li>Bind 9.4.2-P2 (+ patches)
1.4       jsg       487:     <li>NSD 4.0.1
1.1       deraadt   488:     <li>Lynx 2.8.7rel.2 with HTTPS and IPv6 support (+ patches)
                    489:     <li>Sudo 1.7.2p8
                    490:     <li>Ncurses 5.7
                    491:     <li>Heimdal 1.5.2 (+ patches)
                    492:     <li>Binutils 2.15 (+ patches)
                    493:     <li>Gdb 6.3 (+ patches)
                    494:     <li>Less 444 (+ patches)
                    495:     <li>Awk Aug 10, 2011 version
                    496:     </ul>
                    497:
                    498: </ul>
                    499:
                    500: <a name="install"></a>
                    501: <hr>
                    502: <p>
                    503: <h3><font color="#0000e0">How to install</font></h3>
                    504: <p>
                    505: Following this are the instructions which you would have on a piece of
                    506: paper if you had purchased a CDROM set instead of doing an alternate
                    507: form of install.  The instructions for doing an FTP (or other style
                    508: of) install are very similar; the CDROM instructions are left intact
                    509: so that you can see how much easier it would have been if you had
                    510: purchased a CDROM instead.
                    511: <p>
                    512:
                    513: <hr>
                    514: Please refer to the following files on the three CDROMs or FTP mirror for
                    515: extensive details on how to install OpenBSD 5.5 on your machine:
                    516: <p>
                    517: <ul>
1.9       deraadt   518: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/i386/INSTALL.i386">
1.7       deraadt   519:        .../OpenBSD/5.5/i386/INSTALL.i386 (on CD1)</a>
1.9       deraadt   520: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/vax/INSTALL.vax">
1.7       deraadt   521:        .../OpenBSD/vax/INSTALL.vax (on CD1)</a>
                    522: <p>
1.9       deraadt   523: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/amd64/INSTALL.amd64">
1.7       deraadt   524:        .../OpenBSD/amd64/INSTALL.amd64 (on CD2)</a>
1.9       deraadt   525: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/hppa/INSTALL.hppa">
1.7       deraadt   526:        .../OpenBSD/hppa/INSTALL.hppa (on CD2)</a>
1.9       deraadt   527: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/macppc/INSTALL.macppc">
1.7       deraadt   528:        .../OpenBSD/macppc/INSTALL.macppc (on CD2)</a>
                    529: <p>
1.9       deraadt   530: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/sparc64/INSTALL.sparc64">
1.7       deraadt   531:        .../OpenBSD/sparc64/INSTALL.sparc64 (on CD3)</a>
1.9       deraadt   532: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/sparc/INSTALL.sparc">
1.7       deraadt   533:        .../OpenBSD/sparc/INSTALL.sparc (on CD3)</a>
                    534: <p>
1.9       deraadt   535: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/alpha/INSTALL.alpha">
1.7       deraadt   536:        .../OpenBSD/5.5/alpha/INSTALL.alpha</a>
1.9       deraadt   537: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/armish/INSTALL.armish">
1.7       deraadt   538:        .../OpenBSD/5.5/armish/INSTALL.armish</a>
1.9       deraadt   539: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/armv7/INSTALL.armv7">
1.7       deraadt   540:        .../OpenBSD/5.5/armv7/INSTALL.armv7</a>
1.9       deraadt   541: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/beagle/INSTALL.beagle">
1.7       deraadt   542:        .../OpenBSD/5.5/beagle/INSTALL.beagle</a>
1.9       deraadt   543: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/hp300/INSTALL.hp300">
1.7       deraadt   544:        .../OpenBSD/5.5/hp300/INSTALL.hp300</a>
1.9       deraadt   545: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/hppa/INSTALL.hppa">
1.7       deraadt   546:        .../OpenBSD/5.5/hppa/INSTALL.hppa</a>
1.9       deraadt   547: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/landisk/INSTALL.landisk">
1.7       deraadt   548:        .../OpenBSD/5.5/landisk/INSTALL.landisk</a>
1.9       deraadt   549: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/loongson/INSTALL.loongson">
1.7       deraadt   550:        .../OpenBSD/5.5/loongson/INSTALL.loongson</a>
1.9       deraadt   551: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/luna88k/INSTALL.luna88k">
1.7       deraadt   552:        .../OpenBSD/5.5/luna88k/INSTALL.luna88k</a>
1.9       deraadt   553: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/macppc/INSTALL.macppc">
1.7       deraadt   554:        .../OpenBSD/5.5/macppc/INSTALL.macppc</a>
1.9       deraadt   555: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/mvme68k/INSTALL.mvme68k">
1.7       deraadt   556:        .../OpenBSD/5.5/mvme68k/INSTALL.mvme68k</a>
1.9       deraadt   557: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/mvme88k/INSTALL.mvme88k">
1.7       deraadt   558:        .../OpenBSD/5.5/mvme88k/INSTALL.mvme88k</a>
1.9       deraadt   559: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/octeon/INSTALL.octeon">
1.7       deraadt   560:        .../OpenBSD/5.5/octeon/INSTALL.octeon</a>
1.9       deraadt   561: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/sgi/INSTALL.sgi">
1.7       deraadt   562:        .../OpenBSD/5.5/sgi/INSTALL.sgi</a>
1.9       deraadt   563: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/socppc/INSTALL.socppc">
1.7       deraadt   564:        .../OpenBSD/5.5/socppc/INSTALL.socppc</a>
1.9       deraadt   565: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/sparc/INSTALL.sparc">
1.7       deraadt   566:        .../OpenBSD/5.5/sparc/INSTALL.sparc</a>
1.9       deraadt   567: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/vax/INSTALL.vax">
1.7       deraadt   568:        .../OpenBSD/5.5/vax/INSTALL.vax</a>
1.9       deraadt   569: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.5/zaurus/INSTALL.zaurus">
1.7       deraadt   570:        .../OpenBSD/5.5/zaurus/INSTALL.zaurus</a>
1.1       deraadt   571: </ul>
                    572: <hr>
                    573:
                    574: <p>
                    575: Quick installer information for people familiar with OpenBSD, and the
                    576: use of the "disklabel -E" command.  If you are at all confused when
                    577: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    578: <p>
                    579:
                    580: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    581: <ul>
                    582: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    583: release is on CD1. If your BIOS does not support booting from CD, you will need
                    584: to create a boot floppy to install from. To create a boot floppy write
                    585: <i>CD1:5.5/i386/floppy55.fs</i> to a floppy and boot via the floppy drive.
                    586:
                    587: <p>
                    588: Use <i>CD1:5.5/i386/floppyB55.fs</i> instead for greater SCSI controller
                    589: support, or <i>CD1:5.5/i386/floppyC55.fs</i> for better laptop support.
                    590:
                    591: <p>
                    592: If you can't boot from a CD or a floppy disk,
                    593: you can install across the network using PXE as described in
                    594: the included INSTALL.i386 document.
                    595:
                    596: <p>
                    597: If you are planning on dual booting OpenBSD with another OS, you will need to
                    598: read INSTALL.i386.
                    599:
                    600: <p>
                    601: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    602: at <i>CD1:5.5/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    603: use the
                    604: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    605: utility. The following is an example usage of
                    606: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    607: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    608: &quot;rfd0a&quot;.
                    609:
                    610: <ul><pre>
                    611: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    612: </pre></ul>
                    613:
                    614: <p>
                    615: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    616: your install will most likely fail. For more information on creating a boot
                    617: floppy and installing OpenBSD/i386 please refer to
                    618: <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    619: </ul>
                    620:
                    621: <p>
                    622: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    623: <ul>
                    624: The 5.5 release of OpenBSD/amd64 is located on CD2.
                    625: Boot from the CD to begin the install - you may need to adjust
                    626: your BIOS options first.
                    627: If you can't boot from the CD, you can create a boot floppy to install from.
                    628: To do this, write <i>CD2:5.5/amd64/floppy55.fs</i> to a floppy, then
                    629: boot from the floppy drive.
                    630:
                    631: <p>
                    632: If you can't boot from a CD or a floppy disk,
                    633: you can install across the network using PXE as described in the included
                    634: INSTALL.amd64 document.
                    635:
                    636: <p>
                    637: If you are planning to dual boot OpenBSD with another OS, you will need to
                    638: read INSTALL.amd64.
                    639: </ul>
                    640:
                    641: <p>
                    642: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    643: <ul>
                    644: Burn the image from the FTP site to a CDROM, and power on your machine
                    645: while holding down the <i>C</i> key until the display turns on and
                    646: shows <i>OpenBSD/macppc boot</i>.
                    647:
                    648: <p>
                    649: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    650: /5.5/macppc/bsd.rd</i>
                    651: </ul>
                    652:
                    653: <p>
                    654: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    655: <ul>
                    656: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    657:
                    658: <p>
                    659: If this doesn't work, or if you don't have a CDROM drive, you can write
                    660: <i>CD3:5.5/sparc64/floppy55.fs</i> or <i>CD3:5.5/sparc64/floppyB55.fs</i>
                    661: (depending on your machine) to a floppy and boot it with <i>boot
                    662: floppy</i>. Refer to INSTALL.sparc64 for details.
                    663:
                    664: <p>
                    665: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    666: will most likely fail.
                    667:
                    668: <p>
                    669: You can also write <i>CD3:5.5/sparc64/miniroot55.fs</i> to the swap partition on
                    670: the disk and boot with <i>boot disk:b</i>.
                    671:
                    672: <p>
                    673: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    674: </ul>
                    675:
                    676: <p>
                    677: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    678: <ul>
                    679: <p>Write <i>FTP:5.5/alpha/floppy55.fs</i> or
                    680: <i>FTP:5.5/alpha/floppyB55.fs</i> (depending on your machine) to a diskette and
                    681: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    682:
                    683: <p>
                    684: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    685: will most likely fail.
                    686:
                    687: </ul>
                    688:
                    689: <p>
                    690: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    691: <ul>
                    692: <p>
                    693: After connecting a serial port, Thecus can boot directly from the network
                    694: either tftp or http. Configure the network using fconfig, reset,
                    695: then load bsd.rd, see INSTALL.armish for specific details.
                    696: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    697: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    698: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    699: More details are available in INSTALL.armish.
                    700: </ul>
                    701:
                    702: <p>
                    703: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    704: <ul>
                    705: <p>
                    706: Boot over the network by following the instructions in INSTALL.hp300.
                    707: </ul>
                    708:
                    709: <p>
                    710: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    711: <ul>
                    712: <p>
                    713: Boot over the network by following the instructions in INSTALL.hppa or the
                    714: <a href="hppa.html#install">hppa platform page</a>.
                    715: </ul>
                    716:
                    717: <p>
                    718: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    719: <ul>
                    720: <p>
                    721: Write <i>miniroot55.fs</i> to the start of the CF
                    722: or disk, and boot normally.
                    723: </ul>
                    724:
                    725: <p>
                    726: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    727: <ul>
                    728: <p>
                    729: Write <i>miniroot55.fs</i> to a USB stick and boot bsd.rd from it
                    730: or boot bsd.rd via tftp.
                    731: Refer to the instructions in INSTALL.loongson for more details.
                    732: </ul>
                    733: <p>
                    734:
                    735: <p>
                    736: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    737: <ul>
                    738: <p>
                    739: Copy bsd.rd to a Mach or UniOS partition, and boot it from the PROM.
                    740: Alternatively, you can create a bootable tape and boot from it. Refer to
                    741: the instructions in INSTALL.luna88k for more details.
                    742: </ul>
                    743:
                    744: <p>
                    745: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    746: <ul>
                    747: <p>
                    748: You can create a bootable installation tape or boot over the network.<br>
                    749: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    750: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    751: for more details.
                    752: </ul>
                    753:
                    754: <p>
                    755: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    756: <ul>
                    757: <p>
                    758: You can create a bootable installation tape or boot over the network.<br>
                    759: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    760: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    761: for more details.
                    762: </ul>
                    763:
                    764: <p>
                    765: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    766: <ul>
                    767: <p>
                    768: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    769: Refer to the instructions in INSTALL.octeon for more details.
                    770: </ul>
                    771:
                    772: <p>
                    773: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    774: <ul>
                    775: <p>
                    776: To install on an O2, burn cd55.iso on a CD-R, put it in the CD drive of your
                    777: machine and select <i>Install System Software</i> from the System Maintenance
                    778: menu.
                    779:
                    780: <p>
                    781: On other systems, or if your machine doesn't have a CD drive, you can
                    782: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd.IP##" using
                    783: the kernel matching your system type.
                    784: Refer to the instructions in INSTALL.sgi for more details.
                    785: </ul>
                    786:
                    787: <p>
                    788: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    789: <ul>
                    790: <p>
                    791: After connecting a serial port, boot over the network via DHCP/tftp.
                    792: Refer to the instructions in INSTALL.socppc for more details.
                    793: </ul>
                    794:
                    795: <p>
                    796: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    797: <ul>
                    798: Boot from one of the provided install ISO images, using one of the two
                    799: commands listed below, depending on the version of your ROM.
                    800:
                    801: <ul><pre>
                    802: ok <strong>boot cdrom 5.5/sparc/bsd.rd</strong>
                    803: or
                    804: &gt; <strong>b sd(0,6,0)5.5/sparc/bsd.rd</strong>
                    805: </pre></ul>
                    806:
                    807: <p>
                    808: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    809: To do so you need to write <i>floppy55.fs</i> to a floppy.
                    810: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    811: To boot from the floppy use one of the two commands listed below,
                    812: depending on the version of your ROM.
                    813:
                    814: <ul><pre>
                    815: ok <strong>boot floppy</strong>
                    816: or
                    817: &gt; <strong>b fd()</strong>
                    818: </pre></ul>
                    819:
                    820: <p>
                    821: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    822: will most likely fail.
                    823:
                    824: <p>
                    825: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    826: setup a bootable tape, or install via network, as told in the
                    827: INSTALL.sparc file.
                    828: </ul>
                    829:
                    830: <p>
                    831: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    832: <ul>
                    833: Boot over the network via mopbooting as described in INSTALL.vax.
                    834: </ul>
                    835:
                    836: <p>
                    837: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    838: <ul>
                    839: <p>
                    840: Using the Linux built-in graphical ipkg installer, install the
                    841: openbsd55_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    842: for a few important details.
                    843: </ul>
                    844:
                    845: <p>
                    846: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    847: <ul>
                    848: src.tar.gz contains a source archive starting at /usr/src.  This file
                    849: contains everything you need except for the kernel sources, which are
                    850: in a separate archive.  To extract:
                    851: <p>
                    852: <ul><pre>
                    853: # <strong>mkdir -p /usr/src</strong>
                    854: # <strong>cd /usr/src</strong>
                    855: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    856: </pre></ul>
                    857: <p>
                    858: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    859: This file contains all the kernel sources you need to rebuild kernels.
                    860: To extract:
                    861: <p>
                    862: <ul><pre>
                    863: # <strong>mkdir -p /usr/src/sys</strong>
                    864: # <strong>cd /usr/src</strong>
                    865: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    866: </pre></ul>
                    867: <p>
                    868: Both of these trees are a regular CVS checkout.  Using these trees it
                    869: is possible to get a head-start on using the anoncvs servers as
                    870: described <a href="anoncvs.html">here</a>.
                    871: Using these files
                    872: results in a much faster initial CVS update than you could expect from
                    873: a fresh checkout of the full OpenBSD source tree.
                    874: <p>
                    875: </ul>
                    876:
                    877: <a name="upgrade"></a>
                    878: <hr>
                    879: <p>
                    880: <h3><font color="#0000e0">How to upgrade</font></h3>
                    881: <p>
                    882: If you already have an OpenBSD 5.4 system, and do not want to reinstall,
                    883: upgrade instructions and advice can be found in the
                    884: <a href="faq/upgrade55.html">Upgrade Guide</a>.
                    885:
                    886: <a name="ports"></a>
                    887: <hr>
                    888: <p>
                    889: <h3><font color="#0000e0">Ports Tree</font></h3>
                    890: <p>
                    891: A ports tree archive is also provided.  To extract:
                    892: <p>
                    893: <ul><pre>
                    894: # <strong>cd /usr</strong>
                    895: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    896: </pre></ul>
                    897: <p>
                    898: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    899: read the <a href="faq/ports/index.html">ports</a> page
                    900: if you know nothing about ports
                    901: at this point.  This text is not a manual of how to use ports.
                    902: Rather, it is a set of notes meant to kickstart the user on the
                    903: OpenBSD ports system.
                    904: <p>
                    905: The <i>ports/</i> directory represents a CVS (see the manpage for
                    906: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1&amp;arch=i386">
                    907: cvs(1)</a> if
                    908: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    909: source tree, our ports tree is available via
                    910: <a href="anoncvs.html">AnonCVS</a>.
                    911: So, in order to keep current with it, you must make the <i>ports/</i> tree
                    912: available on a read-write medium and update the tree with a command
                    913: like:
                    914: <p>
                    915: <ul><pre>
                    916: # <strong>cd /usr/ports</strong>
                    917: # <strong>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_5</strong>
                    918: </pre></ul>
                    919: <p>
                    920: [Of course, you must replace the server name here with a nearby anoncvs
                    921: server.]
                    922: <p>
                    923: Note that most ports are available as packages through FTP. Updated
                    924: packages for the 5.5 release will be made available if problems arise.
                    925: <p>
                    926: If you're interested in seeing a port added, would like to help out, or just
                    927: would like to know more, the mailing list
                    928: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    929: <p>
                    930: </body>
                    931: </html>