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

Annotation of www/65.html, Revision 1.4

1.1       beck        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 6.5</title>
                      5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 6.5">
                      7: <meta name="copyright" content="This document copyright 2019 by OpenBSD.">
                      8: <meta name="viewport" content="width=device-width, initial-scale=1">
                      9: <link rel="stylesheet" type="text/css" href="openbsd.css">
                     10: <link rel="canonical" href="https://www.openbsd.org/65.html">
                     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.4</font>
                     19: </h2>
                     20:
                     21: <a href="images/notyet.jpg">
                     22: <img align="left" width="227" height="343" hspace="24" src="images/Puffoil.gif"></a>
                     23: Released XXX XX, 2018<br>
                     24: Copyright 1997-2019, Theo de Raadt.<br>
                     25: <br>
                     26: <br>
                     27:
                     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.
                     32: <li>Go to the <font color="#e00000">pub/OpenBSD/6.5/</font> directory on
                     33:     one of the mirror sites.
1.2       beck       34: <li>Have a look at <a href="errata65.html">the 6.5 errata page</a> for a list
1.1       beck       35:     of bugs and workarounds.
1.2       beck       36: <li>See a <a href="plus65.html">detailed log of changes</a> between the
1.1       beck       37:     6.4 and 6.5 releases.
                     38: <p>
                     39: <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
                     40:     pubkeys for this release:<br>
                     41: <pre>
                     42: </pre>
                     43: <p>
                     44: All applicable copyrights and credits are in the src.tar.gz,
                     45: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     46: files fetched via ports.tar.gz.
                     47: </ul>
                     48: <br clear=all>
                     49:
                     50: <hr>
                     51:
                     52: <h3 id="new"><font color="#0000e0">What's New</font></h3>
                     53:
                     54: This is a partial list of new features and systems included in OpenBSD 6.5.
1.2       beck       55: For a comprehensive list, see the <a href="plus65.html">changelog</a> leading
1.1       beck       56: to 6.5.
                     57:
                     58: <ul>
                     59:
                     60: <li>Improved hardware support, including:
1.3       visa       61:     <ul>
                     62:     <li><a href="https://man.openbsd.org/clang.1">clang(1)</a>
                     63:         is now provided on mips64.
                     64:     </ul>
1.1       beck       65:
                     66: <p>
                     67:
                     68: <li>IEEE 802.11 wireless stack improvements:
                     69: <p>
                     70:
                     71: <li>Generic network stack improvements:
                     72: <p>
                     73:
                     74: <li>Installer improvements:
                     75: <p>
                     76:
                     77: <li>Security improvements:
                     78: <p>
                     79:
                     80: <li>Routing daemons and other userland network improvements:
                     81: <p>
                     82:
                     83: <li>Assorted improvements:
                     84: <p>
                     85:
                     86: <li>OpenSMTPD
                     87: <p>
                     88:
1.4     ! bcook      89: <li>LibreSSL 2.9.X
        !            90:   <ul>
        !            91:     <li>API and Documentation Enhancements
        !            92:     <ul>
        !            93:       <li>
        !            94:         CRYPTO_LOCK is now automatically initialized, with the legacy
        !            95:         callbacks stubbed for compatibility
        !            96:       <li>
        !            97:         Added the SM3 hash function from the Chinese standard GB/T 32905-2016.
        !            98:     </ul>
        !            99:
        !           100:     <li>Testing and Proactive Security
        !           101:     <ul>
        !           102:       <li>
        !           103:         Added interperability tests between LibreSSL and OpenSSL 1.0 and 1.1
        !           104:     </ul>
        !           105:
        !           106:     <li>Internal Improvements
        !           107:     <ul>
        !           108:       <li>
        !           109:         Simplified sigalgs option processing and handshake signing algorithm
        !           110:         selection
        !           111:       <li>
        !           112:         Added the ability to use the RSA PSS algorithm for handshake signatures
        !           113:       <li>
        !           114:         Added bn_rand_interval() and use it in code needing ranges of random bn
        !           115:         values
        !           116:       <li>
        !           117:         Added functionality to derive early, handshake, and application secrets
        !           118:         as per RFC8446
        !           119:       <li>
        !           120:         Added handshake state machine from RFC8446, TLS 1.3
        !           121:     </ul>
        !           122:
        !           123:     <li>Bug Fixes
        !           124:     <ul>
        !           125:       <li>
        !           126:         Fix timing vulnerability in ECDSA signature generation (CVE-2018-0735)
        !           127:       <li>
        !           128:         Fix for Portsmash vulnerability originally by Brumley, ul Hassan and
        !           129:         Tuveri
        !           130:       <li>
        !           131:         Ensure transcript handshake is always freed with TLS 1.2
        !           132:     </ul>
        !           133:   </ul>
