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

Annotation of www/47.html, Revision 1.26

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 4.7 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">
                      8: <meta name="description" content="OpenBSD 4.7">
                      9: <meta name="keywords" content="openbsd,main">
                     10: <meta name="distribution" content="global">
1.17      jasper     11: <meta name="copyright" content="This document copyright 2010 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/xxx.jpg">
                     22: <img align="left" width="227" height="343" hspace="24" vspace="30"
                     23: src="images/xxx.jpg" alt="OpenBSD 4.7 logo"></a>
                     24: <h2><font color="#0000e0">The OpenBSD 4.7 Release:</font></h2>
                     25: <p>
                     26: Released May 19, 2010<br>
                     27: Copyright 1997-2010, Theo de Raadt.<br>
                     28: <font color="#e00000">ISBN 978-0-9784475-5-7</font>
                     29: <br>
                     30: <a href="lyrics.html#47">4.7 Song: "xxx"</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>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.7/</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="errata47.html">The 4.7 Errata page</a> for a list
                     50:     of bugs and workarounds.
                     51: <li>See a <a href="plus47.html">detailed log of changes</a> between the
                     52:     4.6 and 4.7 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.7.
                     70: For a comprehensive list, see the <a href="plus47.html">changelog</a> leading
                     71: to 4.7.
                     72: <p>
                     73:
                     74: <ul>
                     75:
                     76: <li>New/extended platforms:
                     77:     <ul>
1.7       kettenis   78:     <li><a href="alpha.html">OpenBSD/alpha</a>
                     79:        <ul>
                     80:        <li>Added support for the DS15/DS25/ES45.
                     81:        </ul>
                     82:     <li><a href="loongson.html">OpenBSD/loongson</a><br>
                     83:        New platform for systems based on the Loongson 2E and 2F
                     84:        MIPS-compatible processors.  Supported machines include:
                     85:        <ul>
                     86:        <li>Lemote Fuloong 2F mini-PC
                     87:        <li>Lemote Lynloong all-in-one-PC
                     88:        <li>Lemote Yeeloong netbook (8.9" and 10.1" models)
                     89:        <li>EMTEC Gdium Liberty 1000 netbook
                     90:        </ul>
                     91:     <li><a href="sgi.html">OpenBSD/sgi</a>
                     92:        <ul>
                     93:        <li>Added support for the multi-node SGI Origin 200 systems in M mode.
                     94:        <li>Added support for the SGI Origin 350.
                     95:        <li>Added SMP support on the SGI Fuel and SGI Origin 350.
                     96:        </ul>
                     97:     <li><a href="socppc.html">OpenBSD/socppc</a>
                     98:        <ul>
                     99:        <li>Added support for the RouterBOARD RB600A.
                    100:        </ul>
1.1       deraadt   101:     </ul>
                    102: <p>
                    103:
                    104: <li>Improved hardware support, including:
                    105:     <ul>
1.12      matthieu  106:     <li>Revamped SCSI midlayer and improved driver support.
1.13      matthieu  107:     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&sektion=4&format=html">mpath(4)</a>,
                    108:       a driver that steals paths to scsi devices if they could be
                    109:       available via multiple paths and then made available
                    110:     via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&sektion=4&format=html">mpath(4)</a>.
                    111:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aibs&sektion=4&format=html">aibs(4)</a>
                    112:       driver for ASUSTeK AI Booster hardware monitoring.
1.16      matthieu  113:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uthum&amp;sektion=4">uthum(4)</a>
1.13      matthieu  114:       driver for the TEMPerHUM USB temperature and humidity sensors.
1.20      jsg       115:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=utrh&amp;sektion=4">utrh(4)</a>
                    116:       driver for USBRH temperature and humidity sensors.
1.12      matthieu  117:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uyurex&amp;sektion=4">uyurex(4)</a>
1.13      matthieu  118:       driver for the Maywa-denki & KAYAC YUREX twitch/jiggle of knee sensor.
1.12      matthieu  119:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urndis&amp;sektion=4">urndis(4)</a>
1.13      matthieu  120:       driver for remote NDIS Ethernet over USB devices (phones).
                    121:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsudl&amp;sektion=0">xf86-video-wsudl(4)</a>
                    122:        Xorg driver for USB DisplayLink devices supported by
