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

Annotation of www/55.html, Revision 1.92

1.91      bentley     1: <!doctype html>
                      2: <html lang=en id=release>
                      3: <meta charset=utf-8>
                      4:
1.68      tedu        5: <title>OpenBSD 5.5</title>
                      6: <meta name="description" content="OpenBSD 5.5">
1.82      deraadt     7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.84      tb          9: <link rel="canonical" href="https://www.openbsd.org/55.html">
1.91      bentley    10: <style>
                     11: #sourcecode h3 {
                     12:        color: var(--red);
                     13: }
                     14:
                     15: #sourcecode p {
                     16:        margin-left: 2.75em;
                     17: }
                     18:
                     19: #sourcecode blockquote {
                     20:        margin-left: 4.5em;
                     21: }
                     22: </style>
1.68      tedu       23:
1.91      bentley    24: <h2 id=OpenBSD>
1.68      tedu       25: <a href="index.html">
1.91      bentley    26: <i>Open</i><b>BSD</b></a>
                     27: 5.5
1.82      deraadt    28: </h2>
1.68      tedu       29:
1.91      bentley    30: <table>
                     31: <tr>
                     32: <td>
1.68      tedu       33: <a href="images/McFishy.jpg">
1.91      bentley    34: <img width="227" height="343" src="images/McFishy.jpg" alt="McFishy"></a>
                     35: <td>
1.68      tedu       36: Released May 1, 2014<br>
                     37: Copyright 1997-2014, Theo de Raadt.<br>
1.91      bentley    38: <cite class=isbn>ISBN 978-0-9881561-3-5</cite>
1.68      tedu       39: <br>
1.79      deraadt    40: 5.5 Song: <a href="lyrics.html#55">"Wrap in Time"</a>
1.90      deraadt    41: <br>
                     42: <br>
1.68      tedu       43: <ul>
                     44: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     45:     a list of mirror machines.
1.91      bentley    46: <li>Go to the <code class=reldir>pub/OpenBSD/5.5/</code> directory on
1.68      tedu       47:     one of the mirror sites.
                     48: <li>Have a look at <a href="errata55.html">the 5.5 errata page</a> for a list
                     49:     of bugs and workarounds.
                     50: <li>See a <a href="plus55.html">detailed log of changes</a> between the
                     51:     5.4 and 5.5 releases.
                     52: <p>
1.91      bentley    53: <li><a href="https://man.openbsd.org/signify.1">signify(1)</a> pubkeys for this release:<p>
1.89      deraadt    54:
1.91      bentley    55: <table class=signify>
                     56: <tr><td>
                     57: openbsd-55-base.pub:
1.89      deraadt    58: <td>
                     59: RWRGy8gxk9N9314J0gh9U02lA7s8i6ITajJiNgxQOndvXvM5ZPX+nQ9h
1.91      bentley    60: <tr><td>
1.89      deraadt    61: openbsd-55-fw.pub:
1.91      bentley    62: <td>
1.89      deraadt    63: RWTdVOhdk5qyNktv0iGV6OpaVfogGxTYc1bbkaUhFlExmclYvpJR/opO
1.91      bentley    64: <tr><td>
1.89      deraadt    65: openbsd-55-pkg.pub:
1.91      bentley    66: <td>
1.89      deraadt    67: RWQQC1M9dhm/tja/ktitJs/QVI1kGTQr7W7jtUmdZ4uTp+4yZJ6RRHb5
                     68: </table>
                     69:
1.82      deraadt    70: <p>
                     71: All applicable copyrights and credits are in the src.tar.gz,
                     72: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     73: files fetched via ports.tar.gz.
1.68      tedu       74: </ul>
1.91      bentley    75: </table>
1.82      deraadt    76:
                     77: <hr>
1.68      tedu       78:
1.91      bentley    79: <section id=new>
                     80: <h3>What's New</h3>
                     81:
1.68      tedu       82: <p>
                     83: This is a partial list of new features and systems included in OpenBSD 5.5.
                     84: For a comprehensive list, see the <a href="plus55.html">changelog</a> leading
                     85: to 5.5.
                     86:
                     87: <ul>
                     88: <li>time_t is now 64 bits on all platforms.
                     89:     <ul>
                     90:     <li>From OpenBSD 5.5 onwards, OpenBSD is year 2038 ready and will run well beyond Tue Jan 19 03:14:07 2038 UTC.
                     91:     <li>The entire source tree (kernel, libraries, and userland programs) has been carefully and comprehensively audited to support 64-bit time_t.
                     92:     <li>Userland programs that were changed include
1.91      bentley    93:         <a href="https://man.openbsd.org/arp.8">arp(8)</a>,
                     94:         <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>,
                     95:         <a href="https://man.openbsd.org/calendar.8">calendar(8)</a>,
                     96:         <a href="https://man.openbsd.org/cron.8">cron(8)</a>,
                     97:         <a href="https://man.openbsd.org/find.1">find(1)</a>,
                     98:         <a href="https://man.openbsd.org/fsck_ffs.8">fsck_ffs(8)</a>,
                     99:         <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>,
                    100:         <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>,
                    101:         <a href="https://man.openbsd.org/ld.1">ld(1)</a>,
                    102:         <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>,
1.92    ! deraadt   103:        <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>,
1.91      bentley   104:         <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>,
                    105:         <a href="https://man.openbsd.org/ping.8">ping(8)</a>,
                    106:         <a href="https://man.openbsd.org/rtadvd.8">rtadvd(8)</a>,
                    107:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    108:         <a href="https://man.openbsd.org/tar.1">tar(1)</a>,
                    109:         <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>,
                    110:         <a href="https://man.openbsd.org/top.1">top(1)</a>,
1.68      tedu      111:         and many others, including games!
                    112:     <li>Removed time_t from network, on-disk, and database formats.
                    113:     <li>Removed as many (time_t) casts as possible.
                    114:     <li>Format strings were converted to use %lld and (long long) casts.
                    115:     <li>Uses of timeval were converted to timespec where possible.
                    116:     <li>Parts of the system that could not use 64-bit time_t were converted to use unsigned 32-bit instead, so they are good till the year 2106.
                    117:     <li>Numerous ports throughout the ports tree received time_t fixes.
                    118:     </ul>
                    119: <p>
                    120:
                    121: <li>Releases and packages are now cryptographically signed with the
1.91      bentley   122: <a href="https://man.openbsd.org/signify.1">signify(1)</a> utility.
1.68      tedu      123:     <ul>
                    124:     <li>The installer will verify all sets before installing.
                    125:     <li>Installing without verification works, but is discouraged.
                    126:     <li>Users are advised to verify the installer (bsd.rd, install55.iso, etc.)
                    127:         ahead of time using the
1.91      bentley   128:         <a href="https://man.openbsd.org/signify.1">signify(1)</a> tool if available.
                    129:     <li><a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> now only trusts signed packages by default.
1.68      tedu      130:     </ul>
                    131: <p>
                    132:
                    133: <li>Installer improvements:
                    134:     <ul>
                    135:     <li>The installer now supports a scriptable
1.91      bentley   136:         <a href="https://man.openbsd.org/autoinstall.8">auto-installation</a>
1.68      tedu      137:          method that enables unattended installation and upgrades using a response file.
                    138:     <li>Disk images which can be written to a USB flash drive
                    139:        (miniroot55.fs [bsd.rd only] and install55.fs [bsd.rd + unsigned sets])
                    140:        are now provided for amd64 and i386.
                    141:     <li>Rewritten
1.91      bentley   142:         <a href="https://man.openbsd.org/installboot.8">installboot(8)</a>
1.68      tedu      143:         utility aiming for a unified implementation across platforms (currently
                    144:        used by amd64 and i386 only).
                    145:     <li>The installer now parses nwids with embedded blanks correctly.
                    146:     </ul>
                    147: <p>
                    148:
                    149: <li>New/extended platforms:
                    150:     <ul>
                    151:     <li><a href="alpha.html">OpenBSD/alpha</a>:
                    152:        <ul>
                    153:        <li>Multiprocessor support.
                    154:        </ul>
                    155:     <li><a href="aviion.html">OpenBSD/aviion</a>:
                    156:        <ul>
                    157:        <li>First self-hosting release for 88100-based AViiON systems.
                    158:        </ul>
                    159:     <li><a href="armv7.html">OpenBSD/armv7</a> replaces OpenBSD/beagle.
                    160:     </ul>
                    161: <p>
                    162:
                    163: <li>Improved hardware support, including:
                    164:     <ul>
