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

Annotation of www/45.html, Revision 1.43

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 4.5 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.5">
                      9: <meta name="keywords" content="openbsd,main">
                     10: <meta name="distribution" content="global">
                     11: <meta name="copyright" content="This document copyright 2008 by OpenBSD.">
                     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>
1.33      deraadt    21: <a href="images/Pufftron.jpg">
1.1       deraadt    22: <img align="left" width="227" height="343" hspace="24" vspace="30"
1.33      deraadt    23: src="images/Pufftron.jpg" alt="OpenBSD 4.5 logo"></a>
1.1       deraadt    24: <h2><font color="#0000e0">The OpenBSD 4.5 Release:</font></h2>
                     25: <p>
1.43    ! deraadt    26: Released May 1, 2009<br>
1.1       deraadt    27: Copyright 1997-2009, Theo de Raadt.<br>
                     28: <font color="#e00000">ISBN 978-0-9784475-3-3</font>
                     29: <br>
1.34      deraadt    30: <a href="lyrics.html#45">4.5 Song: "Games"</a>
1.1       deraadt    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.5/</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="errata45.html">The 4.5 Errata page</a> for a list
                     50:     of bugs and workarounds.
                     51: <li>See a <a href="plus45.html">detailed log of changes</a> between the
                     52:     4.4 and 4.5 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.5.
                     70: For a comprehensive list, see the <a href="plus45.html">changelog</a> leading
                     71: to 4.5.
                     72: <p>
                     73:
                     74: <ul>
                     75:
                     76: <li>New/extended platforms:
                     77: <ul>
1.13      sthen      78: <li>Initial ports to the xscale based gumstix platform and the ARM based OpenMoko
1.24      kettenis   79: <li><a href="sparc64.html">OpenBSD/sparc64</a><br>
1.36      deraadt    80:     <ul>
                     81:     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vdsk&amp;sektion=4&amp;arch=sparc64">vdsk(4)</a>
1.24      kettenis   82:     and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnet&amp;sektion=4&amp;arch=sparc64">vnet(4)</a>
                     83:     drivers provide support for virtual I/O between logical domains on
                     84:     Sun's CoolThreads servers, including UltraSPARC T2+ machines.
1.36      deraadt    85:     <li>Workstations and laptops with UltraSPARC IIe CPUs can now scale
1.24      kettenis   86:     down the CPU frequency to save power.
1.36      deraadt    87:     </ul>
1.1       deraadt    88: </ul>
                     89: <p>
                     90:
                     91: <li>Improved hardware support, including:
                     92: <ul>
1.12      form       93: <li>Several new/improved drivers for sensors, including:
                     94:  <ul>
1.41      cnst       95:  <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cac&amp;sektion=4">cac(4)</a>
                     96:        driver now has bio and sensor support.
                     97:  <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&amp;sektion=4">mpi(4)</a>
                     98:        driver now has bio and sensor support.
                     99:  <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpiodcf&amp;sektion=4">gpiodcf(4)</a>
                    100:        driver for DCF77/HBG timedelta sensors through GPIO pins.
                    101:  <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=schsio&amp;sektion=4">schsio(4)</a>
                    102:        driver for SMSC SCH311x LPC Super I/O devices.
1.12      form      103:  <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;sektion=4">it(4)</a>
                    104:        driver now supports IT8720F chips.
                    105:  <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;sektion=4">it(4)</a>
                    106:        driver now supports FAN4 and FAN5 sensors for IT8716F/IT8718F/IT8720F/IT8726F chips.
1.18      grange    107:  <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=owtemp&amp;sektion=4">owtemp(4)</a>
                    108:        driver now supports Maxim/Dallas DS18B20 and DS1822 temperature sensors.