1.12      matthieu  123:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&amp;sektion=4">udl(4)</a>.
1.20      jsg       124:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&amp;sektion=4">mpii(4)</a>
                    125:       driver for LSI Logic Fusion MPT Message Passing Interface II based SAS 2 controllers.
                    126:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&amp;sektion=4">athn(4)</a>
                    127:       driver for Atheros IEEE 802.11a/g/n wireless network devices.
                    128:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=alc&amp;sektion=4">alc(4)</a>
                    129:       driver for Atheros AR8131/AR8132 10/100/Gigabit Ethernet devices.
                    130:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lisa&amp;sektion=4">lisa(4)</a>
                    131:       driver for STMicroelectronics LIS331DL MEMS motion sensors.
                    132:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcu&amp;sektion=4">gcu(4)</a>
                    133:       driver for Intel EP80579 Global Configuration Unit.
                    134:     <li>Support for EP80579 integrated Ethernet and ICH9 M V has been added to
                    135:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>
                    136:     <li>Support for 82599 and SFP+ 82598 devices has been added to
                    137:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&amp;sektion=4">ix(4)</a>
1.13      matthieu  138:     <li>Improved touchscreen support in
                    139:         the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ws&amp;sektion=0">xf86-input-ws(4)</a>
                    140:         Xorg driver and improved calibration using the new device
                    141:         properties from Xinput.
1.12      matthieu  142:         in  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xtsscale&amp;sektion=1">xtsscale(1)</a>.
                    143:     <li>Several improvements and bug fixes to existing ethernet
1.13      matthieu  144:       drivers, including
                    145:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>,
                    146:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;sektion=4">re(4)</a>,
                    147:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;sektion=4">ti(4)</a>
                    148:       and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&amp;sektion=4">vge(4)</a>.
1.1       deraadt   149:     </ul>
                    150: <p>
                    151:
                    152: <li>New tools:
                    153:     <ul>
1.9       otto      154:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs_ext2fs&amp;sektion=8">newfs_ext2fs(8)</a> for creating ext2 filesystems.
1.16      matthieu  155:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkuboot&amp;sektion=0">mkuboot(8)</a> for creating U-Boot boot loader images.
1.1       deraadt   156:     <li>...
                    157:     </ul>
                    158: <p>
                    159:
1.6       beck      160: <li>Filesystem Midlayer improvements:
1.2       beck      161:     <ul>
                    162:     <li> Dynamic Buffer Cache now supported to a max size set with sysctl <tt>kern.bufcachepercent</tt>
                    163:     <li> Dynamic VFS name cache rewrite, now uses Red/Black trees instead of linked lists.
                    164:     <li> Numerous NFS client stability fixes.
                    165:     </ul>
                    166: <p>
                    167:
1.1       deraadt   168: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> improvements:
                    169:     <ul>
                    170:     <li>...
                    171:     </ul>
                    172: <p>
                    173:
                    174: <li>OpenBGPD, OpenOSPFD and other routing daemon improvements:
                    175:     <ul>
                    176:     <li>...
                    177:     </ul>
                    178: <p>
                    179:
                    180: <li>Generic Network-Stack improvements:
                    181:     <ul>
                    182:     <li>...
                    183:     </ul>
                    184: <p>
                    185:
1.9       otto      186: <li>Assorted improvements:
                    187:     <ul>
                    188:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&amp;sektion=3">malloc(2)</a>
                    189:      now has an <tt>S</tt> flag to turn on the options that help debugging
                    190:      and improve security.
                    191:     <li>updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=terminfo&amp;sektion=3">terminfo(3)</a>
                    192:      database and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncurses&amp;sektion=3">ncurses(3)</a>
                    193:      library.
1.16      matthieu  194:     <li>added support for lazy binding in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&amp;sektion=1">ld.so(1)</a>
                    195:       on hppa.
1.9       otto      196:     <li>...
                    197:     </ul>
                    198: <p>
                    199:
1.1       deraadt   200: <li>Install/Upgrade process changes:
                    201:     <ul>
1.24      deraadt   202:     <li>...
1.1       deraadt   203:     </ul>
                    204: <p>
                    205:
1.16      matthieu  206: <li>OpenSSH 5.4:
1.1       deraadt   207:     <ul>
1.21      sobrado   208:     <li>New features:
                    209:         <ul>
                    210:         <li>SSH protocol 1 is disabled by default.
                    211:         <li>Remove the libsectok/OpenSC-based smartcard code and add support
                    212:             for PKCS#11 tokens.
                    213:         <li>Add support for certificate authentication of users and hosts using
                    214:             a new, minimal OpenSSH certificate format (not X.509).
                    215:         <li>Added a 'netcat mode' to
                    216:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    217:         <li>Add the ability to revoke keys in
                    218:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    219:             and
                    220:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    221:         <li>Rewrite the
                    222:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    223:             multiplexing support to support non-blocking operation of the mux
                    224:             master.
                    225:         <li>Add a 'read-only' mode to
                    226:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8">sftp-server(8)</a>
                    227:             that disables open in write mode and all other fs-modifying
                    228:             protocol methods. (bz#430)
                    229:         <li>Allow setting an explicit umask on the
                    230:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8">sftp-server(8)</a>
                    231:             commandline to override whatever default the user has. (bz#1229)
                    232:         <li>Many improvements to the
                    233:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>
                    234:             client.
1.23      sobrado   235:         <li>New RSA keys will be generated with a public exponent of 65537
                    236:             instead of the previous value 35.
1.21      sobrado   237:         <li>Passphrase-protected SSH protocol 2 private keys are now protected
                    238:             with AES-128 instead of 3DES.
                    239:         </ul>
                    240:     <li>The following significant bugs have been fixed in this release:
                    241:         <ul>
                    242:         <li>Fixed a minor information leak of environment variables specified
                    243:             in authorized_keys if an attacker happens to know the public key
                    244:             in use.
                    245:         <li>When using <em>ChrootDirectory</em>, make sure we test for the
                    246:             existence of the user's shell inside the chroot and not outside.
                    247:             (bz#1679)
                    248:         <li>Cache user and group name lookups in sftp-server using
                    249:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwcache&sektion=3">user_from_[ug]id(3)</a>
                    250:             to improve performance on hosts where these operations are slow.
                    251:             (bz#1495)
                    252:         <li>Fix problem that prevented passphrase reading from being
                    253:             interrupted in some circumstances. (bz#1590)
                    254:         <li>Ignore and log any Protocol 1 keys where the claimed size is not
                    255:             equal to the actual size.
                    256:         <li>Make <em>HostBased</em> authentication work with a
                    257:             <em>ProxyCommand</em>. (bz#1569)
                    258:         <li>Avoid run-time failures when specifying hostkeys via a relative
                    259:             path by prepending the current working directory in these cases.
                    260:             (bz#1290)
                    261:         <li>Do not prompt for a passphrase if we fail to open a keyfile, and
                    262:             log the reason why the open failed to debug. (bz#1693)
                    263:         <li>Document that the <em>PubkeyAuthentication</em> directive is
                    264:             allowed in a
                    265:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5">sshd_config(5)</a>
                    266:             <em>Match</em> block. (bz#1577)
                    267:         <li>When converting keys, truncate key comments at 72 chars as per
                    268:             RFC4716. (bz#1630)
                    269:         <li>Do not allow logins if <em>/etc/nologin</em> exists but is not
                    270:             readable by the user logging in.
                    271:         <li>Output a debug log if
                    272:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    273:             can't open an existing <em>authorized_keys</em>. (bz#1694)
                    274:         <li>Quell
                    275:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcsetattr&sektion=3">tc[gs]etattr(3)</a>
                    276:             warnings when forcing a tty (ssh -tt), since we usually don't
                    277:             actually have a tty to read/set. (bz#1686)
                    278:         <li>Prevent
                    279:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>
                    280:             from crashing when given a "-" without a command; also, allow
                    281:             whitespace to follow a "-". (bz#1691)
                    282:         <li>After
                    283:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    284:             receives a SIGHUP, ignore subsequent HUPs while
                    285:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    286:             re-execs itself; prevents two HUPs in quick succession from
                    287:             resulting in
                    288:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    289:             dying. (bz#1692)
                    290:         <li>Clarify in
                    291:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5">sshd_config(5)</a>
                    292:             that <em>StrictModes</em> does not apply to
                    293:             <em>ChrootDirectory</em>; permissions and ownership are always
                    294:             checked when chrooting. (bz#1532)
                    295:         <li>Set close-on-exec on various descriptors so they don't get leaked
                    296:             to child processes. (bz#1643)
                    297:         <li>Fix very rare race condition in x11/agent channel allocation
                    298:         <li>Fix incorrect exit status when multiplexing and channel ID 0 is
                    299:             recycled. (bz#1570)
                    300:         <li>Fail with an error when an attempt is made to connect to a server
                    301:             with <em>ForceCommand=internal-sftp</em> with a shell session.
                    302:             (bz#1606)
                    303:         <li>Warn but do not fail if
                    304:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stat&sektion=2">stat(2)</a>ing
                    305:             the subsystem binary fails. (bz#1599)
                    306:         <li>Change "Connecting to host..." message to "Connected to host."
                    307:             and delay it until after the sftp protocol connection has been
                    308:             established. (bz#1588)
                    309:         <li>Use the <em>HostKeyAlias</em> rather than the hostname specified
                    310:             on the commandline when prompting for passwords. (bz#1039)
1.25      sobrado   311:         <li>Correct off-by-one in percent_expand(). (bz#1607)
1.21      sobrado   312:         <li>Fix passing of empty options from
                    313:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>
                    314:             and
                    315:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>
                    316:             to the underlying
                    317:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>;
                    318:             also add support for the stop option "--".
                    319:         <li>Fix an incorrect magic number and typo in PROTOCOL. (bz#1688)
                    320:         <li>Don't escape backslashes when displaying the SSH2 banner. (bz#1533)
                    321:         <li>Don't unnecessarily dup() the in and out fds for
                    322:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8">sftp-server(8)</a>.
                    323:             (bz#1566)
                    324:         <li>Force use of the correct hash function for random-art signature
                    325:             display. (bz#1611)
                    326:         <li>Do not fall back to adding keys without constraints when the agent
                    327:             refuses the constrained add request. (bz#1612)
                    328:         <li>Fix a race condition in
                    329:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&sektion=1">ssh-agent(1)</a>
                    330:             that could result in a wedged or spinning agent. (bz#1633)
                    331:         <li>Flush stdio before exec() to ensure that everying has made it out
                    332:             before the streams go away. (bz#1596)
                    333:         <li>Set <em>FD_CLOEXEC</em> on in/out sockets in
                    334:             <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
                    335:             (bz#1706)
                    336:         </ul>
1.1       deraadt   337:     </ul>
                    338: <p>
                    339:
1.15      espie     340: <li>Over 5,800 ports, major robustness and speed improvements in package tools.
1.1       deraadt   341: <li>Many pre-built packages for each architecture:
                    342:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    343:     <tr>
                    344:     <td valign="top" width="25%">
                    345:     <ul>
1.5       deraadt   346:     <li>i386:       5951
                    347:     <li>sparc64:    5745
                    348:     <li>alpha:      5489
1.1       deraadt   349: </ul></td><td valign=top width="25%"><ul>
1.5       deraadt   350:     <li>sh:         1261
                    351:     <li>amd64:      5889
                    352:     <li>powerpc:    5783
1.1       deraadt   353: </ul></td><td valign=top width="25%"><ul>
1.5       deraadt   354:     <li>sparc:      3584
                    355:     <li>arm:        839
                    356:     <li>hppa:       5179
1.1       deraadt   357: </ul></td><td valign=top width="25%"><ul>
1.5       deraadt   358:     <li>vax:        1785
                    359:     <li>mips64:     3677
                    360:     <li>mips64el:   3661
1.1       deraadt   361: </ul></td></tr></table>
                    362: Some highlights:
                    363:     <ul>
1.18      jasper    364:     <li>Gnome 2.28.2.
1.1       deraadt   365:     <li>KDE 3.5.10.
1.18      jasper    366:     <li>Xfce 4.6.1.
1.11      otto      367:     <li>MySQL 5.1.42.
1.18      jasper    368:     <li>PostgreSQL 8.4.2.
                    369:     <li>Postfix 2.6.5.
1.1       deraadt   370:     <li>OpenLDAP 2.3.43.
1.22      jsg       371:     <li>Mozilla Firefox 3.0.18 and 3.5.8.
1.11      otto      372:     <li>Mozilla Thunderbird 2.0.0.23.
1.18      jasper    373:     <li>OpenOffice.org 3.1.1.
1.1       deraadt   374:     <li>Emacs 21.4 and 22.3
1.18      jasper    375:     <li>Vim 7.2.267.
                    376:     <li>PHP 5.2.13.
                    377:     <li>Python 2.4.7, 2.5.4 and 2.6.3.
1.1       deraadt   378:     <li>Ruby 1.8.6.369.
                    379:     </ul>
                    380: <p>
                    381:
                    382: <li>As usual, steady improvements in manual pages and other documentation.
                    383: <p>
                    384:
                    385: <li>The system includes the following major components from outside suppliers:
                    386:     <ul>
1.8       matthieu  387:     <li>Xenocara (based on X.Org 7.4 with xserver 1.6.5 + patches,
                    388:        freetype 2.3.9,
                    389:         fontconfig 2.6.0, Mesa 7.4.2, xterm 250 and more)
1.1       deraadt   390:     <li>Gcc 2.95.3 (+ patches) and 3.3.5 (+ patches)
1.10      otto      391:     <li>Perl 5.10.1 (+ patches)
1.1       deraadt   392:     <li>Our improved and secured version of Apache 1.3, with SSL/TLS
                    393:         and DSO support
                    394:     <li>OpenSSL 0.9.8k (+ patches)
                    395:     <li>Groff 1.15
                    396:     <li>Sendmail 8.14.3, with libmilter
                    397:     <li>Bind 9.4.2-P2 (+ patches)
                    398:     <li>Lynx 2.8.6rel.5 with HTTPS and IPv6 support (+ patches)
                    399:     <li>Sudo 1.7.2
1.10      otto      400:     <li>Ncurses 5.7
1.1       deraadt   401:     <li>Latest KAME IPv6
                    402:     <li>Heimdal 0.7.2 (+ patches)
                    403:     <li>Arla 0.35.7
                    404:     <li>Binutils 2.15 (+ patches)
                    405:     <li>Gdb 6.3 (+ patches)
                    406:     </ul>
                    407: <p>
                    408:
                    409: </ul>
                    410:
                    411: <a name="install"></a>
                    412: <hr>
                    413: <p>
                    414: <h3><font color="#0000e0">How to install</font></h3>
                    415: <p>
                    416: Following this are the instructions which you would have on a piece of
                    417: paper if you had purchased a CDROM set instead of doing an alternate
                    418: form of install.  The instructions for doing an FTP (or other style
                    419: of) install are very similar; the CDROM instructions are left intact
                    420: so that you can see how much easier it would have been if you had
                    421: purchased a CDROM instead.
                    422: <p>
                    423:
                    424: <hr>
                    425: Please refer to the following files on the three CDROMs or FTP mirror for
                    426: extensive details on how to install OpenBSD 4.7 on your machine:
                    427: <p>
                    428: <ul>
                    429: <li>CD1:4.7/i386/INSTALL.i386
                    430: <p>
                    431: <li>CD2:4.7/amd64/INSTALL.amd64
                    432: <li>CD2:4.7/macppc/INSTALL.macppc
                    433: <p>
                    434: <li>CD3:4.7/sparc64/INSTALL.sparc64
                    435: <p>
                    436: <li>FTP:.../OpenBSD/4.7/alpha/INSTALL.alpha
                    437: <li>FTP:.../OpenBSD/4.7/armish/INSTALL.armish
                    438: <li>FTP:.../OpenBSD/4.7/hp300/INSTALL.hp300
                    439: <li>FTP:.../OpenBSD/4.7/hppa/INSTALL.hppa
                    440: <li>FTP:.../OpenBSD/4.7/landisk/INSTALL.landisk
1.19      otto      441: <li>FTP:.../OpenBSD/4.7/loongson/INSTALL.loongson
1.1       deraadt   442: <li>FTP:.../OpenBSD/4.7/mac68k/INSTALL.mac68k
                    443: <li>FTP:.../OpenBSD/4.7/mvme68k/INSTALL.mvme68k
                    444: <li>FTP:.../OpenBSD/4.7/mvme88k/INSTALL.mvme88k
                    445: <li>FTP:.../OpenBSD/4.7/sgi/INSTALL.sgi
                    446: <li>FTP:.../OpenBSD/4.7/socppc/INSTALL.socppc
                    447: <li>FTP:.../OpenBSD/4.7/sparc/INSTALL.sparc
                    448: <li>FTP:.../OpenBSD/4.7/vax/INSTALL.vax
                    449: <li>FTP:.../OpenBSD/4.7/zaurus/INSTALL.zaurus
                    450: </ul>
                    451: <hr>
                    452:
                    453: <p>
                    454: Quick installer information for people familiar with OpenBSD, and the
                    455: use of the "disklabel -E" command.  If you are at all confused when
                    456: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    457: <p>
                    458:
                    459: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    460: <ul>
                    461: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    462: release is on CD1. If your BIOS does not support booting from CD, you will need
                    463: to create a boot floppy to install from. To create a boot floppy write
                    464: <i>CD1:4.7/i386/floppy47.fs</i> to a floppy and boot via the floppy drive.
                    465:
                    466: <p>
                    467: Use <i>CD1:4.7/i386/floppyB47.fs</i> instead for greater SCSI controller
                    468: support, or <i>CD1:4.7/i386/floppyC47.fs</i> for better laptop support.
                    469:
                    470: <p>
                    471: If you can't boot from a CD or a floppy disk,
                    472: you can install across the network using PXE as described in
                    473: the included INSTALL.i386 document.
                    474:
                    475: <p>
                    476: If you are planning on dual booting OpenBSD with another OS, you will need to
                    477: read INSTALL.i386.
                    478:
                    479: <p>
                    480: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    481: at <i>CD1:4.7/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    482: use the
                    483: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    484: utility. The following is an example usage of
                    485: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    486: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    487: &quot;rfd0a&quot;.
                    488:
                    489: <ul><pre>
                    490: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    491: </pre></ul>
                    492:
                    493: <p>
                    494: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    495: your install will most likely fail. For more information on creating a boot
                    496: floppy and installing OpenBSD/i386 please refer to
                    497: <a href="faq/faq4.html#MkFlop">FAQ 4.3.1</a>.
                    498: </ul>
                    499:
                    500: <p>
                    501: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    502: <ul>
                    503: The 4.7 release of OpenBSD/amd64 is located on CD2.
                    504: Boot from the CD to begin the install - you may need to adjust
                    505: your BIOS options first.
                    506: If you can't boot from the CD, you can create a boot floppy to install from.
                    507: To do this, write <i>CD2:4.7/amd64/floppy47.fs</i> to a floppy, then
                    508: boot from the floppy drive.
                    509:
                    510: <p>
                    511: If you can't boot from a CD or a floppy disk,
                    512: you can install across the network using PXE as described in the included
                    513: INSTALL.amd64 document.
                    514:
                    515: <p>
                    516: If you are planning to dual boot OpenBSD with another OS, you will need to
                    517: read INSTALL.amd64.
                    518: </ul>
                    519:
                    520: <p>
                    521: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    522: <ul>
                    523: Put CD2 in your CDROM drive and poweron your machine while holding down the
                    524: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    525:
                    526: <p>
                    527: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    528: /4.7/macppc/bsd.rd</i>
                    529: </ul>
                    530:
                    531: <p>
                    532: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    533: <ul>
                    534: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    535:
                    536: <p>
                    537: If this doesn't work, or if you don't have a CDROM drive, you can write
                    538: <i>CD3:4.7/sparc64/floppy47.fs</i> or <i>CD3:4.7/sparc64/floppyB47.fs</i>
                    539: (depending on your machine) to a floppy and boot it with <i>boot
                    540: floppy</i>. Refer to INSTALL.sparc64 for details.
                    541:
                    542: <p>
                    543: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    544: will most likely fail.
                    545:
                    546: <p>
                    547: You can also write <i>CD3:4.7/sparc64/miniroot47.fs</i> to the swap partition on
                    548: the disk and boot with <i>boot disk:b</i>.
                    549:
                    550: <p>
                    551: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    552: </ul>
                    553:
                    554: <p>
                    555: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    556: <ul>
                    557: <p>Write <i>FTP:4.7/alpha/floppy47.fs</i> or
                    558: <i>FTP:4.7/alpha/floppyB47.fs</i> (depending on your machine) to a diskette and
                    559: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    560:
                    561: <p>
                    562: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    563: will most likely fail.
                    564:
                    565: </ul>
                    566:
                    567: <p>
                    568: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    569: <ul>
                    570: <p>
                    571: After connecting a serial port, Thecus can boot directly from the network
                    572: either tftp or http. Configure the network using fconfig, reset,
                    573: then load bsd.rd, see INSTALL.armish for specific details.
                    574: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    575: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    576: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    577: More details are available in INSTALL.armish.
                    578: </ul>
                    579:
                    580: <p>
                    581: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    582: <ul>
                    583: <p>
                    584: Boot over the network by following the instructions in INSTALL.hp300.
                    585: </ul>
                    586:
                    587: <p>
                    588: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    589: <ul>
                    590: <p>
                    591: Boot over the network by following the instructions in INSTALL.hppa or the
                    592: <a href="hppa.html#install">hppa platform page</a>.
                    593: </ul>
                    594:
                    595: <p>
                    596: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    597: <ul>
                    598: <p>
                    599: Write <i>miniroot47.fs</i> to the start of the CF
                    600: or disk, and boot normally.
                    601: </ul>
                    602:
                    603: <p>
1.19      otto      604: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    605: <ul>
                    606: <p>
                    607: Write <i>miniroot47.fs</i> to a USB stick and boot bsd.rd from it
                    608: or boot bsd.rd via tftp.
                    609: Refer to the instructions in INSTALL.loongson for more details.
                    610: </ul>
                    611: <p>
                    612:
1.1       deraadt   613: <h3><font color="#e00000">OpenBSD/mac68k:</font></h3>
                    614: <ul>
                    615: <p>
                    616: Boot MacOS as normal and extract the Macside "BSD/Mac68k Booter" utility from
                    617: <i>FTP:4.7/mac68k/utils</i> onto your hard disk.  Configure the "BSD/Mac68k
                    618: Booter" with the location of your bsd.rd kernel and boot into the installer.
                    619: Refer to the instructions in INSTALL.mac68k for more details.
                    620: </ul>
                    621:
                    622: <p>
                    623: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    624: <ul>
                    625: <p>
                    626: You can create a bootable installation tape or boot over the network.<br>
                    627: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    628: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    629: for more details.
                    630: </ul>
                    631:
                    632: <p>
                    633: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    634: <ul>
                    635: <p>
                    636: You can create a bootable installation tape or boot over the network.<br>
                    637: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    638: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    639: for more details.
                    640: </ul>
                    641:
                    642: <p>
                    643: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    644: <ul>
                    645: Boot from one of the provided install ISO images, using one of the two
                    646: commands listed below, depending on the version of your ROM.
                    647:
                    648: <ul><pre>
                    649: ok <strong>boot cdrom 4.7/sparc/bsd.rd</strong>
                    650: or
                    651: &gt; <strong>b sd(0,6,0)4.7/sparc/bsd.rd</strong>
                    652: </pre></ul>
                    653:
                    654: <p>
                    655: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    656: To do so you need to write <i>floppy47.fs</i> to a floppy.
                    657: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.1</a>.
                    658: To boot from the floppy use one of the two commands listed below,
                    659: depending on the version of your ROM.
                    660:
                    661: <ul><pre>
                    662: ok <strong>boot floppy</strong>
                    663: or
                    664: &gt; <strong>b fd()</strong>
                    665: </pre></ul>
                    666:
                    667: <p>
                    668: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    669: will most likely fail.
                    670:
                    671: <p>
                    672: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    673: setup a bootable tape, or install via network, as told in the
                    674: INSTALL.sparc file.
                    675: </ul>
                    676:
                    677: <p>
                    678: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    679: <ul>
                    680: <p>
                    681: Burn cd47.iso on a CD-R, put it in the CD drive of your machine and
                    682: select <i>Install System Software</i> from the System Maintenance menu.
                    683:
                    684: <p>
                    685: If your machine doesn't have a CD drive, you can
                    686: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd".
                    687: Refer to the instructions in INSTALL.sgi for more details.
                    688: </ul>
                    689:
                    690: <p>
                    691: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    692: <ul>
                    693: <p>
                    694: After connecting a serial port, boot over the network via DHCP/tftp.
                    695: Refer to the instructions in INSTALL.socppc for more details.
                    696: </ul>
                    697:
                    698: <p>
                    699: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    700: <ul>
                    701: Boot over the network via mopbooting as described in INSTALL.vax.
                    702: </ul>
                    703:
                    704: <p>
                    705: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    706: <ul>
                    707: <p>
                    708: Using the Linux built-in graphical ipkg installer, install the
                    709: openbsd47_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    710: for a few important details.
                    711: </ul>
                    712:
                    713: <p>
                    714: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    715: <ul>
                    716: src.tar.gz contains a source archive starting at /usr/src.  This file
                    717: contains everything you need except for the kernel sources, which are
                    718: in a separate archive.  To extract:
                    719: <p>
                    720: <ul><pre>
                    721: # <strong>mkdir -p /usr/src</strong>
                    722: # <strong>cd /usr/src</strong>
                    723: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    724: </pre></ul>
                    725: <p>
                    726: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    727: This file contains all the kernel sources you need to rebuild kernels.
                    728: To extract:
                    729: <p>
                    730: <ul><pre>
                    731: # <strong>mkdir -p /usr/src/sys</strong>
                    732: # <strong>cd /usr/src</strong>
                    733: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    734: </pre></ul>
                    735: <p>
                    736: Both of these trees are a regular CVS checkout.  Using these trees it
                    737: is possible to get a head-start on using the anoncvs servers as
                    738: described <a href="anoncvs.html">here</a>.
                    739: Using these files
                    740: results in a much faster initial CVS update than you could expect from
                    741: a fresh checkout of the full OpenBSD source tree.
                    742: <p>
                    743: </ul>
                    744:
                    745: <a name="upgrade"></a>
                    746: <hr>
                    747: <p>
                    748: <h3><font color="#0000e0">How to upgrade</font></h3>
                    749: <p>
                    750: If you already have an OpenBSD 4.6 system, and do not want to reinstall,
                    751: upgrade instructions and advice can be found in the
                    752: <a href="faq/upgrade47.html">Upgrade Guide</a>.
                    753:
                    754: <a name="ports"></a>
                    755: <hr>
                    756: <p>
                    757: <h3><font color="#0000e0">Ports Tree</font></h3>
                    758: <p>
                    759: A ports tree archive is also provided.  To extract:
                    760: <p>
                    761: <ul><pre>
                    762: # <strong>cd /usr</strong>
                    763: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    764: # <strong>cd ports</strong>
                    765: </pre></ul>
                    766: <p>
                    767: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    768: read the <a href="ports.html">ports</a> page
                    769: if you know nothing about ports
                    770: at this point.  This text is not a manual of how to use ports.
                    771: Rather, it is a set of notes meant to kickstart the user on the
                    772: OpenBSD ports system.
                    773: <p>
                    774: The <i>ports/</i> directory represents a CVS (see the manpage for
                    775: <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">
                    776: cvs(1)</a> if
                    777: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    778: source tree, our ports tree is available via anoncvs.  So, in
                    779: order to keep current with it, you must make the <i>ports/</i> tree
                    780: available on a read-write medium and update the tree with a command
                    781: like:
                    782: <p>
                    783: <ul><pre>
1.26    ! deraadt   784: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_4_7</strong>
1.1       deraadt   785: </pre></ul>
                    786: <p>
                    787: [Of course, you must replace the local directory and server name here
                    788: with the location of your ports collection and a nearby anoncvs
                    789: server.]
                    790: <p>
                    791: Note that most ports are available as packages through FTP. Updated
                    792: packages for the 4.7 release will be made available if problems arise.
                    793: <p>
                    794: If you're interested in seeing a port added, would like to help out, or just
                    795: would like to know more, the mailing list ports@openbsd.org is a good
                    796: place to know.
                    797: <p>
                    798:
                    799: <hr>
                    800: <a href="index.html"><img height="24" width="24" src="back.gif" border="0"
                    801: alt="OpenBSD"></a>
                    802: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
                    803: <br><small>
1.26    ! deraadt   804: $OpenBSD: 47.html,v 1.25 2010/03/09 16:11:36 sobrado Exp $
1.1       deraadt   805: </small>
                    806:
                    807: </body>
                    808: </html>