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

Annotation of www/55.html, Revision 1.6

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 5.5 Release</title>
                      5: <meta name="resource-type" content="document">
                      6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      7: <meta name="description" content="OpenBSD 5.5">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 2013 by OpenBSD.">
                     11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     14:
                     15: <a href="index.html">
                     16: <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
                     17: <hr>
                     18:
                     19: <p>
                     20: <a href="images/Puffia.jpg">
                     21: <img align="left" width="227" height="343" hspace="24" vspace="30"
                     22: src="images/McFish.jpg" alt="OpenBSD 5.5 logo"></a>
                     23: <h2><font color="#0000e0">The OpenBSD 5.5 Release:</font></h2>
                     24: <p>
                     25: Released May 1, 2014<br>
                     26: Copyright 1997-2014, Theo de Raadt.<br>
                     27: <font color="#e00000">ISBN 978-0-9881561-3-5</font>
                     28: <br>
                     29: <a href="lyrics.html#55">5.5 Song: "Wrap in Time"</a>
                     30: <p>
                     31:
                     32: <a href="#new">What's New</a><br>
                     33: <a href="#install">How to install</a><br>
                     34: <a href="#upgrade">How to upgrade</a><br>
                     35: <a href="#ports">How to use the ports tree</a><br>
                     36: <a href="orders.html">Ordering a CD set</a><br>
                     37:
                     38: <p>
                     39: <h3><font color="#0000e0">To get the files for this release:</font></h3>
                     40: <p>
                     41: <ul>
                     42: <li>Order a CDROM from our <a href="orders.html">ordering system</a>.
                     43: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     44:     a list of mirror machines.
                     45: <li>Go to the <font color="#e00000">pub/OpenBSD/5.5/</font> directory on
                     46:     one of the mirror sites.
                     47: <li>Briefly read the rest of this document.
                     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: </ul>
                     53: <br clear=all>
                     54:
                     55: <strong>Note:</strong> All applicable copyrights and credits can be found
                     56: in the applicable file sources found in the files src.tar.gz, sys.tar.gz,
                     57: xenocara.tar.gz, or in the files fetched via ports.tar.gz.  The distribution
                     58: files used to build packages from the ports.tar.gz file are not included on
                     59: the CDROM because of lack of space.
                     60: <p>
                     61:
                     62: <a name="new"></a>
                     63: <hr>
                     64: <p>
                     65: <h3><font color="#0000e0">What's New</font></h3>
                     66: <p>
                     67: This is a partial list of new features and systems included in OpenBSD 5.5.
                     68: For a comprehensive list, see the <a href="plus55.html">changelog</a> leading
                     69: to 5.5.
                     70: <p>
                     71:
                     72: <ul>
                     73: <li>New/extended platforms:</li>
                     74:     <ul>
                     75:     <li>...
                     76:     </ul>
                     77: <p>
                     78:
                     79: <li>Improved hardware support, including:
                     80:     <ul>
1.5       jsg        81:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmx&amp;sektion=4">vmx(4)</a>
                     82:         driver for VMware VMXNET3 Virtual Interface Controller devices.
                     83:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmwpvs&amp;sektion=4">vmwpvs(4)</a>
                     84:         driver for VMware Paravirtual SCSI.
                     85:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vioscsi&amp;sektion=4">vioscsi(4)</a>
                     86:         driver for VirtIO SCSI adapters.
                     87:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viornd&amp;sektion=4">viornd(4)</a>
                     88:         driver for VirtIO random number devices.
                     89:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubcmtp&amp;sektion=4">ubcmtp(4)</a>
                     90:         driver for Broadcom multi-touch trackpads.
                     91:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugold&amp;sektion=4">ugold(4)</a>
                     92:         driver for TEMPer gold HID thermometers.
                     93:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugl&amp;sektion=4">ugl(4)</a>
                     94:         driver for Genesys Logic based USB host-to-host adapters.
                     95:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&amp;sektion=4">radeondrm(4)</a>
                     96:         has been overhauled, including:
                     97:         <ul>
                     98:         <li>New port of the Radeon code in Linux 3.8.13.19.
                     99:         <li>Support for Kernel Mode Setting (KMS) including support for
                    100:             additional output types such as DisplayPort.
                    101:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&amp;sektion=4">wsdisplay(4)</a>
                    102:             now attaches to
                    103:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&amp;sektion=4">radeondrm(4)</a>
                    104:             and provides a framebuffer console.
                    105:         </ul>
                    106:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&amp;sektion=4">inteldrm(4)</a>
                    107:         has been updated to Linux 3.8.13.19 noteably bringing Haswell stability fixes.
                    108:     <li>Support for Intel 8 Series Ethernet with i217/i218 PHYs, and
                    109:         i210/i211/i354 has been added to
                    110:          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>.
                    111:     <li>Support for Intel Centrino Wireless-N 2200, 2230 and 105/135 has been added to
                    112:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&amp;sektion=4">iwn(4)</a>.
