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

Annotation of www/65.html, Revision 1.9

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