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

Annotation of www/49.html, Revision 1.24

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 4.9 Release</title>
                      5: <link rev=made href="mailto:www@openbsd.org">
                      6: <meta name="resource-type" content="document">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.19      stsp        8: <meta name="description" content="OpenBSD 4.9">
1.1       deraadt     9: <meta name="keywords" content="openbsd,main">
                     10: <meta name="distribution" content="global">
1.3       deraadt    11: <meta name="copyright" content="This document copyright 2011 by OpenBSD.">
1.1       deraadt    12: </head>
                     13:
                     14: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     15:
                     16: <a href="index.html">
                     17: <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
                     18: <hr>
                     19:
                     20: <p>
                     21: <a href="images/Hitchhiker.jpg">
                     22: <img align="left" width="227" height="343" hspace="24" vspace="30"
                     23: src="images/Hitchhiker.jpg" alt="OpenBSD 4.9 logo"></a>
                     24: <h2><font color="#0000e0">The OpenBSD 4.9 Release:</font></h2>
                     25: <p>
                     26: Released May 1, 2011<br>
                     27: Copyright 1997-2011, Theo de Raadt.<br>
                     28: <font color="#e00000">ISBN 978-0-9784475-7-1</font>
                     29: <br>
                     30: <a href="lyrics.html#49">4.9 Song: "The Answer"</a>
                     31: <p>
                     32:
                     33: <a href="#new">What's New</a><br>
                     34: <a href="#install">How to install</a><br>
                     35: <a href="#upgrade">How to upgrade</a><br>
                     36: <a href="#ports">How to use the ports tree</a><br>
                     37: <a href="orders.html">Ordering a CD set</a><br>
                     38:
                     39: <p>
                     40: <h3><font color="#0000e0">
                     41: To get the files for this release:
                     42: <ul>
                     43: <li>Pre-order a CDROM from our <a href="orders.html">ordering system</a>.
                     44: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     45:     a list of mirror machines.
                     46: <li>Go to the <font color="#e00000">pub/OpenBSD/4.9/</font> directory on
                     47:     one of the mirror sites.
                     48: <li>Briefly read the rest of this document.
                     49: <li>Have a look at <a href="errata49.html">The 4.9 Errata page</a> for a list
                     50:     of bugs and workarounds.
                     51: <li>See a <a href="plus49.html">detailed log of changes</a> between the
                     52:     4.8 and 4.9 releases.
                     53: </ul>
                     54: </font></h3>
                     55: <br clear=all>
                     56:
                     57: <strong>Note:</strong> All applicable copyrights and credits can be found
                     58: in the applicable file sources found in the files src.tar.gz, sys.tar.gz,
                     59: xenocara.tar.gz, or in the files fetched via ports.tar.gz.  The distribution
                     60: files used to build packages from the ports.tar.gz file are not included on
                     61: the CDROM because of lack of space.
                     62: <p>
                     63:
                     64: <a name="new"></a>
                     65: <hr>
                     66: <p>
                     67: <h3><font color="#0000e0">What's New</font></h3>
                     68: <p>
                     69: This is a partial list of new features and systems included in OpenBSD 4.9.
                     70: For a comprehensive list, see the <a href="plus49.html">changelog</a> leading
                     71: to 4.9.
                     72: <p>
                     73:
                     74: <ul>
                     75:
1.3       deraadt    76: <li>New/extended platforms:
                     77:     <ul>
1.21      jsing      78:     <li>amd64 and i386:
1.3       deraadt    79:         <ul>
1.20      deraadt    80:         <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_ntfs&sektion=8&format=html">NTFS</a> by default on GENERIC kernels.
1.11      jj         81:        <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmt&sektion=4&format=html">vmt(4)</a> driver for VMWare tools support as a guest.
                     82:        <li>SMP kernels can now boot on machines with up to 64 cores.
                     83:        <li>Maximum allocation size for i386 bumped to 2G.
1.19      stsp       84:        <li>Handle &gt;16 disks when searching for kernel boot device.
1.20      deraadt    85:        <li>Added support for AES-NI instructions found on recent Intel cores.
                     86:         <li>Further improvements in suspend and resume.
1.3       deraadt    87:         </ul>
1.21      jsing      88:     <li>hppa:
                     89:         <ul>
                     90:         <li>Multiprocessor support.
                     91:         </ul>
1.3       deraadt    92:     <li>sparc64:
                     93:         <ul>
1.21      jsing      94:         <li>Support the virtual disk protocol on sun4v machines well enough
                     95:            to install them from virtual cdroms.
1.3       deraadt    96:         </ul>
                     97:     <li>...
                     98:         <ul>
                     99:         <li>...
                    100:         </ul>
                    101:     <li>...
                    102:         <ul>
                    103:         <li>...
                    104:         </ul>
                    105:     </ul>
                    106: <p>
                    107:
                    108: <li>Improved hardware support, including:
                    109:     <ul>
