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

Annotation of www/59.html, Revision 1.31

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 5.9</title>
                      5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 5.9">
                      7: <meta name="copyright" content="This document copyright 2015 by OpenBSD.">
                      8: <link rel="canonical" href="http://www.openbsd.org/59.html">
                      9: </head>
                     10:
                     11: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     12:
                     13: <a href="index.html">
                     14: <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
                     15: <p>
                     16:
                     17: <a href="images/XXX.jpg">
                     18: <img align="left" width="227" height="343" hspace="24" vspace="10" src="images/XXX.jpg"></a>
                     19: <h2><font color="#0000e0">OpenBSD 5.9</font></h2>
                     20: <p>
1.11      tedu       21: To be released May 1, 2016<br>
1.1       deraadt    22: Copyright 1997-2016, Theo de Raadt.<br>
                     23: <font color="#e00000">ISBN 978-0-9881561-7-3</font>
                     24: <br>
                     25: 5.9 Songs: <a href="lyrics.html#59a">"xxx"</a>,
                     26:     <a href="lyrics.html#59b">"xxx"</a>
                     27: <ul>
                     28: <li>Order a CDROM from our <a href="https://openbsdstore.com">ordering system</a>.
                     29: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     30:     a list of mirror machines.
                     31: <li>Go to the <font color="#e00000">pub/OpenBSD/5.9/</font> directory on
                     32:     one of the mirror sites.
                     33: <li>Have a look at <a href="errata59.html">the 5.9 errata page</a> for a list
                     34:     of bugs and workarounds.
                     35: <li>See a <a href="plus59.html">detailed log of changes</a> between the
                     36:     5.8 and 5.9 releases.
                     37: <p>
                     38: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signify&amp;sektion=1">signify(1)</a> pubkeys for this release:<br>
                     39: <pre>
1.4       jsg        40: base: RWQJVNompF3pwfIqbg+5sxfpxmZMa3tTBaW4qbUhWje/H/M7glrA6oVn
                     41: fw:   RWSdmaNkytzh6BApmPSNSDLNg26ZaXlY8g/879UvLdo3rjbsby76Eda1
                     42: pkg:  RWSLRYDCTJeWLIScncqwGuXK6JVXDcIyRT0q+0m30MXXG4W2xWS4NZBP
1.1       deraadt    43: </pre>
                     44: </ul>
                     45: <br clear=all>
                     46: All applicable copyrights and credits can be found in the applicable
                     47: file sources found in the files src.tar.gz, sys.tar.gz,
                     48: xenocara.tar.gz, or in the files fetched via ports.tar.gz.  The
                     49: distribution files used to build packages from the ports.tar.gz file
                     50: are not included on the CDROM because of lack of space.
                     51: <p>
                     52:
                     53: <a name="new"></a>
                     54: <hr>
                     55: <p>
                     56: <h3><font color="#0000e0">What's New</font></h3>
                     57: <p>
                     58: This is a partial list of new features and systems included in OpenBSD 5.9.
                     59: For a comprehensive list, see the <a href="plus59.html">changelog</a> leading
                     60: to 5.9.
                     61: <p>
                     62:
                     63: <ul>
                     64: <li>Improved hardware support, including:
                     65:     <ul>
1.30      kirby      66:     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&amp;sektion=4">puc(4)</a> driver now supports Moxa CP-168U, Perle Speed8 LE and QEMU PCI serial devices.
                     67:     <li>Intel i219 network chip support added to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a> driver.
1.31    ! kirby      68:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asmc&amp;sektion=4">asmc(4)</a> driver for the Apple System Management Controller.
        !            69:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchtemp&amp;sektion=4">pchtemp(4)</a> driver for the thermal sensor found on Intel X99, C610 series and 100 series PCH.
        !            70:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uonerng&amp;sektion=4">uonerng(4)</a> driver for the Moonbase Otago OneRNG.
1.1       deraadt    71:     <li>...
                     72:     </ul>
                     73: <p>
                     74:
                     75: <li>Removed hardware support:
                     76:     <ul>
1.24      krw        77:     <li>ST-506 disks are no longer supported.
1.1       deraadt    78:     <li>...
                     79:     </ul>
                     80: <p>
                     81:
                     82: <li>Generic network stack improvements:
                     83:     <ul>
1.28      sobrado    84:     <li>Remove support for obsolete IPv6 socket options.
1.1       deraadt    85:     <li>...
                     86:     </ul>
                     87: <p>
                     88:
                     89: <li>Installer improvements:
                     90:     <ul>
