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

Annotation of www/60.html, Revision 1.25

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 6.0</title>
                      5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 6.0">
                      7: <meta name="copyright" content="This document copyright 2016 by OpenBSD.">
                      8: <meta name="viewport" content="width=device-width, initial-scale=1">
                      9: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.2       deraadt    10: <link rel="canonical" href="http://www.openbsd.org/60.html">
1.1       deraadt    11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     14:
                     15: <h2>
                     16: <a href="index.html">
                     17: <i><font color="#0000ff">Open</font></i><font color="#000084">BSD</font></a>
                     18: <font color="#e00000">6.0</font>
                     19: </h2>
                     20:
                     21: <a href="images/puff.jpg">
                     22: <img alt="Puff" align="left" width="227" height="343" hspace="24" src="images/puff.jpg"></a>
1.24      deraadt    23: To be released Sep 1, 2016<br>
1.1       deraadt    24: Copyright 1997-2016, Theo de Raadt.<br>
                     25: <font color="#e00000">ISBN 978-0-9881561-8-0</font>
                     26: <br>
                     27: 6.0 Songs: <a href="lyrics.html#60a">"XXX"</a>,
                     28: <a href="lyrics.html#60b">"XXX"</a>, <a href="lyrics.html#60c">"XXX"</a>,
                     29: <a href="lyrics.html#60d">"XXX"</a>, <a href="lyrics.html#60e">"XXX"</a>,
                     30: <a href="lyrics.html#60f">"XXX"</a>.
                     31:
                     32: <ul>
                     33: <li>Order a CDROM from our <a href="https://openbsdstore.com">ordering system</a>.
                     34: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     35:     a list of mirror machines.
                     36: <li>Go to the <font color="#e00000">pub/OpenBSD/6.0/</font> directory on
                     37:     one of the mirror sites.
                     38: <li>Have a look at <a href="errata60.html">the 6.0 errata page</a> for a list
                     39:     of bugs and workarounds.
                     40: <li>See a <a href="plus60.html">detailed log of changes</a> between the
                     41:     5.9 and 6.0 releases.
                     42: <p>
1.6       schwarze   43: <li><a href="http://man.openbsd.org/signify.1">signify(1)</a>
1.1       deraadt    44:     pubkeys for this release:<br>
                     45: <pre>
                     46: base: RWSho3oKSqgLQy+NpIhFXZJDtkE65tzlmtC24mStf8DoJd2OPMgna4u8
                     47: fw:   RWRWf7GJKFvJTWEMIaw9wld0DujiqL1mlrC6HisE6i78C+2SRArV1Iyo
                     48: pkg:  RWQHIajRlT2mX7tmRgb6oN6mfJu3AgQ/TU38acrWABO8lz90dR3rNmey
                     49: </pre>
                     50: <p>
                     51: All applicable copyrights and credits are in the src.tar.gz,
                     52: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     53: files fetched via ports.tar.gz.
                     54: </ul>
                     55: <br clear=all>
                     56:
                     57: <hr>
                     58:
                     59: <h3 id="new"><font color="#0000e0">What's New</font></h3>
                     60:
                     61: This is a partial list of new features and systems included in OpenBSD 6.0.
                     62: For a comprehensive list, see the <a href="plus60.html">changelog</a> leading
                     63: to 6.0.
                     64:
                     65: <ul>
                     66: <li>Processor support, including:
                     67:     <ul>
                     68:     <li>...
                     69:     </ul>
                     70: <p>
1.19      tedu       71:
1.1       deraadt    72: <li>Improved hardware support, including:
                     73:     <ul>
1.25    ! jsg        74:     <li>New <a href="http://man.openbsd.org/?query=bytgpio">bytgpio(4)</a>
        !            75:         driver for the Intel Bay Trail GPIO controller.
        !            76:     <li>New <a href="http://man.openbsd.org/?query=chvgpio">chvgpio(4)</a>
        !            77:         driver for the Intel Cherry View GPIO controller.
        !            78:     <li>New <a href="http://man.openbsd.org/?query=maxrtc">maxrtc(4)</a>
        !            79:         driver for the Maxim DS1307 real time clock.
        !            80:     <li>New <a href="http://man.openbsd.org/?query=nvme">nvme(4)</a>
        !            81:         driver for the Non-Volatile Memory Express (NVMe) host controller interface.
        !            82:     <li>New <a href="http://man.openbsd.org/?query=pcfrtc">pcfrtc(4)</a>
        !            83:         driver for the NXP PCF8523 real time clock.
        !            84:     <li>New <a href="http://man.openbsd.org/?query=umb">umb(4)</a>
        !            85:         driver for the Mobile Broadband Interface Model (MBIM).
        !            86:     <li>New <a href="http://man.openbsd.org/?query=ure">ure(4)</a>
        !            87:         driver for RealTek RTL8152 based 10/100 USB Ethernet devices.
        !            88:     <li>New <a href="http://man.openbsd.org/?query=utvfu">utvfu(4)</a>
        !            89:         driver for audio/video capture devices based on the Fushicai USBTV007.
        !            90:     <li>The <a href="http://man.openbsd.org/?query=iwm">iwm(4)</a> driver
        !            91:         supports more models, notably the Intel Wireless 3165 and 8260.
        !            92:     <li>Support for I2C HID devices with GPIO signalled interrupts has
        !            93:         been added to <a href="http://man.openbsd.org/?query=dwiic">dwiic(4)</a>.
