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

Annotation of www/54.html, Revision 1.31

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
1.30      deraadt     4: <title>OpenBSD 5.4</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.4">
                      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.14      deraadt    20: <a href="images/Puffia.jpg">
1.30      deraadt    21: <img align="left" width="227" height="343" hspace="24" src="images/Puffia.jpg"></a>
                     22: <h2><font color="#0000e0">OpenBSD 5.4</font></h2>
1.1       deraadt    23: <p>
1.25      nick       24: Released Nov 1, 2013<br>
1.1       deraadt    25: Copyright 1997-2013, Theo de Raadt.<br>
1.28      deraadt    26: <font color="#e00000">ISBN 978-0-9881561-2-8</font>
1.1       deraadt    27: <br>
1.14      deraadt    28: <a href="lyrics.html#54">5.4 Song: "Our favorite hacks"</a>
1.1       deraadt    29: <p>
                     30: <ul>
                     31: <li>Order a CDROM from our <a href="orders.html">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.4/</font> directory on
                     35:     one of the mirror sites.
                     36: <li>Briefly read the rest of this document.
                     37: <li>Have a look at <a href="errata54.html">The 5.4 Errata page</a> for a list
                     38:     of bugs and workarounds.
                     39: <li>See a <a href="plus54.html">detailed log of changes</a> between the
                     40:     5.3 and 5.4 releases.
                     41: </ul>
                     42: <br clear=all>
1.31    ! deraadt    43: <p>
1.30      deraadt    44: All applicable copyrights and credits can be found in the applicable
                     45: file sources found in the files src.tar.gz, sys.tar.gz,
                     46: xenocara.tar.gz, or in the files fetched via ports.tar.gz.  The
                     47: distribution files used to build packages from the ports.tar.gz file
                     48: are not included on the CDROM because of lack of space.
1.1       deraadt    49: <p>
                     50:
                     51: <a name="new"></a>
                     52: <hr>
                     53: <p>
                     54: <h3><font color="#0000e0">What's New</font></h3>
                     55: <p>
                     56: This is a partial list of new features and systems included in OpenBSD 5.4.
                     57: For a comprehensive list, see the <a href="plus54.html">changelog</a> leading
                     58: to 5.4.
                     59: <p>
                     60:
                     61: <ul>
1.29      tedu       62: <li>New/extended platforms:
1.2       bcallah    63:     <ul>
                     64:     <li><a href="octeon.html">OpenBSD/octeon</a><br>
                     65:         New platform for systems based on the Cavium Octeon MIPS-compatible
                     66:         processors. Supported machines include:
                     67:         <ul>
                     68:         <li>Portwell CAM-0100
                     69:         <li>Ubiquiti Networks EdgeRouter LITE (no local storage)
                     70:         </ul>
1.15      lteo       71:     <li><a href="beagle.html">OpenBSD/beagle</a><br>
                     72:         New platform for OMAP3/4 and AM335x systems using an ARM Cortex-A8 or
                     73:         Cortex-A9 CPU. Supported boards include:
                     74:         <ul>
                     75:         <li>BeagleBoard C4 / xM
                     76:         <li>BeagleBone and BeagleBone Black
                     77:         <li>PandaBoard and PandaBoard ES
                     78:         </ul>
1.2       bcallah    79:     </ul>
                     80: <p>
                     81:
1.1       deraadt    82: <li>Improved hardware support, including:
                     83:     <ul>
1.7       jsg        84:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&amp;sektion=4">inteldrm(4)</a>
                     85:         has been overhauled, including:
                     86:         <ul>
                     87:         <li>Now mostly in sync with Linux 3.8.13.
                     88:         <li>Support for Kernel Mode Setting (KMS) including support for additional output types such as DisplayPort.
                     89:         <li>Sandy Bridge and newer parts which previously had only ShadowFB acceleration
                     90:             now have full hardware acceleration including use of the 3D rings.
                     91:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&amp;sektion=4">wsdisplay(4)</a> now attaches to
                     92:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&amp;sektion=4">inteldrm(4)</a> and providers a
                     93:             framebuffer console.
1.18      deraadt    94:         </ul>
1.8       mpi        95:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vgafb&amp;sektion=4&amp;arch=macppc">vgafb(4/macppc)</a> now supports multiple virtual consoles.
                     96:     <li>Support for Elantech touchpads version 4 (clickpad) added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;sektion=4">pms(4)</a>.
