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

Annotation of www/56.html, Revision 1.59

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 5.6</title>
                      5: <meta name="resource-type" content="document">
                      6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      7: <meta name="description" content="OpenBSD 5.6">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 2014 by OpenBSD.">
1.59    ! sthen      11: <link rel="canonical" href="http://www.openbsd.org/56.html">
1.1       deraadt    12: </head>
                     13:
                     14: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     15:
                     16: <a href="index.html">
                     17: <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
                     18: <p>
                     19:
1.20      deraadt    20: <a href="images/CaptainTedu.jpg">
                     21: <img align="left" width="227" height="343" hspace="24" src="images/CaptainTedu.jpg"></a>
1.1       deraadt    22: <h2><font color="#0000e0">OpenBSD 5.6</font></h2>
                     23: <p>
1.54      deraadt    24: Released Nov 1, 2014<br>
1.1       deraadt    25: Copyright 1997-2014, Theo de Raadt.<br>
                     26: <font color="#e00000">ISBN 978-0-9881561-4-2</font>
                     27: <br>
1.20      deraadt    28: <a href="lyrics.html#56">5.6 Song: "Ride of the Valkyries"</a>
1.1       deraadt    29: <p>
                     30:
                     31: <ul>
1.22      deraadt    32: <li>Order a CDROM from our <a href="https://openbsdstore.com">ordering system</a>.
1.1       deraadt    33: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     34:     a list of mirror machines.
                     35: <li>Go to the <font color="#e00000">pub/OpenBSD/5.6/</font> directory on
                     36:     one of the mirror sites.
                     37: <li>Have a look at <a href="errata56.html">the 5.6 errata page</a> for a list
                     38:     of bugs and workarounds.
                     39: <li>See a <a href="plus56.html">detailed log of changes</a> between the
                     40:     5.5 and 5.6 releases.
                     41: <p>
1.10      deraadt    42: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signify&amp;sektion=1">signify(1)</a> pubkeys for this release:<br>
1.57      tedu       43: <pre>
                     44: base: RWR0EANmo9nqhpPbPUZDIBcRtrVcRwQxZ8UKGWY8Ui4RHi229KFL84wV
                     45: fw:   RWT4e3jpYgSeLYs62aDsUkcvHR7+so5S/Fz/++B859j61rfNVcQTRxMw
                     46: pkg:  RWSPEf7Vpp2j0PTDG+eLs5L700nlqBFzEcSmHuv3ypVUEOYwso+UucXb
                     47: </pre>
1.1       deraadt    48: </ul>
                     49: <br clear=all>
                     50: All applicable copyrights and credits can be found in the applicable
                     51: file sources found in the files src.tar.gz, sys.tar.gz,
                     52: xenocara.tar.gz, or in the files fetched via ports.tar.gz.  The
                     53: distribution files used to build packages from the ports.tar.gz file
                     54: are not included on the CDROM because of lack of space.
                     55: <p>
                     56:
                     57: <a name="new"></a>
                     58: <hr>
                     59: <p>
                     60: <h3><font color="#0000e0">What's New</font></h3>
                     61: <p>
                     62: This is a partial list of new features and systems included in OpenBSD 5.6.
                     63: For a comprehensive list, see the <a href="plus56.html">changelog</a> leading
                     64: to 5.6.
                     65: <p>
                     66:
1.46      lteo       67: <ul>
1.49      lteo       68: <li>LibreSSL
                     69:     <ul>
1.54      deraadt    70:     <li>This release forks OpenSSL into
                     71:     <a href="http://www.libressl.org">LibreSSL</a>, a version of the TLS/crypto
1.49      lteo       72:     stack with goals of modernizing the codebase, improving security, and
                     73:     applying best practice development processes.
                     74:     <li>No support for legacy MacOS, Netware, OS/2, VMS and Windows platforms,
                     75:     as well as antique compilers.
                     76:     <li>Removal of the IBM 4758, Broadcom ubsec, Sureware, Nuron, GOST, GMP,
                     77:     CSwift, CHIL, CAPI, Atalla and AEP engines, either because the hardware is
                     78:     irrelevant, or because they require external non-free libraries to work.
                     79:     <li>No support for FIPS-140 compliance.
                     80:     <li>No EBCDIC support.
1.50      sthen      81:     <li>No support for big-endian i386 and amd64 platforms.
1.49      lteo       82:     <li>Use standard routines from the C library (malloc, strdup, snprintf...)
                     83:     instead of rolling our own, sometimes badly.
                     84:     <li>Remove the old OpenSSL PRNG, and rely upon arc4random_buf from libc for
                     85:     all the entropy needs.
                     86:     <li>Remove the MD2 and SEED algorithms.
                     87:     <li>Remove J-PAKE, PSK and SRP (mis)features.
                     88:     <li>Aggressive cleaning of BN memory when no longer used.
                     89:     <li>No support for Kerberos.
                     90:     <li>No support for SSLv2.
                     91:     <li>No support for the questionable DTLS heartbeat extension.
                     92:     <li>No support for TLS compression.
                     93:     <li>No support for US-Export SSL ciphers.
                     94:     <li>Do not use the current time as a random seed in libssl.
                     95:     <li>Support for ChaCha and Poly1305 algorithm.
                     96:     <li>Support for Brainpool and ANSSI elliptic curves.
                     97:     <li>Support for AES-GCM and ChaCha20-Poly1305 AEAD modes.
                     98:     </ul>
                     99: <p>
                    100:
1.1       deraadt   101: <li>Improved hardware support, including:
                    102:     <ul>
1.13      dlg       103:     <li>SCSI Multipathing support via <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/mpath.4">mpath(4)</a> and associated path drivers on several architectures.
1.24      stsp      104:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/qlw.4">qlw(4)</a> driver for QLogic ISP SCSI HBAs.
1.38      brad      105:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/qla.4">qla(4)</a> driver for QLogic ISP2100/2200/2300 Fibre Channel HBAs.
1.24      stsp      106:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/upd.4">upd(4)</a> sensor driver for USB Power Devices (UPS).
1.26      jsg       107:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/brswphy.4">brswphy(4)</a> driver for Broadcom BCM53xx 10/100/1000TX Ethernet PHYs.
                    108:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/uscom.4">uscom(4)</a> driver for simple USB serial adapters.