1.9       kevlo     110:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vte&sektion=4&format=html">vte(4)</a>
                    111:     driver for RDC R6040 10/100 Ethernet devices.</li>
1.10      jsg       112:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdcphy&sektion=4&format=html">rdcphy(4)</a>
                    113:     driver for RDC Semiconductor R6040 10/100 Ethernet PHY.
                    114:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rsu&sektion=4&format=html">rsu(4)</a>
1.24    ! jsing     115:     driver for Realtek RTL8188SU/RTL8191SU/RTL8192SU USB IEEE 802.11b/g/n.
1.10      jsg       116:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtwn&sektion=4&format=html">urtwn(4)</a>
                    117:     driver for Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n.
                    118:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=utwitch&sektion=4&format=html">utwitch(4)</a>
                    119:     driver for YUREX USB twitch/jiggle of knee sensor.
                    120:     <li>Support for AR9271, AR9280+AR7010 and AR9287+AR7010 USB IEEE 802.11a/g/n
                    121:         adapters has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a>.
                    122:     <li>Support for 82583V
                    123:         has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>.
                    124:     <li>Support for Yukon 88E8059
                    125:         has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&amp;sektion=4">msk(4)</a>.
                    126:     <li>Support for SiS191
                    127:         has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=se&amp;sektion=4">se(4)</a>.
                    128:     <li>Support for SAS2004
                    129:         has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&amp;sektion=4">mpii(4)</a>.
                    130:     <li>Support for NVIDIA MCP89 SATA
                    131:         has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide(4)</a>.
                    132:     <li>Suppport for Mobility Radeon HD 4200
                    133:         has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&amp;sektion=4">radeondrm(4)</a>.
1.18      krw       134:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;sektion=4">pms(4)</a> support has been significantly reworked and expanded.
1.20      deraadt   135:     <li>MCLGETI support has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;sektion=4">xl(4)</a>.
1.24    ! jsing     136:     <li>Support for low latency interrupt modulation has been added to
        !           137:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&amp;sektion=4">ix(4)</a>.
        !           138:     <li>Port multiplier support has been added to
        !           139:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&amp;sektion=4">ahci(4)</a> and
        !           140:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sili&amp;sektion=4">sili(4)</a>.
        !           141:     <li>Support for Sun XVR-300 graphics has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeonfb&amp;sektion=4&amp;arch=sparc64">radeonfb(4)</a>.
        !           142:     <li>Added workaround for BCM5906 A0/1/2 controller silicon bug in
        !           143:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&amp;sektion=4">bge(4)</a>.
1.3       deraadt   144:     </ul>
                    145: <p>
                    146:
                    147: <li>Generic network stack improvements:
                    148:     <ul>
1.7       dlg       149:     <li>Reworking of the MCLGETI livelock algorithm to improve
                    150:     forwarding and host performance under high network load.</li>
1.11      jj        151:     <li>Added support for socket splicing.
                    152:     <li>Added AES-GMAC support for IPSec.
1.22      jsing     153:     <li>Added automatic send and receive buffer scaling for TCP.
1.20      deraadt   154:     <li>Added wpakey option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a> replacing wpa-psk(8).
1.22      jsing     155:     <li>TCP acknowledgments are no longer delayed on the loopback interface.
                    156:     <li>Network livelock counters are now exported via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=3">sysctl(3)</a>.
                    157:     <li>A radix tree sorting bug was fixed, which results in significant
                    158:     improvements to IPsec performance under certain conditions.
1.3       deraadt   159:     </ul>
                    160: <p>
                    161:
                    162: <li>SCSI improvements:
                    163:     <ul>
1.6       dlg       164:     <li>Improved safety when detaching SCSI devices by waiting for
1.20      deraadt   165:         the completion of pending commands.</li>
                    166:     <li>Improved hotplug support on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&amp;sektion=4">mpi(4)</a> and
                    167:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&amp;sektion=4">mpii(4)</a>.</li>
1.6       dlg       168:     <li>Continued iopoolification of SCSI drivers, notably on
1.20      deraadt   169:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;sektion=4">umass(4)</a> which improves the
                    170:         reliability and performance of multi-LUN devices.</li>
                    171:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vscsi&amp;sektion=4">vscsi(4)</a>, a driver for
                    172:         userland handling of scsi device commands.
                    173:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iscsid&amp;sektion=8">iscsid(8)</a>, an iSCSI initiator.
1.21      jsing     174:     <li>Forcibly restrict devices incapable of tagged I/O to executing one command at a time.
1.17      krw       175:     <li>Discover and honour read-only status of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4">sd(4)</a> devices.
1.21      jsing     176:     <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&sektion=4">st(4)</a> handling of I/O residual information.
1.17      krw       177:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4">sd(4)</a> devices that can only execute one command at a time (e.g. USB) will now be allowed to spin up if necessary.
                    178:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4">cd(4)</a> will now attach CDROM devices identified as non-removable.