1.91      bentley   165:     <li>New <a href="https://man.openbsd.org/vmx.4">vmx(4)</a>
1.68      tedu      166:         driver for VMware VMXNET3 Virtual Interface Controller devices.
1.91      bentley   167:     <li>New <a href="https://man.openbsd.org/vmwpvs.4">vmwpvs(4)</a>
1.68      tedu      168:         driver for VMware Paravirtual SCSI.
1.91      bentley   169:     <li>New <a href="https://man.openbsd.org/vioscsi.4">vioscsi(4)</a>
1.68      tedu      170:         driver for VirtIO SCSI adapters.
1.91      bentley   171:     <li>New <a href="https://man.openbsd.org/viornd.4">viornd(4)</a>
1.68      tedu      172:         driver for VirtIO random number devices.
1.91      bentley   173:     <li>New <a href="https://man.openbsd.org/ubcmtp.4">ubcmtp(4)</a>
1.68      tedu      174:         driver for Broadcom multi-touch trackpads found on newer Apple MacBook,
                    175:         MacBook Pro, and MacBook Air laptops.
1.91      bentley   176:     <li>New <a href="https://man.openbsd.org/ugold.4">ugold(4)</a>
1.68      tedu      177:         driver for TEMPer gold HID thermometers.
1.91      bentley   178:     <li>New <a href="https://man.openbsd.org/ugl.4">ugl(4)</a>
1.68      tedu      179:         driver for Genesys Logic based USB host-to-host adapters.
1.91      bentley   180:     <li> New <a href="https://man.openbsd.org/qle.4">qle(4)</a> driver for QLogic Fibre Channel HBAs.
                    181:     <li><a href="https://man.openbsd.org/radeondrm.4">radeondrm(4)</a>
1.68      tedu      182:         has been overhauled, including:
                    183:         <ul>
                    184:         <li>New port of the Radeon code in Linux 3.8.13.19.
                    185:         <li>Support for Kernel Mode Setting (KMS) including support for
                    186:             additional output types such as DisplayPort.
1.91      bentley   187:         <li><a href="https://man.openbsd.org/wsdisplay.4">wsdisplay(4)</a>
1.68      tedu      188:             now attaches to
1.91      bentley   189:             <a href="https://man.openbsd.org/radeondrm.4">radeondrm(4)</a>
1.68      tedu      190:             and provides a framebuffer console.
                    191:         </ul>
1.91      bentley   192:     <li><a href="https://man.openbsd.org/inteldrm.4">inteldrm(4)</a>
1.68      tedu      193:         has been updated to Linux 3.8.13.19 notably bringing Haswell stability fixes.
                    194:     <li>Support for Intel 8 Series Ethernet with i217/i218 PHYs, and
                    195:         i210/i211/i354 has been added to
1.91      bentley   196:          <a href="https://man.openbsd.org/em.4">em(4)</a>.
1.68      tedu      197:     <li>Support for Intel Centrino Wireless-N 2200, 2230 and 105/135 has been added to
1.91      bentley   198:         <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>.
1.68      tedu      199:     <li>Support for Areca ARC-1880, ARC-1882, ARC-1883, ARC-1223, ARC-1214, ARC-1264, and ARC-1284 has been added to
1.91      bentley   200:        <a href="https://man.openbsd.org/arc.4">arc(4)</a>.
                    201:     <li>Support for Elantech v2 touchpads in <a href="https://man.openbsd.org/pms.4">pms(4)</a> has been fixed.
                    202:     <li>Support for 802.11a (5Ghz) has been added to <a href="https://man.openbsd.org/wpi.4">wpi(4)</a>.
1.68      tedu      203:     <li>Workarounds for firmware stability issues have been added to
1.91      bentley   204:     <a href="https://man.openbsd.org/wpi.4">wpi(4)</a>,
                    205:     <a href="https://man.openbsd.org/iwi.4">iwi(4)</a>, and
                    206:     <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>.
1.68      tedu      207:     <li>Support for RT3572 chips has been added to the
1.91      bentley   208:     <a href="https://man.openbsd.org/ral.4">ral(4)</a> driver.
1.68      tedu      209:     <li>Support for RTL8106E chips has been added to the
1.91      bentley   210:     <a href="https://man.openbsd.org/re.4">re(4)</a> driver.
                    211:     <li>Support for RTS5229 card readers has been added to <a href="https://man.openbsd.org/rtsx.4">rtsx(4)</a>.
                    212:     <li>Support for Microsoft XBox 360 controllers has been added to the <a href="https://man.openbsd.org/uhid.4">uhid(4)</a> driver.
                    213:     <li>Support for CoreChip RD9700 USB Ethernet devices has been added to the <a href="https://man.openbsd.org/udav.4">udav(4)</a> driver.
1.68      tedu      214:     <li>Further reliability improvements regarding suspend/resume and hibernation.
                    215:     <li>Enabled IPv6 transmit TCP/UDP checksum offload in
1.91      bentley   216:         <a href="https://man.openbsd.org/jme.4">jme(4)</a>.
1.68      tedu      217:     </ul>
                    218: <p>
                    219:
                    220: <li>Generic network stack improvements:
                    221:     <ul>
1.91      bentley   222:     <li>Added <a href="https://man.openbsd.org/vxlan.4">vxlan(4)</a>,
1.68      tedu      223:         a virtual extensible local area network tunnel interface.
1.91      bentley   224:     <li><a href="https://man.openbsd.org/pflow.4">pflow(4)</a>
1.68      tedu      225:         now sends 64 bit time values for pflowproto 10. The changed templates /
                    226:         flows for pflowproto 10 are now parsable by existing receivers.
                    227:     <li>Continued improvement of the checksum offload framework to streamline
                    228:         the calculation of TCP, UDP, ICMP, and ICMPv6 checksums.
                    229:     <li>Enabled IPv6 routing domain support.
                    230:     </ul>
                    231: <p>
                    232:
                    233: <li>Routing daemons and other userland network improvements:
                    234:     <ul>
                    235:     <li>The popa3d POP3 server has been removed.
1.91      bentley   236:     <li>Added <a href="https://man.openbsd.org/ntpctl.8">ntpctl(8)</a>,
1.68      tedu      237:         a program to control the Network Time Protocol daemon.
1.91      bentley   238:     <li><a href="https://man.openbsd.org/slowcgi.8">slowcgi(8)</a>
1.68      tedu      239:         now works with a high number of concurrent connections.
                    240:     <li>The inetd-based identd has been replaced by a new libevent-based
1.91      bentley   241:         <a href="https://man.openbsd.org/identd.8">identd(8)</a>.
                    242:     <li><a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>
1.68      tedu      243:         can now detect bad ICMP and ICMPv6 checksums when used with the -v flag.
                    244:     <li>Added rdomain support to IPv6 configuration tools
1.91      bentley   245:         <a href="https://man.openbsd.org/ndp.8">ndp(8)</a>,
                    246:         <a href="https://man.openbsd.org/rtsold.8">rtsold(8)</a>,
                    247:         <a href="https://man.openbsd.org/ping6.8">ping6(8)</a>, and
                    248:         <a href="https://man.openbsd.org/traceroute6.8">traceroute6(8)</a>.
1.68      tedu      249:     <li>Added SNMPv2 client support to
1.91      bentley   250:         <a href="https://man.openbsd.org/snmpctl.8">snmpctl(8)</a>
1.68      tedu      251:        (&quot;get&quot;, &quot;walk&quot;, and &quot;bulkwalk&quot;).
1.91      bentley   252:     <li><a href="https://man.openbsd.org/relayd.8">relayd(8)</a>
1.68      tedu      253:         now supports TLS Perfect Forward Secrecy (PFS) with ECDHE (Elliptic curve Diffie-Hellman) that is enabled by default.
                    254:     </ul>
                    255: <p>
                    256:
1.91      bentley   257: <li><a href="https://man.openbsd.org/pf.4">pf(4)</a> improvements:
1.68      tedu      258:     <ul>
                    259:     <li>New queueing system with new syntax.
                    260:     <li>The "received-on" parameter can now be used with the "any" keyword to
                    261:         match any existing interface except loopback ones.
