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

Annotation of www/55.html, Revision 1.96

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