1.24      krw        91:     <li>Inappropriate user choices from a list of options are more reliably rejected.
                     92:     <li>Installing to a disk partitioned with a GPT is now supported (amd64 only).
                     93:     <li>When initializing a GPT the required EFI System partition is automatically created.
                     94:     <li>When installing to a GPT disk <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&amp;sektion=8">installboot(8)</a> now formats the EFI System partition, creates the appropriate directory structure and copies the required UEFI boot files into place.
1.1       deraadt    95:     <li>...
                     96:     </ul>
                     97: <p>
                     98:
                     99: <li>Routing daemons and other userland network improvements:
                    100:     <ul>
1.23      krw       101:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> now supports multiple domain names provided via DHCP option 15 (Domain Name).
                    102:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> now supports search domains provided via DHCP option 119 (Domain Search).
                    103:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> no longer continually checks for a change to the routing domain of the interface it controls. It now relies on the appropriate routing socket messages.
                    104:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> now issues DHCP DECLINE responses to lease offers found to be inadequate, and restarts the DISCOVER/RENEW process rather than waiting indefinitely for a better lease to appear.
                    105:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> no longer exits if a desired route cannot be added. It now just reports the fact.
                    106:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> now takes a much more careful approach to received packets to ensure only received data is used to process the packet. Packets with incorrect length information or lacking appropriate header information are now dropped.
                    107:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> again disables pending timeouts if the interface link is lost, preventing endless retries at obtaining a lease.
                    108:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> was pledged.
                    109:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a> again properly utilizes default-lease-time, max-lease-time and bootp-lease-time options.
                    110:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a> was pledged.
1.1       deraadt   111:     <li>...
                    112:     </ul>
                    113: <p>
                    114:
                    115: <li>Security improvements:
                    116:     <ul>
                    117:     <li>...
1.10      tedu      118:     <li>Support for looking up hosts via YP has been removed from libc.
                    119:   The 'yp' lookup method in
                    120:   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&sektion=5">resolv.conf</a>
                    121:   is no longer available.
                    122:     <li>Support for the HOSTALIASES environment variable has been removed from libc.
1.1       deraadt   123:     </ul>
                    124: <p>
                    125:
                    126: <li>Assorted improvements:
                    127:     <ul>
1.29      sobrado   128:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=doas&amp;sektion=1">doas(1)</a>
                    129:       is a little friendlier to use.
1.28      sobrado   130:     <li>Updated
                    131:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=flex&amp;sektion=1">flex(1)</a>.
                    132:     <li>Updated and improved
                    133:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=less&amp;sektion=1">less(1)</a>.
1.24      krw       134:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/macppc/pdisk.8?query=pdisk">pdisk(8)</a> was largely rewritten and pledged.
                    135:     <li>Renaming files in the root directory of a MSDOS filesystem was fixed.
                    136:     <li>Many obsolete <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/disktab.5?query=disktab">disktab(5)</a> attributes and entries were removed.
                    137:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/softraid.4?query=softraid">softraid(4)</a> volumes now correctly look for the disklabel in the first OpenBSD disk partition, not the last.
                    138:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/softraid.4?query=softraid">softraid(4)</a> volumes can now be partitioned with a GPT.
1.25      krw       139:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&amp;sektion=9">fdisk(8)</a> now creates a default GPT as well as the protective MBR when the '-g' flag is used.
                    140:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&amp;sektion=8">fdisk(8)</a> now has a '-b' flag that specifies the size of the EFI System partition to create.
                    141:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&amp;sektion=8">fdisk(8)</a> now has a '-v' flag that causes a verbose display of both MBR and GPT information.
                    142:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&amp;sektion=8">fdisk(8)</a> now provides full interactive GPT editing.
                    143:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&amp;sektion=8">fdisk(8)</a> was pledged.
                    144:     <li>Disks with sector sizes other than 512 bytes can now be partitioned with a GPT.
                    145:     <li>The GPT kernel option was removed and GPT support is part of all GENERIC and GENERIC derived kernels.
                    146:     <li>Many improvements were made to the GPT kernel support to ensure safe and reliable operation of GPT and MBR processing.
                    147:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sec=8">disklabel(8)</a> no longer supports boot code installation, with the -B and -b flags being removed. The associated fields in the disklabel were also removed. These functions are now all performed by
                    148:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&amp;sektion=8">installboot(8)</a>.
                    149:
1.1       deraadt   150:     <li>...
                    151:     </ul>
                    152: <p>
                    153:
                    154: <li>OpenBSD <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a>:
                    155:     <ul>
                    156:     <li>...
                    157:     </ul>
                    158: <p>
                    159:
                    160: <li>OpenSMTPD
                    161:     <ul>
                    162:     <li>...
                    163:     </ul>
                    164: <p>
                    165:
1.3       jsg       166: <li>OpenSSH 7.1
1.1       deraadt   167:     <ul>
                    168:     <li>Security:
                    169:       <ul>