1.24      stsp      109:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/axen.4">axen(4)</a> driver for ASIX Electronics AX88179 10/100/Gigabit USB Ethernet devices.
                    110:     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/inteldrm.4">inteldrm(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/radeondrm.4">radeondrm(4)</a> drivers have improved suspend/resume support.
                    111:     <li>The userland interface for the <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/agp.4">agp(4)</a> driver has been removed.
                    112:     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/rtsx.4">rtsx(4)</a> driver now supports card readers based on the RTS5227 and RTL8402 chipsets.
                    113:     <li>The firmware for the <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/run.4">run(4)</a> driver has been updated to version 0.33.
                    114:     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/run.4">run(4)</a> driver now supports devices based on the RT3900E chipset.
                    115:     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/zyd.4">zyd(4)</a> driver, which was broken for some time, has been fixed.
                    116:     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/bwi.4">bwi(4)</a> driver now works in systems with more than 1GB of RAM.
1.31      brad      117:     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/re.4">re(4)</a> driver now supports devices based on the RTL8168EP/8111EP, RTL8168G/8111G, and RTL8168GU/8111GU chipsets.
1.1       deraadt   118:     </ul>
                    119: <p>
                    120:
                    121: <li>Generic network stack improvements:
                    122:     <ul>
1.19      lteo      123:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/divert.4">divert(4)</a> now supports checksum offload.
1.25      stsp      124:     <li>IPv6 is now turned off on new interfaces by default. Assigning an IPv6 address will enable IPv6 on an interface.
                    125:     <li>Support for RFC4620 IPv6 Node Information Queries has been removed.
                    126:     <li>The kernel no longer supports the SO_DONTROUTE socket option.
                    127:     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/getaddrinfo.3">getaddrinfo(3)</a> function now supports the AI_ADDRCONFIG flag defined in RFC 3493.
                    128:     <li>Include router alert option (RAO) in IGMP packets, as required by RFC2236.
1.36      lteo      129:     <li>ALTQ has been removed.
1.42      yasuoka   130:     <li>The hash table for Protocol Control Block (PCB) of TCP and UDP now resize automatically on load.
1.1       deraadt   131:     </ul>
                    132: <p>
                    133:
1.45      deraadt   134: <li>Installer improvements:
                    135:     <ul>
                    136:     <li>Remove ftp and tape as install methods.
                    137:     <li>Preserve the disklabel (and next 6 blocks) when installing boot block on
                    138: 4k-sector disk drives.
                    139:     <li>Change the "Server?" question to "HTTP Server?" to allow unambiguous <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/autoinstall.8">autoinstall(8)</a> handling.
                    140:     <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/autoinstall.8">autoinstall(8)</a> to fetch and install sets from multiple locations.
1.46      lteo      141:     <li>Many sample configuration files have moved from /etc to /etc/examples.
1.45      deraadt   142:     </ul>
                    143: <p>
                    144:
1.1       deraadt   145: <li>Routing daemons and other userland network improvements:
                    146:     <ul>
1.19      lteo      147:     <li>When used with the -v flag, <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/tcpdump.8">tcpdump(8)</a> now shows the actual bad checksum within the IP/protocol header itself and what the good checksum should be.
                    148:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/ftp.1">ftp(1)</a> now allows its User-Agent to be changed via the -U command-line option.
1.25      stsp      149:     <li>The -r option of <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ping.8">ping(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/traceroute.8">traceroute(8)</a> has been removed.
                    150:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ifconfig.8">ifconfig(8)</a> can now explicitly assign an IPv6 link-local address and turn IPv6 autoconf on or off.
                    151:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ifconfig.8">ifconfig(8)</a> has been made smarter about parsing WEP keys on the command line.
                    152:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ifconfig.8">ifconfig(8)</a> scan now shows the encryption type of wireless networks (WEP, WPA, WPA2, 802.1x).
                    153:     <li>MS-CHAPv1 (RFC2433) support has been removed from <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/pppd.8">pppd(8)</a>.
1.43      lteo      154:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/traceroute6.8">traceroute6(8)</a>
                    155:         has been merged into
                    156:         <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/traceroute.8">traceroute(8)</a>.
                    157:     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/asr_run.3">asr API</a>
                    158:         for asynchronous address resolution and nameserver querying is now public.
1.44      lteo      159:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/pflow.4">pflow(4)</a>'s
                    160:         pflowproto 9 has been removed.
                    161:     <li>The userland ppp(8) daemon and its associated PPPoE helper, pppoe(8), have been removed.
1.46      lteo      162:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/snmpd.8">snmpd(8)</a>,
                    163:         <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/snmpctl.8">snmpctl(8)</a>, and
                    164:         <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/relayd.8">relayd(8)</a>
                    165:         now communicate via the AgentX protocol.
                    166:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/relayd.8">relayd(8)</a>
                    167:         has a new filtering subsystem, where the new configuration language uses last-matching pf-like rules.
                    168:     <li>The new
                    169:         <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/relayd.8">relayd(8)</a>
                    170:         filter rules now support URL-based relaying.
                    171:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/relayd.8">relayd(8)</a>
                    172:         now uses privilege separation for private keys.  This acts as an additional mitigation to
                    173:         prevent leakage of the private keys from the processes doing SSL/TLS.
                    174:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/httpd.8">httpd(8)</a>
                    175:         HTTP server with FastCGI and SSL support.
1.1       deraadt   176:     </ul>
                    177: <p>
                    178:
1.27      gilles    179: <li>OpenSMTPD 5.4.3 (includes changes to 5.4.2):
1.1       deraadt   180:     <ul>
1.27      gilles    181:     <li>New/changed features:
                    182:       <ul>
                    183:       <li>OpenSMTPD replaces Sendmail as the default MTA.
                    184:       <li>Queue process now runs under a different user for better isolation.
                    185:       <li>Merged MDA, MTA and SMTP processes into a single unprivileged process.
                    186:       <li>Killed the MFA process, it is no longer needed.
                    187:       <li>Added support for email addresses lookups in the
                    188:        <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/table.5?query=table">table_db</a> backend.
1.35      pascal    189:       <li>Added RSA privilege separation support to prevent possible private key leakage.
1.27      gilles    190:       </ul>
                    191:     <li>The following significant bugs have been fixed in this release:
                    192:       <ul>
                    193:        <li>Minor bug fixes in some corner cases of the routing logic.
                    194:        <li>The enqueuer no longer adds its own User-Agent.
                    195:        <li>Disabled profiling code, allowing all processes to rest rather than waking up every second.
                    196:        <li>Reworked the purge task to avoid disk-hits unless necessary... only once at startup.
                    197:        <li>Fix various header parsing bugs in the local enqueuer.
                    198:        <li>Assorted minor fixes and code cleanups.
                    199:       </ul>
1.1       deraadt   200:     </ul>
                    201: <p>
                    202:
                    203: <li>Security improvements:
                    204:     <ul>
1.2       pascal    205:     <li>Changed the heuristics of the stack protector to also protect functions with local array definitions and references to local frame addresses.  This matches the -fstack-protector-strong option of upstream GCC.
                    206:     <li>Position-independent executables (PIE) are now used by default on powerpc.
                    207:     <li>Removed Kerberos.
1.28      tedu      208:     <li>Default bcrypt hash type is now $2b$.
                    209:     <li>Remove md5crypt support.
                    210:     <li>Improved easier to use bcrypt API is now available.
                    211:     <li>Increase randomness of random mmap mappings.
1.26      jsg       212:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/getentropy.2">getentropy(2)</a>.
                    213:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/timingsafe_memcmp.3">timingsafe_memcmp(3)</a>.
1.44      lteo      214:     <li>Removed the MD4 hash algorithm and functions from
                    215:         <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/cksum.1">cksum(1)</a>,
                    216:         <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/skey.1">S/Key</a>,
                    217:         and libc.
1.46      lteo      218:     <li>gets(3) has been removed.
1.47      lteo      219:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/reallocarray.3">reallocarray(3)</a>,
                    220:         which allows multiple sized objects to be allocated without the cost of
                    221:         clearing memory while avoiding possible integer overflows.
                    222:     <li>Extended <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/fread.3">fread(3)</a> and
                    223:         <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/fwrite.3">fwrite(3)</a>
                    224:         to check for integer overflows.
1.2       pascal    225:     </ul>
                    226: <p>
                    227:
                    228: <li>Assorted improvements:
                    229:     <ul>
1.3       espie     230:     <li>locate databases for both base and xenocara, as
                    231:     <code>/usr/lib/locate/src.db</code> and
                    232:     <code>/usr/X11R6/lib/locate/xorg.db</code>.
                    233:     <li>Much faster package updates, due to package contents reordering that
                    234:     precludes re-downloading unchanged files.
1.16      krw       235:     <li>Fix many programs that failed when accessing disks having sector sizes other than 512 bytes, including
                    236: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/badsect.8">badsect(8)</a>,
                    237: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/df.1">df(1)</a>,
                    238: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/dump.8">dump(8)</a>,
                    239: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/dumpfs.8">dumpfs(8)</a>,
                    240: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/fsck_ext2fs.8">fsck_ext2fs(8)</a>,
                    241: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/fsck_ffs.8">fsck_ffs(8)</a>,
                    242: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/fsdb.8">fsdb(8)</a>,
                    243: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/growfs.8">growfs(8)</a>,
                    244: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ncheck_ffs.8">ncheck_ffs(8)</a>,
                    245: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/quotacheck.8">quotacheck(8)</a>,
                    246: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/tunefs.8">tunefs(8)</a>.
1.17      krw       247:     <li>Constrain MSDOS timestamps to 1/1/1980 through 12/31/2107.  64-bit
                    248: time_t values outside that range are stored as 1/1/1980.
1.37      lteo      249:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man6/bs.6">bs(6)</a> now prints a battleship splash screen.
1.44      lteo      250:     <li>rcp, rsh, rshd, rwho, rwhod, ruptime, asa, bdes, fpr, mkstr, page, spray, xstr, oldrdist, fsplit, uyap, and bluetooth have been removed.
                    251:     <li>rmail(8) and uucpd(8) have been removed from the base system and added to the ports tree.
                    252:     <li>Lynx has been removed from the base system and added to the ports tree.
                    253:     <li>TCP Wrappers have been removed.
1.37      lteo      254:     <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/atexit.3">atexit(3)</a> recursive handlers.
1.17      krw       255:     <li>Enhance
                    256: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/disklabel.8">disklabel(8)</a> to recover filesystem mountpoint information when reading saved ascii labels.
1.18      krw       257:     <li>Properly handle
                    258: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/msgbuf_write.3">msgbuf_write(3)</a> EOF conditions, including uses in
                    259: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/tmux.1">tmux(1)</a>,
                    260: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/dvmrpd.8">dvmrpd(8)</a>,
                    261: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ldapd.8">ldapd(8)</a>,
                    262: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ldpd.8">ldpd(8)</a>,
                    263: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ospf6d.8">ospf6d(8)</a>,
                    264: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ospfd.8">ospfd(8)</a>,
                    265: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/relayd.8">relayd(8)</a>,
                    266: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ripd.8">ripd(8)</a>,
                    267: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/smtpd.8">smtpd(8)</a>,
                    268: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ypldap.8">ypldap(8)</a>.