1.3       deraadt   179:     </ul>
                    180: <p>
                    181:
                    182: <li>Assorted improvements:
                    183:     <ul>
1.16      krw       184:     <li>Enabled wide character support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncurses&sektion=3">ncurses(3)</a>.
                    185:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&sektion=8">nsd(8)</a>, an authoritative name server implementation.
                    186:     <li>Disklabel UID support improved and added to more utilities.
                    187:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rarpd&sektion=8">rarpd(8)</a> now accepts a list of interfaces to listen on.
                    188:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a> now accepts 'egress' as an interface name, meaning whichever interface is marked as being in the 'egress' group.
                    189:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a> no longer listens on interfaces without a broadcast address (e.g. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflog&sektion=4">pflog(4)</a>).
                    190:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=who&sektion=1">who(1)</a> now displays as much of the hostname as fits on the line.
                    191:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> now correctly handles 'net' primitives when processing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflog&sektion=4">pflog(4)</a> traffic.
1.17      krw       192:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8">fdisk(8)</a> now respects failure to read the MBR.
                    193:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8">fdisk(8)</a> will no longer infinitely loop when encountering an improperly constructed EBR.
                    194:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8">disklabel(8)</a> no longer uses information from a failed partition addition on the next addition of the same partition.
                    195:     <li>Many unused and obsolete <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disktab&sektion=5">disktab(5)</a> entries removed.
1.19      stsp      196:     <li>Fixed X11 autoconfiguration on sparc and sparc64.
1.20      deraadt   197:     <li>Implement attribute syntax from RFC4517 and support bsdauth in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&amp;sektion=8">ldapd(8)</a>.
                    198:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=video&amp;sektion=1">video(1)</a> utility which can record or display images from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=video&amp;sektion=4">video(4)</a>.
1.23      jsing     199:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a> mod_headers now handles apache2 style RequestHeader directives.
                    200:     <li>UNIX-domain socket support has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&amp;sektion=1">nc(1)</a> (-u option).
                    201:     <li>Added support for terabyte units in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a>.
                    202:     <li><a href="http://www.openbsd.org/loongson.html">loongson</a> and
                    203:     <a href="http://www.openbsd.org/sgi.html">sgi</a> platforms have been
                    204:     switched over to gcc4.
                    205:     <li><code>ddb cpu</code> support was added to the
                    206:     <a href="http://www.openbsd.org/sgi.html">sgi</a> platform.
                    207:     <li>Fast path TLB miss handling was added to the
                    208:     <a href="http://www.openbsd.org/landisk.html">landisk</a> platform,
                    209:     resulting in a 44-50% gain in performance.
                    210:     <li>PCIe extended configuration space can now be viewed using
                    211:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcidump&amp;sektion=8">pcidump</a> (-xxx option).
                    212:     <li>The number of spurious IPIs has been decreased on the
                    213:     <a href="http://www.openbsd.org/amd64.html">amd64</a> platform,
                    214:     resulting in improved performance.
1.3       deraadt   215:     </ul>
                    216: <p>
                    217:
                    218: <li>Install/Upgrade process changes:
                    219:     <ul>
1.8       deraadt   220:     <li>Fixed the hppa CD installation process.
                    221:     <li>Added some more free firmwares to the CD media that could fit them.
                    222:     <li>Make the macppc upgrade script update the boot blocks (oddly, this
                    223:         had been broken a very long time and noone noticed).
                    224:     <li>Teach the install script about the configuration of 802.11 interfaces.
                    225:         Visible networks can be listed, and even configured for WPA.
                    226:     <li>The install script now passes collected entropy better to the
                    227:         system which is booted next.
1.15      krw       228:     <li>Upgrade now defaults to checking only the root filesystem.
                    229:     <li>Upgrade no longer checks filesystems with a fs_passno of 0.
                    230:     <li>Upgrade now asks if it should proceed even if one or more filesystem mounts fail.
                    231:     <li>Installer now configures <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> to use all provided time source IPs.
1.3       deraadt   232:     </ul>
                    233: <p>
                    234:
1.12      ajacouto  235: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&sektion=8">rc.d(8)</a>
                    236:     for starting, stopping and reconfiguring package daemons:
                    237:     <ul>
                    238:     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8">rc.subr(8)</a>
                    239:         framework allows for easy creation of rc scripts.
                    240:         This framework is still evolving.
                    241:     <li>Only a handful of packages have migrated for now.
                    242:     <li>rc.local can still be used instead of or in addition to
                    243:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&sektion=8">rc.d(8)</a>.
                    244:     </ul>
                    245: <p>
                    246:
1.4       sobrado   247: <li>OpenSSH 5.8:
1.3       deraadt   248:     <ul>
                    249:     <li>New features:
1.4       sobrado   250:         <ul>
                    251:         <li>Implement Elliptic Curve Cryptography modes for key exchange (ECDH)
                    252:             and host/user keys (ECDSA) as specified by RFC5656. ECDH and ECDSA
                    253:             offer better performance than plain DH and DSA at the same
                    254:             equivalent symmetric key length, as well as much shorter keys.</li>
                    255:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>
                    256:             and
                    257:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8">sftp-server(8)</a>:
                    258:             add a protocol extension to support a hard link operation. It is
                    259:             available through the "ln" command in the client. The old "ln"
                    260:             behaviour of creating a symlink is available using its "-s" option
                    261:             or through the preexisting "symlink" command.</li>
                    262:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>:
                    263:             Add a new -3 option to scp: Copies between two remote hosts are
                    264:             transferred through the local host. Without this option the data is
                    265:             copied directly between the two remote hosts.</li>
                    266:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>:
                    267:             automatically order the hostkeys requested by the client based on
                    268:             which hostkeys are already recorded in known_hosts. This avoids
                    269:             hostkey warnings when connecting to servers with new ECDSA keys,
                    270:             since these are now preferred when learning hostkeys for the first
                    271:             time.</li>
                    272:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    273:             and
                    274:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>:
                    275:             add a new IPQoS option to specify arbitrary TOS/DSCP/QoS values
                    276:             instead of hardcoding lowdelay/throughput. (bz#1733)</li>
                    277:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>:
                    278:             the sftp client is now significantly faster at performing directory
                    279:             listings, using OpenBSD glob(3) extensions to preserve the results
                    280:             of stat(3) operations performed in the course of its execution
                    281:             rather than performing expensive round trips to fetch them again
                    282:             afterwards.</li>
                    283:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>:
                    284:             "atomically" create the listening mux socket by binding it on a
                    285:             temporary name and then linking it into position after listen() has
                    286:             succeeded. This allows the mux clients to determine that the server
                    287:             socket is either ready or stale without races. Stale server sockets
                    288:             are now automatically removed. (also fixes bz#1711)</li>
                    289:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    290:             and
                    291:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>:
                    292:             add a <em>KexAlgorithms</em> knob to the client and server
                    293:             configuration to allow selection of which key exchange methods are
                    294:             used by
                    295:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    296:             and
                    297:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    298:             and their order of preference.</li>
                    299:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>
                    300:             and
                    301:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>:
                    302:             factor out bandwidth limiting code from
                    303:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>
                    304:             into a generic bandwidth limiter that can be attached using the
                    305:             <em>atomicio</em> callback mechanism and use it to add a bandwidth
                    306:             limit option to
                    307:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>.
                    308:             (bz#1147)</li>
1.3       deraadt   309:         </ul>
                    310:     <li>The following significant bugs have been fixed in this release:
                    311:         <ul>
1.4       sobrado   312:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    313:             and
                    314:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&sektion=1">ssh-agent(1)</a>:
                    315:             honour <em>$TMPDIR</em> for client xauth and ssh-agent temporary
                    316:             directories. (bz#1809)</li>
                    317:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>:
                    318:             avoid <em>NULL</em> deref on receiving a channel request on an
                    319:             unknown or invalid channel. (bz#1842)</li>
                    320:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>:
                    321:             remove a <em>debug()</em> that pollutes stderr on client connecting
                    322:             to a server in debug mode. (bz#1719)</li>
                    323:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>:
                    324:             pass through ssh command-line flags and options when doing
                    325:             remote-remote transfers, e.g. to enable agent forwarding which is
                    326:             particularly useful in this case. (bz#1837)</li>
                    327:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8">sftp-server(8)</a>:
                    328:             <em>umask</em> should be parsed as octal.</li>
                    329:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>:
1.5       sobrado   330:             escape '[' in filename tab-completion.</li>
1.4       sobrado   331:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>:
                    332:             Typo in confirmation message. (bz#1827)</li>
                    333:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>:
                    334:             prevent <em>free()</em> of string in <em>.rodata</em> when
                    335:             overriding <em>AuthorizedKeys</em> in a <em>Match</em> block.</li>
                    336:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>:
1.5       sobrado   337:             Use default shell <em>/bin/sh</em> if <em>$SHELL</em> is "".</li>
1.4       sobrado   338:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>:
                    339:             kill proxy command on <em>fatal()</em> (we already killed it on
                    340:             clean exit).</li>
                    341:         <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>:
1.5       sobrado   342:             install a <em>SIGCHLD</em> handler to reap expired child process.
1.4       sobrado   343:             (bz#1812)</li>
                    344:         <li>Support building against openssl-1.0.0a</li>
                    345:         <li>Fix vulnerability in legacy certificate signing introduced in
                    346:             OpenSSH-5.6 and found by Mateusz Kocielski.</li>
1.3       deraadt   347:         </ul>
                    348:     </ul>
                    349: <p>
                    350:
                    351: <li>Mandoc 1.10.9:
                    352:     <ul>
                    353:     <li>New integrated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tbl&amp;sektion=7">tbl(7)</a> parser and renderer.
                    354:     <li>Support the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&amp;sektion=7">roff(7)</a> .de, .rm, and .so requests.
                    355:     <li>Support all roff code used in the standard <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pod2man&amp;sektion=1">pod2man(1)</a> preamble.
                    356:     <li>Fully support roff quoting in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&amp;sektion=7">man(7)</a> documents.
                    357:     <li>Mandoc now copes with most formatting errors that used to be fatal.
                    358:     <li>Much simplified and improved reporting of errors and warnings.
                    359:     <li>Significantly improved -Thtml output quality.
                    360:     <li>The ports tree now allows ports to use either mandoc or groff
                    361:       to render manuals.
                    362:     </ul>
                    363: <p>
                    364:
1.14      deraadt   365: <li>Over 6,800 ports, major robustness and speed improvements in package tools.
1.3       deraadt   366: <li>Many pre-built packages for each architecture:
                    367:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    368:     <tr>
                    369:     <td valign="top" width="25%">
                    370:     <ul>
                    371:     <li>i386:       6620
                    372:     <li>sparc64:    6225
                    373:     <li>alpha:      6000
                    374: </ul></td><td valign=top width="25%"><ul>
1.20      deraadt   375:     <li>sh:         3656
1.3       deraadt   376:     <li>amd64:      6570
                    377:     <li>powerpc:    6272
                    378: </ul></td><td valign=top width="25%"><ul>
                    379:     <li>sparc:      4184
1.20      deraadt   380:     <li>arm:        5679
1.8       deraadt   381:     <li>hppa:       5838
1.3       deraadt   382: </ul></td><td valign=top width="25%"><ul>
                    383:     <li>vax:        1068
                    384:     <li>mips64:     5492
                    385:     <li>mips64el:   5499
                    386: </ul></td></tr></table>
                    387: Some highlights:
                    388:     <ul>
                    389:     <li>Gnome 2.32.1.
                    390:     <li>KDE 3.5.10.
                    391:     <li>Xfce 4.8.0.
                    392:     <li>MySQL 5.1.54.
                    393:     <li>PostgreSQL 9.0.3.
                    394:     <li>Postfix 2.7.2.
                    395:     <li>OpenLDAP 2.3.43 and 2.4.23.
                    396:     <li>Mozilla Firefox 3.5.16 and 3.6.13.
                    397:     <li>Mozilla Thunderbird 3.1.7.
                    398:     <li>OpenOffice.org 3.3.0rc9.
                    399:     <li>LibreOffice 3.3.0.4
                    400:     <li>Emacs 21.4 and 22.3.
                    401:     <li>Vim 7.3.3.
                    402:     <li>PHP 5.2.16.
                    403:     <li>Python 2.4.6, 2.5.4 and 2.6.6.
                    404:     <li>Ruby 1.8.7.330 and 1.9.2.136.
                    405:     <li>Mono 2.8.2.
                    406:     </ul>
                    407: <p>
                    408:
                    409: <li>As usual, steady improvements in manual pages and other documentation.
                    410: <p>
                    411:
                    412: <li>The system includes the following major components from outside suppliers:
                    413:     <ul>
1.13      matthieu  414:     <li>Xenocara (based on X.Org 7.6 with xserver 1.9 + patches,
                    415:        freetype 2.4.4,
1.19      stsp      416:         fontconfig 2.8.0, Mesa 7.8.2, xterm 267 and more)
1.20      deraadt   417:     <li>Gcc 2.95.3 (+ patches), 3.3.5 (+ patches) and 4.2.1 (+ patches)
                    418:     <li>Perl 5.12.2 (+ patches)
1.3       deraadt   419:     <li>Our improved and secured version of Apache 1.3, with SSL/TLS
1.20      deraadt   420:         and DSO support
                    421:     <li>OpenSSL 1.0.0a (+ patches)
                    422:     <li>Sendmail 8.14.3, with libmilter
                    423:     <li>Bind 9.4.2-P2 (+ patches)
                    424:     <li>Lynx 2.8.6rel.5 with HTTPS and IPv6 support (+ patches)
                    425:     <li>Sudo 1.7.2p8
                    426:     <li>Ncurses 5.7
                    427:     <li>Heimdal 0.7.2 (+ patches)
                    428:     <li>Arla 0.35.7
                    429:     <li>Binutils 2.15 (+ patches)
                    430:     <li>Gdb 6.3 (+ patches)
1.3       deraadt   431:     </ul>
1.1       deraadt   432: <p>
                    433:
                    434: </ul>
                    435:
                    436: <a name="install"></a>
                    437: <hr>
                    438: <p>
                    439: <h3><font color="#0000e0">How to install</font></h3>
                    440: <p>
                    441: Following this are the instructions which you would have on a piece of
                    442: paper if you had purchased a CDROM set instead of doing an alternate
                    443: form of install.  The instructions for doing an FTP (or other style
                    444: of) install are very similar; the CDROM instructions are left intact
                    445: so that you can see how much easier it would have been if you had
                    446: purchased a CDROM instead.
                    447: <p>
                    448:
                    449: <hr>
                    450: Please refer to the following files on the three CDROMs or FTP mirror for
                    451: extensive details on how to install OpenBSD 4.9 on your machine:
                    452: <p>
                    453: <ul>
                    454: <li>CD1:4.9/i386/INSTALL.i386
                    455: <p>
                    456: <li>CD2:4.9/amd64/INSTALL.amd64
                    457: <li>CD2:4.9/macppc/INSTALL.macppc
                    458: <p>
                    459: <li>CD3:4.9/sparc64/INSTALL.sparc64
                    460: <p>
                    461: <li>FTP:.../OpenBSD/4.9/alpha/INSTALL.alpha
                    462: <li>FTP:.../OpenBSD/4.9/armish/INSTALL.armish
                    463: <li>FTP:.../OpenBSD/4.9/hp300/INSTALL.hp300
                    464: <li>FTP:.../OpenBSD/4.9/hppa/INSTALL.hppa
                    465: <li>FTP:.../OpenBSD/4.9/landisk/INSTALL.landisk
                    466: <li>FTP:.../OpenBSD/4.9/loongson/INSTALL.loongson
                    467: <li>FTP:.../OpenBSD/4.9/mvme68k/INSTALL.mvme68k
                    468: <li>FTP:.../OpenBSD/4.9/mvme88k/INSTALL.mvme88k
                    469: <li>FTP:.../OpenBSD/4.9/sgi/INSTALL.sgi
                    470: <li>FTP:.../OpenBSD/4.9/socppc/INSTALL.socppc
                    471: <li>FTP:.../OpenBSD/4.9/sparc/INSTALL.sparc
                    472: <li>FTP:.../OpenBSD/4.9/vax/INSTALL.vax
                    473: <li>FTP:.../OpenBSD/4.9/zaurus/INSTALL.zaurus
                    474: </ul>
                    475: <hr>
                    476:
                    477: <p>
                    478: Quick installer information for people familiar with OpenBSD, and the
                    479: use of the "disklabel -E" command.  If you are at all confused when
                    480: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    481: <p>
                    482:
                    483: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    484: <ul>
                    485: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    486: release is on CD1. If your BIOS does not support booting from CD, you will need
                    487: to create a boot floppy to install from. To create a boot floppy write
                    488: <i>CD1:4.9/i386/floppy49.fs</i> to a floppy and boot via the floppy drive.
                    489:
                    490: <p>
                    491: Use <i>CD1:4.9/i386/floppyB49.fs</i> instead for greater SCSI controller
                    492: support, or <i>CD1:4.9/i386/floppyC49.fs</i> for better laptop support.
                    493:
                    494: <p>
                    495: If you can't boot from a CD or a floppy disk,
                    496: you can install across the network using PXE as described in
                    497: the included INSTALL.i386 document.
                    498:
                    499: <p>
                    500: If you are planning on dual booting OpenBSD with another OS, you will need to
                    501: read INSTALL.i386.
                    502:
                    503: <p>
                    504: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    505: at <i>CD1:4.9/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    506: use the
                    507: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    508: utility. The following is an example usage of
                    509: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    510: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    511: &quot;rfd0a&quot;.
                    512:
                    513: <ul><pre>
                    514: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    515: </pre></ul>
                    516:
                    517: <p>
                    518: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    519: your install will most likely fail. For more information on creating a boot
                    520: floppy and installing OpenBSD/i386 please refer to
                    521: <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    522: </ul>
                    523:
                    524: <p>
                    525: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    526: <ul>
                    527: The 4.9 release of OpenBSD/amd64 is located on CD2.
                    528: Boot from the CD to begin the install - you may need to adjust
                    529: your BIOS options first.
                    530: If you can't boot from the CD, you can create a boot floppy to install from.
                    531: To do this, write <i>CD2:4.9/amd64/floppy49.fs</i> to a floppy, then
                    532: boot from the floppy drive.
                    533:
                    534: <p>
                    535: If you can't boot from a CD or a floppy disk,
                    536: you can install across the network using PXE as described in the included
                    537: INSTALL.amd64 document.
                    538:
                    539: <p>
                    540: If you are planning to dual boot OpenBSD with another OS, you will need to
                    541: read INSTALL.amd64.
                    542: </ul>
                    543:
                    544: <p>
                    545: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    546: <ul>
                    547: Put CD2 in your CDROM drive and poweron your machine while holding down the
                    548: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    549:
                    550: <p>
                    551: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    552: /4.9/macppc/bsd.rd</i>
                    553: </ul>
                    554:
                    555: <p>
                    556: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    557: <ul>
                    558: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    559:
                    560: <p>
                    561: If this doesn't work, or if you don't have a CDROM drive, you can write
                    562: <i>CD3:4.9/sparc64/floppy49.fs</i> or <i>CD3:4.9/sparc64/floppyB49.fs</i>
                    563: (depending on your machine) to a floppy and boot it with <i>boot
                    564: floppy</i>. Refer to INSTALL.sparc64 for details.
                    565:
                    566: <p>
                    567: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    568: will most likely fail.
                    569:
                    570: <p>
                    571: You can also write <i>CD3:4.9/sparc64/miniroot49.fs</i> to the swap partition on
                    572: the disk and boot with <i>boot disk:b</i>.
                    573:
                    574: <p>
                    575: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    576: </ul>
                    577:
                    578: <p>
                    579: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    580: <ul>
                    581: <p>Write <i>FTP:4.9/alpha/floppy49.fs</i> or
                    582: <i>FTP:4.9/alpha/floppyB49.fs</i> (depending on your machine) to a diskette and
                    583: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    584:
                    585: <p>
                    586: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    587: will most likely fail.
                    588:
                    589: </ul>
                    590:
                    591: <p>
                    592: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    593: <ul>
                    594: <p>
                    595: After connecting a serial port, Thecus can boot directly from the network
                    596: either tftp or http. Configure the network using fconfig, reset,
                    597: then load bsd.rd, see INSTALL.armish for specific details.
                    598: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    599: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    600: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    601: More details are available in INSTALL.armish.
                    602: </ul>
                    603:
                    604: <p>
                    605: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    606: <ul>
                    607: <p>
                    608: Boot over the network by following the instructions in INSTALL.hp300.
                    609: </ul>
                    610:
                    611: <p>
                    612: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    613: <ul>
                    614: <p>
                    615: Boot over the network by following the instructions in INSTALL.hppa or the
                    616: <a href="hppa.html#install">hppa platform page</a>.
                    617: </ul>
                    618:
                    619: <p>
                    620: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    621: <ul>
                    622: <p>
                    623: Write <i>miniroot49.fs</i> to the start of the CF
                    624: or disk, and boot normally.
                    625: </ul>
                    626:
                    627: <p>
                    628: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    629: <ul>
                    630: <p>
                    631: Write <i>miniroot49.fs</i> to a USB stick and boot bsd.rd from it
                    632: or boot bsd.rd via tftp.
                    633: Refer to the instructions in INSTALL.loongson for more details.
                    634: </ul>
                    635: <p>
                    636:
                    637: <p>
                    638: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    639: <ul>
                    640: <p>
                    641: You can create a bootable installation tape or boot over the network.<br>
                    642: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    643: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    644: for more details.
                    645: </ul>
                    646:
                    647: <p>
                    648: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    649: <ul>
                    650: <p>
                    651: You can create a bootable installation tape or boot over the network.<br>
                    652: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    653: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    654: for more details.
                    655: </ul>
                    656:
                    657: <p>
                    658: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    659: <ul>
                    660: <p>
                    661: To install on an O2, burn cd49.iso on a CD-R, put it in the CD drive of your
                    662: machine and select <i>Install System Software</i> from the System Maintenance
                    663: menu.
                    664:
                    665: <p>
                    666: On other systems, or if your machine doesn't have a CD drive, you can
                    667: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd.IP##" using
                    668: the kernel matching your system type.
                    669: Refer to the instructions in INSTALL.sgi for more details.
                    670: </ul>
                    671:
                    672: <p>
                    673: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    674: <ul>
                    675: <p>
                    676: After connecting a serial port, boot over the network via DHCP/tftp.
                    677: Refer to the instructions in INSTALL.socppc for more details.
                    678: </ul>
                    679:
                    680: <p>
                    681: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    682: <ul>
                    683: Boot from one of the provided install ISO images, using one of the two
                    684: commands listed below, depending on the version of your ROM.
                    685:
                    686: <ul><pre>
                    687: ok <strong>boot cdrom 4.9/sparc/bsd.rd</strong>
                    688: or
                    689: &gt; <strong>b sd(0,6,0)4.9/sparc/bsd.rd</strong>
                    690: </pre></ul>
                    691:
                    692: <p>
                    693: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    694: To do so you need to write <i>floppy49.fs</i> to a floppy.
                    695: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.2</a>.
                    696: To boot from the floppy use one of the two commands listed below,
                    697: depending on the version of your ROM.
                    698:
                    699: <ul><pre>
                    700: ok <strong>boot floppy</strong>
                    701: or
                    702: &gt; <strong>b fd()</strong>
                    703: </pre></ul>
                    704:
                    705: <p>
                    706: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    707: will most likely fail.
                    708:
                    709: <p>
                    710: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    711: setup a bootable tape, or install via network, as told in the
                    712: INSTALL.sparc file.
                    713: </ul>
                    714:
                    715: <p>
                    716: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    717: <ul>
                    718: Boot over the network via mopbooting as described in INSTALL.vax.
                    719: </ul>
                    720:
                    721: <p>
                    722: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    723: <ul>
                    724: <p>
                    725: Using the Linux built-in graphical ipkg installer, install the
                    726: openbsd49_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    727: for a few important details.
                    728: </ul>
                    729:
                    730: <p>
                    731: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    732: <ul>
                    733: src.tar.gz contains a source archive starting at /usr/src.  This file
                    734: contains everything you need except for the kernel sources, which are
                    735: in a separate archive.  To extract:
                    736: <p>
                    737: <ul><pre>
                    738: # <strong>mkdir -p /usr/src</strong>
                    739: # <strong>cd /usr/src</strong>
                    740: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    741: </pre></ul>
                    742: <p>
                    743: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    744: This file contains all the kernel sources you need to rebuild kernels.
                    745: To extract:
                    746: <p>
                    747: <ul><pre>
                    748: # <strong>mkdir -p /usr/src/sys</strong>
                    749: # <strong>cd /usr/src</strong>
                    750: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    751: </pre></ul>
                    752: <p>
                    753: Both of these trees are a regular CVS checkout.  Using these trees it
                    754: is possible to get a head-start on using the anoncvs servers as
                    755: described <a href="anoncvs.html">here</a>.
                    756: Using these files
                    757: results in a much faster initial CVS update than you could expect from
                    758: a fresh checkout of the full OpenBSD source tree.
                    759: <p>
                    760: </ul>
                    761:
                    762: <a name="upgrade"></a>
                    763: <hr>
                    764: <p>
                    765: <h3><font color="#0000e0">How to upgrade</font></h3>
                    766: <p>
1.2       deraadt   767: If you already have an OpenBSD 4.8 system, and do not want to reinstall,
1.1       deraadt   768: upgrade instructions and advice can be found in the
                    769: <a href="faq/upgrade49.html">Upgrade Guide</a>.
                    770:
                    771: <a name="ports"></a>
                    772: <hr>
                    773: <p>
                    774: <h3><font color="#0000e0">Ports Tree</font></h3>
                    775: <p>
                    776: A ports tree archive is also provided.  To extract:
                    777: <p>
                    778: <ul><pre>
                    779: # <strong>cd /usr</strong>
                    780: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    781: # <strong>cd ports</strong>
                    782: </pre></ul>
                    783: <p>
                    784: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    785: read the <a href="faq/ports/index.html">ports</a> page
                    786: if you know nothing about ports
                    787: at this point.  This text is not a manual of how to use ports.
                    788: Rather, it is a set of notes meant to kickstart the user on the
                    789: OpenBSD ports system.
                    790: <p>
                    791: The <i>ports/</i> directory represents a CVS (see the manpage for
                    792: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386">
                    793: cvs(1)</a> if
                    794: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    795: source tree, our ports tree is available via anoncvs.  So, in
                    796: order to keep current with it, you must make the <i>ports/</i> tree
                    797: available on a read-write medium and update the tree with a command
                    798: like:
                    799: <p>
                    800: <ul><pre>
                    801: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_4_9</strong>
                    802: </pre></ul>
                    803: <p>
                    804: [Of course, you must replace the local directory and server name here
                    805: with the location of your ports collection and a nearby anoncvs
                    806: server.]
                    807: <p>
                    808: Note that most ports are available as packages through FTP. Updated
                    809: packages for the 4.9 release will be made available if problems arise.
                    810: <p>
                    811: If you're interested in seeing a port added, would like to help out, or just
                    812: would like to know more, the mailing list ports@openbsd.org is a good
                    813: place to know.
                    814: <p>
                    815:
                    816: <hr>
                    817: <a href="index.html"><img height="24" width="24" src="back.gif" border="0"
                    818: alt="OpenBSD"></a>
                    819: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
                    820: <br><small>
1.24    ! jsing     821: $OpenBSD: 49.html,v 1.23 2011/04/25 14:35:41 jsing Exp $
1.1       deraadt   822: </small>
                    823:
                    824: </body>
                    825: </html>