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

Annotation of www/65.html, Revision 1.6

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