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

Annotation of www/65.html, Revision 1.7

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>
1.5       beck       18: <font color="#e00000">6.5</font>
1.1       beck       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.
1.7     ! bcook      98:       <li>
        !            99:         Added more OPENSSL_NO_* macros for compatibility with OpenSSL
1.4       bcook     100:     </ul>
                    101:
                    102:     <li>Testing and Proactive Security
                    103:     <ul>
                    104:       <li>
                    105:         Added interperability tests between LibreSSL and OpenSSL 1.0 and 1.1
1.7     ! bcook     106:       <li>
        !           107:         Added additional wycheproof tests and related bug fixes.
1.4       bcook     108:     </ul>
                    109:
                    110:     <li>Internal Improvements
                    111:     <ul>
                    112:       <li>
                    113:         Simplified sigalgs option processing and handshake signing algorithm
                    114:         selection
                    115:       <li>
                    116:         Added the ability to use the RSA PSS algorithm for handshake signatures
                    117:       <li>
                    118:         Added bn_rand_interval() and use it in code needing ranges of random bn
                    119:         values
                    120:       <li>
                    121:         Added functionality to derive early, handshake, and application secrets
                    122:         as per RFC8446
                    123:       <li>
1.7     ! bcook     124:         Added handshake state machine from RFC8446
        !           125:       <li>
        !           126:         Removed some ASN.1 related code from libcrypto that had not been used
        !           127:         since around 2000
        !           128:       <li>
        !           129:         Unexported internal symbols and internalized more record layer structs.
        !           130:
1.4       bcook     131:     </ul>
                    132:
1.6       bcook     133:     <li>Portable Improvements
                    134:     <ul>
                    135:       <li>
                    136:         Added support for assembly optimizations on 32-bit ARM ELF targets
                    137:     </ul>
                    138:
1.4       bcook     139:     <li>Bug Fixes
                    140:     <ul>
                    141:       <li>
                    142:         Fix timing vulnerability in ECDSA signature generation (CVE-2018-0735)
                    143:       <li>
                    144:         Fix for Portsmash vulnerability originally by Brumley, ul Hassan and
                    145:         Tuveri
                    146:       <li>
                    147:         Ensure transcript handshake is always freed with TLS 1.2
                    148:     </ul>
                    149:   </ul>
1.1       beck      150: <p>
                    151:
                    152: <li>Mandoc
                    153: <p>
                    154:
                    155: <li>Ports and packages:
                    156: <p>
                    157:
                    158: <li>As usual, steady improvements in manual pages and other documentation.
                    159: <p>
                    160:
                    161: <li>The system includes the following major components from outside suppliers:
1.4       bcook     162: <p>
1.1       beck      163:
                    164: </ul>
                    165:
                    166: <hr>
                    167:
                    168: <h3 id="install"><font color="#0000e0">How to install</font></h3>
                    169:
                    170: Please refer to the following files on the mirror site for
                    171: extensive details on how to install OpenBSD 6.5 on your machine:
                    172:
                    173: <ul>
                    174: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/alpha/INSTALL.alpha">
                    175:        .../OpenBSD/6.5/alpha/INSTALL.alpha</a>
                    176: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/amd64/INSTALL.amd64">
                    177:        .../OpenBSD/6.5/amd64/INSTALL.amd64</a>
                    178: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/arm64/INSTALL.arm64">
                    179:        .../OpenBSD/6.5/arm64/INSTALL.arm64</a>
                    180: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/armv7/INSTALL.armv7">
                    181:        .../OpenBSD/6.5/armv7/INSTALL.armv7</a>
                    182: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/hppa/INSTALL.hppa">
                    183:        .../OpenBSD/6.5/hppa/INSTALL.hppa</a>
                    184: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/i386/INSTALL.i386">
                    185:        .../OpenBSD/6.5/i386/INSTALL.i386</a>
                    186: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/landisk/INSTALL.landisk">
                    187:        .../OpenBSD/6.5/landisk/INSTALL.landisk</a>
                    188: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/loongson/INSTALL.loongson">
                    189:        .../OpenBSD/6.5/loongson/INSTALL.loongson</a>
                    190: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/luna88k/INSTALL.luna88k">
                    191:        .../OpenBSD/6.5/luna88k/INSTALL.luna88k</a>
                    192: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/macppc/INSTALL.macppc">
                    193:        .../OpenBSD/6.5/macppc/INSTALL.macppc</a>
                    194: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/octeon/INSTALL.octeon">
                    195:        .../OpenBSD/6.5/octeon/INSTALL.octeon</a>
                    196: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/sgi/INSTALL.sgi">
                    197:        .../OpenBSD/6.5/sgi/INSTALL.sgi</a>
                    198: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/sparc64/INSTALL.sparc64">
                    199:        .../OpenBSD/6.5/sparc64/INSTALL.sparc64</a>
                    200: </ul>
                    201:
                    202: <hr>
                    203:
                    204: <p>
                    205: Quick installer information for people familiar with OpenBSD, and the use of
                    206: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    207: If you are at all confused when installing OpenBSD, read the relevant
                    208: INSTALL.* file as listed above!
                    209:
                    210: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    211:
                    212: <ul style="list-style-type: none">
                    213: <li>