1.16      sobrado   170:       <li>Qualys Security identified vulnerabilities in the
                    171:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
1.18      sobrado   172:         client experimental support for resuming SSH-connections (roaming).
1.16      sobrado   173:         In the default configuration, this could potentially leak client keys
                    174:         to a hostile server.  The authentication of the server host key
                    175:         prevents exploitation by a man-in-the-middle, so this information leak
                    176:         is restricted to connections to malicious or compromised servers.
                    177:         This feature has been disabled in the
                    178:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
                    179:         client, and it has been removed from the source tree.  The matching
                    180:         server code has never been shipped.
                    181:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    182:         OpenSSH 7.0 contained a logic error in
                    183:         <tt>PermitRootLogin=prohibit-password/without-password</tt> that could,
                    184:         depending on compile-time configuration, permit password authentication
                    185:         to root while preventing other forms of authentication.
                    186:       <li>Eliminate the fallback from untrusted X11-forwarding to trusted
                    187:         forwarding for cases when the X server disables the <tt>SECURITY</tt>
                    188:         extension.
                    189:       <li>Fix an out of-bound read access in the packet handling code.
1.18      sobrado   190:       <li>Further use of
                    191:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bzero&amp;sektion=3">explicit_bzero(3)</a>
                    192:         has been added in various buffer handling code paths to guard against
                    193:         compilers aggressively doing dead-store removal.
1.1       deraadt   194:       </ul>
                    195:     <li>The following significant bugs have been fixed in this release:
                    196:       <ul>
1.16      sobrado   197:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    198:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
1.18      sobrado   199:         add compatibility workarounds for FuTTY.
1.16      sobrado   200:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    201:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
1.18      sobrado   202:         refine compatibility workarounds for WinSCP.
1.16      sobrado   203:       <li>Fix a number of memory faults (double-free, free of uninitialised
                    204:         memory, etc) in
                    205:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>
                    206:         and
                    207:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>.
1.18      sobrado   208:       <li>Correctly interpret the <tt>first_kex_follows</tt> option during the
                    209:         initial key exchange.
1.1       deraadt   210:       </ul>
                    211:     </ul>
                    212: <p>
1.17      sobrado   213: <li>LibreSSL 2.3.2
1.1       deraadt   214:     <ul>
                    215:     <li>User-visible features:
                    216:       <ul>
1.17      sobrado   217:       <li>This release corrects the handling of <tt>ClientHello</tt> messages
                    218:         that do not include TLS extensions, resulting in such handshakes being
                    219:         aborted.
                    220:       <li>When loading a DSA key from an raw (without DH parameters) ASN.1
                    221:         serialization, perform some consistency checks on its `p' and `q'
                    222:         values, and return an error if the checks failed.
                    223:       <li>Fixed a bug in <tt>ECDH_compute_key</tt> that can lead to silent
                    224:         truncation of the result key without error. A coding error could cause
                    225:         software to use much shorter keys than intended.
                    226:       <li>Removed support for <tt>DTLS_BAD_VER</tt>. Pre-DTLSv1 implementations
                    227:         are no longer supported.
                    228:       <li>The engine command and parameters are removed from
                    229:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&amp;sektion=1">openssl(1)</a>.
                    230:         Previous releases removed dynamic and builtin engine support already.
                    231:       <li>SHA-0 is removed, which was withdrawn shortly after publication
                    232:         twenty years ago.
                    233:       <li>Added <tt>Certplus CA</tt> root certificate to the default
                    234:         <tt>cert.pem</tt> file.
1.19      sobrado   235:       <li>Fixed a leak in
1.28      sobrado   236:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=SSL_new&amp;sektion=3">SSL_new(3)</a>
1.19      sobrado   237:         in the error path.
1.28      sobrado   238:       <li>Fixed a memory leak and out-of-bounds access in
                    239:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=OBJ_nid2obj&amp;sektion=3">OBJ_obj2txt(3)</a>.
1.17      sobrado   240:       <li>Fixed an up-to 7 byte overflow in RC4 when len is not a multiple of
                    241:         <tt>sizeof(RC4_CHUNK)</tt>.
1.19      sobrado   242:       <li>Added
1.28      sobrado   243:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=EVP_AEAD_CTX_init&amp;sektion=3">EVP_aead_chacha20_poly1305(3)</a>
1.19      sobrado   244:         which matches the
1.18      sobrado   245:         <tt>AEAD</tt> construction introduced in RFC 7539, which is different
                    246:         than that already used in TLS with
