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

Annotation of www/55.html, Revision 1.88

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