1.2       beck      214: Write <i>floppy65.fs</i> or <i>floppyB65.fs</i> (depending on your machine)
1.1       beck      215: to a diskette and enter <i>boot dva0</i>.
                    216: Refer to INSTALL.alpha for more details.
                    217: <p>
                    218: <li>
                    219: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    220: will most likely fail.
                    221: </ul>
                    222:
                    223: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    224:
                    225: <ul style="list-style-type: none">
                    226: <li>
1.2       beck      227: If your machine can boot from CD, you can write <i>install65.iso</i> or
                    228: <i>cd65.iso</i> to a CD and boot from it.
1.1       beck      229: You may need to adjust your BIOS options first.
                    230: <p>
                    231: <li>
1.2       beck      232: If your machine can boot from USB, you can write <i>install65.fs</i> or
                    233: <i>miniroot65.fs</i> to a USB stick and boot from it.
1.1       beck      234: <p>
                    235: <li>
                    236: If you can't boot from a CD, floppy disk, or USB,
                    237: you can install across the network using PXE as described in the included
                    238: INSTALL.amd64 document.
                    239: <p>
                    240: <li>
                    241: If you are planning to dual boot OpenBSD with another OS, you will need to
                    242: read INSTALL.amd64.
                    243: </ul>
                    244:
                    245: <h3><font color="#e00000">OpenBSD/arm64:</font></h3>
                    246:
                    247: <ul style="list-style-type: none">
                    248: <li>
1.2       beck      249: Write <i>miniroot65.fs</i> to a disk and boot from it after connecting
1.1       beck      250: to the serial console.  Refer to INSTALL.arm64 for more details.
                    251: <p>
                    252: </ul>
                    253:
                    254: <h3><font color="#e00000">OpenBSD/armv7:</font></h3>
                    255:
                    256: <ul style="list-style-type: none">
                    257: <li>
                    258: Write a system specific miniroot to an SD card and boot from it after connecting
                    259: to the serial console.  Refer to INSTALL.armv7 for more details.
                    260: <p>
                    261: </ul>
                    262:
                    263: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    264:
                    265: <ul style="list-style-type: none">
                    266: <li>
                    267: Boot over the network by following the instructions in INSTALL.hppa or the
                    268: <a href="hppa.html#install">hppa platform page</a>.
                    269: </ul>
                    270:
                    271: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    272:
                    273: <ul style="list-style-type: none">
                    274: <li>
1.2       beck      275: If your machine can boot from CD, you can write <i>install65.iso</i> or
                    276: <i>cd65.iso</i> to a CD and boot from it.
1.1       beck      277: You may need to adjust your BIOS options first.
                    278: <p>
                    279: <li>
1.2       beck      280: If your machine can boot from USB, you can write <i>install65.fs</i> or
                    281: <i>miniroot65.fs</i> to a USB stick and boot from it.
1.1       beck      282: <p>
                    283: <li>
                    284: If you can't boot from a CD, floppy disk, or USB,
                    285: you can install across the network using PXE as described in
                    286: the included INSTALL.i386 document.
                    287: <p>
                    288: <li>
                    289: If you are planning on dual booting OpenBSD with another OS, you will need to
                    290: read INSTALL.i386.
                    291: </ul>
                    292:
                    293: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    294:
                    295: <ul style="list-style-type: none">
                    296: <li>
1.2       beck      297: Write <i>miniroot65.fs</i> to the start of the CF
1.1       beck      298: or disk, and boot normally.
                    299: </ul>
                    300:
                    301: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    302:
                    303: <ul style="list-style-type: none">
                    304: <li>
1.2       beck      305: Write <i>miniroot65.fs</i> to a USB stick and boot bsd.rd from it
1.1       beck      306: or boot bsd.rd via tftp.
                    307: Refer to the instructions in INSTALL.loongson for more details.
                    308: </ul>
                    309:
                    310: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    311:
                    312: <ul style="list-style-type: none">
                    313: <li>
                    314: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    315: from the PROM, and then bsd.rd from the bootloader.
                    316: Refer to the instructions in INSTALL.luna88k for more details.
                    317: </ul>
                    318:
                    319: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    320:
                    321: <ul style="list-style-type: none">
                    322: <li>
                    323: Burn the image from a mirror site to a CDROM, and power on your machine
                    324: while holding down the <i>C</i> key until the display turns on and
                    325: shows <i>OpenBSD/macppc boot</i>.
                    326: <p>
                    327: <li>
                    328: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    329: /6.5/macppc/bsd.rd</i>
                    330: </ul>
                    331:
                    332: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    333:
                    334: <ul style="list-style-type: none">
                    335: <li>
                    336: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    337: Refer to the instructions in INSTALL.octeon for more details.
                    338: </ul>
                    339:
                    340: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    341:
                    342: <ul style="list-style-type: none">
                    343: <li>