1.28      sobrado   247:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=EVP_AEAD_CTX_init&amp;sektion=3">EVP_aead_chacha20_poly1305(3)</a>.
1.18      sobrado   248:       <li>More man pages converted from pod to
1.28      sobrado   249:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&amp;sektion=7">mdoc(7)</a>
1.18      sobrado   250:         format.
1.17      sobrado   251:       <li>Added <tt>COMODO RSA Certification Authority</tt> and
                    252:         <tt>QuoVadis</tt> root certificates to <tt>cert.pem</tt>.
                    253:       <li>Removed Remhve "<tt>C=US, O=VeriSign, Inc., OU=Class 3 Public Primary
                    254:         Certification Authority</tt>"
                    255:         (serial 3c:91:31:cb:1f:f6:d0:1b:0e:9a:b8:d0:44:bf:12:be)
                    256:         root certificate from <tt>cert.pem</tt>.
                    257:       <li>Fixed incorrect TLS certificate loading by
1.28      sobrado   258:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&amp;sektion=1">nc(1)</a>.
1.17      sobrado   259:       <li>The following CVEs had been fixed:
                    260:         <ul>
1.28      sobrado   261:         <li><tt>CVE-2015-3194</tt>&#8212;NULL pointer dereference in client
                    262:           side certificate validation.
                    263:         <li><tt>CVE-2015-3195</tt>&#8212;memory leak in PKCS7, not reachable
                    264:           from TLS/SSL.
1.17      sobrado   265:         </ul>
                    266:       <li>Note: The following OpenSSL CVEs did not apply to LibreSSL:
                    267:         <ul>
1.28      sobrado   268:         <li><tt>CVE-2015-3193</tt>&#8212;carry propagating bug in the x86_64
                    269:           Montgomery squaring procedure.
                    270:         <li><tt>CVE-2015-3196</tt>&#8212;double free race condition of the
                    271:           identify hint data.
1.17      sobrado   272:         </ul>
1.1       deraadt   273:       </ul>
                    274:     <li>Code improvements:
                    275:       <ul>
1.17      sobrado   276:       <li>Added install target for <tt>cmake</tt> builds.
                    277:       <li>Updated <tt>pkgconfig</tt> files to correctly report the release
                    278:         version number, not the individual library ABI version numbers.
                    279:       <li>SSLv3 is now permanently removed from the tree.
                    280:       <li>The <tt>libtls</tt> API is changed from the 2.2.x series:
                    281:         <ul>
1.28      sobrado   282:         <li>The
                    283:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tls_init&amp;sektion=3">tls_read(3)</a>
                    284:           and
                    285:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tls_init&amp;sektion=3">tls_write(3)</a>
                    286:           functions now work better with external event libraries.
                    287:         <li>Client-side verification is now supported, with the client
                    288:           supplying the certificate to the server.
                    289:         <li>Also, when using
                    290:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tls_init&amp;sektion=3">tls_connect_fds(3)</a>,
                    291:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tls_init&amp;sektion=3">tls_connect_socket(3)</a>
                    292:           or
                    293:           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tls_init&amp;sektion=3">tls_accept_fds(3)</a>,
                    294:           <tt>libtls</tt> no longer implicitly closes the passed in sockets.
                    295:           The caller is responsible for closing them in this case.
1.17      sobrado   296:         </ul>
                    297:       <li>New interface <tt>OPENSSL_cpu_caps</tt> is provided that does not
                    298:         allow software to inadvertently modify cpu capability flags.
                    299:         <tt>OPENSSL_ia32cap</tt> and <tt>OPENSSL_ia32cap_loc</tt> are removed.
1.18      sobrado   300:       <li>The <tt>out_len</tt> argument of <tt>AEAD</tt> changed from
                    301:         <tt>ssize_t</tt> to <tt>size_t</tt>.
1.17      sobrado   302:       <li>Deduplicated DTLS code, sharing bugfixes and improvements with TLS.
                    303:       <li>Converted
1.28      sobrado   304:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&amp;sektion=1">nc(1)</a>
1.17      sobrado   305:         to use <tt>libtls</tt> for client and server operations; it is
                    306:         included in the libressl-portable distribution as an example of how
                    307:         to use the <tt>libtls</tt> library.  This is intended to be a simpler
                    308:         and more robust replacement for <tt>openssl s_client</tt> and
                    309:         <tt>openssl s_server</tt> for day-to-day operations.
                    310:       <li>ASN.1 cleanups and RFC5280 compliance fixes.
                    311:       <li>Time representations switched from <tt>unsigned long</tt> to
                    312:         <tt>time_t</tt>.  LibreSSL now checks if the host OS supports 64-bit
                    313:         <tt>time_t</tt>.
                    314:       <li>Support always extracting the peer cipher and version with
                    315:         <tt>libtls</tt>.
                    316:       <li>Added ability to check certificate validity times with