1.21      krw       269:     <li>Constrain <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/fdisk.8">fdisk(8)</a> '-l' to disk sizes of 64 blocks or more.
                    270:     <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/fdisk.8">fdisk(8)</a> built-in MBR with current /usr/mdec/mbr.
                    271:     <li>Quiet <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/dhclient.8">dhclient(8)</a> '-q' even more.
                    272:     <li>Log less redundant <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/dhclient.8">dhclient(8)</a> info.
                    273:     <li>New leases, lease renewals, cable state changes more obvious to applications monitoring <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/dhclient.8">dhclient(8)</a> files.
                    274:     <li>Preserve chronological order of leases in the <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/dhclient.leases.5">dhclient.leases(5)</a> leases files.
                    275:     <li>Use 'lease {}' statements in <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/dhclient.conf.5">dhclient.conf(5)</a>, allowing interfaces to get an address when no dynamic lease is available.
                    276:     <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/dhclient.8">dhclient(8)</a> parsing and printing of classess static routes.
                    277:     <li>Eliminate unnecessary rewrites of <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/resolv.conf.5">resolv.conf(5)</a> by <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/dhclient.8">dhclient(8)</a>.
1.40      guenther  278:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/sendsyslog.2">sendsyslog(2)</a>: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/syslog.3">syslog(3)</a> now works even when out of file descriptors or in a chroot.
1.26      jsg       279:     <li>Added
                    280: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/errc.3">errc(3)</a>,
                    281: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/verrc.3">verrc(3)</a>,
                    282: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/warnc.3">warnc(3)</a> and
                    283: <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/vwarnc.3">vwarnc(3)</a>.
1.30      mlarkin   284:     <li>Faster hibernate/unhibernate performance on amd64 and i386 platforms.
                    285:     <li>Support hibernating to <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/softraid.4">softraid(4)</a> crypto volumes.
1.40      guenther  286:     <li>Improved performance of <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/seekdir.3">seekdir(3)</a> to start of current buffer.
                    287:     <li>Added &lt;endian.h&gt; per the revision of the POSIX spec in progress.
1.43      lteo      288:     <li>Apache has been removed.
                    289:     <li>Read support for ext4 filesystems.
1.47      lteo      290:     <li>Reworked mplocks as ticket locks instead of spinlocks on amd64, i386, and sparc64. This provides fairer access to the kernel lock between logical CPUs, especially in multi socket systems.
1.1       deraadt   291:     </ul>
                    292: <p>
                    293:
1.2       pascal    294: <li>OpenSSH 6.7
1.1       deraadt   295:     <ul>
1.14      sobrado   296:     <li>Potentially-incompatible changes:
1.1       deraadt   297:       <ul>
1.14      sobrado   298:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    299:         The default set of ciphers and <i>MAC</i>s has been altered to remove
                    300:         unsafe algorithms.  In particular, <i>CBC ciphers</i> and
                    301:         <i>arcfour*</i> are disabled by default.
                    302:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    303:         Support for <i>tcpwrappers</i>/<i>libwrap</i> has been removed.
                    304:       <li>OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections
                    305:         using the "curve25519-sha256@libssh.org" <i>KEX exchange method</i>
                    306:         to fail when connecting with something that implements the
                    307:         specification correctly.  OpenSSH 6.7 disables this KEX method when
                    308:         speaking to one of the affected versions.
1.1       deraadt   309:       </ul>
                    310:     <li>New/changed features:
                    311:       <ul>