1.16      krw        97:     <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4">st(4)</a> EOM handling, enabling much better Bacula support.
                     98:     <li>Support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vdsk&sektion=4&arch=sparc64">vdsk(4)</a> disks larger than 2TB.
1.15      lteo       99:     </ul>
1.1       deraadt   100: <p>
                    101:
                    102: <li>Generic network stack improvements:
                    103:     <ul>
1.6       pascal    104:     <li>Reworked checksum handling for network protocols.
1.15      lteo      105:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=divert&amp;sektion=4">divert(4)</a> now recalculates the IP and protocol checksums of reinjected packets.
1.16      krw       106:     <li>No longer attempt to delete the undeletable RNF_ROOT route.
1.1       deraadt   107:     </ul>
                    108: <p>
                    109:
                    110: <li>Routing daemons and other userland network improvements:
                    111:     <ul>
                    112:     <li>Support SSL inspection in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&amp;sektion=8">relayd(8)</a>.
                    113:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&amp;sektion=8">slowcgi(8)</a>, a libevent-based FastCGI implementation.
1.6       pascal    114:     <li>Enabled ECDHE support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a>.
                    115:     <li>Do not start <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&amp;sektion=8">inetd(8)</a> by default any more.
1.15      lteo      116:     <li>Many <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&amp;sektion=8">ldpd(8)</a> improvements, including a speed-up of the session establishment process, support for adjacencies and targeted hellos, support for multiple addresses per interface, and more.
1.1       deraadt   117:     </ul>
                    118: <p>
                    119:
1.16      krw       120: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a> improvements:
                    121:     <ul>
                    122:     <li>Improved compliance with RFC 2131 strictures on client-identifiers.
                    123:     <li>Fixed synchronization of leases.
                    124:     <li>Replaced manual date parsing and printing with strftime and strptime.
                    125:     <li>Explicitly label dates in leases files as being UTC dates.
                    126:     </ul>
                    127:
                    128: <p>
                    129:
                    130: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> improvements:
                    131:     <ul>
                    132:     <li>Delete routes added by defunct dhclient processes.
                    133:     <li>Improved handling of client-identifier option.
                    134:     <li>Increased ip_ttl on packets to 128, allowing more distant servers to provide leases.
                    135:     <li>Replaced manual date parsing and printing with strftime and strptime.
                    136:     <li>Explicitly label dates in leases files as being UTC dates.
1.21      sobrado   137:     <li>Improved interactions between dhclient processes to make the most recent dhclient started the most likely to persist.
1.16      krw       138:     <li>Support for static routes and classless static routes options.
                    139:     <li>Fixed log messages to print correct addresses.
                    140:     <li>Reduced log verbosity by emitting debug messages only when debugging.
                    141:     <li>Eliminated unnecessary address and route churn during lease renewal by not binding leases identical to the current one.
                    142:     </ul>
                    143:
                    144: <p>
1.1       deraadt   145:
                    146: <li>OpenSMTPD 5.3.3:
                    147:     <ul>
                    148:     <li>New features:
                    149:       <ul>
1.17      gilles    150:        <li>Add support for LMTP local deliveries
                    151:        <li>Add SECURE and AUTH transmission types
                    152:        <li>Add support for transparent queue compression
                    153:        <li>helo names can now be looked up in a db(3) table
                    154:        <li>New "error:" alias kind allows aliasing a user-part to an error
                    155:        <li>Traces can be (de)activated at runtime
1.1       deraadt   156:       </ul>
                    157:
                    158:     <li>Improvements:
                    159:       <ul>
1.17      gilles    160:        <li>More robust queue can cope with runtime errors
                    161:        <li>Improved routing strategies
                    162:        <li>Assorted minor bug fixes and cleanups
1.1       deraadt   163:       </ul>
                    164:     </ul>
                    165: <p>
                    166:
                    167: <li>Performance improvements:
                    168:     <ul>
1.13      guenther  169:     <li>Don't require the kernel lock when processing audio interrupts.
                    170:     <li>Improved kernel bcopy/memmove/memcpy implementations and made more careful choices between them.
                    171:     <li>Implemented symbol caching and RELCOUNT/RELACOUNT optimizations in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&amp;sektion=1">ld.so(1)</a>.
1.1       deraadt   172:     </ul>
                    173: <p>
                    174:
                    175: <li>Threading improvements:
                    176:     <ul>