1.21      tedu       94:     <li>The vax port has been removed.
1.1       deraadt    95:     <li>...
                     96:     </ul>
                     97: <p>
                     98:
                     99: <li>SMP network stack improvements:
                    100:     <ul>
                    101:     <li>...
                    102:     </ul>
                    103: <p>
                    104:
                    105: <li>Initial IEEE 802.11n wireless support:
                    106:     <ul>
                    107:     <li>...
                    108:     </ul>
                    109: <p>
                    110:
                    111: <li>Generic network stack improvements:
                    112:     <ul>
                    113:     <li>...
                    114:     </ul>
                    115: <p>
                    116:
                    117: <li>Installer improvements:
                    118:     <ul>
                    119:     <li>...
                    120:     </ul>
                    121: <p>
                    122:
                    123: <li>Routing daemons and other userland network improvements:
                    124:     <ul>
1.11      schwarze  125:     <li>Add routing table support to
                    126:         <a href="http://man.openbsd.org/rc.d.8">rc.d(8)</a> and
                    127:         <a href="http://man.openbsd.org/rcctl.8">rcctl(8)</a>.
1.12      schwarze  128:     <li>Let <a href="http://man.openbsd.org/nc.1">nc(1)</a>
                    129:         support service names in addition to port numbers.
                    130:     <li>Add <tt>-M</tt> and <tt>-m</tt> TTL flags to
                    131:         <a href="http://man.openbsd.org/nc.1">nc(1)</a>.
                    132:     <li>Add <tt>AF_UNIX</tt> support to
1.13      schwarze  133:         <a href="http://man.openbsd.org/tcpbench.1">tcpbench(1)</a>.
1.1       deraadt   134:     <li>...
                    135:     </ul>
                    136: <p>
                    137:
                    138: <li>Security improvements:
                    139:     <ul>
1.3       guenther  140:     <li><tt>W^X</tt> is now strictly enforced by default;
                    141:        a program can only violate it if the executable is marked with
1.22      tom       142:        <tt>PT_OPENBSD_WXNEEDED</tt> and it is located on a filesystem
1.6       schwarze  143:        mounted with the <tt>wxallowed</tt>
                    144:        <a href="http://man.openbsd.org/mount.8">mount(8)</a> option.
                    145:     <li>The <a href="http://man.openbsd.org/setjmp.3">setjmp(3)</a>
1.3       guenther  146:        family of functions now apply XOR cookies to stack and return-address
                    147:        values in the jmpbuf on amd64, hppa, i386, mips64, and powerpc.
1.6       schwarze  148:     <li><a href="http://man.openbsd.org/sigreturn.2">sigreturn(2)</a>
1.3       guenther  149:        can now only be used by the kernel-provided signal trampoline,
                    150:        with a cookie to detect attempts to reuse it.
1.22      tom       151:     <li>To deter code reuse exploits, <a href="http://man.openbsd.org/rc.8">rc(8)</a>
                    152:         re-links libc.so on startup, placing the objects in a random order.
1.11      schwarze  153:     <li>In the <a href="http://man.openbsd.org/getpwnam.3">getpwnam(3)</a>
                    154:         family of functions, stop opening the shadow database by default.
1.12      schwarze  155:     <li>Allow <a href="http://man.openbsd.org/tcpdump.8">tcpdump(8)</a>
                    156:         <tt>-r</tt> to be started without root privileges.
1.11      schwarze  157:     <li>Remove
                    158:         <a href="http://man.openbsd.org/OpenBSD-5.9/systrace">systrace</a>.
                    159:     <li>Remove Linux emulation support.
1.17      tedu      160:     <li>Remove support for the usermount option.
1.19      tedu      161:     <li>The TCP SYN cache reseeds its random hash function from
1.14      bluhm     162:         time to time.
1.19      tedu      163:         This prevents an attacker from calculating the distribution
1.14      bluhm     164:         of the hash function with a timing attack.
                    165:     <li>To work against SYN flooding attacks the administrator can
                    166:         change the size of the hash array now.
1.16      schwarze  167:         <a href="http://man.openbsd.org/netstat.1">netstat(1)</a>
1.14      bluhm     168:         <tt>-s -p tcp</tt> shows the relevant information to tune
1.15      bluhm     169:         the SYN cache with
1.16      schwarze  170:         <a href="http://man.openbsd.org/sysctl.8">sysctl(8)</a>
1.15      bluhm     171:         <tt>net.inet.tcp</tt>.
1.1       deraadt   172:     <li>...
                    173:     </ul>
                    174: <p>
                    175:
                    176: <li>Assorted improvements:
                    177:     <ul>
