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

Annotation of www/66.html, Revision 1.16

1.7       bentley     1: <!doctype html>
                      2: <html lang=en id=release>
                      3: <meta charset=utf-8>
                      4:
1.1       beck        5: <title>OpenBSD 6.6</title>
                      6: <meta name="description" content="OpenBSD 6.6">
                      7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
                      9: <link rel="canonical" href="https://www.openbsd.org/66.html">
                     10:
1.7       bentley    11: <h2 id=OpenBSD>
1.1       beck       12: <a href="index.html">
1.7       bentley    13: <i>Open</i><b>BSD</b></a>
                     14: 6.6
1.1       beck       15: </h2>
                     16:
1.7       bentley    17: <table>
                     18: <tr>
                     19: <td>
1.1       beck       20: <a href="images/Puffystock.gif">
1.7       bentley    21: <img alt="Puffystock" width="227" height="343" src="images/Puffystock-s.gif"></a>
                     22: <td>
1.1       beck       23: Released XXX, 2019<br>
                     24: Copyright 1997-2019, Theo de Raadt.<br>
                     25: <br>
                     26: <br>
                     27: Artwork by Hans Tseng, Efrain Farias, and Natasha Allegri.
                     28: <br>
                     29: <ul>
                     30: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     31:     a list of mirror machines.
1.7       bentley    32: <li>Go to the <code class=reldir>pub/OpenBSD/6.6/</code> directory on
1.1       beck       33:     one of the mirror sites.
                     34: <li>Have a look at <a href="errata66.html">the 6.6 errata page</a> for a list
                     35:     of bugs and workarounds.
                     36: <li>See a <a href="plus66.html">detailed log of changes</a> between the
                     37:     6.5 and 6.6 releases.
                     38: <p>
                     39: <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
                     40:     pubkeys for this release:<p>
                     41:
1.7       bentley    42: <table class=signify>
                     43: <tr><td>
                     44: openbsd-66-base.pub:
1.1       beck       45: <td>
                     46: <a href="https://ftp.openbsd.org/pub/OpenBSD/6.6/openbsd-66-base.pub">
                     47: RWSZaRmt1LEQT9CtPygf9CvONu8kYPTlVEJdysNoUR62/NkeWgdkc3zY</a>
1.7       bentley    48: <tr><td>
1.1       beck       49: openbsd-66-fw.pub:
1.7       bentley    50: <td>
1.1       beck       51: RWQYdGVtTv5IvpH2c+TLQAC4iV7RjoGZ/v75q8MCuC9Mca7nFVCXRefy
1.7       bentley    52: <tr><td>
1.1       beck       53: openbsd-66-pkg.pub:
1.7       bentley    54: <td>
1.1       beck       55: RWS5D4+188RI6jULDOFzga0Cm1zrXYUAHT6xu0mLrZidbn6xrMB5aZeR
1.7       bentley    56: <tr><td>
1.1       beck       57: openbsd-66-syspatch.pub:
1.7       bentley    58: <td>
1.1       beck       59: RWT8U2yd3Aq5DnetILjmSoCQxmyt3VqfGS7GBh19oh4Xre4ywc31PEpw
                     60: </table>
1.7       bentley    61: </ul>
1.1       beck       62: <p>
                     63: All applicable copyrights and credits are in the src.tar.gz,
                     64: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
1.9       deraadt    65: files fetched via <code>ports.tar.gz</code>.
1.7       bentley    66: </table>
1.1       beck       67:
                     68: <hr>
                     69:
1.7       bentley    70: <section id=new>
                     71: <h3>What's New</h3>
                     72: <p>
1.1       beck       73: This is a partial list of new features and systems included in OpenBSD 6.6.
                     74: For a comprehensive list, see the <a href="plus66.html">changelog</a> leading
                     75: to 6.6.
                     76:
                     77: <ul>
                     78:
                     79: <li>Improved hardware support, including:
                     80:     <ul>
1.4       sthen      81:       <li><a href="https://man.openbsd.org/clang.1">clang(1)</a>
                     82:           is now provided on powerpc.
1.1       beck       83:     </ul>
                     84:
                     85: <li>IEEE 802.11 wireless stack improvements:
                     86:   <ul>
                     87:   </ul>
                     88:
                     89: <li>Generic network stack improvements:
                     90:     <ul>
                     91:     </ul>
                     92:
                     93: <li>Installer improvements:
                     94:     <ul>
                     95:     </ul>
                     96:
                     97: <li>Security improvements:
                     98:   <ul>
                     99:   </ul>
                    100:
                    101: <li>Routing daemons and other userland network improvements:
                    102:     <ul>