1.19      sobrado   317:         <tt>libtls</tt>,
1.28      sobrado   318:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tls_init&amp;sektion=3">tls_peer_cert_notbefore(3)</a>
1.19      sobrado   319:         and
1.28      sobrado   320:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tls_init&amp;sektion=3">tls_peer_cert_notafter(3)</a>.
1.19      sobrado   321:       <li>Changed
1.28      sobrado   322:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tls_init&amp;sektion=3">tls_connect_servername(3)</a>
1.19      sobrado   323:         to use the first address that resolves with
1.28      sobrado   324:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&amp;sektion=3">getaddrinfo(3)</a>.
1.17      sobrado   325:       <li>Remove broken conditional <tt>EVP_CHECK_DES_KEY</tt> code
                    326:         (non-functional since initial commit in 2004).
1.19      sobrado   327:       <li>Reject too small bits value in
1.28      sobrado   328:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=BN_generate_prime&amp;sektion=3">BN_generate_prime_ex(3)</a>,
1.17      sobrado   329:         so that it does not risk becoming negative in
                    330:         <tt>probable_prime_dh_safe()</tt>.
1.18      sobrado   331:       <li>Changed format of <tt>LIBRESSL_VERSION_NUMBER</tt> to match that of
1.17      sobrado   332:         <tt>OPENSSL_VERSION_NUMBER</tt>.
                    333:       <li>Avoid a potential undefined C99+ behavior due to shift overflow in
                    334:         <tt>AES_decrypt</tt>.
                    335:       <li>Deprecated the <tt>SSL_OP_SINGLE_DH_USE</tt> flag.
1.1       deraadt   336:       </ul>
                    337:     </ul>
                    338: <p>
                    339: <li>Syslogd:
                    340:     <ul>
                    341:     <li>...
                    342:     </ul>
                    343: <p>
                    344: <li>Ports and packages:
                    345:     <dl>
                    346:     <dt>Many pre-built packages for each architecture:
                    347:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    348:     <tr>
                    349:     <td valign="top" width="25%">
                    350:     <ul>
                    351:       <li>alpha:      xxxx
                    352:       <li>amd64:      xxxx
                    353:       <li>hppa:       xxxx
                    354:     </ul></td><td valign=top width="25%"><ul>
                    355:       <li>i386:       xxxx
                    356:       <li>mips64:     xxxx
                    357:       <li>mips64el:   xxxx
                    358:     </ul></td><td valign=top width="25%"><ul>
                    359:       <li>powerpc:    xxxx
                    360:       <li>sh:         xxxx
                    361:       <li>sparc64:    xxxx
                    362:     </ul></td><td valign=top width="25%"><ul>
                    363:       <li>vax:        xxxx
                    364:     </ul></td></tr></table>
                    365:     <p>
                    366:
                    367:     <dt>Some highlights:
                    368:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    369:     <tr>
                    370:     <td valign="top" width="33%"><ul>
1.27      lteo      371:        <li>Chromium 48.0.2564.109
1.1       deraadt   372:        <li>Emacs 21.4 and 24.5
1.3       jsg       373:        <li>GCC 4.9.3
                    374:        <li>GHC 7.10.3
                    375:        <li>GNOME 3.18.2
1.5       sthen     376:        <li>Go 1.5.3
1.1       deraadt   377:        <li>Groff 1.22.3
                    378:        <li>JDK 1.7.0.80 and 1.8.0.45
                    379:        <li>KDE 3.5.10 and 4.14.3 (plus KDE4 core updates)
                    380:        <li>LLVM/Clang 3.5 (20140228)
1.3       jsg       381:        <li>LibreOffice 5.0.4.2
                    382:        <li>MariaDB 10.0.23
                    383:        <li>Mono 4.2.1.102
1.26      lteo      384:        <li>Mozilla Firefox 38.6.1esr and 44.0.2
                    385:        <li>Mozilla Thunderbird 38.6.0
1.1       deraadt   386:     </ul></td><td valign=top width="33%"><ul>
1.22      abieber   387:        <li>Node.js 4.3.0
1.3       jsg       388:        <li>OpenLDAP 2.3.43 and 2.4.43
1.26      lteo      389:        <li>PHP 5.4.45, 5.5.32 and 5.6.18
1.3       jsg       390:        <li>Postfix 3.0.3
1.26      lteo      391:        <li>PostgreSQL 9.4.6
1.3       jsg       392:        <li>Python 2.7.11, 3.4.4 and 3.5.1
                    393:        <li>R 3.2.3
                    394:        <li>Ruby 1.8.7.374, 2.0.0.648, 2.1.8, 2.2.4 and 2.3.0
1.15      lteo      395:        <li>Rust 1.6.0
1.1       deraadt   396:        <li>Sendmail 8.15.2
1.3       jsg       397:        <li>Sudo 1.8.15
1.1       deraadt   398:        <li>Tcl/Tk 8.5.18 and 8.6.4
                    399:        <li>TeX Live 2014