1.3       guenther  178:     <li>The thread library can now be loaded into a single-threaded process.
                    179:     <li>Improved symbol handling and standards compliance in libc.
                    180:        For example, defining an <tt>open()</tt> function will no longer
                    181:        interfere with the operation of
1.6       schwarze  182:        <a href="http://man.openbsd.org/fopen.3">fopen(3)</a>.
1.3       guenther  183:     <li><tt>PT_TLS</tt> sections are now supported in initially loaded object.
                    184:     <li>Improved handling of "no paths" and "empty path" in
1.6       schwarze  185:        <a href="http://man.openbsd.org/fts.3">fts(3)</a>.
1.12      schwarze  186:     <li>In <a href="http://man.openbsd.org/pcap.3">pcap(3)</a>,
                    187:         provide the functions <tt>pcap_free_datalinks()</tt>
                    188:         and <tt>pcap_offline_filter()</tt>.
                    189:     <li>Many bugfixes and structural cleanup in the
                    190:         <a href="http://man.openbsd.org/editline">editline(3)</a> library.
                    191:     <li>Remove ancient
                    192:         <a href="http://man.openbsd.org/OpenBSD-5.9/dbm.3">dbm(3)</a>
                    193:         functions;
                    194:         <a href="http://man.openbsd.org/ndbm.3">ndbm(3)</a> remains.
1.17      tedu      195:     <li>Add <tt>setenv</tt> keyword for more powerful environment handling in
1.12      schwarze  196:         <a href="http://man.openbsd.org/doas.conf.5">doas.conf(5)</a>.
                    197:     <li>Add <tt>-g</tt> and <tt>-p</tt> options to
                    198:         <a href="http://man.openbsd.org/aucat.1">aucat.1</a>
                    199:         for time positioning.
                    200:     <li>Rewrite <a href="http://man.openbsd.org/audioctl.1">audioctl(1)</a>
                    201:         with a simpler user interface.
                    202:     <li>Add <tt>-F</tt> option to
                    203:         <a href="http://man.openbsd.org/install.1">install(1)</a>
                    204:         to <a href="http://man.openbsd.org/fsync.2">fsync(2)</a>
                    205:         the file before closing it.
1.6       schwarze  206:     <li><a href="http://man.openbsd.org/kdump.1">kdump(1)</a>
                    207:        now dumps <tt>pollfd</tt> structures.
1.12      schwarze  208:     <li>Improve various details of
                    209:         <a href="http://man.openbsd.org/ksh.1">ksh(1)</a> POSIX compliance.
                    210:     <li><a href="http://man.openbsd.org/mknod.8">mknod(8)</a> rewritten in a
                    211:         <a href="http://man.openbsd.org/pledge.2">pledge(2)</a>-friendly
                    212:         style and to support creating multiple devices at once.
                    213:     <li>Implement <a href="http://man.openbsd.org/rcctl.8">rcctl(8)</a>
                    214:         <tt>get all</tt> and <tt>getdef all</tt>.
                    215:     <li>Implement the <a href="http://man.openbsd.org/rcs.1">rcs(1)</a>
                    216:         <tt>-I</tt> (interactive) flag.
1.11      schwarze  217:     <li>In <a href="http://man.openbsd.org/rcs.1">rcs(1)</a>,
                    218:         implement Mdocdate keyword substitution.
                    219:     <li>In <a href="http://man.openbsd.org/top.1">top(1)</a>,
                    220:         allow to filter process arguments if they are being displayed.
                    221:     <li>Added UTF-8 support to
                    222:         <a href="http://man.openbsd.org/fold.1">fold(1)</a> and
                    223:         <a href="http://man.openbsd.org/rev.1">rev(1)</a>.
                    224:     <li>Enable UTF-8 by default in
                    225:         <a href="http://man.openbsd.org/xterm.1">xterm(1)</a> and
                    226:         <a href="http://man.openbsd.org/pod2man.1">pod2man(1)</a>.
                    227:     <li>Filter out non-ASCII characters in
                    228:         <a href="http://man.openbsd.org/wall.1">wall(1)</a>.
1.12      schwarze  229:     <li>Handle the <a href="http://man.openbsd.org/?apropos=1&amp;query=Ev%3DCOLUMNS">COLUMNS</a>
                    230:         environment variable consistently across many programs.
1.14      bluhm     231:     <li>The options <tt>-c</tt> and <tt>-k</tt> allow to provide
                    232:         TLS client certificates for
                    233:         <a href="http://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    234:         on the sending side.