1.1       deraadt   113:     </ul>
                    114: <p>
                    115:
                    116: <li>Generic network stack improvements:
                    117:     <ul>
                    118:     <li>...
                    119:     </ul>
                    120: <p>
                    121:
                    122: <li>Routing daemons and other userland network improvements:
                    123:     <ul>
                    124:     <li>...
                    125:     </ul>
                    126: <p>
                    127:
                    128: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a> improvements:
                    129:     <ul>
                    130:     <li>...
                    131:     </ul>
                    132: <p>
                    133:
                    134: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> improvements:
                    135:     <ul>
                    136:     <li>...
                    137:     </ul>
                    138: <p>
                    139:
                    140: <li>OpenSMTPD 5.3.3:
                    141:     <ul>
                    142:     <li>...
                    143:     </ul>
                    144: <p>
                    145:
                    146: <li>Performance improvements:
                    147:     <ul>
                    148:     <li>...
                    149:     </ul>
                    150: <p>
                    151:
                    152: <li>Threading improvements:
                    153:     <ul>
                    154:     <li>...
                    155:     </ul>
                    156: <p>
                    157:
                    158: <li>Assorted improvements:
                    159:     <ul>
1.2       espie     160:     <li>New in-memory file system, tmpfs
1.1       deraadt   161:     </ul>
                    162: <p>
                    163:
1.3       sobrado   164: <li>OpenSSH 6.6 (including changes to 6.5, a feature-focused release):
1.1       deraadt   165:     <ul>
1.3       sobrado   166:     <li>Security:
1.1       deraadt   167:       <ul>
1.3       sobrado   168:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    169:         when using environment passing with a
                    170:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">sshd_config(5)</a>
                    171:         <tt>AcceptEnv</tt> pattern with a wildcard. OpenSSH prior to 6.6 could
                    172:         be tricked into accepting any enviornment variable that contains the
                    173:         characters before the wildcard character.
                    174:       </ul>
                    175:     <li>New/changed features:
                    176:       <ul>
                    177:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    178:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    179:         Add support for key exchange using <i>elliptic-curve Diffie Hellman</i>
                    180:         in Daniel Bernstein's <i>Curve25519</i>.  This key exchange method is
                    181:         the default when both the client and server support it.
                    182:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    183:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    184:         Add support for <i>ED25519</i> as a public key type.  ED25519 is
                    185:         a elliptic curve signature scheme that offers better security than
                    186:         <i>ECDSA</i> and <i>DSA</i> and good performance.  It may be used for
                    187:         both <i>user</i> and <i>host</i> keys.
                    188:       <li>Add a new private key format that uses a <i>bcrypt KDF</i> to better
                    189:         protect keys at rest.  This format is used unconditionally for
                    190:         ED25519 keys, but may be requested when generating or saving
                    191:         existing keys of other types via the <tt>-o</tt>
                    192:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>
                    193:         option.  We intend to make the new format the default in the near
                    194:         future.  Details of the new format are in the <tt>PROTOCOL.key</tt>
                    195:         file.
                    196:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    197:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    198:         Add a new transport cipher "chacha20-poly1305@openssh.com" that
                    199:         combines Daniel Bernstein's <i>ChaCha20</i> stream cipher and
                    200:         <i>Poly1305 MAC</i> to build an authenticated encryption mode.  Details
                    201:         are in the <tt>PROTOCOL.chacha20poly1305</tt> file.
                    202:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    203:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    204:         Refuse <i>RSA</i> keys from old proprietary clients and servers that
                    205:         use the obsolete <i>RSA+MD5</i> signature scheme.  It will still be
                    206:         possible to connect with these clients/servers but <b>only DSA keys
                    207:         will be accepted, and OpenSSH will refuse connection entirely in a
                    208:         future release</b>.
                    209:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    210:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    211:         Refuse old proprietary clients and servers that use a weaker key
                    212:         exchange hash calculation.
                    213:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    214:         Increase the size of the <i>Diffie-Hellman groups</i> requested for
                    215:         each symmetric key size.  New values from <i>NIST Special Publication
                    216:         800-57</i> with the upper limit specified by <i>RFC 4419</i>.
                    217:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    218:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>:
                    219:         Support <i>PKCS#11</i> tokens that only provide <i>X.509</i> certs
                    220:         instead of raw public keys.  (requested as bz#1908)
                    221:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    222:         Add a
                    223:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
                    224:         <tt>Match</tt> keyword that allows conditional configuration to be
                    225:         applied by matching on <i>hostname</i>, <i>user</i> and <i>result of
                    226:         arbitrary commands</i>.
                    227:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    228:         Add support for <i>client-side hostname canonicalisation</i> using a
                    229:         set of <i>DNS suffixes</i> and rules in
                    230:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>.
                    231:         This allows unqualified names to be canonicalised to fully-qualified
                    232:         domain names to eliminate ambiguity when looking up keys in
                    233:         <tt>known_hosts</tt> or checking host certificate names.
                    234:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&amp;sektion=8">sftp-server(8)</a>:
                    235:         Add the ability to whitelist and/or blacklist sftp protocol requests by
                    236:         name.
                    237:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&amp;sektion=8">sftp-server(8)</a>:
                    238:         Add a sftp "fsync@openssh.com" to support calling
                    239:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsync&amp;sektion=2">fsync(2)</a>
                    240:         on an open file handle.
                    241:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    242:         Add a
                    243:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
                    244:         <tt>PermitTTY</tt> to disallow <i>TTY</i> allocation, mirroring the
                    245:         longstanding <tt>no-pty</tt> <tt>authorized_keys</tt> option.
                    246:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    247:         Add a
                    248:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
                    249:         <tt>ProxyUseFDPass</tt> option that supports the use of
                    250:         <tt>ProxyCommands</tt> that establish a connection and then pass a
                    251:         connected file descriptor back to
                    252:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>.
                    253:         This allows the <tt>ProxyCommand</tt> to exit rather than staying
                    254:         around to transfer data.
                    255:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    256:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    257:         this release removes the <i>J-PAKE</i> authentication code.  This code
                    258:         was experimental, never enabled and had been unmaintained for some
                    259:         time.
                    260:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    261:         when processing <tt>Match</tt> blocks, skip '<tt>exec</tt>' clauses
                    262:         other clauses predicates failed to match.
                    263:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    264:         if hostname canonicalisation is enabled and results in the destination
                    265:         hostname being changed, then re-parse
                    266:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
                    267:         files using the new destination hostname. This gives '<tt>Host</tt>'
                    268:         and '<tt>Match</tt>' directives that use the expanded hostname a chance
                    269:         to be applied.
1.1       deraadt   270:       </ul>
                    271:     <li>The following significant bugs have been fixed in this release:
                    272:       <ul>
1.3       sobrado   273:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    274:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    275:         Fix potential stack exhaustion caused by nested certificates.
                    276:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    277:         make <tt>BindAddress</tt> work with <tt>UsePrivilegedPort</tt>.
                    278:         (bz#1211)
                    279:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    280:         fix the progress meter for resumed transfer.  (bz#2137)
                    281:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&amp;sektion=1">ssh-add(1)</a>:
                    282:         do not request smartcard PIN when removing keys from
                    283:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>.
                    284:         (bz#2187)
                    285:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    286:         fix re-exec fallback when original
                    287:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>
                    288:         binary cannot be executed.  (bz#2139)
                    289:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>:
                    290:         Make relative-specified certificate expiry times relative to current
                    291:         time and not the validity start time.
                    292:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    293:         fix <tt>AuthorizedKeysCommand</tt> inside a <tt>Match</tt> block.
                    294:         (bz#2161)
                    295:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    296:         symlinking a file would incorrectly canonicalise the target path.
                    297:         (bz#2129)
                    298:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>:
                    299:         fix a use-after-free in the PKCS#11 agent helper executable.
                    300:         (bz#2175)
                    301:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    302:         Improve logging of sessions to include the <i>user name</i>, <i>remote
                    303:         host</i> and <i>port</i>, the <i>session type</i> (shell, command,
                    304:         etc.) and <i>allocated TTY</i> (if any).
                    305:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    306:         tell the client (via a debug message) when their preferred listen
                    307:         address has been overridden by the server's <tt>GatewayPorts</tt>
                    308:         setting.  (bz#1297)
                    309:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    310:         include report port in bad protocol banner message.  (bz#2162)
                    311:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    312:         fix memory leak in error path in <i>do_readdir()</i>.  (bz#2163)
                    313:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>:
                    314:         don't leak file descriptor on error.  (bz#2171)
                    315:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    316:         include the <i>local address</i> and <i>port</i> in "<tt>Connection
                    317:         from ...</tt>" message.  (only shown at <i>loglevel&gt;=verbose</i>)
                    318:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    319:         avoid spurious "<tt>getsockname failed: Bad file descriptor</tt>" in
                    320:         <tt>ssh -W</tt>.  (bz#2200, debian#738692)
                    321:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    322:         allow the
                    323:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=shutdown&amp;sektion=2">shutdown(2)</a>
                    324:         syscall in seccomp-bpf and systrace sandbox modes, as it is reachable
                    325:         if the connection is terminated during the pre-auth phase.
                    326:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    327:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    328:         fix unsigned overflow that in <i>SSH protocol 1 bignum parsing</i>.
                    329:         Minimum key length checks render this bug unexploitable to compromise
                    330:         SSH 1 sessions.
                    331:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&amp;sektion=5">sshd_config(5)</a>
                    332:         clarify behaviour of a keyword that appears in multiple matching
                    333:         <tt>Match</tt> blocks.  (bz#2184)
                    334:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    335:         avoid unnecessary hostname lookups when canonicalisation is disabled.
                    336:         (bz#2205)
                    337:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    338:         avoid sandbox violation crashes in GSSAPI code by caching the supported
                    339:         list of GSSAPI mechanism OIDs before entering the sandbox.  (bz#2107)
                    340:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    341:         fix possible crashes in SOCKS4 parsing caused by assumption that the
                    342:         SOCKS username is nul-terminated.
                    343:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    344:         fix regression for <tt>UsePrivilegedPort=yes</tt> when
                    345:         <tt>BindAddress</tt> is not specified.
                    346:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>,
                    347:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>:
                    348:         fix memory leak in ECDSA signature verification.
                    349:       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>:
                    350:         fix matching of '<tt>Host</tt>' directives in
                    351:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>
                    352:         files to be case-insensitive again.  (regression in 6.5)
1.1       deraadt   353:       </ul>
                    354:     </ul>
                    355: <p>
                    356:
1.2       espie     357: <li>Major overhaul of the package tools:
1.1       deraadt   358:     <ul>
1.2       espie     359:     <li>Much better memory usage
                    360:     <li>pkg_add now trusts signed packages only by default
1.1       deraadt   361:     </ul>
1.2       espie     362: <li>Over 8,700 ports
1.1       deraadt   363: <p>
1.2       espie     364: <li>The build process now allows some limited capability for
                    365: building conflicting packages, yielding kde4 packages as a result,
                    366: along with kde3.
1.1       deraadt   367: <li>Many pre-built packages for each architecture:
                    368:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    369:     <tr>
                    370:     <td valign="top" width="25%">
                    371:     <ul>
                    372:       <li>i386:       8468
1.6     ! deraadt   373:       <li>sparc64:    7969
1.1       deraadt   374:       <li>alpha:      XXXX
                    375:       <li>m68k:       XXXX
                    376:     </ul></td><td valign=top width="25%"><ul>
                    377:       <li>sh:         XXXX
                    378:       <li>amd64:      8534
                    379:       <li>powerpc:    8057
                    380:       <li>m88k:       XXXX
                    381:     </ul></td><td valign=top width="25%"><ul>
                    382:       <li>sparc:      XXXX
                    383:       <li>arm:        XXXX
                    384:       <li>hppa:       6549
                    385:     </ul></td><td valign=top width="25%"><ul>
                    386:       <li>vax:        XXXX
                    387:       <li>mips64:     XXXX
                    388:       <li>mips64el:   XXXX
                    389:   </ul></td></tr></table>
                    390: <p>
                    391:
                    392: <li>Some highlights:
                    393:     <ul>
1.4       jsg       394:     <li>GNOME 3.10.2                   <li>KDE 3.5.10
1.2       espie     395:     <li>KDE 4.11.5
1.4       jsg       396:     <li>Xfce 4.10                      <li>MySQL 5.1.73
                    397:     <li>PostgreSQL 9.3.2               <li>Postfix 2.11.0
                    398:     <li>OpenLDAP 2.3.43 and 2.4.38     <li>Mozilla Firefox 24.3 and 26.0
                    399:     <li>Mozilla Thunderbird 24.3.0     <li>GHC 7.6.3
                    400:     <li>LibreOffice 4.1.4.2            <li>Emacs 21.4 and 24.3
                    401:     <li>Vim 7.4.135                    <li>PHP 5.3.28 and 5.4.24
                    402:     <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
                    403:     <li>Tcl/Tk 8.5.15 and 8.6.1                <li>JDK 1.6.0.32 and 1.7.0.21
1.2       espie     404:     <li>Mono 2.10.9                    <li>Chromium 32.0.1700.102
1.4       jsg       405:     <li>Groff 1.22.2                   <li>Go 1.2
                    406:     <li>GCC 4.6.4 and 4.8.2            <li>LLVM/Clang 3.3
                    407:     <li>Node.js 0.10.24
1.1       deraadt   408:     </ul>
                    409: <p>
                    410:
                    411: <li>As usual, steady improvements in manual pages and other documentation.
                    412: <p>
                    413:
                    414: <li>The system includes the following major components from outside suppliers:
                    415:     <ul>
1.4       jsg       416:     <li>Xenocara (based on X.Org 7.7 with xserver 1.14.5 + patches,
                    417:       freetype 2.5.2, fontconfig 2.10.91, Mesa 9.2.5, xterm 301,
                    418:       xkeyboard-config 2.10.1 and more)
1.1       deraadt   419:     <li>Gcc 4.2.1 (+patches), 3.3.6 (+ patches) and 2.95.3 (+ patches)
                    420:     <li>Perl 5.16.3 (+ patches)
                    421:     <li>Our improved and secured version of Apache 1.3, with
                    422:       SSL/TLS and DSO support
1.4       jsg       423:     <li>Nginx 1.4.4 (+ patches)
1.1       deraadt   424:     <li>OpenSSL 1.0.1c (+ patches)
1.4       jsg       425:     <li>SQLite 3.8.0.2 (+ patches)
                    426:     <li>Sendmail 8.14.8, with libmilter
1.1       deraadt   427:     <li>Bind 9.4.2-P2 (+ patches)
1.4       jsg       428:     <li>NSD 4.0.1
1.1       deraadt   429:     <li>Lynx 2.8.7rel.2 with HTTPS and IPv6 support (+ patches)
                    430:     <li>Sudo 1.7.2p8
                    431:     <li>Ncurses 5.7
                    432:     <li>Heimdal 1.5.2 (+ patches)
                    433:     <li>Binutils 2.15 (+ patches)
                    434:     <li>Gdb 6.3 (+ patches)
                    435:     <li>Less 444 (+ patches)
                    436:     <li>Awk Aug 10, 2011 version
                    437:     </ul>
                    438:
                    439: </ul>
                    440:
                    441: <a name="install"></a>
                    442: <hr>
                    443: <p>
                    444: <h3><font color="#0000e0">How to install</font></h3>
                    445: <p>
                    446: Following this are the instructions which you would have on a piece of
                    447: paper if you had purchased a CDROM set instead of doing an alternate
                    448: form of install.  The instructions for doing an FTP (or other style
                    449: of) install are very similar; the CDROM instructions are left intact
                    450: so that you can see how much easier it would have been if you had
                    451: purchased a CDROM instead.
                    452: <p>
                    453:
                    454: <hr>
                    455: Please refer to the following files on the three CDROMs or FTP mirror for
                    456: extensive details on how to install OpenBSD 5.5 on your machine:
                    457: <p>
                    458: <ul>
                    459: <li>CD1:5.5/i386/INSTALL.i386
                    460: <li>CD1:5.5/vax/INSTALL.vax
                    461: <p>
                    462: <li>CD2:5.5/amd64/INSTALL.amd64
                    463: <li>CD2:5.5/macppc/INSTALL.macppc
                    464: <li>CD2:5.5/hppa/INSTALL.hppa
                    465: <p>
                    466: <li>CD3:5.5/sparc64/INSTALL.sparc64
                    467: <li>CD3:5.5/sparc/INSTALL.sparc
                    468: <p>
                    469: <li>FTP:.../OpenBSD/5.5/alpha/INSTALL.alpha
                    470: <li>FTP:.../OpenBSD/5.5/armish/INSTALL.armish
                    471: <li>FTP:.../OpenBSD/5.5/armv7/INSTALL.armv7
                    472: <li>FTP:.../OpenBSD/5.5/beagle/INSTALL.beagle
                    473: <li>FTP:.../OpenBSD/5.5/hp300/INSTALL.hp300
                    474: <li>FTP:.../OpenBSD/5.5/hppa/INSTALL.hppa
                    475: <li>FTP:.../OpenBSD/5.5/landisk/INSTALL.landisk
                    476: <li>FTP:.../OpenBSD/5.5/loongson/INSTALL.loongson
                    477: <li>FTP:.../OpenBSD/5.5/luna88k/INSTALL.luna88k
                    478: <li>FTP:.../OpenBSD/5.5/macppc/INSTALL.macppc
                    479: <li>FTP:.../OpenBSD/5.5/mvme68k/INSTALL.mvme68k
                    480: <li>FTP:.../OpenBSD/5.5/mvme88k/INSTALL.mvme88k
                    481: <li>FTP:.../OpenBSD/5.5/octeon/INSTALL.octeon
                    482: <li>FTP:.../OpenBSD/5.5/sgi/INSTALL.sgi
                    483: <li>FTP:.../OpenBSD/5.5/socppc/INSTALL.socppc
                    484: <li>FTP:.../OpenBSD/5.5/sparc/INSTALL.sparc
                    485: <li>FTP:.../OpenBSD/5.5/vax/INSTALL.vax
                    486: <li>FTP:.../OpenBSD/5.5/zaurus/INSTALL.zaurus
                    487: </ul>
                    488: <hr>
                    489:
                    490: <p>
                    491: Quick installer information for people familiar with OpenBSD, and the
                    492: use of the "disklabel -E" command.  If you are at all confused when
                    493: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    494: <p>
                    495:
                    496: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    497: <ul>
                    498: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    499: release is on CD1. If your BIOS does not support booting from CD, you will need
                    500: to create a boot floppy to install from. To create a boot floppy write
                    501: <i>CD1:5.5/i386/floppy55.fs</i> to a floppy and boot via the floppy drive.
                    502:
                    503: <p>
                    504: Use <i>CD1:5.5/i386/floppyB55.fs</i> instead for greater SCSI controller
                    505: support, or <i>CD1:5.5/i386/floppyC55.fs</i> for better laptop support.
                    506:
                    507: <p>
                    508: If you can't boot from a CD or a floppy disk,
                    509: you can install across the network using PXE as described in
                    510: the included INSTALL.i386 document.
                    511:
                    512: <p>
                    513: If you are planning on dual booting OpenBSD with another OS, you will need to
                    514: read INSTALL.i386.
                    515:
                    516: <p>
                    517: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    518: at <i>CD1:5.5/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    519: use the
                    520: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    521: utility. The following is an example usage of
                    522: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    523: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    524: &quot;rfd0a&quot;.
                    525:
                    526: <ul><pre>
                    527: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    528: </pre></ul>
                    529:
                    530: <p>
                    531: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    532: your install will most likely fail. For more information on creating a boot
                    533: floppy and installing OpenBSD/i386 please refer to
                    534: <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    535: </ul>
                    536:
                    537: <p>
                    538: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    539: <ul>
                    540: The 5.5 release of OpenBSD/amd64 is located on CD2.
                    541: Boot from the CD to begin the install - you may need to adjust
                    542: your BIOS options first.
                    543: If you can't boot from the CD, you can create a boot floppy to install from.
                    544: To do this, write <i>CD2:5.5/amd64/floppy55.fs</i> to a floppy, then
                    545: boot from the floppy drive.
                    546:
                    547: <p>
                    548: If you can't boot from a CD or a floppy disk,
                    549: you can install across the network using PXE as described in the included
                    550: INSTALL.amd64 document.
                    551:
                    552: <p>
                    553: If you are planning to dual boot OpenBSD with another OS, you will need to
                    554: read INSTALL.amd64.
                    555: </ul>
                    556:
                    557: <p>
                    558: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    559: <ul>
                    560: Burn the image from the FTP site to a CDROM, and power on your machine
                    561: while holding down the <i>C</i> key until the display turns on and
                    562: shows <i>OpenBSD/macppc boot</i>.
                    563:
                    564: <p>
                    565: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    566: /5.5/macppc/bsd.rd</i>
                    567: </ul>
                    568:
                    569: <p>
                    570: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    571: <ul>
                    572: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    573:
                    574: <p>
                    575: If this doesn't work, or if you don't have a CDROM drive, you can write
                    576: <i>CD3:5.5/sparc64/floppy55.fs</i> or <i>CD3:5.5/sparc64/floppyB55.fs</i>
                    577: (depending on your machine) to a floppy and boot it with <i>boot
                    578: floppy</i>. Refer to INSTALL.sparc64 for details.
                    579:
                    580: <p>
                    581: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    582: will most likely fail.
                    583:
                    584: <p>
                    585: You can also write <i>CD3:5.5/sparc64/miniroot55.fs</i> to the swap partition on
                    586: the disk and boot with <i>boot disk:b</i>.
                    587:
                    588: <p>
                    589: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    590: </ul>
                    591:
                    592: <p>
                    593: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    594: <ul>
                    595: <p>Write <i>FTP:5.5/alpha/floppy55.fs</i> or
                    596: <i>FTP:5.5/alpha/floppyB55.fs</i> (depending on your machine) to a diskette and
                    597: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    598:
                    599: <p>
                    600: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    601: will most likely fail.
                    602:
                    603: </ul>
                    604:
                    605: <p>
                    606: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    607: <ul>
                    608: <p>
                    609: After connecting a serial port, Thecus can boot directly from the network
                    610: either tftp or http. Configure the network using fconfig, reset,
                    611: then load bsd.rd, see INSTALL.armish for specific details.
                    612: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    613: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    614: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    615: More details are available in INSTALL.armish.
                    616: </ul>
                    617:
                    618: <p>
                    619: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    620: <ul>
                    621: <p>
                    622: Boot over the network by following the instructions in INSTALL.hp300.
                    623: </ul>
                    624:
                    625: <p>
                    626: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    627: <ul>
                    628: <p>
                    629: Boot over the network by following the instructions in INSTALL.hppa or the
                    630: <a href="hppa.html#install">hppa platform page</a>.
                    631: </ul>
                    632:
                    633: <p>
                    634: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    635: <ul>
                    636: <p>
                    637: Write <i>miniroot55.fs</i> to the start of the CF
                    638: or disk, and boot normally.
                    639: </ul>
                    640:
                    641: <p>
                    642: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    643: <ul>
                    644: <p>
                    645: Write <i>miniroot55.fs</i> to a USB stick and boot bsd.rd from it
                    646: or boot bsd.rd via tftp.
                    647: Refer to the instructions in INSTALL.loongson for more details.
                    648: </ul>
                    649: <p>
                    650:
                    651: <p>
                    652: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    653: <ul>
                    654: <p>
                    655: Copy bsd.rd to a Mach or UniOS partition, and boot it from the PROM.
                    656: Alternatively, you can create a bootable tape and boot from it. Refer to
                    657: the instructions in INSTALL.luna88k for more details.
                    658: </ul>
                    659:
                    660: <p>
                    661: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    662: <ul>
                    663: <p>
                    664: You can create a bootable installation tape or boot over the network.<br>
                    665: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    666: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    667: for more details.
                    668: </ul>
                    669:
                    670: <p>
                    671: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    672: <ul>
                    673: <p>
                    674: You can create a bootable installation tape or boot over the network.<br>
                    675: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    676: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    677: for more details.
                    678: </ul>
                    679:
                    680: <p>
                    681: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    682: <ul>
                    683: <p>
                    684: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    685: Refer to the instructions in INSTALL.octeon for more details.
                    686: </ul>
                    687:
                    688: <p>
                    689: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    690: <ul>
                    691: <p>
                    692: To install on an O2, burn cd55.iso on a CD-R, put it in the CD drive of your
                    693: machine and select <i>Install System Software</i> from the System Maintenance
                    694: menu.
                    695:
                    696: <p>
                    697: On other systems, or if your machine doesn't have a CD drive, you can
                    698: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd.IP##" using
                    699: the kernel matching your system type.
                    700: Refer to the instructions in INSTALL.sgi for more details.
                    701: </ul>
                    702:
                    703: <p>
                    704: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    705: <ul>
                    706: <p>
                    707: After connecting a serial port, boot over the network via DHCP/tftp.
                    708: Refer to the instructions in INSTALL.socppc for more details.
                    709: </ul>
                    710:
                    711: <p>
                    712: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    713: <ul>
                    714: Boot from one of the provided install ISO images, using one of the two
                    715: commands listed below, depending on the version of your ROM.
                    716:
                    717: <ul><pre>
                    718: ok <strong>boot cdrom 5.5/sparc/bsd.rd</strong>
                    719: or
                    720: &gt; <strong>b sd(0,6,0)5.5/sparc/bsd.rd</strong>
                    721: </pre></ul>
                    722:
                    723: <p>
                    724: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    725: To do so you need to write <i>floppy55.fs</i> to a floppy.
                    726: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    727: To boot from the floppy use one of the two commands listed below,
                    728: depending on the version of your ROM.
                    729:
                    730: <ul><pre>
                    731: ok <strong>boot floppy</strong>
                    732: or
                    733: &gt; <strong>b fd()</strong>
                    734: </pre></ul>
                    735:
                    736: <p>
                    737: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    738: will most likely fail.
                    739:
                    740: <p>
                    741: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    742: setup a bootable tape, or install via network, as told in the
                    743: INSTALL.sparc file.
                    744: </ul>
                    745:
                    746: <p>
                    747: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    748: <ul>
                    749: Boot over the network via mopbooting as described in INSTALL.vax.
                    750: </ul>
                    751:
                    752: <p>
                    753: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    754: <ul>
                    755: <p>
                    756: Using the Linux built-in graphical ipkg installer, install the
                    757: openbsd55_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    758: for a few important details.
                    759: </ul>
                    760:
                    761: <p>
                    762: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    763: <ul>
                    764: src.tar.gz contains a source archive starting at /usr/src.  This file
                    765: contains everything you need except for the kernel sources, which are
                    766: in a separate archive.  To extract:
                    767: <p>
                    768: <ul><pre>
                    769: # <strong>mkdir -p /usr/src</strong>
                    770: # <strong>cd /usr/src</strong>
                    771: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    772: </pre></ul>
                    773: <p>
                    774: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    775: This file contains all the kernel sources you need to rebuild kernels.
                    776: To extract:
                    777: <p>
                    778: <ul><pre>
                    779: # <strong>mkdir -p /usr/src/sys</strong>
                    780: # <strong>cd /usr/src</strong>
                    781: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    782: </pre></ul>
                    783: <p>
                    784: Both of these trees are a regular CVS checkout.  Using these trees it
                    785: is possible to get a head-start on using the anoncvs servers as
                    786: described <a href="anoncvs.html">here</a>.
                    787: Using these files
                    788: results in a much faster initial CVS update than you could expect from
                    789: a fresh checkout of the full OpenBSD source tree.
                    790: <p>
                    791: </ul>
                    792:
                    793: <a name="upgrade"></a>
                    794: <hr>
                    795: <p>
                    796: <h3><font color="#0000e0">How to upgrade</font></h3>
                    797: <p>
                    798: If you already have an OpenBSD 5.4 system, and do not want to reinstall,
                    799: upgrade instructions and advice can be found in the
                    800: <a href="faq/upgrade55.html">Upgrade Guide</a>.
                    801:
                    802: <a name="ports"></a>
                    803: <hr>
                    804: <p>
                    805: <h3><font color="#0000e0">Ports Tree</font></h3>
                    806: <p>
                    807: A ports tree archive is also provided.  To extract:
                    808: <p>
                    809: <ul><pre>
                    810: # <strong>cd /usr</strong>
                    811: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    812: </pre></ul>
                    813: <p>
                    814: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    815: read the <a href="faq/ports/index.html">ports</a> page
                    816: if you know nothing about ports
                    817: at this point.  This text is not a manual of how to use ports.
                    818: Rather, it is a set of notes meant to kickstart the user on the
                    819: OpenBSD ports system.
                    820: <p>
                    821: The <i>ports/</i> directory represents a CVS (see the manpage for
                    822: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1&amp;arch=i386">
                    823: cvs(1)</a> if
                    824: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    825: source tree, our ports tree is available via
                    826: <a href="anoncvs.html">AnonCVS</a>.
                    827: So, in order to keep current with it, you must make the <i>ports/</i> tree
                    828: available on a read-write medium and update the tree with a command
                    829: like:
                    830: <p>
                    831: <ul><pre>
                    832: # <strong>cd /usr/ports</strong>
                    833: # <strong>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_5</strong>
                    834: </pre></ul>
                    835: <p>
                    836: [Of course, you must replace the server name here with a nearby anoncvs
                    837: server.]
                    838: <p>
                    839: Note that most ports are available as packages through FTP. Updated
                    840: packages for the 5.5 release will be made available if problems arise.
                    841: <p>
                    842: If you're interested in seeing a port added, would like to help out, or just
                    843: would like to know more, the mailing list
                    844: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    845: <p>
                    846: </body>
                    847: </html>