1.14      sobrado   312:       <li>Major internal refactoring to begin to make part of OpenSSH usable
                    313:         as a library.  So far the wire parsing, key handling and KRL code
                    314:         has been refactored.  Please note that we do not consider the API
                    315:         stable yet, nor do we offer the library in separable form.
                    316:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    317:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    318:         Add support for <i>Unix domain socket</i> forwarding.  A remote TCP
                    319:         port may be forwarded to a local Unix domain socket and vice versa or
                    320:         both ends may be a Unix domain socket.
                    321:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    322:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
                    323:         Add support for <i>SSHFP DNS records</i> for <i>Ed2551</i>9 key types.
                    324:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    325:         Allow resumption of interrupted uploads.
                    326:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    327:         When rekeying, skip file/DNS lookups of the hostkey if it is the same
                    328:         as the one sent during initial key exchange.  (bz#2154)
                    329:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    330:         Allow explicit ::1 and 127.0.0.1 forwarding bind addresses when
                    331:         <tt>GatewayPorts=no</tt>; allows client to choose address family.
                    332:         (bz#2222)
                    333:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    334:         Add a
                    335:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">sshd_config(5)</a>
                    336:         <tt>PermitUserRC</tt> option to control whether <tt>~/.ssh/rc</tt> is
                    337:         executed, mirroring the <tt>no-user-rc</tt> authorized_keys option.
                    338:         (bz#2160)
                    339:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    340:         Add a %C escape sequence for <tt>LocalCommand</tt> and
                    341:         <tt>ControlPath</tt> that expands to a unique identifer based on a
                    342:         hash of the tuple of (local host, remote user, hostname, port).  Helps
                    343:         avoid exceeding miserly pathname limits for Unix domain sockets in
                    344:         multiplexing control paths.  (bz#2220)
                    345:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    346:         Make the "Too many authentication failures" message include the user,
                    347:         source address, port and protocol in a format similar to the
                    348:         authentication success/failure messages.  (bz#2199)
                    349:       <li>Added <i>unit</i> and <i>fuzz</i> tests for refactored code.
1.1       deraadt   350:       </ul>
                    351:     <li>The following significant bugs have been fixed in this release:
                    352:       <ul>
1.14      sobrado   353:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    354:         Fix remote forwarding with same listen port but different listen
                    355:         address.
                    356:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    357:         Fix inverted test that caused <i>PKCS#11</i> keys that were explicitly
                    358:         listed in
                    359:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
                    360:         or on the commandline not to be preferred.
                    361:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
                    362:         Fix bug in KRL generation: multiple consecutive revoked certificate
                    363:         serial number ranges could be serialised to an invalid format.
                    364:         Readers of a broken KRL caused by this bug will fail closed, so no
                    365:         should-have-been-revoked key will be accepted.
                    366:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    367:         Reflect stdio-forward ("<tt>ssh -W host:port ...</tt>") failures in
                    368:         exit status.  Previously we were always returning 0.  (bz#2255)
                    369:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    370:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
                    371:         Make Ed25519 keys' title fit properly in the randomart border.
                    372:         (bz#2247)
                    373:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>:
                    374:         Only cleanup agent socket in the main agent process and not in any
                    375:         subprocesses it may have started (e.g. forked askpass).  Fixes agent
                    376:         sockets being zapped when askpass processes <i>fatal()</i>.  (bz#2236)
                    377:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&amp;sektion=1">ssh-add(1)</a>:
                    378:         Make stdout line-buffered; saves partial output getting lost when
                    379:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&amp;sektion=1">ssh-add(1)</a>
                    380:         <i>fatal()</i>s part-way through (e.g. when listing keys from an
                    381:         agent that supports key types that
                    382:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&amp;sektion=1">ssh-add(1)</a>
                    383:         doesn't).  (bz#2234)
                    384:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
                    385:         When hashing or removing hosts, don't choke on "@revoked" markers and
                    386:         don't remove "@cert-authority" markers.  (bz#2241)
                    387:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    388:         Don't fatal when hostname canonicalisation fails and a
                    389:         <tt>ProxyCommand</tt> is in use; continue and allow the
                    390:         <tt>ProxyCommand</tt> to connect anyway (e.g. to a host with a name
                    391:         outside the DNS behind a bastion).
                    392:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&amp;sektion=1">scp(1)</a>:
                    393:         When copying local->remote fails during read, don't send uninitialised
                    394:         heap to the remote end.
                    395:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    396:         Fix fatal "el_insertstr failed" errors when tab-completing filenames
                    397:         with a single quote char somewhere in the string.  (bz#2238)
                    398:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keyscan&amp;sektion=1">ssh-keyscan(1)</a>:
                    399:         Scan for Ed25519 keys by default.
                    400:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    401:         When using <tt>VerifyHostKeyDNS</tt> with a DNSSEC resolver,
                    402:         down-convert any certificate keys to plain keys and attempt SSHFP
                    403:         resolution.  Prevents a server from skipping SSHFP lookup and forcing
                    404:         a new-hostkey dialog by offering only certificate keys.
                    405:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    406:         Avoid crash at exit via NULL pointer reference.  (bz#2225)
                    407:       <li>Fix some strict-alignment errors.
1.1       deraadt   408:       </ul>
                    409:     </ul>
                    410: <p>
1.41      schwarze  411: <li>mandoc 1.13.0:
                    412:     <ul>
                    413:     <li>New implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apropos&amp;sektion=1">apropos(1)</a>,
                    414:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whatis&amp;sektion=1">whatis(1)</a>,
                    415:       and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makewhatis&amp;sektion=8">makewhatis(8)</a> based on SQLite3 databases.
                    416:     <li>Substantial improvements of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&amp;sektion=1">mandoc(1)</a> error and warning messages.
                    417:     <li>Almost complete implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&amp;sektion=7">roff(7)</a> numerical expressions.
                    418:     <li>About a dozen minor new features and numerous bug fixes.
                    419:     </ul>
1.1       deraadt   420:
1.41      schwarze  421: <p>
1.1       deraadt   422: <li>Ports and packages:
                    423:     <ul>
1.2       pascal    424:     <li>Over 8,800 ports.
1.1       deraadt   425:     </ul>
                    426: <p>
                    427: <li>Many pre-built packages for each architecture:
                    428:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    429:     <tr>
                    430:     <td valign="top" width="25%">
                    431:     <ul>
1.32      deraadt   432:       <li>i386:       8588
                    433:       <li>sparc64:    7965
                    434:       <li>alpha:      6278
1.53      pirofti   435:       <li>sh:         2626
1.1       deraadt   436:     </ul></td><td valign=top width="25%"><ul>
1.32      deraadt   437:       <li>amd64:      8588
                    438:       <li>powerpc:    8049
1.52      miod      439:       <li>m88k:       2475
1.34      deraadt   440:       <li>sparc:      3394
1.1       deraadt   441:     </ul></td><td valign=top width="25%"><ul>
1.48      deraadt   442:       <li>arm:        5633
1.32      deraadt   443:       <li>hppa:       6143
1.34      deraadt   444:       <li>vax:        1995
1.1       deraadt   445:     </ul></td><td valign=top width="25%"><ul>
1.33      deraadt   446:       <li>mips64:     4686
1.32      deraadt   447:       <li>mips64el:   6697
1.1       deraadt   448:   </ul></td></tr></table>
                    449: <p>
                    450:
                    451: <li>Some highlights:
                    452:     <ul>
1.2       pascal    453:     <li>GNOME 3.12.2                   <li>KDE 3.5.10
1.11      zhuk      454:     <li>KDE 4.13.3
1.1       deraadt   455:     <li>Xfce 4.10                      <li>MySQL 5.1.73
1.2       pascal    456:     <li>PostgreSQL 9.3.4               <li>Postfix 2.11.1
                    457:     <li>OpenLDAP 2.3.43 and 2.4.39     <li>Mozilla Firefox 31.0
                    458:     <li>Mozilla Thunderbird 31.0       <li>GHC 7.6.3
                    459:     <li>LibreOffice 4.1.6.2            <li>Emacs 21.4 and 24.3
                    460:     <li>Vim 7.4.135                    <li>PHP 5.3.28, 5.4.30 and 5.5.14
                    461:     <li>Python 2.7.8, 3.3.5 and 3.4.1  <li>Ruby 1.8.7.374, 1.9.3.545, 2.0.0.481 and 2.1.2
1.55      kurt      462:     <li>Tcl/Tk 8.5.15 and 8.6.1                <li>JDK 1.7.0.55
1.2       pascal    463:     <li>Mono 3.4.0                     <li>Chromium 36.0.1985.125
                    464:     <li>Groff 1.22.2                   <li>Go 1.3
                    465:     <li>GCC 4.6.4, 4.8.3 and 4.9.0     <li>LLVM/Clang 3.5 (20140228)
                    466:     <li>Node.js 0.10.28
1.1       deraadt   467:     </ul>
                    468: <p>
                    469:
                    470: <li>As usual, steady improvements in manual pages and other documentation.
                    471: <p>
                    472:
                    473: <li>The system includes the following major components from outside suppliers:
                    474:     <ul>
1.2       pascal    475:     <li>Xenocara (based on X.Org 7.7 with xserver 1.15.2 + patches,
                    476:       freetype 2.5.3, fontconfig 2.11.1, Mesa 10.2.3, xterm 309,
                    477:       xkeyboard-config 2.11 and more)
1.1       deraadt   478:     <li>Gcc 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.12      lteo      479:     <li>Perl 5.18.2 (+ patches)
1.2       pascal    480:     <li>Nginx 1.6.0 (+ patches)
                    481:     <li>SQLite 3.8.4.3 (+ patches)
1.1       deraadt   482:     <li>Sendmail 8.14.8, with libmilter
                    483:     <li>Bind 9.4.2-P2 (+ patches)
1.12      lteo      484:     <li>NSD 4.0.3
1.2       pascal    485:     <li>Unbound 1.4.22
1.1       deraadt   486:     <li>Sudo 1.7.2p8
                    487:     <li>Ncurses 5.7
                    488:     <li>Binutils 2.15 (+ patches)
                    489:     <li>Gdb 6.3 (+ patches)
1.12      lteo      490:     <li>Less 458 (+ patches)
1.1       deraadt   491:     <li>Awk Aug 10, 2011 version
                    492:     </ul>
                    493:
                    494: </ul>
                    495:
                    496: <a name="install"></a>
                    497: <hr>
                    498: <p>
                    499: <h3><font color="#0000e0">How to install</font></h3>
                    500: <p>
                    501: Following this are the instructions which you would have on a piece of
                    502: paper if you had purchased a CDROM set instead of doing an alternate
                    503: form of install.  The instructions for doing an FTP (or other style
                    504: of) install are very similar; the CDROM instructions are left intact
                    505: so that you can see how much easier it would have been if you had
                    506: purchased a CDROM instead.
                    507: <p>
                    508:
                    509: <hr>
                    510: Please refer to the following files on the three CDROMs or FTP mirror for
                    511: extensive details on how to install OpenBSD 5.6 on your machine:
                    512: <p>
                    513: <ul>
1.8       deraadt   514: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/hppa/INSTALL.alpha">
                    515:        .../OpenBSD/5.6/alpha/INSTALL.alpha (on CD1)</a>
1.1       deraadt   516: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/i386/INSTALL.i386">
                    517:        .../OpenBSD/5.6/i386/INSTALL.i386 (on CD1)</a>
1.8       deraadt   518: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/hppa/INSTALL.hppa">
                    519:        .../OpenBSD/5.6/hppa/INSTALL.hppa (on CD1)</a>
1.1       deraadt   520: <p>
                    521: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/amd64/INSTALL.amd64">
1.8       deraadt   522:        .../OpenBSD/5.6/amd64/INSTALL.amd64 (on CD2)</a>
1.1       deraadt   523: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/macppc/INSTALL.macppc">
1.8       deraadt   524:        .../OpenBSD/5.6/macppc/INSTALL.macppc (on CD2)</a>
1.1       deraadt   525: <p>
                    526: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/sparc64/INSTALL.sparc64">
1.8       deraadt   527:        .../OpenBSD/5.6/sparc64/INSTALL.sparc64 (on CD3)</a>
1.1       deraadt   528: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/sparc/INSTALL.sparc">
1.8       deraadt   529:        .../OpenBSD/5.6/sparc/INSTALL.sparc (on CD3)</a>
1.1       deraadt   530: <p>
                    531: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/alpha/INSTALL.alpha">
                    532:        .../OpenBSD/5.6/alpha/INSTALL.alpha</a>
                    533: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/armish/INSTALL.armish">
                    534:        .../OpenBSD/5.6/armish/INSTALL.armish</a>
                    535: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/aviion/INSTALL.aviion">
                    536:        .../OpenBSD/5.6/aviion/INSTALL.aviion</a>
                    537: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/hppa/INSTALL.hppa">
                    538:        .../OpenBSD/5.6/hppa/INSTALL.hppa</a>
                    539: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/landisk/INSTALL.landisk">
                    540:        .../OpenBSD/5.6/landisk/INSTALL.landisk</a>
                    541: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/loongson/INSTALL.loongson">
                    542:        .../OpenBSD/5.6/loongson/INSTALL.loongson</a>
                    543: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/luna88k/INSTALL.luna88k">
                    544:        .../OpenBSD/5.6/luna88k/INSTALL.luna88k</a>
                    545: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/macppc/INSTALL.macppc">
                    546:        .../OpenBSD/5.6/macppc/INSTALL.macppc</a>
                    547: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/octeon/INSTALL.octeon">
                    548:        .../OpenBSD/5.6/octeon/INSTALL.octeon</a>
                    549: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/sgi/INSTALL.sgi">
                    550:        .../OpenBSD/5.6/sgi/INSTALL.sgi</a>
                    551: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/socppc/INSTALL.socppc">
                    552:        .../OpenBSD/5.6/socppc/INSTALL.socppc</a>
                    553: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/sparc/INSTALL.sparc">
                    554:        .../OpenBSD/5.6/sparc/INSTALL.sparc</a>
                    555: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/vax/INSTALL.vax">
                    556:        .../OpenBSD/5.6/vax/INSTALL.vax</a>
                    557: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.6/zaurus/INSTALL.zaurus">
                    558:        .../OpenBSD/5.6/zaurus/INSTALL.zaurus</a>
                    559: </ul>
                    560: <hr>
                    561:
                    562: <p>
                    563: Quick installer information for people familiar with OpenBSD, and the
                    564: use of the "disklabel -E" command.  If you are at all confused when
                    565: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    566: <p>
                    567:
                    568: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    569: <ul>
                    570: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    571: release is on CD1. If your BIOS does not support booting from CD, you will need
                    572: to create a boot floppy to install from. To create a boot floppy write
                    573: <i>CD1:5.6/i386/floppy56.fs</i> to a floppy and boot via the floppy drive.
                    574:
                    575: <p>
                    576: Use <i>CD1:5.6/i386/floppyB56.fs</i> instead for greater SCSI controller
                    577: support, or <i>CD1:5.6/i386/floppyC56.fs</i> for better laptop support.
                    578:
                    579: <p>
1.58      bcallah   580: If your machine can boot from USB, you can write <i>install56.fs</i> or
                    581: <i>miniroot56.fs</i> to a USB stick and boot from it.
                    582:
                    583: <p>
                    584: If you can't boot from a CD, floppy disk, or USB,
1.1       deraadt   585: you can install across the network using PXE as described in
                    586: the included INSTALL.i386 document.
                    587:
                    588: <p>
                    589: If you are planning on dual booting OpenBSD with another OS, you will need to
                    590: read INSTALL.i386.
                    591:
                    592: <p>
                    593: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    594: at <i>CD1:5.6/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    595: use the
                    596: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    597: utility. The following is an example usage of
                    598: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    599: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    600: &quot;rfd0a&quot;.
                    601:
                    602: <ul><pre>
                    603: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    604: </pre></ul>
                    605:
                    606: <p>
                    607: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    608: your install will most likely fail. For more information on creating a boot
                    609: floppy and installing OpenBSD/i386 please refer to
                    610: <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    611: </ul>
                    612:
                    613: <p>
                    614: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    615: <ul>
                    616: The 5.6 release of OpenBSD/amd64 is located on CD2.
                    617: Boot from the CD to begin the install - you may need to adjust
                    618: your BIOS options first.
                    619: If you can't boot from the CD, you can create a boot floppy to install from.
                    620: To do this, write <i>CD2:5.6/amd64/floppy56.fs</i> to a floppy, then
                    621: boot from the floppy drive.
                    622:
                    623: <p>
1.58      bcallah   624: If your machine can boot from USB, you can write <i>install56.fs</i> or
                    625: <i>miniroot56.fs</i> to a USB stick and boot from it.
                    626:
                    627: <p>
                    628: If you can't boot from a CD, floppy disk, or USB,
1.1       deraadt   629: you can install across the network using PXE as described in the included
                    630: INSTALL.amd64 document.
                    631:
                    632: <p>
                    633: If you are planning to dual boot OpenBSD with another OS, you will need to
                    634: read INSTALL.amd64.
                    635: </ul>
                    636:
                    637: <p>
                    638: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    639: <ul>
                    640: Burn the image from the FTP site to a CDROM, and power on your machine
                    641: while holding down the <i>C</i> key until the display turns on and
                    642: shows <i>OpenBSD/macppc boot</i>.
                    643:
                    644: <p>
                    645: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    646: /5.6/macppc/bsd.rd</i>
                    647: </ul>
                    648:
                    649: <p>
                    650: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    651: <ul>
                    652: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    653:
                    654: <p>
                    655: If this doesn't work, or if you don't have a CDROM drive, you can write
                    656: <i>CD3:5.6/sparc64/floppy56.fs</i> or <i>CD3:5.6/sparc64/floppyB56.fs</i>
                    657: (depending on your machine) to a floppy and boot it with <i>boot
                    658: floppy</i>. Refer to INSTALL.sparc64 for details.
                    659:
                    660: <p>
                    661: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    662: will most likely fail.
                    663:
                    664: <p>
                    665: You can also write <i>CD3:5.6/sparc64/miniroot56.fs</i> to the swap partition on
                    666: the disk and boot with <i>boot disk:b</i>.
                    667:
                    668: <p>
                    669: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    670: </ul>
                    671:
                    672: <p>
                    673: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    674: <ul>
                    675: <p>Write <i>FTP:5.6/alpha/floppy56.fs</i> or
                    676: <i>FTP:5.6/alpha/floppyB56.fs</i> (depending on your machine) to a diskette and
                    677: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    678:
                    679: <p>
                    680: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    681: will most likely fail.
                    682:
                    683: </ul>
                    684:
                    685: <p>
                    686: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    687: <ul>
                    688: <p>
                    689: After connecting a serial port, Thecus can boot directly from the network
                    690: either tftp or http. Configure the network using fconfig, reset,
                    691: then load bsd.rd, see INSTALL.armish for specific details.
                    692: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    693: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    694: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    695: More details are available in INSTALL.armish.
                    696: </ul>
                    697:
                    698: <p>
                    699: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    700: <ul>
                    701: <p>
                    702: Boot over the network by following the instructions in INSTALL.hppa or the
                    703: <a href="hppa.html#install">hppa platform page</a>.
                    704: </ul>
                    705:
                    706: <p>
                    707: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    708: <ul>
                    709: <p>
                    710: Write <i>miniroot56.fs</i> to the start of the CF
                    711: or disk, and boot normally.
                    712: </ul>
                    713:
                    714: <p>
                    715: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    716: <ul>
                    717: <p>
                    718: Write <i>miniroot56.fs</i> to a USB stick and boot bsd.rd from it
                    719: or boot bsd.rd via tftp.
                    720: Refer to the instructions in INSTALL.loongson for more details.
                    721: </ul>
                    722: <p>
                    723:
                    724: <p>
                    725: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    726: <ul>
                    727: <p>
                    728: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    729: from the PROM, and the bsd.rd from the bootloader.
                    730: Refer to the instructions in INSTALL.luna88k for more details.
                    731: </ul>
                    732:
                    733: <p>
                    734: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    735: <ul>
                    736: <p>
                    737: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    738: Refer to the instructions in INSTALL.octeon for more details.
                    739: </ul>
                    740:
                    741: <p>
                    742: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    743: <ul>
                    744: <p>
                    745: To install, burn cd56.iso on a CD-R, put it in the CD drive of your
                    746: machine and select <i>Install System Software</i> from the System Maintenance
                    747: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    748: CD-ROM, and need a proper invocation from the PROM prompt.
                    749: Refer to the instructions in INSTALL.sgi for more details.
                    750:
                    751: <p>
                    752: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    753: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    754: system type. Refer to the instructions in INSTALL.sgi for more details.
                    755: </ul>
                    756:
                    757: <p>
                    758: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    759: <ul>
                    760: <p>
                    761: After connecting a serial port, boot over the network via DHCP/tftp.
                    762: Refer to the instructions in INSTALL.socppc for more details.
                    763: </ul>
                    764:
                    765: <p>
                    766: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    767: <ul>
                    768: Boot from one of the provided install ISO images, using one of the two
                    769: commands listed below, depending on the version of your ROM.
                    770:
                    771: <ul><pre>
                    772: ok <strong>boot cdrom 5.6/sparc/bsd.rd</strong>
                    773: or
                    774: &gt; <strong>b sd(0,6,0)5.6/sparc/bsd.rd</strong>
                    775: </pre></ul>
                    776:
                    777: <p>
                    778: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    779: To do so you need to write <i>floppy56.fs</i> to a floppy.
                    780: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    781: To boot from the floppy use one of the two commands listed below,
                    782: depending on the version of your ROM.
                    783:
                    784: <ul><pre>
                    785: ok <strong>boot floppy</strong>
                    786: or
                    787: &gt; <strong>b fd()</strong>
                    788: </pre></ul>
                    789:
                    790: <p>
                    791: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    792: will most likely fail.
                    793:
                    794: <p>
                    795: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    796: setup a bootable tape, or install via network, as told in the
                    797: INSTALL.sparc file.
                    798: </ul>
                    799:
                    800: <p>
                    801: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    802: <ul>
                    803: Boot over the network via mopbooting as described in INSTALL.vax.
                    804: </ul>
                    805:
                    806: <p>
                    807: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    808: <ul>
                    809: <p>
                    810: Using the Linux built-in graphical ipkg installer, install the
                    811: openbsd56_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    812: for a few important details.
                    813: </ul>
                    814:
                    815: <p>
                    816: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    817: <ul>
                    818: src.tar.gz contains a source archive starting at /usr/src.  This file
                    819: contains everything you need except for the kernel sources, which are
                    820: in a separate archive.  To extract:
                    821: <p>
                    822: <ul><pre>
                    823: # <strong>mkdir -p /usr/src</strong>
                    824: # <strong>cd /usr/src</strong>
                    825: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    826: </pre></ul>
                    827: <p>
                    828: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    829: This file contains all the kernel sources you need to rebuild kernels.
                    830: To extract:
                    831: <p>
                    832: <ul><pre>
                    833: # <strong>mkdir -p /usr/src/sys</strong>
                    834: # <strong>cd /usr/src</strong>
                    835: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    836: </pre></ul>
                    837: <p>
                    838: Both of these trees are a regular CVS checkout.  Using these trees it
                    839: is possible to get a head-start on using the anoncvs servers as
                    840: described <a href="anoncvs.html">here</a>.
                    841: Using these files
                    842: results in a much faster initial CVS update than you could expect from
                    843: a fresh checkout of the full OpenBSD source tree.
                    844: <p>
                    845: </ul>
                    846:
                    847: <a name="upgrade"></a>
                    848: <hr>
                    849: <p>
                    850: <h3><font color="#0000e0">How to upgrade</font></h3>
                    851: <p>
1.6       deraadt   852: If you already have an OpenBSD 5.5 system, and do not want to reinstall,
1.1       deraadt   853: upgrade instructions and advice can be found in the
                    854: <a href="faq/upgrade56.html">Upgrade Guide</a>.
                    855:
                    856: <a name="ports"></a>
                    857: <hr>
                    858: <p>
                    859: <h3><font color="#0000e0">Ports Tree</font></h3>
                    860: <p>
                    861: A ports tree archive is also provided.  To extract:
                    862: <p>
                    863: <ul><pre>
                    864: # <strong>cd /usr</strong>
                    865: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    866: </pre></ul>
                    867: <p>
                    868: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    869: read the <a href="faq/ports/index.html">ports</a> page
                    870: if you know nothing about ports
                    871: at this point.  This text is not a manual of how to use ports.
                    872: Rather, it is a set of notes meant to kickstart the user on the
                    873: OpenBSD ports system.
                    874: <p>
                    875: The <i>ports/</i> directory represents a CVS (see the manpage for
                    876: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1&amp;arch=i386">
                    877: cvs(1)</a> if
                    878: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    879: source tree, our ports tree is available via
                    880: <a href="anoncvs.html">AnonCVS</a>.
                    881: So, in order to keep current with it, you must make the <i>ports/</i> tree
                    882: available on a read-write medium and update the tree with a command
                    883: like:
                    884: <p>
                    885: <ul><pre>
                    886: # <strong>cd /usr/ports</strong>
1.6       deraadt   887: # <strong>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_6</strong>
1.1       deraadt   888: </pre></ul>
                    889: <p>
                    890: [Of course, you must replace the server name here with a nearby anoncvs
                    891: server.]
                    892: <p>
                    893: Note that most ports are available as packages through FTP. Updated
                    894: packages for the 5.6 release will be made available if problems arise.
                    895: <p>
                    896: If you're interested in seeing a port added, would like to help out, or just
                    897: would like to know more, the mailing list
                    898: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    899: <p>
                    900: </body>
                    901: </html>