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

Annotation of www/55.html, Revision 1.50

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