1.91      bentley   262:     <li>The block policy in the default <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> is now "block return".
1.68      tedu      263:     </ul>
                    264: <p>
                    265:
1.91      bentley   266: <li><a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> and <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> improvements:
1.68      tedu      267:     <ul>
                    268:     <li>No longer create a route to the bound address via 127.0.0.1.
1.91      bentley   269:     <li>The options 'dhcp-lease-time', 'dhcp-rebinding-time', and 'dhcp-renewal-time' can now be configured in <a href="https://man.openbsd.org/dhclient.conf.5">dhclient.conf(5)</a>.
1.68      tedu      270:     <li>'next-server' (a.k.a. siaddr) info now saved in lease files.
                    271:     <li>Fall back to broadcasting when unicast renewal fails, as specified in
                    272: RFC 2131 and friends.
                    273:     <li>Fix various problems in communications between privileged and non-privileged processes.
                    274:     <li>Fix many abuses of memcpy.
                    275:     <li>Stop pretending we still support FDDI or token ring hardware types.
                    276:     <li>Fix classless static routes option handling and add syntax to parse human-readable forms.
                    277:     <li>Fix 'effective' lease created by '-L' to have correct address, 'next_server', 'timestamp', and 'resolv_conf' fields.
                    278:     <li>Fix handling of non-printable characters in lease file strings.
                    279:     <li>Fix many edge cases in config file and lease parsing and ensure that error messages refer to the correct position in erroneous line.
1.91      bentley   280:     <li><a href="https://man.openbsd.org/dhclient.conf.5">dhclient.conf(5)</a> can now override anything in an offer or saved lease when creating the effective lease. In particular, 'fixed-address', 'next-server', 'filename' and 'server-name'.
                    281:     <li>Fix parsing of <a href="https://man.openbsd.org/dhclient.conf.5">dhclient.conf(5)</a> statements 'fixed-address' and
1.68      tedu      282: 'next-server'.
                    283:     <li>Log failures to fchmod() or fchown() files being written.
                    284:     <li>Create lease files with permissions 0640.
1.91      bentley   285:     <li>Fix possible failure to write <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> when -L is used.
                    286:     <li>'send dhcp-client-identifier "";' in <a href="https://man.openbsd.org/dhclient.conf.5">dhclient.conf(5)</a> will result in no 'dhcp-client-identifier' (option 61) being sent.
1.68      tedu      287:     </ul>
                    288: <p>
                    289:
1.91      bentley   290: <li><a href="https://man.openbsd.org/iked.8">iked(8)</a> improvements:
1.68      tedu      291:     <ul>
                    292:     <li>Support for OCSP (&quot;Online Certificate Status Protocol&quot;); enable with &quot;set ocsp <em>URL</em>&quot;.
                    293:     <li>Support for RSA public key authentication as an alternative to X.509 certificates or pre-shared keys.
                    294:     <li>Support for DPD (&quot;Dead Peer Detection&quot;) similar to the implementation in
1.91      bentley   295:         <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
1.68      tedu      296:     <li>Support for dynamic IP address assignment from a pool in configuration mode; enabled with &quot;config address <em>net/pool-prefix</em>&quot;.
                    297:     <li>Initial support for IPComp.
                    298:     <li>Various improvements and a thorough audit of the network input path.
                    299:     </ul>
                    300: <p>
                    301:
                    302: <li>OpenSMTPD 5.4.2 (includes changes to 5.4.1):
                    303:     <ul>
                    304:     <li>Introduce initial support for DSN extension:
                    305:       <ul>
                    306:       <li>NOTIFY=SUCCESS, NOTIFY=FAILURE, NOTIFY=DELAY, NOTIFY=NEVER
                    307:       <li>RET=HDRS, RET=FULL
                    308:       </ul>
                    309:     <li>Introduce initial support for ENHANCEDSTATUSCODES extension:
                    310:       <ul>
                    311:       <li>smtp process returns Enhanced Status Codes for most commands.
                    312:       <li>other processes now have an API to return more precise codes ...
                    313:       <li>... which will be improved further with each version.
                    314:       </ul>
1.91      bentley   315:     <li>Improved <a href="https://man.openbsd.org/smtpctl.8">smtpctl(8)</a>:
1.68      tedu      316:       <ul>
                    317:       <li>sendmail mode now supports DSN parameters
                    318:       <li>Can now pause/resume a source address -&gt; destination domain route.
                    319:       <li>Can now display status of processes with smtpctl show status.
                    320:       <li>show relays: displays list of currently active relays.
                    321:       <li>show routes: displays status of routes currently known by smtpd.
                    322:       <li>show hosts: displays list of known remote MX.
                    323:       <li>show hoststats: display status of last delivery for active domains.
                    324:       <li>resume route: resumes route temporarily disable by the MTA.
                    325:       <li>pause/resume envelope: allows pausing individual envelopes.
                    326:       <li>pause/resume message: allows pausing individual messages.
                    327:       <li>encrypt: allows generating credentials suitable for authentication.
                    328:       <li>show message/envelope is now compression/encryption aware.
                    329:       </ul>
                    330:     <li>Introduced SNI support.
                    331:     <li>Improved configuration file:
                    332:       <ul>
                    333:       <li>Removed last known ambiguity in grammar.
                    334:       <li>Much simpler configuration for TLS-enabled hosts.
                    335:       <li>Most parameters are now swappable in listen and accept rules.
                    336:       <li>Conditions may be negated (ie: accept from ! &lt;trusted&gt; ...)
                    337:       <li>Forward-only rules can be declared to impose ~/.forward files.
                    338:       <li>New "recipient" keyword allows accept rule to provide a whitelist.
                    339:       <li>Sender and recipient tables accept wildcard in their domains.
                    340:       </ul>
                    341:     <li>TLS generic improvements:
                    342:       <ul>
                    343:       <li>Support for TLS Perfect Forward Secrecy.
                    344:       <li>Support for providing custom CA certificates.
                    345:       </ul>
                    346:     <li>MTA improvements:
                    347:       <ul>
                    348:       <li>mta may now require remote hosts to present valid certificates.
                    349:       <li>Always attempt TLS before falling back to plaintext.
                    350:       <li>Always present certificate if one is available.
                    351:       <li>AUTH LOGIN now supported.
                    352:       <li>MTA can now specify a EHLO-hostname when relaying.
                    353:       </ul>
                    354:     <li>SMTP server improvements:
                    355:       <ul>
                    356:       <li>IPv4-only and IPv6-only listeners are now possible.
                    357:       <li>Listeners may now hide the From part in a Received-line.
                    358:       <li>Listeners may require clients to provide a valid certificate.
                    359:       <li>Banner hostname can now be dynamically fetched from a table.
                    360:       </ul>
                    361:     <li>Queue improvements:
                    362:       <ul>
                    363:       <li>Introduce an envelope cache in the queue to improve disk-IO pattern.
                    364:       </ul>
                    365:     <li>Documentation:
                    366:       <ul>
1.91      bentley   367:       <li><a href="https://man.openbsd.org/table.5">table(5)</a> describes format for static, file and db backends.
1.68      tedu      368:       <li>sendmail(8) describes our "sendmail" interface.
                    369:       </ul>
                    370:     <li>Reduced memory usage in both general and stressed cases.
                    371:     <li>OpenSMTPD now automagically upgrades queue if the format changes!
                    372:     <li>Support Qmail-like "sticky home".
                    373:     <li>Support for authenticating users from a credentials table.
1.91      bentley   374:     <li>Introduce <a href="https://man.openbsd.org/passwd.5">passwd(5)</a> table backend for user and credentials lookup.
1.68      tedu      375:     <li>Expansion variables in ~/.forward now support modifiers.
                    376:     <li>Much more efficient scheduler!
                    377:     <li>Many documentation fixes and improvements.
                    378:     <li>And a lot of minor bug fixes and internal cleanup!
                    379:     </ul>
                    380: <p>
                    381:
                    382: <li>Security improvements:
                    383:     <ul>
                    384:     <li>Position-independent executables (PIE) are now used by default on i386.
1.91      bentley   385:     <li>The <a href="https://man.openbsd.org/arc4random.3">arc4random(3)</a>
1.68      tedu      386:         functions now use the ChaCha20 cipher.
                    387:     <li>The kernel random number system is initially seeded by the bootloader,
                    388:         providing better random very early.
                    389:     <li>Kernel stack protector is also seeded via the same mechanism, providing
                    390:        protection earlier.
                    391:     <li>-Wbounded is now enabled in GCC by default.