1.41      cnst      109:  <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=km&amp;sektion=4">km(4)</a>
                    110:        driver now supports AMD Family 11h processors (Turion X2 Ultra et al).
                    111:  <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;sektion=4">lm(4)</a>
                    112:        driver now supports W83627DHG attachment on the I&sup2;C bus.
                    113:  <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;sektion=4">lmenv(4)</a>
                    114:        driver now has better support for the fan sensors on lm81, adm9240 and ds1780 chips.
                    115:  <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdtemp&amp;sektion=4">sdtemp(4)</a>
                    116:        driver now supports ST STTS424 chips.
1.12      form      117:  </ul>
1.13      sthen     118: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>
1.37      sthen     119:     driver now supports ICH9 IGP M and IGP M AMT chips, and link status
                    120:     detection has improved.
1.13      sthen     121: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdmmc&amp;sektion=4">sdmmc(4)</a>
                    122:     driver now supports SDHC cards.
1.17      jsg       123: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&amp;sektion=4">msk(4)</a>
                    124:     driver now supports Yukon-2 FE+ (88E8040, 88E8042) based devices.
1.22      damien    125: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&amp;sektion=4">iwn(4)</a>
                    126:     driver now supports Intel WiFi Link 5100/5300 devices.
1.31      damien    127: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&amp;sektion=4">wpi(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&amp;sektion=4">iwn(4)</a>
                    128:     drivers now support hardware CCMP cryptography.
                    129: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4">ath(4)</a>
                    130:     driver now has WPA-PSK support.
1.13      sthen     131: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=age&amp;sektion=4">age(4)</a>,
1.16      jsg       132:     a driver for Attansic L1 gigabit Ethernet devices was added.
1.13      sthen     133: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ale&amp;sektion=4">ale(4)</a>,
1.16      jsg       134:     a driver for Atheros AR81xx (aka Attansic L1E) Ethernet devices was added.
                    135: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mos&amp;sektion=4">mos(4)</a>,
                    136:     a driver for Moschip MCS7730/7830 10/100 USB Ethernet devices was added.
                    137: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&amp;sektion=4">jme(4)</a>,
                    138:     a driver for JMicron JMC250/JMC260 10/100 and Gigabit Ethernet devices was added.
                    139: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=run&amp;sektion=4">run(4)</a>,
                    140:     a driver for Ralink USB IEEE 802.11a/b/g/Draft-N devices was added.
1.24      kettenis  141: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auacer&amp;sektion=4">auacer(4)</a>,
1.27      deraadt   142:     a driver for Acer Labs M5455 audio devices was added.
1.24      kettenis  143: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifb&amp;sektion=4&amp;arch=sparc64">ifb(4)</a>,
                    144:     a driver for Sun Expert3D, Expert3D-Lite, XVR-500, XVR-600 and
                    145:     XVR-1200 framebuffers (accelerated).
                    146: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wildcatfb&amp;sektion=4&amp;arch=sparc64">wildcatfb(4)</a>,
                    147:     an X driver for Sun Expert3D, Expert3D-Lite, XVR-500, XVR-600 and
                    148:     XVR-1200 framebuffers (unaccelerated).
                    149: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sunffb&amp;sektion=4&amp;arch=sparc64">sunffb(4)</a>,
                    150:     an accelerated X driver for Sun Creator, Creator 3D and Elite 3D
                    151:     framebuffers.
1.29      sobrado   152: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vdsk&sektion=4&arch=sparc64">vdsk(4)</a>,
1.28      sobrado   153:     a driver for virtual disks of sun4v logical domains.
1.29      sobrado   154: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnet&sektion=4&arch=sparc64">vnet(4)</a>,
1.24      kettenis  155:     a driver for virtual network adapters of sun4v logical domains.
                    156: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vrng&amp;sektion=4&amp;arch=sparc64">vrng(4)</a>,
                    157:     a driver for the random number generator on Sun UltraSPARC T2/T2+ CPUs.
                    158: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vcons&amp;sektion=4&amp;arch=sparc64">vcons(4)</a>
                    159:     driver is now interrupt driven.
1.14      grange    160: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ips&amp;sektion=4">ips(4)</a>,
                    161:     a driver for IBM SATA/SCSI ServeRAID controllers was added.