1.1       beck      134: <p>
                    135:
                    136: <li>Mandoc
                    137: <p>
                    138:
                    139: <li>Ports and packages:
                    140: <p>
                    141:
                    142: <li>As usual, steady improvements in manual pages and other documentation.
                    143: <p>
                    144:
                    145: <li>The system includes the following major components from outside suppliers:
1.4     ! bcook     146: <p>
1.1       beck      147:
                    148: </ul>
                    149:
                    150: <hr>
                    151:
                    152: <h3 id="install"><font color="#0000e0">How to install</font></h3>
                    153:
                    154: Please refer to the following files on the mirror site for
                    155: extensive details on how to install OpenBSD 6.5 on your machine:
                    156:
                    157: <ul>
                    158: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/alpha/INSTALL.alpha">
                    159:        .../OpenBSD/6.5/alpha/INSTALL.alpha</a>
                    160: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/amd64/INSTALL.amd64">
                    161:        .../OpenBSD/6.5/amd64/INSTALL.amd64</a>
                    162: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/arm64/INSTALL.arm64">
                    163:        .../OpenBSD/6.5/arm64/INSTALL.arm64</a>
                    164: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/armv7/INSTALL.armv7">
                    165:        .../OpenBSD/6.5/armv7/INSTALL.armv7</a>
                    166: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/hppa/INSTALL.hppa">
                    167:        .../OpenBSD/6.5/hppa/INSTALL.hppa</a>
                    168: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/i386/INSTALL.i386">
                    169:        .../OpenBSD/6.5/i386/INSTALL.i386</a>
                    170: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/landisk/INSTALL.landisk">
                    171:        .../OpenBSD/6.5/landisk/INSTALL.landisk</a>
                    172: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/loongson/INSTALL.loongson">
                    173:        .../OpenBSD/6.5/loongson/INSTALL.loongson</a>
                    174: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/luna88k/INSTALL.luna88k">
                    175:        .../OpenBSD/6.5/luna88k/INSTALL.luna88k</a>
                    176: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/macppc/INSTALL.macppc">
                    177:        .../OpenBSD/6.5/macppc/INSTALL.macppc</a>
                    178: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/octeon/INSTALL.octeon">
                    179:        .../OpenBSD/6.5/octeon/INSTALL.octeon</a>
                    180: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/sgi/INSTALL.sgi">
                    181:        .../OpenBSD/6.5/sgi/INSTALL.sgi</a>
                    182: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/sparc64/INSTALL.sparc64">
                    183:        .../OpenBSD/6.5/sparc64/INSTALL.sparc64</a>
                    184: </ul>
                    185:
                    186: <hr>
                    187:
                    188: <p>
                    189: Quick installer information for people familiar with OpenBSD, and the use of
                    190: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    191: If you are at all confused when installing OpenBSD, read the relevant
                    192: INSTALL.* file as listed above!
                    193:
                    194: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    195:
                    196: <ul style="list-style-type: none">
                    197: <li>
1.2       beck      198: Write <i>floppy65.fs</i> or <i>floppyB65.fs</i> (depending on your machine)
1.1       beck      199: to a diskette and enter <i>boot dva0</i>.
                    200: Refer to INSTALL.alpha for more details.
                    201: <p>
                    202: <li>
                    203: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    204: will most likely fail.
                    205: </ul>
                    206:
                    207: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    208:
                    209: <ul style="list-style-type: none">
                    210: <li>
1.2       beck      211: If your machine can boot from CD, you can write <i>install65.iso</i> or
                    212: <i>cd65.iso</i> to a CD and boot from it.
1.1       beck      213: You may need to adjust your BIOS options first.
                    214: <p>
                    215: <li>
1.2       beck      216: If your machine can boot from USB, you can write <i>install65.fs</i> or
                    217: <i>miniroot65.fs</i> to a USB stick and boot from it.