1.91      bentley   392:     <li>Added <a href="https://man.openbsd.org/explicit_bzero.3">explicit_bzero(3)</a>.
1.68      tedu      393:     </ul>
                    394: <p>
                    395:
                    396: <li>Performance improvements:
                    397:     <ul>
                    398:     <li>Relations between the buffer cache and swap daemon have been improved.
                    399:     </ul>
                    400: <p>
                    401:
                    402: <li>Threading improvements:
                    403:     <ul>
1.91      bentley   404:     <li>Interprocess semaphores via <a href="https://man.openbsd.org/sem_open.3">sem_open(3)</a>.
1.68      tedu      405:     <li>Running threaded processes under a debugger no longer causes panics.
                    406:     <li>SIGPROF and SIGVTALRM are now reliably delivered to the thread that was running when they were triggered.
                    407:     <li>Thread stacks now have a random bias.
1.91      bentley   408:     <li><a href="https://man.openbsd.org/fork.2">fork(2)</a> no longer changes the pthread_t of the forking thread in the child.
                    409:     <li>Signaling races eliminated from <a href="https://man.openbsd.org/pthread_kill.3">pthread_kill(3)</a> and <a href="https://man.openbsd.org/pthread_cancel.3">pthread_cancel(3)</a>.
1.68      tedu      410:     </ul>
                    411: <p>
                    412:
                    413: <li>Assorted improvements:
                    414:     <ul>
1.91      bentley   415:     <li>New in-memory file system, <a href="https://man.openbsd.org/mount_tmpfs.8">tmpfs</a>.
                    416:     <li>Many <a href="https://man.openbsd.org/fuse.4">fuse(4)</a> improvements and stability fixes.
                    417:     <li>Added POSIX-required <a href="https://man.openbsd.org/nl.1">nl(1)</a> utility.
1.68      tedu      418:     <li>OpenBSD/vax has switched to GCC 3.
1.91      bentley   419:     <li>Replaced <a href="https://man.openbsd.org/OpenBSD+5.4/getdirentries.2">getdirentries(2)</a> with <a href="https://man.openbsd.org/getdents.2">getdents(2)</a>, vastly improving the performance and memory usage of <a href="https://man.openbsd.org/telldir.3">telldir(3)</a>.
1.68      tedu      420:     <li>amd64 and i386 now use the MWAIT instruction for their idle loop where available to reduce latency.
                    421:     <li>Added support for CLOCK_UPTIME.
1.91      bentley   422:     <li>Added <a href="https://man.openbsd.org/tcgetsid.3">tcgetsid(3)</a>.
1.68      tedu      423:     <li>clock_t is now a 64 bit type, so it no longer wraps around in only 248 days.
                    424:     <li>ino_t is now a 64 bit type, mostly to support large NFS filesystems.
                    425:     <li>Corrected handling of UTIME_OMIT.
1.91      bentley   426:     <li><a href="https://man.openbsd.org/pax.1">pax(1)</a> now sets the mode and timestamps correctly on symlinks, and makes hardlinks to symlinks when requested.
1.68      tedu      427:     <li>Corrected handling of shared library destructors when libc is statically linked.
                    428:     <li>Corrected various disk drivers to handle non-512-byte sectors and disk sizes greater than 32-bits.
1.91      bentley   429:     <li>Corrected <a href="https://man.openbsd.org/growfs.8">growfs(8)</a> to handle non-512-byte sectors and disk sizes greater than 32-bits.
1.68      tedu      430:     <li>All CIRCLEQ uses replaced with TAILQ.
                    431:     <li>Preserve and honour changes to the OpenBSD bounds in a disklabel.
1.91      bentley   432:     <li><a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> now always writes a good signature when the MBR is written to disk.
                    433:     <li><a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> now writes the disklabel to the correct location on non-512-byte sector devices.
                    434:     <li>Fix <a href="https://man.openbsd.org/athn.4">athn(4)</a> tick calculations to eliminate excessive timeouts.
                    435:     <li>Allow <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> to set any partition, including 'C', to type UNUSED.
                    436:     <li>New <a href="https://man.openbsd.org/sha512.1">sha512(1)</a> tool to calculate and verify the SHA-512 checksums of files.
                    437:     <li><a href="https://man.openbsd.org/sha256.1">sha256(1)</a> and related tools
                    438:        (<a href="https://man.openbsd.org/cksum.1">cksum(1)</a>,
                    439:         <a href="https://man.openbsd.org/md5.1">md5(1)</a>,
                    440:         <a href="https://man.openbsd.org/sha1.1">sha1(1)</a>, and
                    441:         <a href="https://man.openbsd.org/sha512.1">sha512(1)</a>)
1.68      tedu      442:        now support a new -h flag to place the checksum into a specified hash file instead of stdout.
1.91      bentley   443:     <li><a href="https://man.openbsd.org/sha256.1">sha256(1)</a> and related tools now support a new -C flag that allows the verification of selected files in a checklist.
                    444:     <li><a href="https://man.openbsd.org/sha256.1">sha256(1)</a> and related tools will now print MISSING if they encounter non-existent files in a checklist.
                    445:     <li>i386 and amd64 platforms can now boot from keydisk-based <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> crypto volumes.
                    446:     <li>Allow <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> to work with partitions larger than 2TB.
                    447:     <li>Removed experimental RAID 4 support from <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
                    448:     <li>Added experimental support for rebuilding RAID 5 <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> volumes. Lots of testing is still required and there is missing functionality, such as the ability to resume a partially completed rebuild. <a href="https://man.openbsd.org/bioctl.8">bioctl(8)</a> refuses to create RAID 5 volumes unless recompiled with -DRAID5.
1.68      tedu      449:     <li>The uhts(4) driver has been merged into
1.91      bentley   450:     <a href="https://man.openbsd.org/ums.4">ums(4)</a>.
1.68      tedu      451:     <li>Many new checks were added to portcheck(1) <!-- no href to man.cgi due to the fact it doesn't show stuff under /usr/ports/infrastructure/man --> utility; now it catches almost every popular mistake that observed in ports in last years.
                    452:     </ul>
                    453: <p>
                    454:
                    455: <li>OpenSSH 6.6 (including changes to 6.5, a feature-focused release):
                    456:     <ul>
                    457:     <li>Security:
                    458:       <ul>
1.91      bentley   459:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      460:         when using environment passing with a
1.91      bentley   461:         <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>
                    462:         <code>AcceptEnv</code> pattern with a wildcard. OpenSSH prior to 6.6 could
1.68      tedu      463:         be tricked into accepting any enviornment variable that contains the
                    464:         characters before the wildcard character.
                    465:       </ul>
                    466:     <li>New/changed features:
                    467:       <ul>
1.91      bentley   468:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    469:         <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      470:         Add support for key exchange using <i>elliptic-curve Diffie Hellman</i>
                    471:         in Daniel Bernstein's <i>Curve25519</i>.  This key exchange method is
                    472:         the default when both the client and server support it.
1.91      bentley   473:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    474:         <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      475:         Add support for <i>ED25519</i> as a public key type.  ED25519 is
                    476:         a elliptic curve signature scheme that offers better security than
                    477:         <i>ECDSA</i> and <i>DSA</i> and good performance.  It may be used for
                    478:         both <i>user</i> and <i>host</i> keys.
                    479:       <li>Add a new private key format that uses a <i>bcrypt KDF</i> to better
                    480:         protect keys at rest.  This format is used unconditionally for
                    481:         ED25519 keys, but may be requested when generating or saving
1.91      bentley   482:         existing keys of other types via the <code>-o</code>
                    483:         <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>
1.68      tedu      484:         option.  We intend to make the new format the default in the near
1.91      bentley   485:         future.  Details of the new format are in the <code>PROTOCOL.key</code>
1.68      tedu      486:         file.
1.91      bentley   487:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    488:         <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      489:         Add a new transport cipher "chacha20-poly1305@openssh.com" that
                    490:         combines Daniel Bernstein's <i>ChaCha20</i> stream cipher and
                    491:         <i>Poly1305 MAC</i> to build an authenticated encryption mode.  Details