1.25      kettenis  162: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udfu&amp;sektion=4">udfu(4)</a>,
                    163:     a driver for device firmware upgrade (DFU) was added.
1.13      sthen     164: <li>Many improvements were made to the
                    165:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&amp;sektion=4">acpi(4)</a>
                    166:     subsystem.
1.29      sobrado   167: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4">umsm(4)</a>
1.13      sthen     168:     driver supports several new EVDO/UMTS devices.
1.29      sobrado   169: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4">mfi(4)</a>
1.17      jsg       170:     driver now supports the next generation of MegaRAID SAS controllers.
1.29      sobrado   171: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vsbic&sektion=4&arch=mvme88k">vsbic(4)</a>
1.39      miod      172:     driver for the MVME327A SCSI and floppy controller on mvme68k and
                    173:     mvme88k machines.
1.29      sobrado   174: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4">re(4)</a>
1.37      sthen     175:     driver now supports 8168D/8111D-based devices, and multicast reception on
                    176:     8110SB/SC-based devices.
1.29      sobrado   177: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4">ehci(4)</a>
1.21      ratchov   178:     driver now supports isochronous transfers.
1.17      jsg       179: <li>S/PDIF output support has been added to the
1.29      sobrado   180:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ac97&sektion=4">ac97(4)</a>,
                    181:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4">auich(4)</a>,
                    182:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&sektion=4">auvia(4)</a> and
                    183:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4">azalia(4)</a> drivers.
                    184: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4">azalia(4)</a>
1.19      ratchov   185:     mixer has been clarified and simplified, support for 20-bit and 24-bit encodings has been added.
1.39      miod      186: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gbe&sektion=4&arch=sgi">gbe(4)</a>
                    187:     frame buffer driver now supports acceleration.
1.1       deraadt   188: </ul>
                    189: <p>
                    190:
                    191: <li>New tools:
                    192: <ul>
1.40      miod      193: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&sektion=8&format=html">ypldap(8)</a>,
1.39      miod      194:     an YP server using LDAP as a backend.
1.37      sthen     195: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xcompmgr&sektion=1&format=html">xcompmgr(1)</a>
                    196:     was added to xenocara.
1.1       deraadt   197: </ul>
                    198: <p>
                    199:
                    200: <li>New functionality:
                    201: <ul>
1.10      djm       202: <li>The libc
1.11      deraadt   203:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolver&amp;sektion=3">resolver(3)</a>
                    204:     may now be forced to perform lookups by TCP only using a new
                    205:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&amp;sektion=5">resolv.conf(5)</a>
                    206:     option. The nameserver declaration in
                    207:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&amp;sektion=5">resolv.conf(5)</a>
                    208:     has also been extended to allow specification of non-default nameserver ports.
1.15      jmc       209: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apropos&amp;sektion=1">apropos(1)</a>
                    210:     has two new options (-S and -s) to allow searching by machine architecture
                    211:     and manual section.
1.19      ratchov   212: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&amp;sektion=1">aucat(1)</a>
                    213:     now has audio server capability.
                    214:     Audio devices can be shared between multiple applications.
                    215:     Applications can run natively on fixed sample rate devices
                    216:     or on devices with unusual encodings.
                    217:     Multi-channel audio devices can be split into smaller independent
                    218:     subdevices.
                    219: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&amp;sektion=1">aucat(1)</a>
1.20      ratchov   220:     now has a deviceless mode, in which it can be used as a
1.19      ratchov   221:     general purpose audio file format conversion utility (to mix,
                    222:     demultiplex, resample or reencode files).
1.23      damien    223: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a>
                    224:     can now list channels supported by an IEEE 802.11 device.
1.37      sthen     225: <li>New views were added to
                    226:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=8">systat(8)</a>:
                    227:     malloc, bucket and pool. Improvements were made to existing views.