1.1       beck      218: <p>
                    219: <li>
                    220: If you can't boot from a CD, floppy disk, or USB,
                    221: you can install across the network using PXE as described in the included
                    222: INSTALL.amd64 document.
                    223: <p>
                    224: <li>
                    225: If you are planning to dual boot OpenBSD with another OS, you will need to
                    226: read INSTALL.amd64.
                    227: </ul>
                    228:
                    229: <h3><font color="#e00000">OpenBSD/arm64:</font></h3>
                    230:
                    231: <ul style="list-style-type: none">
                    232: <li>
1.2       beck      233: Write <i>miniroot65.fs</i> to a disk and boot from it after connecting
1.1       beck      234: to the serial console.  Refer to INSTALL.arm64 for more details.
                    235: <p>
                    236: </ul>
                    237:
                    238: <h3><font color="#e00000">OpenBSD/armv7:</font></h3>
                    239:
                    240: <ul style="list-style-type: none">
                    241: <li>
                    242: Write a system specific miniroot to an SD card and boot from it after connecting
                    243: to the serial console.  Refer to INSTALL.armv7 for more details.
                    244: <p>
                    245: </ul>
                    246:
                    247: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    248:
                    249: <ul style="list-style-type: none">
                    250: <li>
                    251: Boot over the network by following the instructions in INSTALL.hppa or the
                    252: <a href="hppa.html#install">hppa platform page</a>.
                    253: </ul>
                    254:
                    255: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    256:
                    257: <ul style="list-style-type: none">
                    258: <li>
1.2       beck      259: If your machine can boot from CD, you can write <i>install65.iso</i> or
                    260: <i>cd65.iso</i> to a CD and boot from it.
1.1       beck      261: You may need to adjust your BIOS options first.
                    262: <p>
                    263: <li>
1.2       beck      264: If your machine can boot from USB, you can write <i>install65.fs</i> or
                    265: <i>miniroot65.fs</i> to a USB stick and boot from it.
1.1       beck      266: <p>
                    267: <li>
                    268: If you can't boot from a CD, floppy disk, or USB,
                    269: you can install across the network using PXE as described in
                    270: the included INSTALL.i386 document.
                    271: <p>
                    272: <li>
                    273: If you are planning on dual booting OpenBSD with another OS, you will need to
                    274: read INSTALL.i386.
                    275: </ul>
                    276:
                    277: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    278:
                    279: <ul style="list-style-type: none">
                    280: <li>
1.2       beck      281: Write <i>miniroot65.fs</i> to the start of the CF
1.1       beck      282: or disk, and boot normally.
                    283: </ul>
                    284:
                    285: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    286:
                    287: <ul style="list-style-type: none">
                    288: <li>
1.2       beck      289: Write <i>miniroot65.fs</i> to a USB stick and boot bsd.rd from it
1.1       beck      290: or boot bsd.rd via tftp.
                    291: Refer to the instructions in INSTALL.loongson for more details.
                    292: </ul>
                    293:
                    294: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    295:
                    296: <ul style="list-style-type: none">
                    297: <li>
                    298: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    299: from the PROM, and then bsd.rd from the bootloader.
                    300: Refer to the instructions in INSTALL.luna88k for more details.
                    301: </ul>
                    302:
                    303: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    304:
                    305: <ul style="list-style-type: none">
                    306: <li>
                    307: Burn the image from a mirror site to a CDROM, and power on your machine
                    308: while holding down the <i>C</i> key until the display turns on and
                    309: shows <i>OpenBSD/macppc boot</i>.
                    310: <p>
                    311: <li>
                    312: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    313: /6.5/macppc/bsd.rd</i>
                    314: </ul>
                    315:
                    316: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    317:
                    318: <ul style="list-style-type: none">
                    319: <li>
                    320: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    321: Refer to the instructions in INSTALL.octeon for more details.
                    322: </ul>
                    323:
                    324: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    325:
                    326: <ul style="list-style-type: none">
                    327: <li>
1.2       beck      328: To install, burn cd65.iso on a CD-R, put it in the CD drive of your
1.1       beck      329: machine and select <i>Install System Software</i> from the System Maintenance
                    330: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    331: CD-ROM, and need a proper invocation from the PROM prompt.
                    332: Refer to the instructions in INSTALL.sgi for more details.
                    333:
                    334: <p>
                    335: <li>
                    336: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    337: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    338: system type. Refer to the instructions in INSTALL.sgi for more details.
                    339: </ul>
                    340:
                    341: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    342:
                    343: <ul style="list-style-type: none">
                    344: <li>
                    345: Burn the image from a mirror site to a CDROM, boot from it, and type
                    346: <i>boot cdrom</i>.
                    347: <p>
                    348: <li>
                    349: If this doesn't work, or if you don't have a CDROM drive, you can write