1.18      tedu      235:         With that the receiving side can verify log messages
1.14      bluhm     236:         are authentic.
                    237:         Note that syslogd does not have this check feature yet.
                    238:     <li>When the klog buffer overflows, syslogd will write a log
                    239:         message to show that some entries is missing.
1.1       deraadt   240:     <li>...
                    241:     </ul>
                    242: <p>
                    243:
                    244: <li>OpenSMTPD X.X
                    245:     <ul>
                    246:     <li>...
                    247:     </ul>
                    248: <p>
                    249:
                    250: <li>OpenSSH X.X
                    251:     <ul>
                    252:     <li>Security:
                    253:       <ul>
                    254:       <li>...
                    255:       </ul>
                    256:     <li>Potentially-incompatible changes:
                    257:       <ul>
                    258:       <li>...
                    259:       </ul>
                    260:     <li>New/changed features:
                    261:       <ul>
                    262:       <li>...
                    263:       </ul>
                    264:     <li>The following significant bugs have been fixed in this release:
                    265:       <ul>
1.11      schwarze  266:       <li>In <a href="http://man.openbsd.org/scp.1">scp(1)</a>
                    267:         and <a href="http://man.openbsd.org/sftp.1">sftp(1)</a>,
                    268:         prevent screwing up terminal settings by escaping bytes
                    269:         not forming ASCII or UTF-8 characters.
1.1       deraadt   270:       <li>...
                    271:       </ul>
                    272:     </ul>
                    273: <p>
1.5       sobrado   274:
                    275: <li>OpenNTPD 6.0
                    276:     <ul>
                    277:     <li>When a single "constraint" is specified, try all returned addresses
                    278:         until one succeeds, rather than the first returned address.
                    279:     <li>Relaxed the constraint error margin to be proportional to the number
                    280:         of NTP peers, avoid constant reconnections when there is a bad NTP
                    281:         peer.
                    282:     <li>Removed disabled
1.6       schwarze  283:         <a href="http://man.openbsd.org/hotplug.4">hotplug(4)</a>
1.5       sobrado   284:         sensor support.
                    285:     <li>Added support for detecting crashes in constraint subprocesses.
                    286:     <li>Moved the execution of constraints from the ntp process to the
                    287:         parent process, allowing for better privilege separation since the
                    288:         ntp process can be further restricted.
                    289:     <li>Added
1.6       schwarze  290:         <a href="http://man.openbsd.org/pledge.2">pledge(2)</a>
1.5       sobrado   291:         support.
                    292:     <li>Fixed high CPU usage when the network is down.
                    293:     <li>Fixed various memory leaks.
                    294:     <li>Switched to RMS for jitter calculations.
                    295:     <li>Unified logging functions with other OpenBSD base programs.
                    296:     <li>Set <tt>MOD_MAXERROR</tt> to avoid unsynced time status when using
                    297:         ntp_adjtime.
                    298:     <li>Fixed HTTP Timestamp header parsing to use
1.6       schwarze  299:         <a href="http://man.openbsd.org/strptime.3">strptime(3)</a>
1.5       sobrado   300:         in a more portable fashion.
                    301:     <li>Hardened TLS for
1.6       schwarze  302:         <a href="http://man.openbsd.org/ntpd.8">ntpd(8)</a>
1.5       sobrado   303:         constraints, enabling server name verification.
                    304:     </ul>
                    305: <p>
                    306:
1.4       sobrado   307: <li>LibreSSL 2.4.2
1.1       deraadt   308:     <ul>
                    309:     <li>User-visible features:
                    310:       <ul>
1.4       sobrado   311:       <li>Fixed some broken manpage links in the install target.
                    312:       <li><tt>cert.pem</tt> has been reorganized and synced with Mozilla's
                    313:           certificate store.
                    314:       <li>Reliability fix, correcting an error when parsing certain ASN.1
                    315:           elements over 16k in size.
                    316:       <li>Implemented the IETF <i>ChaCha20-Poly1305</i> cipher suites.
                    317:       <li>Fixed password prompts from
1.6       schwarze  318:           <a href="http://man.openbsd.org/openssl.1">openssl(1)</a>
1.4       sobrado   319:           to properly handle ^C.
1.1       deraadt   320:       </ul>
                    321:     <li>Code improvements:
                    322:       <ul>
1.4       sobrado   323:       <li>Fixed an <i>nginx</i> compatibility issue by adding an
                    324:           '<tt>install_sw</tt>' build target.
                    325:       <li>Changed default
1.6       schwarze  326:           <a href="http://man.openbsd.org/EVP_AEAD_CTX_init.3">EVP_aead_chacha20_poly1305(3)</a>
1.4       sobrado   327:           implementation to the IETF version, which is now the default.
                    328:       <li>Reworked error handling in <tt>libtls</tt> so that configuration
                    329:           errors are more visible.
                    330:       <li>Added missing error handling around