1.38      krw       228: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnconfig&amp;sektion=8">vnconfig(8)</a> can now create devices with arbitrary geometry with the new -t option.
                    229: <li>FFS filesystems are now supported on most devices, e.g. CD's, that have
                    230: sector sizes other than 512 bytes.
                    231: <li>Disklabels are now correctly placed and found on most devices, e.g. CD's,
                    232: that have sector sizes other than 512 bytes.
1.1       deraadt   233: </ul>
                    234: <p>
                    235:
                    236: <li>Assorted improvements and code cleanup:
                    237: <ul>
1.11      deraadt   238: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&amp;sektion=3">malloc(3)</a>
                    239:     has gained new attack mitigation measures; critical bookkeeping
                    240:     structures are protected at runtime using
1.24      kettenis  241:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mprotect&amp;sektion=2">mprotect(2)</a>
1.11      deraadt   242:     and allocated at random addresses where possible.
1.24      kettenis  243: <li>A new version of the gdtoa code has been integrated, bringing
                    244:     better C99 support to
                    245:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&amp;sektion=3">printf(3)</a>
                    246:     and friends.
                    247: <li>Vastly improved C99 support in libm, including complex math support.
1.37      sthen     248: <li>The
                    249:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&amp;sektion=4">sppp(4)</a>
                    250:     layer and thus kernel
                    251:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&amp;sektion=4">pppoe(4)</a>
                    252:     now support usernames and passwords of up to 255 characters.
1.38      krw       253: <li>Recognize and spoof disklabel entries for more FAT and FAT32 variants.
                    254: <li>Automatically recognize tapes with 64K records.
                    255: <li>Improve option handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a>.
                    256: <li>When booting from a cd the root file system is now assumed to be on the cd, rather than always asking for the location.
                    257: <li>Disklabels constructed from native disklabels are now subject to the same
                    258: consistancy checks as all other disklabels.
                    259: <li>No longer display geometry information for
                    260: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;sektion=4">sd(4)</a>
                    261: disk drives, since it was mostly fictitious these days.
                    262: <li>Fix handling of tftp ERROR frames so OpenBSD pxeboot can be loaded from
                    263: picky tftp servers.
                    264: <li>Many
                    265: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&amp;sektion=4">scsi(4)</a>
                    266: drivers now retry operations that can't be immediately started rather than
                    267: giving up.
                    268: <li>MBR and DPME disklabels are no longer written out with invalid checksum
                    269: information in some circumstances.
1.1       deraadt   270: </ul>
                    271: <p>
                    272:
                    273: <li>Install/Upgrade process changes:
                    274: <ul>
1.35      djm       275: <li>crunchgen(1) and crunchide(1) have been merged into
                    276:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crunchgen&amp;sektion=8">crunchgen(8)</a>, which
                    277:     is now built and installed by default.
                    278: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mksuncd&amp;sektion=1">mksuncd(1)</a> now lives in base and is installed by default.
                    279: <li>CD-ROM installs are now supported on SGI.
                    280: <li>Accept initial root passwords containing backslash characters.
1.38      krw       281: <li>Install now allows multiple interfaces to be configured with
                    282: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcp&amp;sektion=8">dhcp(8)</a>.
                    283: <li>Upgrades now use the minimal <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=protocols&amp;sektion=5">protocols(5)</a>
                    284: and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=services&amp;sektion=5">services(5)</a>
                    285: files provided on the install media.
                    286: <li>The install media no longer contain a
                    287: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disktab&amp;sektion=5">disktab(5)</a> file.
                    288: <li>Serial console speed is correctly determined on macppc.
1.1       deraadt   289: </ul>
                    290: <p>
                    291:
1.5       matthieu  292: <li>OpenSSH 5.2:
1.1       deraadt   293: <ul>
1.32      sobrado   294: <li>New features:
                    295:   <ul>
                    296:     <li>Added an option to
                    297:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    298:         to force logging to <em>syslog</em> rather than <em>stderr</em>.
                    299:     <li>The
                    300:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5">sshd_config(5)</a>
                    301:         <em>ForceCommand</em> directive now accepts commandline arguments for
                    302:         the <em>internal-sftp</em> server.
                    303:     <li>The
                    304:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    305:         ~C escape commandline now support runtime creation of dynamic port
                    306:         forwards.
                    307:     <li>Support the
                    308:         <em>SOCKS4A</em> protocol in
                    309:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    310:         dynamic forwards.
                    311:     <li>Support remote port forwarding with a listen port of '0'.
                    312:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>
                    313:         now supports setting <em>PermitEmptyPasswords</em> and
                    314:         <em>AllowAgentForwarding</em> in <em>Match</em> blocks.
                    315:   </ul>
                    316: <li>The following significant bugs have been fixed in this release:
                    317:   <ul>
                    318:     <li>Repair a
                    319:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    320:         crash introduced in openssh-5.1 when the client is sent a zero-length
                    321:         banner.
                    322:     <li>The <em>eow@openssh.com</em> and <em>no-more-sessions@openssh.com</em>
                    323:         protocol extensions are now only sent to peers that identify themselves
                    324:         as OpenSSH.
                    325:     <li>Avoid printing "Non-public channel" warnings in
                    326:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>,
                    327:         since
                    328:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    329:         has sent incorrect channel numbers since ~2004; make
                    330:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    331:         send the correct channel number for <em>SSH2_MSG_CHANNEL_SUCCESS</em>
                    332:         and <em>SSH2_MSG_CHANNEL_FAILURE</em>.
                    333:     <li>Avoid double-free in
                    334:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    335:         ~C escape -L handler.
                    336:     <li>Correct fail-on-error behaviour in
                    337:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>
                    338:         batchmode for remote <em>stat</em> operations.
                    339:     <li>Avoid hang in
                    340:         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
                    341:         when attempting to connect to a server that has <em>MaxSessions</em>
                    342:         set to zero.
                    343:   </ul>
1.1       deraadt   344: </ul>
                    345: <p>
                    346:
1.4       jasper    347: <li>Over 5500 ports, minor robustness improvements in package tools.
1.1       deraadt   348: <li>Many pre-built packages for each architecture:
                    349:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    350:     <tr>
                    351:     <td valign="top" width="25%">
                    352:     <ul>
1.26      deraadt   353:     <li>i386:       5379
                    354:     <li>sparc64:    5174
1.36      deraadt   355:     <li>alpha:      5132
1.1       deraadt   356: </ul></td><td valign=top width="25%"><ul>
1.36      deraadt   357:     <li>sh:         1543
1.26      deraadt   358:     <li>amd64:      5312
1.36      deraadt   359:     <li>powerpc:    5162
1.1       deraadt   360: </ul></td><td valign=top width="25%"><ul>
1.36      deraadt   361:     <li>sparc:      2651
                    362:     <li>arm:        4120
                    363:     <li>hppa:       4689
1.1       deraadt   364: </ul></td><td valign=top width="25%"><ul>
1.36      deraadt   365:     <li>vax:        1718
                    366:     <li>mips64:     3278
1.1       deraadt   367: </ul></td></tr></table>
                    368: Some highlights:
                    369: <ul>
1.3       jasper    370: <li>Gnome 2.24.3.
                    371: <li>GNUstep 1.18.0.
                    372: <li>KDE 3.5.10.
                    373: <li>Mozilla Firefox 3.0.6.
                    374: <li>Mozilla Thunderbird 2.0.0.19.
1.4       jasper    375: <li>MySQL 5.0.77.
1.3       jasper    376: <li>OpenOffice.org 2.4.2 and 3.0.1.
                    377: <li>PostgreSQL 8.3.6.
                    378: <li>Xfce 4.4.3.
1.30      jasper    379: <li>OpenArena 0.8.1 (only for amd64, i386 and macppc)
1.1       deraadt   380: </ul>
                    381: <p>
                    382:
                    383: <li>As usual, steady improvements in manual pages and other documentation.
                    384: <p>
                    385:
                    386: <li>The system includes the following major components from outside suppliers:
                    387: <ul>