1.2       beck      350: <i>floppy65.fs</i> or <i>floppyB65.fs</i>
1.1       beck      351: (depending on your machine) to a floppy and boot it with <i>boot
                    352: floppy</i>. Refer to INSTALL.sparc64 for details.
                    353: <p>
                    354: <li>
                    355: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    356: will most likely fail.
                    357: <p>
                    358: <li>
1.2       beck      359: You can also write <i>miniroot65.fs</i> to the swap partition on
1.1       beck      360: the disk and boot with <i>boot disk:b</i>.
                    361: <p>
                    362: <li>
                    363: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    364: </ul>
                    365:
                    366: <hr>
                    367:
                    368: <h3 id="upgrade"><font color="#0000e0">How to upgrade</font></h3>
                    369:
                    370: If you already have an OpenBSD 6.4 system, and do not want to reinstall,
                    371: upgrade instructions and advice can be found in the
1.2       beck      372: <a href="faq/upgrade65.html">Upgrade Guide</a>.
1.1       beck      373: <p>
                    374:
                    375: <hr>
                    376:
                    377: <h3 id="sourcecode"><font color="#0000e0">Notes about the source code</font></h3>
                    378:
                    379: <tt>src.tar.gz</tt> contains a source archive starting at <tt>/usr/src</tt>.
                    380: This file contains everything you need except for the kernel sources,
                    381: which are in a separate archive.
                    382: To extract:
                    383:
                    384: <blockquote><pre>
                    385: # <b>mkdir -p /usr/src</b>
                    386: # <b>cd /usr/src</b>
                    387: # <b>tar xvfz /tmp/src.tar.gz</b>
                    388: </pre></blockquote>
                    389:
                    390: <tt>sys.tar.gz</tt> contains a source archive starting at <tt>/usr/src/sys</tt>.
                    391: This file contains all the kernel sources you need to rebuild kernels.
                    392: To extract:
                    393:
                    394: <blockquote><pre>
                    395: # <b>mkdir -p /usr/src/sys</b>
                    396: # <b>cd /usr/src</b>
                    397: # <b>tar xvfz /tmp/sys.tar.gz</b>
                    398: </pre></blockquote>
                    399:
                    400: Both of these trees are a regular CVS checkout.  Using these trees it
                    401: is possible to get a head-start on using the anoncvs servers as
                    402: described <a href="anoncvs.html">here</a>.
                    403: Using these files
                    404: results in a much faster initial CVS update than you could expect from
                    405: a fresh checkout of the full OpenBSD source tree.
                    406: <p>
                    407:
                    408: <hr>
                    409:
                    410: <h3 id="ports"><font color="#0000e0">Ports Tree</font></h3>
                    411:
                    412: A ports tree archive is also provided.  To extract:
                    413:
                    414: <blockquote><pre>
                    415: # <b>cd /usr</b>
                    416: # <b>tar xvfz /tmp/ports.tar.gz</b>
                    417: </pre></blockquote>
                    418:
                    419: Go read the <a href="faq/ports/index.html">ports</a> page
                    420: if you know nothing about ports
                    421: at this point.  This text is not a manual of how to use ports.
                    422: Rather, it is a set of notes meant to kickstart the user on the
                    423: OpenBSD ports system.
                    424: <p>
                    425: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    426: As with our complete source tree, our ports tree is available via
                    427: <a href="anoncvs.html">AnonCVS</a>.
                    428: So, in order to keep up to date with the -stable branch, you must make
                    429: the <i>ports/</i> tree available on a read-write medium and update the tree
                    430: with a command like:
                    431:
                    432: <blockquote><pre>
                    433: # <b>cd /usr/ports</b>
                    434: # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_4</b>
                    435: </pre></blockquote>
                    436:
                    437: [Of course, you must replace the server name here with a nearby anoncvs
                    438: server.]
                    439: <p>
                    440: Note that most ports are available as packages on our mirrors. Updated
                    441: ports for the 6.5 release will be made available if problems arise.
                    442: <p>
                    443: If you're interested in seeing a port added, would like to help out, or just
                    444: would like to know more, the mailing list
                    445: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    446: <p>
                    447: </body>
                    448: </html>