1.6       schwarze  331:           <a href="http://man.openbsd.org/bn_wexpand.3">bn_wexpand(3)</a>
1.4       sobrado   332:           calls.
                    333:       <li>Added
1.6       schwarze  334:           <a href="http://man.openbsd.org/explicit_bzero.3">explicit_bzero(3)</a>
1.4       sobrado   335:           calls for freed ASN.1 objects.
                    336:       <li>Fixed <tt>X509_*set_object</tt> functions to return 0 on allocation
                    337:           failure.
                    338:       <li>Deprecated internal use of
1.6       schwarze  339:           <a href="http://man.openbsd.org/EVP_EncryptInit">EVP_[Cipher|Encrypt|Decrypt]_Final</a>.
1.4       sobrado   340:       <li>Fixed a problem that prevents the DSA signing algorithm from running
                    341:           in constant time even if the flag <tt>BN_FLG_CONSTTIME</tt> is set.
                    342:       <li>Fixed several issues in the OCSP code that could result in the
                    343:           incorrect generation and parsing of OCSP requests. This remediates
                    344:           a lack of error checking on time parsing in these functions, and
                    345:           ensures that only <tt>GENERALIZEDTIME</tt> formats are accepted for
                    346:           OCSP, as per <i>RFC 6960</i>.
                    347:       </ul>
1.22      tom       348:     <li>The following CVEs have been fixed:
1.4       sobrado   349:       <ul>
                    350:       <li><tt>CVE-2016-2105</tt>&#8212;EVP_EncodeUpdate overflow.
                    351:       <li><tt>CVE-2016-2106</tt>&#8212;EVP_EncryptUpdate overflow.
                    352:       <li><tt>CVE-2016-2107</tt>&#8212;padding oracle in AES-NI CBC MAC check.
                    353:       <li><tt>CVE-2016-2108</tt>&#8212;memory corruption in the ASN.1 encoder.
                    354:       <li><tt>CVE-2016-2109</tt>&#8212;ASN.1 BIO excessive memory allocation.
1.1       deraadt   355:       </ul>
                    356:     </ul>
                    357: <p>
                    358:
                    359: <li>Ports and packages:
                    360:     <dl>
                    361:     <dt>Many pre-built packages for each architecture:
                    362:     </dl>
                    363:     <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    364:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    365:     <tr>
                    366:     <td valign="top" width="25%">
                    367:     <ul>
                    368:       <li>alpha:      xxxx
                    369:       <li>amd64:      xxxx
                    370:       <li>hppa:       xxxx
                    371:     </ul></td><td valign=top width="25%"><ul>
                    372:       <li>i386:       xxxx
                    373:       <li>mips64:     xxxx
                    374:       <li>mips64el:   xxxx
                    375:     </ul></td><td valign=top width="25%"><ul>
                    376:       <li>powerpc:    xxxx
                    377:       <li>sparc64:    xxxx
                    378:     </ul></td></tr></table>
                    379:     <p>
                    380:
                    381:     <dl>
                    382:     <dt>Some highlights:
                    383:     </dl>
                    384:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    385:     <tr>
1.7       schwarze  386:     <td valign="top" width="50%"><ul>
                    387:         <li>Afl 2.19b
                    388:        <li>Chromium 51.0.2704.106
                    389:        <li>Emacs 21.4 and 24.5
                    390:        <li>GCC 4.9.3
                    391:        <li>GHC 7.10.3
                    392:        <li>Gimp 2.8.16
1.9       jasper    393:        <li>GNOME 3.20.2
1.7       schwarze  394:        <li>Go 1.6.3
                    395:        <li>Groff 1.22.3
                    396:        <li>JDK 7u80 and 8u72
1.9       jasper    397:        <li>KDE 3.5.10 and 4.14.3 (plus KDE4 core updates)
1.7       schwarze  398:        <li>LLVM/Clang 3.8.0
                    399:        <li>LibreOffice 5.1.4.2
                    400:        <li>Lua 5.1.5, 5.2.4, and 5.3.3
                    401:        <li>MariaDB 10.0.25
                    402:        <li>Mono 4.4.0.182
                    403:        <li>Mozilla Firefox 45.2.0esr and 47.0.1
                    404:     </ul></td><td valign=top width="50%"><ul>
                    405:        <li>Mozilla Thunderbird 45.2.0
                    406:        <li>Mutt 1.6.2
                    407:        <li>Node.js 4.4.5
                    408:        <li>OpenLDAP 2.3.43 and 2.4.44
                    409:        <li>PHP 5.5.37, 5.6.23, and 7.0.8
                    410:        <li>Postfix 3.1.1 and 3.2-20160515
                    411:        <li>PostgreSQL 9.5.3
                    412:        <li>Python 2.7.12, 3.4.5, and 3.5.2
                    413:        <li>R 3.3.1
                    414:        <li>Ruby 1.8.7.374, 2.0.0.648, 2.1.9, 2.2.5, and 2.3.1
                    415:        <li>Rust 1.9.0-20160608
                    416:        <li>Sendmail 8.15.2
                    417:        <li>Sudo 1.8.17.1
                    418:        <li>Tcl/Tk 8.5.18 and 8.6.4
                    419:        <li>TeX Live 2015
                    420:        <li>Vim 7.4.1467
                    421:        <li>Xfce 4.12
                    422:     </ul></td></tr></table>