1.5       matthieu  388: <li>Xenocara (based on X.Org 7.4 + patches, freetype 2.3.7, fontconfig 2.4.2, Mesa 7.2, xterm 239 and more)
1.1       deraadt   389: <li>Gcc 2.95.3
                    390: (+ <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc-local&amp;sektion=1">patches</a>)
                    391: and 3.3.5
                    392: (+ <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc-local&amp;sektion=1">patches</a>)
1.2       jasper    393: <li>Perl 5.10.0 (+ patches)
1.1       deraadt   394: <li>Our improved and secured version of Apache 1.3, with SSL/TLS and DSO support
1.2       jasper    395: <li>OpenSSL 0.9.8j (+ patches)
1.1       deraadt   396: <li>Groff 1.15
                    397: <li>Sendmail 8.14.3, with libmilter
                    398: <li>Bind 9.4.2-P2 (+ patches)
                    399: <li>Lynx 2.8.5rel.4 with HTTPS and IPv6 support (+ patches)
1.5       matthieu  400: <li>Sudo 1.7
1.1       deraadt   401: <li>Ncurses 5.2
                    402: <li>Latest KAME IPv6
                    403: <li>Heimdal 0.7.2 (+ patches)
                    404: <li>Arla 0.35.7
                    405: <li>Binutils 2.15 (+ patches)
                    406: <li>Gdb 6.3 (+ patches)
                    407: </ul>
                    408: <p>
                    409:
                    410: </ul>
                    411:
                    412: <a name="install"></a>
                    413: <hr>
                    414: <p>
                    415: <h3><font color="#0000e0">How to install</font></h3>
                    416: <p>
                    417: Following this are the instructions which you would have on a piece of
                    418: paper if you had purchased a CDROM set instead of doing an alternate
                    419: form of install.  The instructions for doing an FTP (or other style
                    420: of) install are very similar; the CDROM instructions are left intact
                    421: so that you can see how much easier it would have been if you had
                    422: purchased a CDROM instead.
                    423: <p>
                    424:
                    425: <hr>
                    426: Please refer to the following files on the three CDROMs or FTP mirror for
                    427: extensive details on how to install OpenBSD 4.5 on your machine:
                    428: <p>
                    429: <ul>
                    430: <li>CD1:4.5/i386/INSTALL.i386
                    431: <p>
                    432: <li>CD2:4.5/amd64/INSTALL.amd64
                    433: <li>CD2:4.5/macppc/INSTALL.macppc
                    434: <p>
                    435: <li>CD3:4.5/sparc64/INSTALL.sparc64
                    436: <p>
                    437: <li>FTP:.../OpenBSD/4.5/alpha/INSTALL.alpha
                    438: <li>FTP:.../OpenBSD/4.5/armish/INSTALL.armish
                    439: <li>FTP:.../OpenBSD/4.5/hp300/INSTALL.hp300
                    440: <li>FTP:.../OpenBSD/4.5/hppa/INSTALL.hppa
                    441: <li>FTP:.../OpenBSD/4.5/landisk/INSTALL.landisk
                    442: <li>FTP:.../OpenBSD/4.5/mac68k/INSTALL.mac68k
                    443: <li>FTP:.../OpenBSD/4.5/mvme68k/INSTALL.mvme68k
                    444: <li>FTP:.../OpenBSD/4.5/mvme88k/INSTALL.mvme88k
                    445: <li>FTP:.../OpenBSD/4.5/sgi/INSTALL.sgi
1.6       jasper    446: <li>FTP:.../OpenBSD/4.5/socppc/INSTALL.socppc
1.1       deraadt   447: <li>FTP:.../OpenBSD/4.5/sparc/INSTALL.sparc
                    448: <li>FTP:.../OpenBSD/4.5/vax/INSTALL.vax
                    449: <li>FTP:.../OpenBSD/4.5/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.5/i386/floppy45.fs</i> to a floppy and boot via the floppy drive.
                    465:
                    466: <p>
                    467: Use <i>CD1:4.5/i386/floppyB45.fs</i> instead for greater SCSI controller
                    468: support, or <i>CD1:4.5/i386/floppyC45.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.5/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.5 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.5/amd64/floppy45.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.5/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.5/sparc64/floppy45.fs</i> or <i>CD3:4.5/sparc64/floppyB45.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.5/sparc64/miniroot45.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.5/alpha/floppy45.fs</i> or
                    558: <i>FTP:4.5/alpha/floppyB45.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>miniroot45.fs</i> to the start of the CF
                    600: or disk, and boot normally.
                    601: </ul>
                    602:
                    603: <p>
                    604: <h3><font color="#e00000">OpenBSD/mac68k:</font></h3>
                    605: <ul>
                    606: <p>
                    607: Boot MacOS as normal and extract the Macside "BSD/Mac68k Booter" utility from
                    608: <i>FTP:4.5/mac68k/utils</i> onto your hard disk.  Configure the "BSD/Mac68k
                    609: Booter" with the location of your bsd.rd kernel and boot into the installer.
                    610: Refer to the instructions in INSTALL.mac68k for more details.
                    611: </ul>
                    612:
                    613: <p>
                    614: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    615: <ul>
                    616: <p>
                    617: You can create a bootable installation tape or boot over the network.<br>
                    618: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    619: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    620: for more details.
                    621: </ul>
                    622:
                    623: <p>
                    624: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    625: <ul>
                    626: <p>
                    627: You can create a bootable installation tape or boot over the network.<br>
                    628: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    629: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    630: for more details.
                    631: </ul>
                    632:
                    633: <p>
                    634: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    635: <ul>
                    636: Boot from one of the provided install ISO images, using one of the two
                    637: commands listed below, depending on the version of your ROM.
                    638:
                    639: <ul><pre>
                    640: ok <strong>boot cdrom 4.5/sparc/bsd.rd</strong>
                    641: or
                    642: &gt; <strong>b sd(0,6,0)4.5/sparc/bsd.rd</strong>
                    643: </pre></ul>
                    644:
                    645: <p>
                    646: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    647: To do so you need to write <i>floppy45.fs</i> to a floppy.
                    648: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.1</a>.
                    649: To boot from the floppy use one of the two commands listed below,
                    650: depending on the version of your ROM.
                    651:
                    652: <ul><pre>
                    653: ok <strong>boot floppy</strong>
                    654: or
                    655: &gt; <strong>b fd()</strong>
                    656: </pre></ul>
                    657:
                    658: <p>
                    659: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    660: will most likely fail.
                    661:
                    662: <p>
                    663: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    664: setup a bootable tape, or install via network, as told in the
                    665: INSTALL.sparc file.
                    666: </ul>
                    667:
                    668: <p>
                    669: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    670: <ul>
                    671: <p>
                    672: Burn cd45.iso on a CD-R, put it in the CD drive of your machine and
                    673: select <i>Install System Software</i> from the System Maintenance menu.
                    674:
                    675: <p>
                    676: If your machine doesn't have a CD drive, you can
                    677: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd".
                    678: Refer to the instructions in INSTALL.sgi for more details.
                    679: </ul>
                    680:
                    681: <p>
1.6       jasper    682: <h3><font color="#e00000">OpenBSD/socppc:</font></h3>
                    683: <ul>
                    684: <p>
                    685: After connecting a serial port, boot over the network via DHCP/tftp.
                    686: Refer to the instructions in INSTALL.socppc for more details.
                    687: </ul>
                    688:
                    689: <p>
1.1       deraadt   690: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    691: <ul>
                    692: Boot over the network via mopbooting as described in INSTALL.vax.
                    693: </ul>
                    694:
                    695: <p>
                    696: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    697: <ul>
                    698: <p>
                    699: Using the Linux built-in graphical ipkg installer, install the
                    700: openbsd45_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    701: for a few important details.
                    702: </ul>
                    703:
                    704: <p>
                    705: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    706: <ul>
                    707: src.tar.gz contains a source archive starting at /usr/src.  This file
                    708: contains everything you need except for the kernel sources, which are
                    709: in a separate archive.  To extract:
                    710: <p>
                    711: <ul><pre>
                    712: # <strong>mkdir -p /usr/src</strong>
                    713: # <strong>cd /usr/src</strong>
                    714: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    715: </pre></ul>
                    716: <p>
                    717: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    718: This file contains all the kernel sources you need to rebuild kernels.
                    719: To extract:
                    720: <p>
                    721: <ul><pre>
                    722: # <strong>mkdir -p /usr/src/sys</strong>
                    723: # <strong>cd /usr/src</strong>
                    724: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    725: </pre></ul>
                    726: <p>
                    727: Both of these trees are a regular CVS checkout.  Using these trees it
                    728: is possible to get a head-start on using the anoncvs servers as
                    729: described <a href="anoncvs.html">here</a>.
                    730: Using these files
                    731: results in a much faster initial CVS update than you could expect from
                    732: a fresh checkout of the full OpenBSD source tree.
                    733: <p>
                    734: </ul>
                    735:
                    736: <a name="upgrade"></a>
                    737: <hr>
                    738: <p>
                    739: <h3><font color="#0000e0">How to upgrade</font></h3>
                    740: <p>
                    741: If you already have an OpenBSD 4.4 system, and do not want to reinstall,
                    742: upgrade instructions and advice can be found in the
                    743: <a href="faq/upgrade45.html">Upgrade Guide</a>.
                    744:
                    745: <a name="ports"></a>
                    746: <hr>
                    747: <p>
                    748: <h3><font color="#0000e0">Ports Tree</font></h3>
                    749: <p>
                    750: A ports tree archive is also provided.  To extract:
                    751: <p>
                    752: <ul><pre>
                    753: # <strong>cd /usr</strong>
                    754: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    755: # <strong>cd ports</strong>
                    756: </pre></ul>
                    757: <p>
                    758: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    759: read the <a href="ports.html">ports</a> page
                    760: if you know nothing about ports
                    761: at this point.  This text is not a manual of how to use ports.
                    762: Rather, it is a set of notes meant to kickstart the user on the
                    763: OpenBSD ports system.
                    764: <p>
                    765: The <i>ports/</i> directory represents a CVS (see the manpage for
1.29      sobrado   766: <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">
1.1       deraadt   767: cvs(1)</a> if
                    768: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    769: source tree, our ports tree is available via anoncvs.  So, in
                    770: order to keep current with it, you must make the <i>ports/</i> tree
                    771: available on a read-write medium and update the tree with a command
                    772: like:
                    773: <p>
                    774: <ul><pre>
1.7       jasper    775: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_4_5</strong>
1.1       deraadt   776: </pre></ul>
                    777: <p>
                    778: [Of course, you must replace the local directory and server name here
                    779: with the location of your ports collection and a nearby anoncvs
                    780: server.]
                    781: <p>
                    782: Note that most ports are available as packages through FTP. Updated
                    783: packages for the 4.5 release will be made available if problems arise.
                    784: <p>
                    785: If you're interested in seeing a port added, would like to help out, or just
                    786: would like to know more, the mailing list ports@openbsd.org is a good
                    787: place to know.
                    788: <p>
                    789:
                    790: <hr>
                    791: <a href="index.html"><img height="24" width="24" src="back.gif" border="0"
                    792: alt="OpenBSD"></a>
                    793: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
                    794: <br><small>
1.43    ! deraadt   795: $OpenBSD: 45.html,v 1.42 2009/04/20 05:56:11 deraadt Exp $
1.1       deraadt   796: </small>
                    797:
                    798: </body>
                    799: </html>