1.3       jsg       400:        <li>Vim 7.4.900
1.1       deraadt   401:        <li>Xfce 4.12
                    402:     </ul></td><td valign=top width="34%">
                    403:     </td></tr></table>
                    404: <p>
                    405:
                    406: <li>As usual, steady improvements in manual pages and other documentation.
                    407: <p>
                    408:
                    409: <li>The system includes the following major components from outside suppliers:
                    410:     <ul>
1.3       jsg       411:     <li>Xenocara (based on X.Org 7.7 with xserver 1.17.4 + patches,
1.8       jsg       412:       freetype 2.6.2, fontconfig 2.11.1, Mesa 11.0.9, xterm 322,
1.21      matthieu  413:       xkeyboard-config 2.17 and more)
1.1       deraadt   414:     <li>Gcc 4.2.1 (+ patches) and 3.3.6 (+ patches)
                    415:     <li>Perl 5.20.2 (+ patches)
1.3       jsg       416:     <li>SQLite 3.9.2 (+ patches)
                    417:     <li>NSD 4.1.7
                    418:     <li>Unbound 1.5.7
1.1       deraadt   419:     <li>Ncurses 5.7
                    420:     <li>Binutils 2.17 (+ patches)
                    421:     <li>Gdb 6.3 (+ patches)
                    422:     <li>Less 458 (+ patches)
                    423:     <li>Awk Aug 10, 2011 version
                    424:     </ul>
                    425:
                    426: </ul>
                    427:
                    428: <a name="install"></a>
                    429: <hr>
                    430: <p>
                    431: <h3><font color="#0000e0">How to install</font></h3>
                    432: <p>
                    433: Following this are the instructions which you would have on a piece of
                    434: paper if you had purchased a CDROM set instead of doing an alternate
                    435: form of install.  The instructions for doing an HTTP (or other style
                    436: of) install are very similar; the CDROM instructions are left intact
                    437: so that you can see how much easier it would have been if you had
                    438: purchased a CDROM instead.
                    439: <p>
                    440:
                    441: <hr>
                    442: Please refer to the following files on the three CDROMs or mirror site for
                    443: extensive details on how to install OpenBSD 5.9 on your machine:
                    444: <p>
                    445: <ul>
                    446: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/alpha/INSTALL.alpha">
                    447:        .../OpenBSD/5.9/alpha/INSTALL.alpha (on CD1)</a>
                    448: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/i386/INSTALL.i386">
                    449:        .../OpenBSD/5.9/i386/INSTALL.i386 (on CD1)</a>
                    450: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/hppa/INSTALL.hppa">
                    451:        .../OpenBSD/5.9/hppa/INSTALL.hppa (on CD1)</a>
                    452: <p>
                    453: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/amd64/INSTALL.amd64">
                    454:        .../OpenBSD/5.9/amd64/INSTALL.amd64 (on CD2)</a>
                    455: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/macppc/INSTALL.macppc">
                    456:        .../OpenBSD/5.9/macppc/INSTALL.macppc (on CD2)</a>
                    457: <p>
                    458: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/sparc64/INSTALL.sparc64">
                    459:        .../OpenBSD/5.9/sparc64/INSTALL.sparc64 (on CD3)</a>
                    460: <p>
                    461: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/alpha/INSTALL.alpha">
                    462:        .../OpenBSD/5.9/alpha/INSTALL.alpha</a>
                    463: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/hppa/INSTALL.hppa">
                    464:        .../OpenBSD/5.9/hppa/INSTALL.hppa</a>
                    465: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/landisk/INSTALL.landisk">
                    466:        .../OpenBSD/5.9/landisk/INSTALL.landisk</a>
                    467: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/loongson/INSTALL.loongson">
                    468:        .../OpenBSD/5.9/loongson/INSTALL.loongson</a>
                    469: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/luna88k/INSTALL.luna88k">
                    470:        .../OpenBSD/5.9/luna88k/INSTALL.luna88k</a>
                    471: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/macppc/INSTALL.macppc">
                    472:        .../OpenBSD/5.9/macppc/INSTALL.macppc</a>
                    473: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/octeon/INSTALL.octeon">
                    474:        .../OpenBSD/5.9/octeon/INSTALL.octeon</a>
                    475: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/sgi/INSTALL.sgi">
                    476:        .../OpenBSD/5.9/sgi/INSTALL.sgi</a>
                    477: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/socppc/INSTALL.socppc">
                    478:        .../OpenBSD/5.9/socppc/INSTALL.socppc</a>
                    479: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/vax/INSTALL.vax">
                    480:        .../OpenBSD/5.9/vax/INSTALL.vax</a>
                    481: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/5.9/zaurus/INSTALL.zaurus">
                    482:        .../OpenBSD/5.9/zaurus/INSTALL.zaurus</a>
                    483: </ul>
                    484: <hr>
                    485:
                    486: <p>
                    487: Quick installer information for people familiar with OpenBSD, and the
                    488: use of the "disklabel -E" command.  If you are at all confused when
                    489: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    490: <p>
                    491:
                    492: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    493: <ul>
                    494: The OpenBSD/i386 release is on CD1.
                    495: Boot from the CD to begin the install - you may need to adjust
                    496: your BIOS options first.
                    497:
                    498: <p>
                    499: If your machine can boot from USB, you can write <i>install59.fs</i> or
                    500: <i>miniroot59.fs</i> to a USB stick and boot from it.
                    501:
                    502: <p>
                    503: If you can't boot from a CD, floppy disk, or USB,
                    504: you can install across the network using PXE as described in
                    505: the included INSTALL.i386 document.
                    506:
                    507: <p>
                    508: If you are planning on dual booting OpenBSD with another OS, you will need to
                    509: read INSTALL.i386.
                    510:
                    511: </ul>
                    512:
                    513: <p>
                    514: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    515: <ul>
                    516: The OpenBSD/amd64 release is on CD2.
                    517: Boot from the CD to begin the install - you may need to adjust
                    518: your BIOS options first.
                    519:
                    520: <p>
                    521: If your machine can boot from USB, you can write <i>install59.fs</i> or
                    522: <i>miniroot59.fs</i> to a USB stick and boot from it.
                    523:
                    524: <p>
                    525: If you can't boot from a CD, floppy disk, or USB,
                    526: you can install across the network using PXE as described in the included
                    527: INSTALL.amd64 document.
                    528:
                    529: <p>
                    530: If you are planning to dual boot OpenBSD with another OS, you will need to
                    531: read INSTALL.amd64.
                    532: </ul>
                    533:
                    534: <p>
                    535: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    536: <ul>
                    537: Burn the image from a mirror site to a CDROM, and power on your machine
                    538: while holding down the <i>C</i> key until the display turns on and
                    539: shows <i>OpenBSD/macppc boot</i>.
                    540:
                    541: <p>
                    542: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    543: /5.9/macppc/bsd.rd</i>
                    544: </ul>
                    545:
                    546: <p>
                    547: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    548: <ul>
                    549: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    550:
                    551: <p>
                    552: If this doesn't work, or if you don't have a CDROM drive, you can write
                    553: <i>CD3:5.9/sparc64/floppy59.fs</i> or <i>CD3:5.9/sparc64/floppyB59.fs</i>
                    554: (depending on your machine) to a floppy and boot it with <i>boot
                    555: floppy</i>. Refer to INSTALL.sparc64 for details.
                    556:
                    557: <p>
                    558: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    559: will most likely fail.
                    560:
                    561: <p>
                    562: You can also write <i>CD3:5.9/sparc64/miniroot59.fs</i> to the swap partition on
                    563: the disk and boot with <i>boot disk:b</i>.
                    564:
                    565: <p>
                    566: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    567: </ul>
                    568:
                    569: <p>
                    570: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    571: <ul>
                    572: <p>Write <i>FTP:5.9/alpha/floppy59.fs</i> or
                    573: <i>FTP:5.9/alpha/floppyB59.fs</i> (depending on your machine) to a diskette and
                    574: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    575:
                    576: <p>
                    577: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    578: will most likely fail.
                    579:
                    580: </ul>
                    581:
                    582: <p>
                    583: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    584: <ul>
                    585: <p>
                    586: Boot over the network by following the instructions in INSTALL.hppa or the
                    587: <a href="hppa.html#install">hppa platform page</a>.
                    588: </ul>
                    589:
                    590: <p>
                    591: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    592: <ul>
                    593: <p>
                    594: Write <i>miniroot59.fs</i> to the start of the CF
                    595: or disk, and boot normally.
                    596: </ul>
                    597:
                    598: <p>
                    599: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    600: <ul>
                    601: <p>
                    602: Write <i>miniroot59.fs</i> to a USB stick and boot bsd.rd from it
                    603: or boot bsd.rd via tftp.
                    604: Refer to the instructions in INSTALL.loongson for more details.
                    605: </ul>
                    606: <p>
                    607:
                    608: <p>
                    609: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    610: <ul>
                    611: <p>
                    612: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    613: from the PROM, and then bsd.rd from the bootloader.
                    614: Refer to the instructions in INSTALL.luna88k for more details.
                    615: </ul>
                    616:
                    617: <p>
                    618: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    619: <ul>
                    620: <p>
                    621: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    622: Refer to the instructions in INSTALL.octeon for more details.
                    623: </ul>
                    624:
                    625: <p>
                    626: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    627: <ul>
                    628: <p>
                    629: To install, burn cd59.iso on a CD-R, put it in the CD drive of your
                    630: machine and select <i>Install System Software</i> from the System Maintenance
                    631: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    632: CD-ROM, and need a proper invocation from the PROM prompt.
                    633: Refer to the instructions in INSTALL.sgi for more details.
                    634:
                    635: <p>
                    636: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    637: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    638: system type. Refer to the instructions in INSTALL.sgi for more details.
                    639: </ul>
                    640:
                    641: <p>
                    642: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    643: <ul>
                    644: <p>
                    645: After connecting a serial port, boot over the network via DHCP/tftp.
                    646: Refer to the instructions in INSTALL.socppc for more details.
                    647: </ul>
                    648:
                    649: <p>
                    650: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    651: <ul>
                    652: Boot over the network via mopbooting as described in INSTALL.vax.
                    653: </ul>
                    654:
                    655: <p>
                    656: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    657: <ul>
                    658: <p>
                    659: Using the Linux built-in graphical ipkg installer, install the
                    660: openbsd59_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    661: for a few important details.
                    662: </ul>
                    663:
                    664: <a name="upgrade"></a>
                    665: <hr>
                    666: <p>
                    667: <h3><font color="#0000e0">How to upgrade</font></h3>
                    668: <p>