1.16    ! otto      103:       <li>The <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a>
        !           104:         daemon now gets and sets the clock in a secure way when booting
        !           105:         even when a battery-backed clock is absent.
1.1       beck      106:     </ul>
                    107:
                    108: <li><a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> improvements:
                    109:     <ul>
                    110:     </ul>
                    111:
                    112: <li>Assorted improvements:
                    113:   <ul>
                    114:     <li> The filesystem buffer cache now more aggressively uses memory
                    115:       outside the DMA region, to improve cache performance on amd64
                    116:       machines.
1.5       rob       117:     <li> The BER API previously internal to
                    118: <a href="https://man.openbsd.org/ldap.1">ldap(1)</a>,
                    119: <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>,
                    120: <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a>, and
                    121: <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> has been moved into
                    122: libutil.
1.6       anton     123: See <a href="https://man.openbsd.org/ber_read_elements.3">ber_read_elements(3)</a>.
                    124:     <li>Support for specifying boot device in
                    125:         <a href="https://man.openbsd.org/vm.conf#boot_device">vm.conf(5)</a>.
1.1       beck      126:   </ul>
                    127:
                    128: <li>OpenSMTPD 6.6.0
                    129:   <ul>
                    130:   </ul>
                    131:
                    132: <li>LibreSSL 3.0.X
                    133:   <ul>
                    134:     <li>API and Documentation Enhancements
                    135:     <ul>
1.11      tb        136:       <li>Completed the port of RSA_METHOD accessors from the
1.13      tb        137:           OpenSSL 1.1 API.
1.12      inoguchi  138:       <li>Documented undescribed options and
                    139:           removed unfunctional options description in openssl(1) manual.
1.1       beck      140:     </ul>
                    141:
                    142:     <li>Compatibility Changes
                    143:     <ul>
                    144:     </ul>
                    145:
                    146:     <li>Testing and Proactive Security
                    147:     <ul>
                    148:       <li>
1.2       tb        149:        A plethora of small fixes due to regular oss-fuzz testing.
1.13      tb        150:       <li>
                    151:         Various side channels in DSA and ECDSA were addressed.
                    152:        These are some of the many issues found in an extensive systematic
                    153:        analysis of bignum usage by Samuel Weiser, David Schrammel et al.
1.1       beck      154:     </ul>
                    155:
                    156:     <li>Internal Improvements
                    157:     <ul>
                    158:     </ul>
                    159:
                    160:     <li>Portable Improvements
                    161:     <ul>
1.14      bcook     162:       <li>Enabled performance optimizations when building with Visual Studio on Windows.
1.12      inoguchi  163:       <li>Enabled openssl(1) speed subcommand on Windows platform.
1.1       beck      164:     </ul>
                    165:
                    166:     <li>Bug Fixes
                    167:     <ul>
                    168:       <li>
1.2       tb        169:         Fixed issue where SRTP extension would not be sent by server.
1.3       tb        170:       <li>
1.13      tb        171:         Fixed incorrect carry operation in 512 addition for Streebog.
1.12      inoguchi  172:       <li>Fixed -modulus option with openssl(1) dsa subcommand.
                    173:       <li>Fixed PVK format output issue with openssl(1) dsa and rsa subcommand.
1.1       beck      174:     </ul>
                    175:   </ul>
                    176:
                    177: <li>OpenSSH 8.X
                    178:   <ul>
                    179:   <li>New Features
                    180:   <li>Bugfixes
                    181:   </ul>
                    182:
                    183: <li>Mandoc XXX
                    184:   <ul>
                    185:   </ul>
                    186:
                    187: <li>Xenocara
                    188:   <ul>
                    189:   </ul>
                    190:
1.7       bentley   191: <li><p>Ports and packages:
1.1       beck      192:     <ul>
                    193:     </ul>
1.7       bentley   194:     <p>Many pre-built packages for each architecture:
1.1       beck      195:     <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
1.7       bentley   196:     <ul style="column-count: 3">
1.1       beck      197:       <li>aarch64:     XXXX
                    198:       <li>amd64:       XXXX
                    199:       <li>arm:         XXXX
                    200:       <li>i386:        XXXX
                    201:       <li>mips64:      XXXX
                    202:       <li>mips64el:    XXXX
                    203:       <li>powerpc:     XXXX
                    204:       <li>sparc64:     XXXX