1.13      guenther  177:     <li>Closed various race conditions between exit/fork/execve/__tfork/__threxit/ptrace in both the kernel and libpthread.
1.1       deraadt   178:     </ul>
                    179: <p>
                    180:
                    181: <li>Assorted improvements:
                    182:     <ul>
                    183:     <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=locale&amp;sektion=1">locale(1)</a> utility.
                    184:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ltrace&amp;sektion=1">ltrace(1)</a>, a tool to trace PLT calls.
1.6       pascal    185:     <li>Added a new implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&amp;sektion=1">cu(1)</a>.
                    186:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=shm_open&amp;sektion=3">shm_open(3)/shm_unlink(3)</a>.
1.7       jsg       187:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getprogname&amp;sektion=3">getprogname(3)/setprogname(3)</a>.
                    188:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clock_getcpuclockid&amp;sektion=3">clock_getcpuclockid(3)</a> and
                    189:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_getcpuclockid&amp;sektion=3">pthread_getcpuclockid(3)</a>.
                    190:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fmemopen&amp;sektion=3">fmemopen(3)</a>.
                    191:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open_memstream&amp;sektion=3">open_memstream(3)/open_wmemstream(3)</a>.
                    192:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memmem&amp;sektion=3">memmem(3)</a>.
                    193:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdatasync&amp;sektion=2">fdatasync(2)</a>.
                    194:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppoll&amp;sektion=2">ppoll(2)</a>.
                    195:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pselect&amp;sektion=2">pselect(2)</a>.
                    196:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=utrace&amp;sektion=2">utrace(2)</a>.
1.1       deraadt   197:     <li>Switched the <a href="http://www.openbsd.org/vax.html">VAX</a> platform to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&amp;sektion=5">ELF</a>.
1.6       pascal    198:     <li>Fixed kernel profiling on multiprocessor systems.
1.13      guenther  199:     <li>Experimental support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&amp;sektion=4">fuse(4)</a>.
                    200:     <li>Added support for <tt>write_opt=nodir</tt> and the 'path' and 'linkpath' extended headers to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&amp;sektion=1">pax(1)</a> (aka <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tar&amp;sektion=1">tar(1)</a>).
                    201:     <li>Brought <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getconf&amp;sektion=1">getconf(1)</a> up to date with recent POSIX updates.
                    202:     <li>Added -L and -P options to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ln&amp;sektion=1">ln(1)</a>.
                    203:     <li>More structures and symbolic values displayed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&amp;sektion=1">kdump(1)</a>.