1.1       deraadt   423: <p>
                    424:
                    425: <li>As usual, steady improvements in manual pages and other documentation.
                    426: <p>
                    427:
                    428: <li>The system includes the following major components from outside suppliers:
                    429:     <ul>
1.8       schwarze  430:     <li>Xenocara (based on X.Org 7.7 with xserver 1.18.3 + patches,
                    431:       freetype 2.6.3, fontconfig 2.11.1, Mesa 11.2.2, xterm 322,
                    432:       xkeyboard-config 2.18 and more)
1.1       deraadt   433:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)                    XXX
1.8       schwarze  434:     <li>Perl 5.20.3 (+ patches)
                    435:     <li>SQLite 3.9.2 (+ patches)
                    436:     <li>NSD 4.1.10
                    437:     <li>Unbound 1.5.9
                    438:     <li>Ncurses 5.7
                    439:     <li>Binutils 2.17 (+ patches)
                    440:     <li>Gdb 6.3 (+ patches)
                    441:     <li>Awk Aug 10, 2011 version
1.12      schwarze  442:     <li>Expat 2.1.1
1.1       deraadt   443:     </ul>
                    444: </ul>
                    445:
                    446: <hr>
                    447:
                    448: <h3 id="install"><font color="#0000e0">How to install</font></h3>
                    449:
                    450: Following this are the instructions which you would have on a piece of
                    451: paper if you had purchased a CDROM set instead of doing an alternate
                    452: form of install.  The instructions for doing an HTTP (or other style
                    453: of) install are very similar; the CDROM instructions are left intact
                    454: so that you can see how much easier it would have been if you had
                    455: purchased a CDROM instead.
                    456: <p>
                    457:
                    458: <hr>
                    459: <p>
                    460: Please refer to the following files on the three CDROMs or mirror site for
                    461: extensive details on how to install OpenBSD 6.0 on your machine:
                    462:
                    463: <ul>
                    464: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/alpha/INSTALL.alpha">
                    465:        .../OpenBSD/6.0/alpha/INSTALL.alpha (on CD1)</a>
                    466: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/i386/INSTALL.i386">
                    467:        .../OpenBSD/6.0/i386/INSTALL.i386 (on CD1)</a>
                    468: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/hppa/INSTALL.hppa">
                    469:        .../OpenBSD/6.0/hppa/INSTALL.hppa (on CD1)</a>
                    470: <p>
                    471: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/amd64/INSTALL.amd64">
                    472:        .../OpenBSD/6.0/amd64/INSTALL.amd64 (on CD2)</a>
                    473: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/macppc/INSTALL.macppc">
                    474:        .../OpenBSD/6.0/macppc/INSTALL.macppc (on CD2)</a>
                    475: <p>
                    476: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/sparc64/INSTALL.sparc64">
                    477:        .../OpenBSD/6.0/sparc64/INSTALL.sparc64 (on CD3)</a>
                    478: <p>
                    479: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/armv7/INSTALL.armv7">
                    480:        .../OpenBSD/6.0/armv7/INSTALL.armv7</a>
                    481: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/hppa/INSTALL.hppa">
                    482:        .../OpenBSD/6.0/hppa/INSTALL.hppa</a>
                    483: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/landisk/INSTALL.landisk">
                    484:        .../OpenBSD/6.0/landisk/INSTALL.landisk</a>
                    485: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/loongson/INSTALL.loongson">
                    486:        .../OpenBSD/6.0/loongson/INSTALL.loongson</a>
                    487: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/luna88k/INSTALL.luna88k">
                    488:        .../OpenBSD/6.0/luna88k/INSTALL.luna88k</a>
                    489: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/octeon/INSTALL.octeon">
                    490:        .../OpenBSD/6.0/octeon/INSTALL.octeon</a>
                    491: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/sgi/INSTALL.sgi">
                    492:        .../OpenBSD/6.0/sgi/INSTALL.sgi</a>
                    493: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/socppc/INSTALL.socppc">
                    494:        .../OpenBSD/6.0/socppc/INSTALL.socppc</a>
                    495: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/6.0/zaurus/INSTALL.zaurus">
                    496:        .../OpenBSD/6.0/zaurus/INSTALL.zaurus</a>
                    497: </ul>
                    498:
                    499:
                    500: <hr>
                    501:
                    502: <p>
1.6       schwarze  503: Quick installer information for people familiar with OpenBSD, and the use of
                    504: the "<a href="http://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    505: If you are at all confused when installing OpenBSD, read the relevant
                    506: INSTALL.* file as listed above!