1.7       bentley   205:     </ul>
1.1       beck      206:
1.7       bentley   207:     <p>Some highlights:
                    208:     <ul style="column-count: 3">
                    209:     </ul>
1.1       beck      210:
                    211: <li>As usual, steady improvements in manual pages and other documentation.
                    212:
                    213: <li>The system includes the following major components from outside suppliers:
                    214:     <ul>
                    215:     </ul>
                    216: </ul>
1.7       bentley   217: </section>
1.1       beck      218:
                    219: <hr>
                    220:
1.7       bentley   221: <section id=install>
                    222: <h3>How to install</h3>
                    223: <p>
1.1       beck      224: Please refer to the following files on the mirror site for
                    225: extensive details on how to install OpenBSD 6.6 on your machine:
                    226:
                    227: <ul>
                    228: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.6/alpha/INSTALL.alpha">
                    229:        .../OpenBSD/6.6/alpha/INSTALL.alpha</a>
                    230: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.6/amd64/INSTALL.amd64">
                    231:        .../OpenBSD/6.6/amd64/INSTALL.amd64</a>
                    232: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.6/arm64/INSTALL.arm64">
                    233:        .../OpenBSD/6.6/arm64/INSTALL.arm64</a>
                    234: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.6/armv7/INSTALL.armv7">
                    235:        .../OpenBSD/6.6/armv7/INSTALL.armv7</a>
                    236: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.6/hppa/INSTALL.hppa">
                    237:        .../OpenBSD/6.6/hppa/INSTALL.hppa</a>
                    238: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.6/i386/INSTALL.i386">
                    239:        .../OpenBSD/6.6/i386/INSTALL.i386</a>
                    240: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.6/landisk/INSTALL.landisk">
                    241:        .../OpenBSD/6.6/landisk/INSTALL.landisk</a>
                    242: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.6/loongson/INSTALL.loongson">
                    243:        .../OpenBSD/6.6/loongson/INSTALL.loongson</a>
                    244: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.6/luna88k/INSTALL.luna88k">
                    245:        .../OpenBSD/6.6/luna88k/INSTALL.luna88k</a>
                    246: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.6/macppc/INSTALL.macppc">
                    247:        .../OpenBSD/6.6/macppc/INSTALL.macppc</a>
                    248: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.6/octeon/INSTALL.octeon">
                    249:        .../OpenBSD/6.6/octeon/INSTALL.octeon</a>
                    250: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.6/sgi/INSTALL.sgi">
                    251:        .../OpenBSD/6.6/sgi/INSTALL.sgi</a>
                    252: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.6/sparc64/INSTALL.sparc64">
                    253:        .../OpenBSD/6.6/sparc64/INSTALL.sparc64</a>
                    254: </ul>
1.8       deraadt   255: </section>
1.1       beck      256:
                    257: <hr>
                    258:
1.7       bentley   259: <section id=quickinstall>
1.1       beck      260: <p>
                    261: Quick installer information for people familiar with OpenBSD, and the use of
                    262: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    263: If you are at all confused when installing OpenBSD, read the relevant
                    264: INSTALL.* file as listed above!
                    265:
1.7       bentley   266: <h3>OpenBSD/alpha:</h3>
1.1       beck      267:
1.7       bentley   268: <p>
1.1       beck      269: Write <i>floppy66.fs</i> or <i>floppyB66.fs</i> (depending on your machine)
                    270: to a diskette and enter <i>boot dva0</i>.
                    271: Refer to INSTALL.alpha for more details.
1.7       bentley   272:
1.1       beck      273: <p>
                    274: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    275: will most likely fail.
                    276:
1.7       bentley   277: <h3>OpenBSD/amd64:</h3>
1.1       beck      278:
1.7       bentley   279: <p>
1.1       beck      280: If your machine can boot from CD, you can write <i>install66.iso</i> or
                    281: <i>cd66.iso</i> to a CD and boot from it.
                    282: You may need to adjust your BIOS options first.
1.7       bentley   283:
1.1       beck      284: <p>
                    285: If your machine can boot from USB, you can write <i>install66.fs</i> or
                    286: <i>miniroot66.fs</i> to a USB stick and boot from it.
1.7       bentley   287:
1.1       beck      288: <p>
                    289: If you can't boot from a CD, floppy disk, or USB,
                    290: you can install across the network using PXE as described in the included
                    291: INSTALL.amd64 document.
1.7       bentley   292:
1.1       beck      293: <p>
                    294: If you are planning to dual boot OpenBSD with another OS, you will need to
                    295: read INSTALL.amd64.
                    296:
1.7       bentley   297: <h3>OpenBSD/arm64:</h3>
1.1       beck      298:
1.7       bentley   299: <p>
1.1       beck      300: Write <i>miniroot66.fs</i> to a disk and boot from it after connecting
                    301: to the serial console.  Refer to INSTALL.arm64 for more details.
                    302:
1.7       bentley   303: <h3>OpenBSD/armv7:</h3>
1.1       beck      304:
1.7       bentley   305: <p>
1.1       beck      306: Write a system specific miniroot to an SD card and boot from it after connecting
                    307: to the serial console.  Refer to INSTALL.armv7 for more details.
                    308:
1.7       bentley   309: <h3>OpenBSD/hppa:</h3>
1.1       beck      310:
1.7       bentley   311: <p>
1.1       beck      312: Boot over the network by following the instructions in INSTALL.hppa or the
                    313: <a href="hppa.html#install">hppa platform page</a>.
                    314:
1.7       bentley   315: <h3>OpenBSD/i386:</h3>
1.1       beck      316:
1.7       bentley   317: <p>
1.1       beck      318: If your machine can boot from CD, you can write <i>install66.iso</i> or
                    319: <i>cd66.iso</i> to a CD and boot from it.
                    320: You may need to adjust your BIOS options first.
1.7       bentley   321:
1.1       beck      322: <p>
                    323: If your machine can boot from USB, you can write <i>install66.fs</i> or
                    324: <i>miniroot66.fs</i> to a USB stick and boot from it.
1.7       bentley   325:
1.1       beck      326: <p>
                    327: If you can't boot from a CD, floppy disk, or USB,
                    328: you can install across the network using PXE as described in
                    329: the included INSTALL.i386 document.
1.7       bentley   330:
1.1       beck      331: <p>
                    332: If you are planning on dual booting OpenBSD with another OS, you will need to
                    333: read INSTALL.i386.
                    334:
1.7       bentley   335: <h3>OpenBSD/landisk:</h3>
1.1       beck      336:
1.7       bentley   337: <p>
1.1       beck      338: Write <i>miniroot66.fs</i> to the start of the CF
                    339: or disk, and boot normally.
                    340:
1.7       bentley   341: <h3>OpenBSD/loongson:</h3>
1.1       beck      342:
1.7       bentley   343: <p>
1.1       beck      344: Write <i>miniroot66.fs</i> to a USB stick and boot bsd.rd from it
                    345: or boot bsd.rd via tftp.
                    346: Refer to the instructions in INSTALL.loongson for more details.
                    347:
1.7       bentley   348: <h3>OpenBSD/luna88k:</h3>
1.1       beck      349:
1.7       bentley   350: <p>
                    351: Copy 'boot' and 'bsd.rd' to a Mach or UniOS partition, and boot the bootloader
1.1       beck      352: from the PROM, and then bsd.rd from the bootloader.
                    353: Refer to the instructions in INSTALL.luna88k for more details.
                    354:
1.7       bentley   355: <h3>OpenBSD/macppc:</h3>
1.1       beck      356:
1.7       bentley   357: <p>
1.1       beck      358: Burn the image from a mirror site to a CDROM, and power on your machine
                    359: while holding down the <i>C</i> key until the display turns on and
                    360: shows <i>OpenBSD/macppc boot</i>.
1.7       bentley   361:
1.1       beck      362: <p>
                    363: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    364: /6.6/macppc/bsd.rd</i>
                    365:
1.7       bentley   366: <h3>OpenBSD/octeon:</h3>
1.1       beck      367:
1.7       bentley   368: <p>
1.1       beck      369: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    370: Refer to the instructions in INSTALL.octeon for more details.
                    371:
1.7       bentley   372: <h3>OpenBSD/sgi:</h3>
1.1       beck      373:
1.7       bentley   374: <p>
1.1       beck      375: To install, burn cd66.iso on a CD-R, put it in the CD drive of your
                    376: machine and select <i>Install System Software</i> from the System Maintenance
                    377: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    378: CD-ROM, and need a proper invocation from the PROM prompt.
                    379: Refer to the instructions in INSTALL.sgi for more details.
                    380:
                    381: <p>
                    382: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    383: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    384: system type. Refer to the instructions in INSTALL.sgi for more details.
                    385:
1.7       bentley   386: <h3>OpenBSD/sparc64:</h3>
1.1       beck      387:
1.7       bentley   388: <p>
1.1       beck      389: Burn the image from a mirror site to a CDROM, boot from it, and type
                    390: <i>boot cdrom</i>.