1.6       tj        669: If you already have an OpenBSD 5.8 system, and do not want to reinstall,
1.1       deraadt   670: upgrade instructions and advice can be found in the
                    671: <a href="faq/upgrade59.html">Upgrade Guide</a>.
                    672:
                    673: <a name="sourcecode"></a>
                    674: <hr>
                    675: <p>
                    676: <h3><font color="#0000e0">Notes about the source code</font></h3>
                    677: <p>
                    678: src.tar.gz contains a source archive starting at /usr/src.  This file
                    679: contains everything you need except for the kernel sources, which are
                    680: in a separate archive.  To extract:
                    681: <p>
                    682: <ul><pre>
                    683: # <strong>mkdir -p /usr/src</strong>
                    684: # <strong>cd /usr/src</strong>
                    685: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    686: </pre></ul>
                    687: <p>
                    688: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    689: This file contains all the kernel sources you need to rebuild kernels.
                    690: To extract:
                    691: <p>
                    692: <ul><pre>
                    693: # <strong>mkdir -p /usr/src/sys</strong>
                    694: # <strong>cd /usr/src</strong>
                    695: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    696: </pre></ul>
                    697: <p>
                    698: Both of these trees are a regular CVS checkout.  Using these trees it
                    699: is possible to get a head-start on using the anoncvs servers as
                    700: described <a href="anoncvs.html">here</a>.
                    701: Using these files
                    702: results in a much faster initial CVS update than you could expect from
                    703: a fresh checkout of the full OpenBSD source tree.
                    704: <p>
                    705:
                    706: <a name="ports"></a>
                    707: <hr>
                    708: <p>
                    709: <h3><font color="#0000e0">Ports Tree</font></h3>
                    710: <p>
                    711: A ports tree archive is also provided.  To extract:
                    712: <p>
                    713: <ul><pre>
                    714: # <strong>cd /usr</strong>
                    715: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    716: </pre></ul>
                    717: <p>
                    718: Go read the <a href="faq/ports/index.html">ports</a> page
                    719: if you know nothing about ports
                    720: at this point.  This text is not a manual of how to use ports.
                    721: Rather, it is a set of notes meant to kickstart the user on the
                    722: OpenBSD ports system.
                    723: <p>
                    724: The <i>ports/</i> directory represents a CVS (see the manpage for
                    725: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1&amp;arch=i386">
                    726: cvs(1)</a> if
                    727: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    728: source tree, our ports tree is available via
                    729: <a href="anoncvs.html">AnonCVS</a>.
                    730: So, in order to keep up to date with the <i>-stable</i> branch, you must make
                    731: the <i>ports/</i> tree available on a read-write medium and update the tree
                    732: with a command like:
                    733: <p>
                    734: <ul><pre>
                    735: # <strong>cd /usr/ports</strong>
                    736: # <strong>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_9</strong>
                    737: </pre></ul>
                    738: <p>
                    739: [Of course, you must replace the server name here with a nearby anoncvs
                    740: server.]
                    741: <p>
                    742: Note that most ports are available as packages on our mirrors. Updated
                    743: ports for the 5.9 release will be made available if problems arise.
                    744: <p>
                    745: If you're interested in seeing a port added, would like to help out, or just
                    746: would like to know more, the mailing list
                    747: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    748: <p>
                    749: </body>
                    750: </html>