1.15      lteo      204:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkill&amp;sektion=1">pkill(1)</a> now accepts an -I option to ask for confirmation on killing processes.
1.1       deraadt   205:     </ul>
                    206: <p>
                    207:
                    208: <li>OpenSSH 6.3:
                    209:     <ul>
                    210:     <li>New features:
                    211:       <ul>
                    212:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    213:         add
                    214:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>
                    215:         support to
                    216:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>;
                    217:         allows encrypted hostkeys, or hostkeys on smartcards.
                    218:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
                    219:         and
                    220:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    221:         allow optional time-based rekeying via a second argument to the
                    222:         existing <tt>RekeyLimit</tt> option.  <tt>RekeyLimit</tt> is now
                    223:         supported in
                    224:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">sshd_config(5)</a>
                    225:         as well as on the client.
                    226:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    227:         standardise logging of information during user authentication.
                    228:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    229:         add the ability to query supported ciphers, MAC algorithms, key types
                    230:         and key exchange methods.
                    231:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    232:         support <tt>ProxyCommand=-</tt> to allow support cases where stdin and
                    233:         stdout already point to the proxy.
                    234:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    235:         allow <tt>IdentityFile=none</tt>.
                    236:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
                    237:         and
                    238:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    239:         add <tt>-E</tt> option to
                    240:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
                    241:         and
                    242:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>
                    243:         to append debugging logs to a specified file instead of stderr or
                    244:         syslog.
                    245:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    246:         add support for resuming partial downloads using the <tt>reget</tt>
                    247:         command and on the
                    248:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>
                    249:         commandline or on the get commandline using the <tt>-a</tt>
                    250:         (append) option.
                    251:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    252:         add an <tt>IgnoreUnknown</tt> configuration option to selectively
                    253:         suppress errors arising from unknown configuration directives.
                    254:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    255:         add support for submethods to be appended to required authentication
                    256:         methods listed via <tt>AuthenticationMethods</tt>.
                    257:       </ul>
                    258:     <li>The following significant bugs have been fixed in this release:
                    259:       <ul>
                    260:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    261:         fix refusal to accept certificate if a key of a different type to the
                    262:         CA key appeared in <tt>authorized_keys</tt> before the CA key.
                    263:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    264:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>
                    265:         and
                    266:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    267:         Use a monotonic time source for timers so that things like keepalives
                    268:         and rekeying will work properly over clock steps.
                    269:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    270:         update progressmeter when data is acknowledged, not when it's sent.
                    271:         (bz#2108)
                    272:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
                    273:         and
                    274:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
                    275:         improve error messages when the current user does not exist in
                    276:         <tt>/etc/passwd</tt>. (bz#2125)
                    277:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    278:         reset the order in which public keys are tried after partial
                    279:         authentication success.
                    280:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>:
                    281:         clean up socket files after SIGINT when in debug mode. (bz#2120)
                    282:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
                    283:         and others: avoid confusing error messages in the case of broken system
                    284:         resolver configurations. (bz#2122)
                    285:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    286:         set TCP nodelay for connections started with <tt>-N</tt>. (bz#2124)
                    287:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    288:         correct manual for permission requirements on <tt>~/.ssh/config</tt>.
                    289:         (bz#2078)
                    290:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    291:         fix <tt>ControlPersist</tt> timeout not triggering in cases where TCP
                    292:         connections have hung. (bz#1917)
                    293:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
1.20      sobrado   294:         properly detach a <tt>ControlPersist</tt> master from its controlling
1.1       deraadt   295:         terminal.
                    296:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    297:         avoid crashes in libedit when it has been compiled with multi-byte
                    298:         character support. (bz#1990)
                    299:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    300:         when running <tt>sshd -D</tt>, close stderr unless we have explicitly
                    301:         requested logging to stderr. (bz#1976)
                    302:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    303:         fix incomplete bzero. (bz#2100)
                    304:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    305:         log and error and exit if <tt>ChrootDirectory</tt> is specified and
                    306:         running without root privileges.
                    307:       <li>Many improvements to the regression test suite. In particular log
                    308:         files are now saved from
                    309:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
                    310:         and
                    311:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>
                    312:         after failures.
                    313:       <li>Fix a number of memory leaks. (bz#1967, bz#2096 and others)
                    314:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    315:         fix public key authentication when a <tt>:style</tt> is appended to the
                    316:         requested username.
                    317:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    318:         do not fatally exit when attempting to cleanup multiplexing-created
                    319:         channels that are incompletely opened. (bz#2079)
                    320:       </ul>
                    321:     </ul>
                    322: <p>
                    323:
1.19      espie     324: <li>Over 7,800 ports, major stability improvements in
1.1       deraadt   325: the package build process
                    326:     <ul>
1.19      espie     327:     <li>The parallel ports builder is better at catching up errors on older
                    328: slower platforms, thus allowing release engineers to better concentrate on
                    329: real errors.
1.1       deraadt   330:     </ul>
                    331: <p>
                    332: <li>Many pre-built packages for each architecture:
                    333:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    334:     <tr>
                    335:     <td valign="top" width="25%">
                    336:     <ul>
1.10      sthen     337:       <li>i386:       7976
                    338:       <li>sparc64:    6959
                    339:       <li>alpha:      6062
1.24      miod      340:       <li>m68k:       3862
1.1       deraadt   341:     </ul></td><td valign=top width="25%"><ul>
1.23      pirofti   342:       <li>sh:          989
1.10      sthen     343:       <li>amd64:      7941
1.11      sthen     344:       <li>powerpc:    7483
1.24      miod      345:       <li>m88k:       3951
1.1       deraadt   346:     </ul></td><td valign=top width="25%"><ul>
1.11      sthen     347:       <li>sparc:      4823
                    348:       <li>arm:        5582
1.10      sthen     349:       <li>hppa:       6607
1.1       deraadt   350:     </ul></td><td valign=top width="25%"><ul>
1.12      sebastia  351:       <li>vax:        2226
1.10      sthen     352:       <li>mips64:     6739
                    353:       <li>mips64el:   6306
1.1       deraadt   354:   </ul></td></tr></table>
                    355: <p>
                    356:
                    357: <li>Some highlights:
                    358:     <ul>
                    359:     <li>GNOME 3.8.3                    <li>KDE 3.5.10
                    360:     <li>Xfce 4.10                      <li>MySQL 5.1.70
                    361:     <li>PostgreSQL 9.2.4               <li>Postfix 2.10.1
                    362:     <li>OpenLDAP 2.3.43 and 2.4.35     <li>Mozilla Firefox 3.6.28 and 22.0
                    363:     <li>Mozilla Thunderbird 17.0.7     <li>GHC 7.6.3
                    364:     <li>LibreOffice 4.0.4.2            <li>Emacs 21.4 and 24.3
1.5       lteo      365:     <li>Vim 7.3.850                    <li>PHP 5.2.17 and 5.3.27
1.1       deraadt   366:     <li>Python 2.7.5 and 3.3.2         <li>Ruby 1.8.7.374, 1.9.3.448 and 2.0.0.247
1.5       lteo      367:     <li>Tcl/Tk 8.4.20, 8.5.14 and 8.6.0        <li>JDK 1.6.0.32 and 1.7.0.21
1.1       deraadt   368:     <li>Mono 2.10.9                    <li>Chromium 28.0.1500.45
                    369:     <li>Groff 1.22.2                   <li>Go 1.1.1
                    370:     <li>GCC 4.6.4 and 4.8.1            <li>LLVM/Clang 3.3
1.3       abieber   371:     <li>Node.js 0.10.12
1.1       deraadt   372:     </ul>
                    373: <p>
                    374:
                    375: <li>As usual, steady improvements in manual pages and other documentation.
                    376: <p>
                    377:
                    378: <li>The system includes the following major components from outside suppliers:
                    379:     <ul>
                    380:     <li>Xenocara (based on X.Org 7.7 with xserver 1.14.1 + patches,
1.4       matthieu  381:       freetype 2.4.12, fontconfig 2.10.91, Mesa 7.11.2, xterm 293,
1.1       deraadt   382:       xkeyboard-config 2.7 and more)
1.22      nick      383:     <li>Gcc 4.2.1 (+patches), 3.3.6 (+ patches) and 2.95.3 (+ patches)
1.1       deraadt   384:     <li>Perl 5.16.3 (+ patches)
                    385:     <li>Our improved and secured version of Apache 1.3, with
                    386:       SSL/TLS and DSO support
                    387:     <li>Nginx 1.4.1 (+ patches)
                    388:     <li>OpenSSL 1.0.1c (+ patches)
                    389:     <li>SQLite 3.7.17 (+ patches)
                    390:     <li>Sendmail 8.14.7, with libmilter
                    391:     <li>Bind 9.4.2-P2 (+ patches)
                    392:     <li>NSD 3.2.15
                    393:     <li>Lynx 2.8.7rel.2 with HTTPS and IPv6 support (+ patches)
                    394:     <li>Sudo 1.7.2p8
                    395:     <li>Ncurses 5.7
                    396:     <li>Heimdal 1.5.2 (+ patches)
                    397:     <li>Binutils 2.15 (+ patches)
                    398:     <li>Gdb 6.3 (+ patches)
                    399:     <li>Less 444 (+ patches)
                    400:     <li>Awk Aug 10, 2011 version
                    401:     </ul>
                    402:
                    403: </ul>
                    404:
                    405: <a name="install"></a>
                    406: <hr>
                    407: <p>
                    408: <h3><font color="#0000e0">How to install</font></h3>
                    409: <p>
                    410: Following this are the instructions which you would have on a piece of
                    411: paper if you had purchased a CDROM set instead of doing an alternate
                    412: form of install.  The instructions for doing an FTP (or other style
                    413: of) install are very similar; the CDROM instructions are left intact
                    414: so that you can see how much easier it would have been if you had
                    415: purchased a CDROM instead.
                    416: <p>
                    417:
                    418: <hr>
                    419: Please refer to the following files on the three CDROMs or FTP mirror for
                    420: extensive details on how to install OpenBSD 5.4 on your machine:
                    421: <p>
                    422: <ul>
                    423: <li>CD1:5.4/i386/INSTALL.i386
                    424: <p>
                    425: <li>CD2:5.4/amd64/INSTALL.amd64
                    426: <p>
                    427: <li>CD3:5.4/sparc64/INSTALL.sparc64
                    428: <p>
                    429: <li>FTP:.../OpenBSD/5.4/alpha/INSTALL.alpha
                    430: <li>FTP:.../OpenBSD/5.4/armish/INSTALL.armish
                    431: <li>FTP:.../OpenBSD/5.4/beagle/INSTALL.beagle
                    432: <li>FTP:.../OpenBSD/5.4/hp300/INSTALL.hp300
                    433: <li>FTP:.../OpenBSD/5.4/hppa/INSTALL.hppa
                    434: <li>FTP:.../OpenBSD/5.4/landisk/INSTALL.landisk
                    435: <li>FTP:.../OpenBSD/5.4/loongson/INSTALL.loongson
                    436: <li>FTP:.../OpenBSD/5.4/luna88k/INSTALL.luna88k
                    437: <li>FTP:.../OpenBSD/5.4/macppc/INSTALL.macppc
                    438: <li>FTP:.../OpenBSD/5.4/mvme68k/INSTALL.mvme68k
                    439: <li>FTP:.../OpenBSD/5.4/mvme88k/INSTALL.mvme88k
                    440: <li>FTP:.../OpenBSD/5.4/octeon/INSTALL.octeon
                    441: <li>FTP:.../OpenBSD/5.4/sgi/INSTALL.sgi
                    442: <li>FTP:.../OpenBSD/5.4/socppc/INSTALL.socppc
                    443: <li>FTP:.../OpenBSD/5.4/sparc/INSTALL.sparc
                    444: <li>FTP:.../OpenBSD/5.4/vax/INSTALL.vax
                    445: <li>FTP:.../OpenBSD/5.4/zaurus/INSTALL.zaurus
                    446: </ul>
                    447: <hr>
                    448:
                    449: <p>
                    450: Quick installer information for people familiar with OpenBSD, and the
                    451: use of the "disklabel -E" command.  If you are at all confused when
                    452: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    453: <p>
                    454:
                    455: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    456: <ul>
                    457: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    458: release is on CD1. If your BIOS does not support booting from CD, you will need
                    459: to create a boot floppy to install from. To create a boot floppy write
                    460: <i>CD1:5.4/i386/floppy54.fs</i> to a floppy and boot via the floppy drive.
                    461:
                    462: <p>
                    463: Use <i>CD1:5.4/i386/floppyB54.fs</i> instead for greater SCSI controller
                    464: support, or <i>CD1:5.4/i386/floppyC54.fs</i> for better laptop support.
                    465:
                    466: <p>
                    467: If you can't boot from a CD or a floppy disk,
                    468: you can install across the network using PXE as described in
                    469: the included INSTALL.i386 document.
                    470:
                    471: <p>
                    472: If you are planning on dual booting OpenBSD with another OS, you will need to
                    473: read INSTALL.i386.
                    474:
                    475: <p>
                    476: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    477: at <i>CD1:5.4/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    478: use the
                    479: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    480: utility. The following is an example usage of
                    481: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    482: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    483: &quot;rfd0a&quot;.
                    484:
                    485: <ul><pre>
                    486: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    487: </pre></ul>
                    488:
                    489: <p>
                    490: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    491: your install will most likely fail. For more information on creating a boot
                    492: floppy and installing OpenBSD/i386 please refer to
                    493: <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    494: </ul>
                    495:
                    496: <p>
                    497: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    498: <ul>
                    499: The 5.4 release of OpenBSD/amd64 is located on CD2.
                    500: Boot from the CD to begin the install - you may need to adjust
                    501: your BIOS options first.
                    502: If you can't boot from the CD, you can create a boot floppy to install from.
                    503: To do this, write <i>CD2:5.4/amd64/floppy54.fs</i> to a floppy, then
                    504: boot from the floppy drive.
                    505:
                    506: <p>
                    507: If you can't boot from a CD or a floppy disk,
                    508: you can install across the network using PXE as described in the included
                    509: INSTALL.amd64 document.
                    510:
                    511: <p>
                    512: If you are planning to dual boot OpenBSD with another OS, you will need to
                    513: read INSTALL.amd64.
                    514: </ul>
                    515:
                    516: <p>
                    517: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    518: <ul>
1.9       martin    519: Burn the image from the FTP site to a CDROM, and power on your machine
1.1       deraadt   520: while holding down the <i>C</i> key until the display turns on and
                    521: shows <i>OpenBSD/macppc boot</i>.
                    522:
                    523: <p>
                    524: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    525: /5.4/macppc/bsd.rd</i>
                    526: </ul>
                    527:
                    528: <p>
                    529: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    530: <ul>
                    531: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    532:
                    533: <p>
                    534: If this doesn't work, or if you don't have a CDROM drive, you can write
                    535: <i>CD3:5.4/sparc64/floppy54.fs</i> or <i>CD3:5.4/sparc64/floppyB54.fs</i>
                    536: (depending on your machine) to a floppy and boot it with <i>boot
                    537: floppy</i>. Refer to INSTALL.sparc64 for details.
                    538:
                    539: <p>
                    540: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    541: will most likely fail.
                    542:
                    543: <p>
                    544: You can also write <i>CD3:5.4/sparc64/miniroot54.fs</i> to the swap partition on
                    545: the disk and boot with <i>boot disk:b</i>.
                    546:
                    547: <p>
                    548: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    549: </ul>
                    550:
                    551: <p>
                    552: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    553: <ul>
                    554: <p>Write <i>FTP:5.4/alpha/floppy54.fs</i> or
                    555: <i>FTP:5.4/alpha/floppyB54.fs</i> (depending on your machine) to a diskette and
                    556: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    557:
                    558: <p>
                    559: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    560: will most likely fail.
                    561:
                    562: </ul>
                    563:
                    564: <p>
                    565: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    566: <ul>
                    567: <p>
                    568: After connecting a serial port, Thecus can boot directly from the network
                    569: either tftp or http. Configure the network using fconfig, reset,
                    570: then load bsd.rd, see INSTALL.armish for specific details.
                    571: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    572: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    573: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    574: More details are available in INSTALL.armish.
                    575: </ul>
                    576:
                    577: <p>
                    578: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    579: <ul>
                    580: <p>
                    581: Boot over the network by following the instructions in INSTALL.hp300.
                    582: </ul>
                    583:
                    584: <p>
                    585: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    586: <ul>
                    587: <p>
                    588: Boot over the network by following the instructions in INSTALL.hppa or the
                    589: <a href="hppa.html#install">hppa platform page</a>.
                    590: </ul>
                    591:
                    592: <p>
                    593: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    594: <ul>
                    595: <p>
                    596: Write <i>miniroot54.fs</i> to the start of the CF
                    597: or disk, and boot normally.
                    598: </ul>
                    599:
                    600: <p>
                    601: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    602: <ul>
                    603: <p>
                    604: Write <i>miniroot54.fs</i> to a USB stick and boot bsd.rd from it
                    605: or boot bsd.rd via tftp.
                    606: Refer to the instructions in INSTALL.loongson for more details.
                    607: </ul>
                    608: <p>
                    609:
                    610: <p>
                    611: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    612: <ul>
                    613: <p>
                    614: Copy bsd.rd to a Mach or UniOS partition, and boot it from the PROM.
                    615: Alternatively, you can create a bootable tape and boot from it. Refer to
                    616: the instructions in INSTALL.luna88k for more details.
                    617: </ul>
                    618:
                    619: <p>
                    620: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    621: <ul>
                    622: <p>
                    623: You can create a bootable installation tape or boot over the network.<br>
                    624: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    625: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    626: for more details.
                    627: </ul>
                    628:
                    629: <p>
                    630: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    631: <ul>
                    632: <p>
                    633: You can create a bootable installation tape or boot over the network.<br>
                    634: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    635: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    636: for more details.
                    637: </ul>
                    638:
                    639: <p>
                    640: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    641: <ul>
                    642: <p>
1.2       bcallah   643: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    644: Refer to the instructions in INSTALL.octeon for more details.
1.1       deraadt   645: </ul>
                    646:
                    647: <p>
                    648: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    649: <ul>
                    650: <p>
                    651: To install on an O2, burn cd54.iso on a CD-R, put it in the CD drive of your
                    652: machine and select <i>Install System Software</i> from the System Maintenance
                    653: menu.
                    654:
                    655: <p>
                    656: On other systems, or if your machine doesn't have a CD drive, you can
                    657: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd.IP##" using
                    658: the kernel matching your system type.
                    659: Refer to the instructions in INSTALL.sgi for more details.
                    660: </ul>
                    661:
                    662: <p>
                    663: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    664: <ul>
                    665: <p>
                    666: After connecting a serial port, boot over the network via DHCP/tftp.
                    667: Refer to the instructions in INSTALL.socppc for more details.
                    668: </ul>
                    669:
                    670: <p>
                    671: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    672: <ul>
                    673: Boot from one of the provided install ISO images, using one of the two
                    674: commands listed below, depending on the version of your ROM.
                    675:
                    676: <ul><pre>
                    677: ok <strong>boot cdrom 5.4/sparc/bsd.rd</strong>
                    678: or
                    679: &gt; <strong>b sd(0,6,0)5.4/sparc/bsd.rd</strong>
                    680: </pre></ul>
                    681:
                    682: <p>
                    683: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    684: To do so you need to write <i>floppy54.fs</i> to a floppy.
                    685: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    686: To boot from the floppy use one of the two commands listed below,
                    687: depending on the version of your ROM.
                    688:
                    689: <ul><pre>
                    690: ok <strong>boot floppy</strong>
                    691: or
                    692: &gt; <strong>b fd()</strong>
                    693: </pre></ul>
                    694:
                    695: <p>
                    696: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    697: will most likely fail.
                    698:
                    699: <p>
                    700: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    701: setup a bootable tape, or install via network, as told in the
                    702: INSTALL.sparc file.
                    703: </ul>
                    704:
                    705: <p>
                    706: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    707: <ul>
                    708: Boot over the network via mopbooting as described in INSTALL.vax.
                    709: </ul>
                    710:
                    711: <p>
                    712: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    713: <ul>
                    714: <p>
                    715: Using the Linux built-in graphical ipkg installer, install the
                    716: openbsd54_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    717: for a few important details.
                    718: </ul>
                    719:
                    720: <p>
                    721: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    722: <ul>
                    723: src.tar.gz contains a source archive starting at /usr/src.  This file
                    724: contains everything you need except for the kernel sources, which are
                    725: in a separate archive.  To extract:
                    726: <p>
                    727: <ul><pre>
                    728: # <strong>mkdir -p /usr/src</strong>
                    729: # <strong>cd /usr/src</strong>
                    730: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    731: </pre></ul>
                    732: <p>
                    733: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    734: This file contains all the kernel sources you need to rebuild kernels.
                    735: To extract:
                    736: <p>
                    737: <ul><pre>
                    738: # <strong>mkdir -p /usr/src/sys</strong>
                    739: # <strong>cd /usr/src</strong>
                    740: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    741: </pre></ul>
                    742: <p>
                    743: Both of these trees are a regular CVS checkout.  Using these trees it
                    744: is possible to get a head-start on using the anoncvs servers as
                    745: described <a href="anoncvs.html">here</a>.
                    746: Using these files
                    747: results in a much faster initial CVS update than you could expect from
                    748: a fresh checkout of the full OpenBSD source tree.
                    749: <p>
                    750: </ul>
                    751:
                    752: <a name="upgrade"></a>
                    753: <hr>
                    754: <p>
                    755: <h3><font color="#0000e0">How to upgrade</font></h3>
                    756: <p>
                    757: If you already have an OpenBSD 5.3 system, and do not want to reinstall,
                    758: upgrade instructions and advice can be found in the
                    759: <a href="faq/upgrade54.html">Upgrade Guide</a>.
                    760:
                    761: <a name="ports"></a>
                    762: <hr>
                    763: <p>
                    764: <h3><font color="#0000e0">Ports Tree</font></h3>
                    765: <p>
                    766: A ports tree archive is also provided.  To extract:
                    767: <p>
                    768: <ul><pre>
                    769: # <strong>cd /usr</strong>
                    770: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    771: </pre></ul>
                    772: <p>
                    773: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    774: read the <a href="faq/ports/index.html">ports</a> page
                    775: if you know nothing about ports
                    776: at this point.  This text is not a manual of how to use ports.
                    777: Rather, it is a set of notes meant to kickstart the user on the
                    778: OpenBSD ports system.
                    779: <p>
                    780: The <i>ports/</i> directory represents a CVS (see the manpage for
                    781: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1&amp;arch=i386">
                    782: cvs(1)</a> if
                    783: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    784: source tree, our ports tree is available via
                    785: <a href="anoncvs.html">AnonCVS</a>.
                    786: So, in order to keep current with it, you must make the <i>ports/</i> tree
                    787: available on a read-write medium and update the tree with a command
                    788: like:
                    789: <p>
                    790: <ul><pre>
                    791: # <strong>cd /usr/ports</strong>
                    792: # <strong>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_4</strong>
                    793: </pre></ul>
                    794: <p>
                    795: [Of course, you must replace the server name here with a nearby anoncvs
                    796: server.]
                    797: <p>
                    798: Note that most ports are available as packages through FTP. Updated
                    799: packages for the 5.4 release will be made available if problems arise.
                    800: <p>
                    801: If you're interested in seeing a port added, would like to help out, or just
                    802: would like to know more, the mailing list
                    803: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    804: <p>
                    805: </body>
                    806: </html>