1.1       deraadt   507:
                    508: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    509:
                    510: <ul style="list-style-type: none">
                    511: <li>
                    512: The OpenBSD/i386 release is on CD1.
                    513: Boot from the CD to begin the install - you may need to adjust
                    514: your BIOS options first.
                    515: <p>
                    516: <li>
                    517: If your machine can boot from USB, you can write <i>install60.fs</i> or
                    518: <i>miniroot60.fs</i> to a USB stick and boot from it.
                    519: <p>
                    520: <li>
                    521: If you can't boot from a CD, floppy disk, or USB,
                    522: you can install across the network using PXE as described in
                    523: the included INSTALL.i386 document.
                    524: <p>
                    525: <li>
                    526: If you are planning on dual booting OpenBSD with another OS, you will need to
                    527: read INSTALL.i386.
                    528: </ul>
                    529:
                    530: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    531:
                    532: <ul style="list-style-type: none">
                    533: <li>
                    534: The OpenBSD/amd64 release is on CD2.
                    535: Boot from the CD to begin the install - you may need to adjust
                    536: your BIOS options first.
                    537: <p>
                    538: <li>
                    539: If your machine can boot from USB, you can write <i>install60.fs</i> or
                    540: <i>miniroot60.fs</i> to a USB stick and boot from it.
                    541: <p>
                    542: <li>
                    543: If you can't boot from a CD, floppy disk, or USB,
                    544: you can install across the network using PXE as described in the included
                    545: INSTALL.amd64 document.
                    546: <p>
                    547: <li>
                    548: If you are planning to dual boot OpenBSD with another OS, you will need to
                    549: read INSTALL.amd64.
                    550: </ul>
                    551:
                    552: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    553:
                    554: <ul style="list-style-type: none">
                    555: <li>
                    556: Burn the image from a mirror site to a CDROM, and power on your machine
                    557: while holding down the <i>C</i> key until the display turns on and
                    558: shows <i>OpenBSD/macppc boot</i>.
                    559: <p>
                    560: <li>
                    561: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    562: /6.0/macppc/bsd.rd</i>
                    563: </ul>
                    564:
                    565: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    566:
                    567: <ul style="list-style-type: none">
                    568: <li>
                    569: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    570: <p>
                    571: <li>
                    572: If this doesn't work, or if you don't have a CDROM drive, you can write
                    573: <i>CD3:6.0/sparc64/floppy60.fs</i> or <i>CD3:6.0/sparc64/floppyB60.fs</i>
                    574: (depending on your machine) to a floppy and boot it with <i>boot
                    575: floppy</i>. Refer to INSTALL.sparc64 for details.
                    576: <p>
                    577: <li>
                    578: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    579: will most likely fail.
                    580: <p>
                    581: <li>
                    582: You can also write <i>CD3:6.0/sparc64/miniroot60.fs</i> to the swap partition on
                    583: the disk and boot with <i>boot disk:b</i>.
                    584: <p>
                    585: <li>
                    586: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    587: </ul>
                    588:
                    589: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    590:
                    591: <ul style="list-style-type: none">
                    592: <li>
                    593: Write <i>FTP:6.0/alpha/floppy60.fs</i> or
                    594: <i>FTP:6.0/alpha/floppyB60.fs</i> (depending on your machine) to a diskette and
                    595: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    596: <p>
                    597: <li>
                    598: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    599: will most likely fail.
                    600: </ul>
                    601:
                    602: <h3><font color="#e00000">OpenBSD/armv7:</font></h3>
                    603:
                    604: <ul style="list-style-type: none">
                    605: <li>
                    606: Refer to INSTALL.armv7 for more details. XXX
                    607: <p>
                    608: </ul>
                    609:
                    610: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    611:
                    612: <ul style="list-style-type: none">
                    613: <li>
                    614: Boot over the network by following the instructions in INSTALL.hppa or the
                    615: <a href="hppa.html#install">hppa platform page</a>.
                    616: </ul>
                    617:
                    618: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    619:
                    620: <ul style="list-style-type: none">
                    621: <li>
                    622: Write <i>miniroot60.fs</i> to the start of the CF
                    623: or disk, and boot normally.
                    624: </ul>
                    625:
                    626: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    627:
                    628: <ul style="list-style-type: none">
                    629: <li>
                    630: Write <i>miniroot60.fs</i> to a USB stick and boot bsd.rd from it
                    631: or boot bsd.rd via tftp.
                    632: Refer to the instructions in INSTALL.loongson for more details.
                    633: </ul>
                    634:
                    635: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    636:
                    637: <ul style="list-style-type: none">
                    638: <li>
                    639: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    640: from the PROM, and then bsd.rd from the bootloader.
                    641: Refer to the instructions in INSTALL.luna88k for more details.
                    642: </ul>
                    643:
                    644: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    645:
                    646: <ul style="list-style-type: none">
                    647: <li>
                    648: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    649: Refer to the instructions in INSTALL.octeon for more details.
                    650: </ul>
                    651:
                    652: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    653:
                    654: <ul style="list-style-type: none">
                    655: <li>
                    656: To install, burn cd60.iso on a CD-R, put it in the CD drive of your
                    657: machine and select <i>Install System Software</i> from the System Maintenance
                    658: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    659: CD-ROM, and need a proper invocation from the PROM prompt.
                    660: Refer to the instructions in INSTALL.sgi for more details.
                    661:
                    662: <p>
                    663: <li>
                    664: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    665: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    666: system type. Refer to the instructions in INSTALL.sgi for more details.
                    667: </ul>
                    668:
                    669: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    670:
                    671: <ul style="list-style-type: none">
                    672: <li>
                    673: After connecting a serial port, boot over the network via DHCP/tftp.
                    674: Refer to the instructions in INSTALL.socppc for more details.
                    675: </ul>
                    676:
                    677: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    678:
                    679: <ul style="list-style-type: none">
                    680: <li>
                    681: Using the Linux built-in graphical ipkg installer, install the
                    682: openbsd60_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    683: for a few important details.
                    684: </ul>
                    685:
                    686: <hr>
                    687:
                    688: <h3 id="upgrade"><font color="#0000e0">How to upgrade</font></h3>
                    689:
                    690: If you already have an OpenBSD 5.9 system, and do not want to reinstall,
                    691: upgrade instructions and advice can be found in the
                    692: <a href="faq/upgrade60.html">Upgrade Guide</a>.
                    693: <p>
                    694:
                    695: <hr>
                    696:
                    697: <h3 id="sourcecode"><font color="#0000e0">Notes about the source code</font></h3>
                    698:
1.6       schwarze  699: <tt>src.tar.gz</tt> contains a source archive starting at <tt>/usr/src</tt>.
                    700: This file contains everything you need except for the kernel sources,
                    701: which are in a separate archive.
                    702: To extract:
1.1       deraadt   703:
                    704: <blockquote><pre>
                    705: # <b>mkdir -p /usr/src</b>
                    706: # <b>cd /usr/src</b>
                    707: # <b>tar xvfz /tmp/src.tar.gz</b>
                    708: </pre></blockquote>
                    709:
1.6       schwarze  710: <tt>sys.tar.gz</tt> contains a source archive starting at <tt>/usr/src/sys</tt>.
1.1       deraadt   711: This file contains all the kernel sources you need to rebuild kernels.
                    712: To extract:
                    713:
                    714: <blockquote><pre>
                    715: # <b>mkdir -p /usr/src/sys</b>
                    716: # <b>cd /usr/src</b>
                    717: # <b>tar xvfz /tmp/sys.tar.gz</b>
                    718: </pre></blockquote>
                    719:
                    720: Both of these trees are a regular CVS checkout.  Using these trees it
                    721: is possible to get a head-start on using the anoncvs servers as
                    722: described <a href="anoncvs.html">here</a>.
                    723: Using these files
                    724: results in a much faster initial CVS update than you could expect from
                    725: a fresh checkout of the full OpenBSD source tree.
                    726: <p>
                    727:
                    728: <hr>
                    729:
                    730: <h3 id="ports"><font color="#0000e0">Ports Tree</font></h3>
                    731:
                    732: A ports tree archive is also provided.  To extract:
                    733:
                    734: <blockquote><pre>
                    735: # <b>cd /usr</b>
                    736: # <b>tar xvfz /tmp/ports.tar.gz</b>
                    737: </pre></blockquote>
                    738:
                    739: Go read the <a href="faq/ports/index.html">ports</a> page
                    740: if you know nothing about ports
                    741: at this point.  This text is not a manual of how to use ports.
                    742: Rather, it is a set of notes meant to kickstart the user on the
                    743: OpenBSD ports system.
                    744: <p>
1.6       schwarze  745: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    746: As with our complete source tree, our ports tree is available via
1.1       deraadt   747: <a href="anoncvs.html">AnonCVS</a>.
                    748: So, in order to keep up to date with the <i>-stable</i> branch, you must make
                    749: the <i>ports/</i> tree available on a read-write medium and update the tree
                    750: with a command like:
                    751:
                    752: <blockquote><pre>
                    753: # <b>cd /usr/ports</b>
                    754: # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_0</b>
                    755: </pre></blockquote>
                    756:
                    757: [Of course, you must replace the server name here with a nearby anoncvs
                    758: server.]
                    759: <p>
                    760: Note that most ports are available as packages on our mirrors. Updated
                    761: ports for the 6.0 release will be made available if problems arise.
                    762: <p>
                    763: If you're interested in seeing a port added, would like to help out, or just
                    764: would like to know more, the mailing list
                    765: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    766: <p>
                    767: </body>
                    768: </html>