1.2       beck      344: To install, burn cd65.iso on a CD-R, put it in the CD drive of your
1.1       beck      345: machine and select <i>Install System Software</i> from the System Maintenance
                    346: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    347: CD-ROM, and need a proper invocation from the PROM prompt.
                    348: Refer to the instructions in INSTALL.sgi for more details.
                    349:
                    350: <p>
                    351: <li>
                    352: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    353: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    354: system type. Refer to the instructions in INSTALL.sgi for more details.
                    355: </ul>
                    356:
                    357: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    358:
                    359: <ul style="list-style-type: none">
                    360: <li>
                    361: Burn the image from a mirror site to a CDROM, boot from it, and type
                    362: <i>boot cdrom</i>.
                    363: <p>
                    364: <li>
                    365: If this doesn't work, or if you don't have a CDROM drive, you can write
1.2       beck      366: <i>floppy65.fs</i> or <i>floppyB65.fs</i>
1.1       beck      367: (depending on your machine) to a floppy and boot it with <i>boot
                    368: floppy</i>. Refer to INSTALL.sparc64 for details.
                    369: <p>
                    370: <li>
                    371: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    372: will most likely fail.
                    373: <p>
                    374: <li>
1.2       beck      375: You can also write <i>miniroot65.fs</i> to the swap partition on
1.1       beck      376: the disk and boot with <i>boot disk:b</i>.
                    377: <p>
                    378: <li>
                    379: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    380: </ul>
                    381:
                    382: <hr>
                    383:
                    384: <h3 id="upgrade"><font color="#0000e0">How to upgrade</font></h3>
                    385:
                    386: If you already have an OpenBSD 6.4 system, and do not want to reinstall,
                    387: upgrade instructions and advice can be found in the
1.2       beck      388: <a href="faq/upgrade65.html">Upgrade Guide</a>.
1.1       beck      389: <p>
                    390:
                    391: <hr>
                    392:
                    393: <h3 id="sourcecode"><font color="#0000e0">Notes about the source code</font></h3>
                    394:
                    395: <tt>src.tar.gz</tt> contains a source archive starting at <tt>/usr/src</tt>.
                    396: This file contains everything you need except for the kernel sources,
                    397: which are in a separate archive.
                    398: To extract:
                    399:
                    400: <blockquote><pre>
                    401: # <b>mkdir -p /usr/src</b>
                    402: # <b>cd /usr/src</b>
                    403: # <b>tar xvfz /tmp/src.tar.gz</b>
                    404: </pre></blockquote>
                    405:
                    406: <tt>sys.tar.gz</tt> contains a source archive starting at <tt>/usr/src/sys</tt>.
                    407: This file contains all the kernel sources you need to rebuild kernels.
                    408: To extract:
                    409:
                    410: <blockquote><pre>
                    411: # <b>mkdir -p /usr/src/sys</b>
                    412: # <b>cd /usr/src</b>
                    413: # <b>tar xvfz /tmp/sys.tar.gz</b>
                    414: </pre></blockquote>
                    415:
                    416: Both of these trees are a regular CVS checkout.  Using these trees it
                    417: is possible to get a head-start on using the anoncvs servers as
                    418: described <a href="anoncvs.html">here</a>.
                    419: Using these files
                    420: results in a much faster initial CVS update than you could expect from
                    421: a fresh checkout of the full OpenBSD source tree.
                    422: <p>
                    423:
                    424: <hr>
                    425:
                    426: <h3 id="ports"><font color="#0000e0">Ports Tree</font></h3>
                    427:
                    428: A ports tree archive is also provided.  To extract:
                    429:
                    430: <blockquote><pre>
                    431: # <b>cd /usr</b>
                    432: # <b>tar xvfz /tmp/ports.tar.gz</b>
                    433: </pre></blockquote>
                    434:
                    435: Go read the <a href="faq/ports/index.html">ports</a> page
                    436: if you know nothing about ports
                    437: at this point.  This text is not a manual of how to use ports.
                    438: Rather, it is a set of notes meant to kickstart the user on the
                    439: OpenBSD ports system.
                    440: <p>
                    441: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    442: As with our complete source tree, our ports tree is available via
                    443: <a href="anoncvs.html">AnonCVS</a>.
                    444: So, in order to keep up to date with the -stable branch, you must make
                    445: the <i>ports/</i> tree available on a read-write medium and update the tree
                    446: with a command like:
                    447:
                    448: <blockquote><pre>
                    449: # <b>cd /usr/ports</b>
                    450: # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_4</b>
                    451: </pre></blockquote>
                    452:
                    453: [Of course, you must replace the server name here with a nearby anoncvs
                    454: server.]
                    455: <p>
                    456: Note that most ports are available as packages on our mirrors. Updated
                    457: ports for the 6.5 release will be made available if problems arise.
                    458: <p>
                    459: If you're interested in seeing a port added, would like to help out, or just
                    460: would like to know more, the mailing list
                    461: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    462: <p>
                    463: </body>
                    464: </html>