1.7       bentley   391:
1.1       beck      392: <p>
                    393: If this doesn't work, or if you don't have a CDROM drive, you can write
                    394: <i>floppy66.fs</i> or <i>floppyB66.fs</i>
                    395: (depending on your machine) to a floppy and boot it with <i>boot
                    396: floppy</i>. Refer to INSTALL.sparc64 for details.
1.7       bentley   397:
1.1       beck      398: <p>
                    399: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    400: will most likely fail.
1.7       bentley   401:
1.1       beck      402: <p>
                    403: You can also write <i>miniroot66.fs</i> to the swap partition on
                    404: the disk and boot with <i>boot disk:b</i>.
1.7       bentley   405:
1.1       beck      406: <p>
                    407: If nothing works, you can boot over the network as described in INSTALL.sparc64.
1.7       bentley   408: </section>
1.1       beck      409:
                    410: <hr>
                    411:
1.7       bentley   412: <section id=upgrade>
                    413: <h3>How to upgrade</h3>
                    414: <p>
1.1       beck      415: If you already have an OpenBSD 6.5 system, and do not want to reinstall,
                    416: upgrade instructions and advice can be found in the
                    417: <a href="faq/upgrade66.html">Upgrade Guide</a>.
1.7       bentley   418: </section>
1.1       beck      419:
                    420: <hr>
                    421:
1.7       bentley   422: <section id=sourcecode>
                    423: <h3>Notes about the source code</h3>
                    424: <p>
                    425: <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
1.1       beck      426: This file contains everything you need except for the kernel sources,
                    427: which are in a separate archive.
                    428: To extract:
                    429: <blockquote><pre>
1.7       bentley   430: # <kbd>mkdir -p /usr/src</kbd>
                    431: # <kbd>cd /usr/src</kbd>
                    432: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
1.1       beck      433: </pre></blockquote>
1.7       bentley   434: <p>
                    435: <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
1.1       beck      436: This file contains all the kernel sources you need to rebuild kernels.
                    437: To extract:
                    438: <blockquote><pre>
1.7       bentley   439: # <kbd>mkdir -p /usr/src/sys</kbd>
                    440: # <kbd>cd /usr/src</kbd>
                    441: # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
1.1       beck      442: </pre></blockquote>
1.7       bentley   443: <p>
1.1       beck      444: Both of these trees are a regular CVS checkout.  Using these trees it
                    445: is possible to get a head-start on using the anoncvs servers as
                    446: described <a href="anoncvs.html">here</a>.
                    447: Using these files
                    448: results in a much faster initial CVS update than you could expect from
                    449: a fresh checkout of the full OpenBSD source tree.
1.7       bentley   450: </section>
1.1       beck      451:
                    452: <hr>
                    453:
1.7       bentley   454: <section id=ports>
                    455: <h3>Ports Tree</h3>
                    456: <p>
1.1       beck      457: A ports tree archive is also provided.  To extract:
                    458: <blockquote><pre>
1.7       bentley   459: # <kbd>cd /usr</kbd>
                    460: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
1.1       beck      461: </pre></blockquote>
1.7       bentley   462: <p>
1.1       beck      463: Go read the <a href="faq/ports/index.html">ports</a> page
                    464: if you know nothing about ports
                    465: at this point.  This text is not a manual of how to use ports.
                    466: Rather, it is a set of notes meant to kickstart the user on the
                    467: OpenBSD ports system.
                    468: <p>
                    469: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    470: As with our complete source tree, our ports tree is available via
                    471: <a href="anoncvs.html">AnonCVS</a>.
                    472: So, in order to keep up to date with the -stable branch, you must make
                    473: the <i>ports/</i> tree available on a read-write medium and update the tree
                    474: with a command like:
                    475: <blockquote><pre>
1.7       bentley   476: # <kbd>cd /usr/ports</kbd>
1.15      jsg       477: # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_6</kbd>
1.1       beck      478: </pre></blockquote>
1.7       bentley   479: <p>
1.1       beck      480: [Of course, you must replace the server name here with a nearby anoncvs
                    481: server.]
                    482: <p>
                    483: Note that most ports are available as packages on our mirrors. Updated
                    484: ports for the 6.6 release will be made available if problems arise.
                    485: <p>
                    486: If you're interested in seeing a port added, would like to help out, or just
                    487: would like to know more, the mailing list
                    488: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
1.7       bentley   489: </section>