1.91      bentley   492:         are in the <code>PROTOCOL.chacha20poly1305</code> file.
                    493:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    494:         <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      495:         Refuse <i>RSA</i> keys from old proprietary clients and servers that
                    496:         use the obsolete <i>RSA+MD5</i> signature scheme.  It will still be
                    497:         possible to connect with these clients/servers but <b>only DSA keys
                    498:         will be accepted, and OpenSSH will refuse connection entirely in a
                    499:         future release</b>.
1.91      bentley   500:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    501:         <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      502:         Refuse old proprietary clients and servers that use a weaker key
                    503:         exchange hash calculation.
1.91      bentley   504:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
1.68      tedu      505:         Increase the size of the <i>Diffie-Hellman groups</i> requested for
                    506:         each symmetric key size.  New values from <i>NIST Special Publication
                    507:         800-57</i> with the upper limit specified by <i>RFC 4419</i>.
1.91      bentley   508:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    509:         <a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a>:
1.68      tedu      510:         Support <i>PKCS#11</i> tokens that only provide <i>X.509</i> certs
                    511:         instead of raw public keys.  (requested as bz#1908)
1.91      bentley   512:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
1.68      tedu      513:         Add a
1.91      bentley   514:         <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>
                    515:         <code>Match</code> keyword that allows conditional configuration to be
1.68      tedu      516:         applied by matching on <i>hostname</i>, <i>user</i> and <i>result of
                    517:         arbitrary commands</i>.
1.91      bentley   518:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
1.68      tedu      519:         Add support for <i>client-side hostname canonicalisation</i> using a
                    520:         set of <i>DNS suffixes</i> and rules in
1.91      bentley   521:         <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>.
1.68      tedu      522:         This allows unqualified names to be canonicalised to fully-qualified
                    523:         domain names to eliminate ambiguity when looking up keys in
1.91      bentley   524:         <code>known_hosts</code> or checking host certificate names.
                    525:       <li><a href="https://man.openbsd.org/sftp-server.8">sftp-server(8)</a>:
1.68      tedu      526:         Add the ability to whitelist and/or blacklist sftp protocol requests by
                    527:         name.
1.91      bentley   528:       <li><a href="https://man.openbsd.org/sftp-server.8">sftp-server(8)</a>:
1.68      tedu      529:         Add a sftp "fsync@openssh.com" to support calling
1.91      bentley   530:         <a href="https://man.openbsd.org/fsync.2">fsync(2)</a>
1.68      tedu      531:         on an open file handle.
1.91      bentley   532:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      533:         Add a
1.91      bentley   534:         <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>
                    535:         <code>PermitTTY</code> to disallow <i>TTY</i> allocation, mirroring the
                    536:         longstanding <code>no-pty</code> <code>authorized_keys</code> option.
                    537:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
1.68      tedu      538:         Add a
1.91      bentley   539:         <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>
                    540:         <code>ProxyUseFDPass</code> option that supports the use of
                    541:         <code>ProxyCommands</code> that establish a connection and then pass a
1.68      tedu      542:         connected file descriptor back to
1.91      bentley   543:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    544:         This allows the <code>ProxyCommand</code> to exit rather than staying
1.68      tedu      545:         around to transfer data.
1.91      bentley   546:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    547:         <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      548:         this release removes the <i>J-PAKE</i> authentication code.  This code
                    549:         was experimental, never enabled and had been unmaintained for some
                    550:         time.
1.91      bentley   551:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    552:         when processing <code>Match</code> blocks, skip '<code>exec</code>' clauses
1.68      tedu      553:         other clauses predicates failed to match.
1.91      bentley   554:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
1.68      tedu      555:         if hostname canonicalisation is enabled and results in the destination
                    556:         hostname being changed, then re-parse
1.91      bentley   557:         <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>
                    558:         files using the new destination hostname. This gives '<code>Host</code>'
                    559:         and '<code>Match</code>' directives that use the expanded hostname a chance
1.68      tedu      560:         to be applied.
                    561:       </ul>
                    562:     <li>The following significant bugs have been fixed in this release:
                    563:       <ul>
1.91      bentley   564:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    565:         <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      566:         Fix potential stack exhaustion caused by nested certificates.
1.91      bentley   567:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    568:         make <code>BindAddress</code> work with <code>UsePrivilegedPort</code>.
1.68      tedu      569:         (bz#1211)
1.91      bentley   570:       <li><a href="https://man.openbsd.org/sftp.1">sftp(1)</a>:
1.68      tedu      571:         fix the progress meter for resumed transfer.  (bz#2137)
1.91      bentley   572:       <li><a href="https://man.openbsd.org/ssh-add.1">ssh-add(1)</a>:
1.68      tedu      573:         do not request smartcard PIN when removing keys from
1.91      bentley   574:         <a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a>.
1.68      tedu      575:         (bz#2187)
1.91      bentley   576:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      577:         fix re-exec fallback when original
1.91      bentley   578:         <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>
1.68      tedu      579:         binary cannot be executed.  (bz#2139)
1.91      bentley   580:       <li><a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>:
1.68      tedu      581:         Make relative-specified certificate expiry times relative to current
                    582:         time and not the validity start time.
1.91      bentley   583:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                    584:         fix <code>AuthorizedKeysCommand</code> inside a <code>Match</code> block.
1.68      tedu      585:         (bz#2161)
1.91      bentley   586:       <li><a href="https://man.openbsd.org/sftp.1">sftp(1)</a>:
1.68      tedu      587:         symlinking a file would incorrectly canonicalise the target path.
                    588:         (bz#2129)
1.91      bentley   589:       <li><a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a>:
1.68      tedu      590:         fix a use-after-free in the PKCS#11 agent helper executable.
                    591:         (bz#2175)
1.91      bentley   592:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      593:         Improve logging of sessions to include the <i>user name</i>, <i>remote
                    594:         host</i> and <i>port</i>, the <i>session type</i> (shell, command,
                    595:         etc.) and <i>allocated TTY</i> (if any).
1.91      bentley   596:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      597:         tell the client (via a debug message) when their preferred listen
1.91      bentley   598:         address has been overridden by the server's <code>GatewayPorts</code>
1.68      tedu      599:         setting.  (bz#1297)
1.91      bentley   600:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      601:         include report port in bad protocol banner message.  (bz#2162)
1.91      bentley   602:       <li><a href="https://man.openbsd.org/sftp.1">sftp(1)</a>:
1.68      tedu      603:         fix memory leak in error path in <i>do_readdir()</i>.  (bz#2163)
1.91      bentley   604:       <li><a href="https://man.openbsd.org/sftp.1">sftp(1)</a>:
1.68      tedu      605:         don't leak file descriptor on error.  (bz#2171)
1.91      bentley   606:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.87      tb        607:         include the <i>local address</i> and <i>port</i> in
1.91      bentley   608:         "<code>Connection from ...</code>" message.
1.87      tb        609:         (only shown at <i>loglevel&gt;=verbose</i>)
1.91      bentley   610:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    611:         avoid spurious "<code>getsockname failed: Bad file descriptor</code>" in
                    612:         <code>ssh -W</code>.  (bz#2200, debian#738692)
                    613:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      614:         allow the
1.91      bentley   615:         <a href="https://man.openbsd.org/shutdown.2">shutdown(2)</a>
1.68      tedu      616:         syscall in seccomp-bpf and systrace sandbox modes, as it is reachable
                    617:         if the connection is terminated during the pre-auth phase.
1.91      bentley   618:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    619:         <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      620:         fix unsigned overflow that in <i>SSH protocol 1 bignum parsing</i>.
                    621:         Minimum key length checks render this bug unexploitable to compromise
                    622:         SSH 1 sessions.
1.91      bentley   623:       <li><a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>
1.68      tedu      624:         clarify behaviour of a keyword that appears in multiple matching
1.91      bentley   625:         <code>Match</code> blocks.  (bz#2184)
                    626:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
1.68      tedu      627:         avoid unnecessary hostname lookups when canonicalisation is disabled.
                    628:         (bz#2205)
1.91      bentley   629:       <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      630:         avoid sandbox violation crashes in GSSAPI code by caching the supported
                    631:         list of GSSAPI mechanism OIDs before entering the sandbox.  (bz#2107)
1.91      bentley   632:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
1.68      tedu      633:         fix possible crashes in SOCKS4 parsing caused by assumption that the
                    634:         SOCKS username is nul-terminated.
1.91      bentley   635:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    636:         fix regression for <code>UsePrivilegedPort=yes</code> when
                    637:         <code>BindAddress</code> is not specified.
                    638:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    639:         <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
1.68      tedu      640:         fix memory leak in ECDSA signature verification.
1.91      bentley   641:       <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    642:         fix matching of '<code>Host</code>' directives in
                    643:         <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>
1.68      tedu      644:         files to be case-insensitive again.  (regression in 6.5)
                    645:       </ul>
                    646:     </ul>
                    647: <p>
                    648:
                    649: <li>Ports and packages:
                    650:     <ul>
                    651:     <li>Over 8,700 ports.
                    652:     <li>Major overhaul of the package tools, resulting in much better memory usage.
1.91      bentley   653:     <li><a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> now only trusts signed packages by default.
1.68      tedu      654:     <li>The build process now allows some limited capability for building
                    655:         conflicting packages, yielding KDE&nbsp;4 packages as a result, along
                    656:         with KDE&nbsp;3 ones.
                    657:     </ul>
                    658: <p>
                    659: <li>Many pre-built packages for each architecture:
1.91      bentley   660:     <ul style="column-count: 4">
1.68      tedu      661:       <li>i386:       8468
                    662:       <li>sparc64:    7969
                    663:       <li>alpha:      6199
                    664:       <li>m68k:       3270
                    665:       <li>sh:          345
                    666:       <li>amd64:      8534
                    667:       <li>powerpc:    8057
                    668:       <li>m88k:       1258
                    669:       <li>sparc:      4681
                    670:       <li>arm:        6181
                    671:       <li>hppa:       6549
                    672:       <li>vax:        1007
                    673:       <li>mips64:     4726
                    674:       <li>mips64el:   6730
1.91      bentley   675:     </ul>
1.68      tedu      676: <p>
                    677:
                    678: <li>Some highlights:
                    679:     <ul>
                    680:     <li>GNOME 3.10.2                   <li>KDE 3.5.10
                    681:     <li>KDE 4.11.5
                    682:     <li>Xfce 4.10                      <li>MySQL 5.1.73
                    683:     <li>PostgreSQL 9.3.2               <li>Postfix 2.11.0
                    684:     <li>OpenLDAP 2.3.43 and 2.4.38     <li>Mozilla Firefox 24.3 and 26.0
                    685:     <li>Mozilla Thunderbird 24.3.0     <li>GHC 7.6.3
                    686:     <li>LibreOffice 4.1.4.2            <li>Emacs 21.4 and 24.3
                    687:     <li>Vim 7.4.135                    <li>PHP 5.3.28 and 5.4.24
                    688:     <li>Python 2.7.6 and 3.3.2         <li>Ruby 1.8.7.374, 1.9.3.484, 2.0.0.353 and 2.1.0
                    689:     <li>Tcl/Tk 8.5.15 and 8.6.1                <li>JDK 1.6.0.32 and 1.7.0.21
                    690:     <li>Mono 2.10.9                    <li>Chromium 32.0.1700.102
                    691:     <li>Groff 1.22.2                   <li>Go 1.2
                    692:     <li>GCC 4.6.4 and 4.8.2            <li>LLVM/Clang 3.3
                    693:     <li>Node.js 0.10.24
                    694:     </ul>
                    695: <p>
                    696:
                    697: <li>As usual, steady improvements in manual pages and other documentation.
                    698: <p>
                    699:
                    700: <li>The system includes the following major components from outside suppliers:
                    701:     <ul>
                    702:     <li>Xenocara (based on X.Org 7.7 with xserver 1.14.5 + patches,
                    703:       freetype 2.5.2, fontconfig 2.10.91, Mesa 9.2.5, xterm 301,
                    704:       xkeyboard-config 2.10.1 and more)
                    705:     <li>Gcc 4.2.1 (+ patches) and 3.3.6 (+ patches)
                    706:     <li>Perl 5.16.3 (+ patches)
                    707:     <li>Our improved and secured version of Apache 1.3, with
                    708:       SSL/TLS and DSO support
                    709:     <li>Nginx 1.4.4 (+ patches)
                    710:     <li>OpenSSL 1.0.1c (+ patches)
                    711:     <li>SQLite 3.8.0.2 (+ patches)
                    712:     <li>Sendmail 8.14.8, with libmilter
                    713:     <li>Bind 9.4.2-P2 (+ patches)
                    714:     <li>NSD 4.0.1
                    715:     <li>Lynx 2.8.7rel.2 with HTTPS and IPv6 support (+ patches)
                    716:     <li>Sudo 1.7.2p8
                    717:     <li>Ncurses 5.7
                    718:     <li>Heimdal 1.5.2 (+ patches)
                    719:     <li>Binutils 2.15 (+ patches)
                    720:     <li>Gdb 6.3 (+ patches)
                    721:     <li>Less 444 (+ patches)
                    722:     <li>Awk Aug 10, 2011 version
                    723:     </ul>
                    724: </ul>
1.91      bentley   725: </section>
1.68      tedu      726:
                    727: <hr>
1.91      bentley   728:
                    729: <section id=install>
                    730: <h3>How to install</h3>
                    731:
1.68      tedu      732: <p>
                    733: Following this are the instructions which you would have on a piece of
                    734: paper if you had purchased a CDROM set instead of doing an alternate
                    735: form of install.  The instructions for doing an FTP (or other style
                    736: of) install are very similar; the CDROM instructions are left intact
                    737: so that you can see how much easier it would have been if you had
                    738: purchased a CDROM instead.
                    739: <p>
                    740:
                    741: <hr>
                    742: Please refer to the following files on the three CDROMs or FTP mirror for
                    743: extensive details on how to install OpenBSD 5.5 on your machine:
                    744: <p>
                    745: <ul>
1.85      tb        746: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/i386/INSTALL.i386">
1.68      tedu      747:        .../OpenBSD/5.5/i386/INSTALL.i386 (on CD1)</a>
1.85      tb        748: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/vax/INSTALL.vax">
1.68      tedu      749:        .../OpenBSD/vax/INSTALL.vax (on CD1)</a>
                    750: <p>
1.85      tb        751: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/amd64/INSTALL.amd64">
1.68      tedu      752:        .../OpenBSD/amd64/INSTALL.amd64 (on CD2)</a>
1.85      tb        753: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/hppa/INSTALL.hppa">
1.68      tedu      754:        .../OpenBSD/hppa/INSTALL.hppa (on CD2)</a>
1.85      tb        755: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/macppc/INSTALL.macppc">
1.68      tedu      756:        .../OpenBSD/macppc/INSTALL.macppc (on CD2)</a>
                    757: <p>
1.85      tb        758: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/sparc64/INSTALL.sparc64">
1.68      tedu      759:        .../OpenBSD/sparc64/INSTALL.sparc64 (on CD3)</a>
1.85      tb        760: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/sparc/INSTALL.sparc">
1.68      tedu      761:        .../OpenBSD/sparc/INSTALL.sparc (on CD3)</a>
                    762: <p>
1.85      tb        763: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/alpha/INSTALL.alpha">
1.68      tedu      764:        .../OpenBSD/5.5/alpha/INSTALL.alpha</a>
1.85      tb        765: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/armish/INSTALL.armish">
1.68      tedu      766:        .../OpenBSD/5.5/armish/INSTALL.armish</a>
1.85      tb        767: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/armv7/INSTALL.armv7">
1.68      tedu      768:        .../OpenBSD/5.5/armv7/INSTALL.armv7</a>
1.85      tb        769: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/aviion/INSTALL.aviion">
1.68      tedu      770:        .../OpenBSD/5.5/aviion/INSTALL.aviion</a>
1.85      tb        771: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/hp300/INSTALL.hp300">
1.68      tedu      772:        .../OpenBSD/5.5/hp300/INSTALL.hp300</a>
1.85      tb        773: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/hppa/INSTALL.hppa">
1.68      tedu      774:        .../OpenBSD/5.5/hppa/INSTALL.hppa</a>
1.85      tb        775: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/landisk/INSTALL.landisk">
1.68      tedu      776:        .../OpenBSD/5.5/landisk/INSTALL.landisk</a>
1.85      tb        777: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/loongson/INSTALL.loongson">
1.68      tedu      778:        .../OpenBSD/5.5/loongson/INSTALL.loongson</a>
1.85      tb        779: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/luna88k/INSTALL.luna88k">
1.68      tedu      780:        .../OpenBSD/5.5/luna88k/INSTALL.luna88k</a>
1.85      tb        781: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/macppc/INSTALL.macppc">
1.68      tedu      782:        .../OpenBSD/5.5/macppc/INSTALL.macppc</a>
1.85      tb        783: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/mvme68k/INSTALL.mvme68k">
1.68      tedu      784:        .../OpenBSD/5.5/mvme68k/INSTALL.mvme68k</a>
1.85      tb        785: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/mvme88k/INSTALL.mvme88k">
1.68      tedu      786:        .../OpenBSD/5.5/mvme88k/INSTALL.mvme88k</a>
1.85      tb        787: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/octeon/INSTALL.octeon">
1.68      tedu      788:        .../OpenBSD/5.5/octeon/INSTALL.octeon</a>
1.85      tb        789: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/sgi/INSTALL.sgi">
1.68      tedu      790:        .../OpenBSD/5.5/sgi/INSTALL.sgi</a>
1.85      tb        791: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/socppc/INSTALL.socppc">
1.68      tedu      792:        .../OpenBSD/5.5/socppc/INSTALL.socppc</a>
1.85      tb        793: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/sparc/INSTALL.sparc">
1.68      tedu      794:        .../OpenBSD/5.5/sparc/INSTALL.sparc</a>
1.85      tb        795: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/vax/INSTALL.vax">
1.68      tedu      796:        .../OpenBSD/5.5/vax/INSTALL.vax</a>
1.85      tb        797: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.5/zaurus/INSTALL.zaurus">
1.68      tedu      798:        .../OpenBSD/5.5/zaurus/INSTALL.zaurus</a>
                    799: </ul>
                    800: <hr>
                    801:
1.91      bentley   802: <section id=quickinstall>
                    803:
1.68      tedu      804: <p>
                    805: Quick installer information for people familiar with OpenBSD, and the
                    806: use of the "disklabel -E" command.  If you are at all confused when
                    807: installing OpenBSD, read the relevant INSTALL.* file as listed above!
1.91      bentley   808:
                    809: <h3>OpenBSD/i386:</h3>
                    810:
1.68      tedu      811: <p>
                    812: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    813: release is on CD1. If your BIOS does not support booting from CD, you will need
                    814: to create a boot floppy to install from. To create a boot floppy write
                    815: <i>CD1:5.5/i386/floppy55.fs</i> to a floppy and boot via the floppy drive.
                    816:
                    817: <p>
                    818: Use <i>CD1:5.5/i386/floppyB55.fs</i> instead for greater SCSI controller
                    819: support, or <i>CD1:5.5/i386/floppyC55.fs</i> for better laptop support.
                    820:
                    821: <p>
1.76      bcallah   822: If your machine can boot from USB, you can write <i>install55.fs</i> or
                    823: <i>miniroot55.fs</i> to a USB stick and boot from it.
                    824:
                    825: <p>
                    826: If you can't boot from a CD, floppy disk, or USB,
1.68      tedu      827: you can install across the network using PXE as described in
                    828: the included INSTALL.i386 document.
                    829:
                    830: <p>
                    831: If you are planning on dual booting OpenBSD with another OS, you will need to
                    832: read INSTALL.i386.
                    833:
                    834: <p>
                    835: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    836: at <i>CD1:5.5/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    837: use the
1.91      bentley   838: <a href="https://man.openbsd.org/dd.1">dd(1)</a>
1.68      tedu      839: utility. The following is an example usage of
1.91      bentley   840: <a href="https://man.openbsd.org/dd.1">dd(1)</a>,
1.68      tedu      841: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    842: &quot;rfd0a&quot;.
                    843:
1.91      bentley   844: <blockquote><pre>
1.68      tedu      845: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
1.91      bentley   846: </pre></blockquote>
1.68      tedu      847:
                    848: <p>
                    849: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    850: your install will most likely fail. For more information on creating a boot
                    851: floppy and installing OpenBSD/i386 please refer to
1.83      tj        852: <a href="faq/faq4.html#MkFlop">this page</a>.
1.91      bentley   853:
                    854: <h3>OpenBSD/amd64:</h3>
1.68      tedu      855:
                    856: <p>
                    857: The 5.5 release of OpenBSD/amd64 is located on CD2.
                    858: Boot from the CD to begin the install - you may need to adjust
                    859: your BIOS options first.
                    860: If you can't boot from the CD, you can create a boot floppy to install from.
                    861: To do this, write <i>CD2:5.5/amd64/floppy55.fs</i> to a floppy, then
                    862: boot from the floppy drive.
                    863:
                    864: <p>
1.76      bcallah   865: If your machine can boot from USB, you can write <i>install55.fs</i> or
                    866: <i>miniroot55.fs</i> to a USB stick and boot from it.
                    867:
                    868: <p>
                    869: If you can't boot from a CD, floppy disk, or USB,
1.68      tedu      870: you can install across the network using PXE as described in the included
                    871: INSTALL.amd64 document.
                    872:
                    873: <p>
                    874: If you are planning to dual boot OpenBSD with another OS, you will need to
                    875: read INSTALL.amd64.
1.91      bentley   876:
                    877: <h3>OpenBSD/macppc:</h3>
1.68      tedu      878:
                    879: <p>
                    880: Burn the image from the FTP site to a CDROM, and power on your machine
                    881: while holding down the <i>C</i> key until the display turns on and
                    882: shows <i>OpenBSD/macppc boot</i>.
                    883:
                    884: <p>
                    885: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    886: /5.5/macppc/bsd.rd</i>
1.91      bentley   887:
                    888: <h3>OpenBSD/sparc64:</h3>
1.68      tedu      889:
                    890: <p>
                    891: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    892:
                    893: <p>
                    894: If this doesn't work, or if you don't have a CDROM drive, you can write
                    895: <i>CD3:5.5/sparc64/floppy55.fs</i> or <i>CD3:5.5/sparc64/floppyB55.fs</i>
                    896: (depending on your machine) to a floppy and boot it with <i>boot
                    897: floppy</i>. Refer to INSTALL.sparc64 for details.
                    898:
                    899: <p>
                    900: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    901: will most likely fail.
                    902:
                    903: <p>
                    904: You can also write <i>CD3:5.5/sparc64/miniroot55.fs</i> to the swap partition on
                    905: the disk and boot with <i>boot disk:b</i>.
                    906:
                    907: <p>
                    908: If nothing works, you can boot over the network as described in INSTALL.sparc64.
1.91      bentley   909:
                    910: <h3>OpenBSD/alpha:</h3>
1.68      tedu      911:
                    912: <p>
1.91      bentley   913: Write <i>FTP:5.5/alpha/floppy55.fs</i> or
1.68      tedu      914: <i>FTP:5.5/alpha/floppyB55.fs</i> (depending on your machine) to a diskette and
                    915: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    916:
                    917: <p>
                    918: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    919: will most likely fail.
                    920:
1.91      bentley   921: <h3>OpenBSD/armish:</h3>
1.68      tedu      922:
                    923: <p>
                    924: After connecting a serial port, Thecus can boot directly from the network
                    925: either tftp or http. Configure the network using fconfig, reset,
                    926: then load bsd.rd, see INSTALL.armish for specific details.
                    927: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    928: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    929: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    930: More details are available in INSTALL.armish.
                    931:
1.91      bentley   932: <h3>OpenBSD/hp300:</h3>
                    933:
1.68      tedu      934: <p>
                    935: Boot over the network by following the instructions in INSTALL.hp300.
1.91      bentley   936:
                    937: <h3>OpenBSD/hppa:</h3>
1.68      tedu      938:
                    939: <p>
                    940: Boot over the network by following the instructions in INSTALL.hppa or the
                    941: <a href="hppa.html#install">hppa platform page</a>.
1.91      bentley   942:
                    943: <h3>OpenBSD/landisk:</h3>
1.68      tedu      944:
                    945: <p>
                    946: Write <i>miniroot55.fs</i> to the start of the CF
                    947: or disk, and boot normally.
                    948:
1.91      bentley   949: <h3>OpenBSD/loongson:</h3>
                    950:
1.68      tedu      951: <p>
                    952: Write <i>miniroot55.fs</i> to a USB stick and boot bsd.rd from it
                    953: or boot bsd.rd via tftp.
                    954: Refer to the instructions in INSTALL.loongson for more details.
1.91      bentley   955:
                    956: <h3>OpenBSD/luna88k:</h3>
1.68      tedu      957:
                    958: <p>
1.91      bentley   959: Copy 'boot' and 'bsd.rd' to a Mach or UniOS partition, and boot the bootloader
1.68      tedu      960: from the PROM, and the bsd.rd from the bootloader.
                    961: Refer to the instructions in INSTALL.luna88k for more details.
1.91      bentley   962:
                    963: <h3>OpenBSD/mvme68k:</h3>
1.68      tedu      964:
                    965: <p>
                    966: You can create a bootable installation tape or boot over the network.<br>
                    967: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    968: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    969: for more details.
1.91      bentley   970:
                    971: <h3>OpenBSD/mvme88k:</h3>
1.68      tedu      972:
                    973: <p>
                    974: You can create a bootable installation tape or boot over the network.<br>
                    975: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    976: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    977: for more details.
                    978:
1.91      bentley   979: <h3>OpenBSD/octeon:</h3>
                    980:
1.68      tedu      981: <p>
                    982: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    983: Refer to the instructions in INSTALL.octeon for more details.
                    984:
1.91      bentley   985: <h3>OpenBSD/sgi:</h3>
                    986:
1.68      tedu      987: <p>
                    988: To install, burn cd55.iso on a CD-R, put it in the CD drive of your
                    989: machine and select <i>Install System Software</i> from the System Maintenance
                    990: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    991: CD-ROM, and need a proper invocation from the PROM prompt.
                    992: Refer to the instructions in INSTALL.sgi for more details.
                    993:
                    994: <p>
                    995: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    996: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    997: system type. Refer to the instructions in INSTALL.sgi for more details.
                    998:
1.91      bentley   999: <h3>OpenBSD/socppc:</h3>
                   1000:
1.68      tedu     1001: <p>
                   1002: After connecting a serial port, boot over the network via DHCP/tftp.
                   1003: Refer to the instructions in INSTALL.socppc for more details.
1.91      bentley  1004:
                   1005: <h3>OpenBSD/sparc:</h3>
1.68      tedu     1006:
                   1007: <p>
                   1008: Boot from one of the provided install ISO images, using one of the two
                   1009: commands listed below, depending on the version of your ROM.
                   1010:
1.91      bentley  1011: <blockquote><pre>
                   1012: ok <kbd>boot cdrom 5.5/sparc/bsd.rd</kbd>
1.68      tedu     1013: or
1.91      bentley  1014: > <kbd>b sd(0,6,0)5.5/sparc/bsd.rd</kbd>
                   1015: </pre></blockquote>
1.68      tedu     1016:
                   1017: <p>
                   1018: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                   1019: To do so you need to write <i>floppy55.fs</i> to a floppy.
1.83      tj       1020: For more information see <a href="faq/faq4.html#MkFlop">this page</a>.
1.68      tedu     1021: To boot from the floppy use one of the two commands listed below,
                   1022: depending on the version of your ROM.
                   1023:
1.91      bentley  1024: <blockquote><pre>
                   1025: ok <kbd>boot floppy</kbd>
1.68      tedu     1026: or
1.91      bentley  1027: > <kbd>b fd()</kbd>
                   1028: </pre></blockquote>
1.68      tedu     1029:
                   1030: <p>
                   1031: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                   1032: will most likely fail.
                   1033:
                   1034: <p>
                   1035: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                   1036: setup a bootable tape, or install via network, as told in the
                   1037: INSTALL.sparc file.
1.91      bentley  1038:
                   1039: <h3>OpenBSD/vax:</h3>
1.68      tedu     1040:
                   1041: <p>
                   1042: Boot over the network via mopbooting as described in INSTALL.vax.
1.91      bentley  1043:
                   1044: <h3>OpenBSD/zaurus:</h3>
1.68      tedu     1045:
                   1046: <p>
                   1047: Using the Linux built-in graphical ipkg installer, install the
                   1048: openbsd55_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                   1049: for a few important details.
1.91      bentley  1050:
                   1051: </section>
                   1052:
                   1053: <section id=sourcecode>
                   1054: <h3>Notes about the source code:</h3>
1.68      tedu     1055:
                   1056: <p>
                   1057: src.tar.gz contains a source archive starting at /usr/src.  This file
                   1058: contains everything you need except for the kernel sources, which are
                   1059: in a separate archive.  To extract:
1.91      bentley  1060:
                   1061: <blockquote><pre>
                   1062: # <kbd>mkdir -p /usr/src</kbd>
                   1063: # <kbd>cd /usr/src</kbd>
                   1064: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
                   1065: </pre></blockquote>
                   1066:
1.68      tedu     1067: <p>
                   1068: sys.tar.gz contains a source archive starting at /usr/src/sys.
                   1069: This file contains all the kernel sources you need to rebuild kernels.
                   1070: To extract:
1.91      bentley  1071:
                   1072: <blockquote><pre>
                   1073: # <kbd>mkdir -p /usr/src/sys</kbd>
                   1074: # <kbd>cd /usr/src</kbd>
1.68      tedu     1075: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
1.91      bentley  1076: </pre></blockquote>
                   1077:
1.68      tedu     1078: <p>
                   1079: Both of these trees are a regular CVS checkout.  Using these trees it
                   1080: is possible to get a head-start on using the anoncvs servers as
                   1081: described <a href="anoncvs.html">here</a>.
                   1082: Using these files
                   1083: results in a much faster initial CVS update than you could expect from
                   1084: a fresh checkout of the full OpenBSD source tree.
                   1085:
1.91      bentley  1086: </section>
                   1087: </section>
                   1088:
1.68      tedu     1089: <hr>
1.91      bentley  1090:
                   1091: <section id=upgrade>
                   1092: <h3>How to upgrade</h3>
1.68      tedu     1093: <p>
                   1094: If you already have an OpenBSD 5.4 system, and do not want to reinstall,
                   1095: upgrade instructions and advice can be found in the
                   1096: <a href="faq/upgrade55.html">Upgrade Guide</a>.
1.91      bentley  1097: </section>
1.68      tedu     1098:
                   1099: <hr>
1.91      bentley  1100:
                   1101: <section id=ports>
                   1102: <h3>Ports Tree</h3>
1.68      tedu     1103: <p>
                   1104: A ports tree archive is also provided.  To extract:
                   1105: <p>
1.91      bentley  1106: <blockquote><pre>
                   1107: # <kbd>cd /usr</kbd>
                   1108: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
                   1109: </pre></blockquote>
1.68      tedu     1110: <p>
                   1111: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                   1112: read the <a href="faq/ports/index.html">ports</a> page
                   1113: if you know nothing about ports
                   1114: at this point.  This text is not a manual of how to use ports.
                   1115: Rather, it is a set of notes meant to kickstart the user on the
                   1116: OpenBSD ports system.
                   1117: <p>
                   1118: The <i>ports/</i> directory represents a CVS (see the manpage for
1.91      bentley  1119: <a href="https://man.openbsd.org/i386/cvs.1">
1.68      tedu     1120: cvs(1)</a> if
                   1121: you aren't familiar with CVS) checkout of our ports.  As with our complete
                   1122: source tree, our ports tree is available via
                   1123: <a href="anoncvs.html">AnonCVS</a>.
                   1124: So, in order to keep current with it, you must make the <i>ports/</i> tree
                   1125: available on a read-write medium and update the tree with a command
                   1126: like:
                   1127: <p>
1.91      bentley  1128: <blockquote><pre>
1.68      tedu     1129: # <strong>cd /usr/ports</strong>
                   1130: # <strong>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_5</strong>
1.91      bentley  1131: </pre></blockquote>
1.68      tedu     1132: <p>
                   1133: [Of course, you must replace the server name here with a nearby anoncvs
                   1134: server.]
                   1135: <p>
                   1136: Note that most ports are available as packages through FTP. Updated
                   1137: packages for the 5.5 release will be made available if problems arise.
                   1138: <p>
                   1139: If you're interested in seeing a port added, would like to help out, or just
                   1140: would like to know more, the mailing list
                   1141: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
1.91      bentley  1142: </section>