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

Annotation of www/32.html, Revision 1.19

1.1       miod        1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.2 Release</title>
1.2       mpech       5: <link rev=made href="mailto:www@openbsd.org">
1.1       miod        6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="OpenBSD 3.2">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 1999-2002 by OpenBSD.">
                     11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#24248E">
                     14:
1.17      jufi       15: <a href="index.html">
                     16: <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
1.1       miod       17: <hr>
                     18:
                     19: <p>
1.19    ! miod       20: <a href="images/MrPond.gif"><img align="left" width="255" height="323"
        !            21: hspace="24" src="images/MrPond.gif"></a>
1.1       miod       22: <h2><font color="#0000e0">The OpenBSD 3.2 Release:</font></h2>
                     23: <p>
                     24:
                     25: Released November 1, 2002<br>
                     26: Copyright 1997-2002, Theo de Raadt.<br>
                     27: <font color="#e00000">ISBN 0-9731791-0-4</font>
                     28: <p>
                     29:
                     30: <a href="#new">What's New</a><br>
                     31: <a href="#install">How to install</a><br>
                     32: <a href="#ports">How to use the ports tree</a><br>
                     33: <a href="orders.html">Ordering a CD set</a><br>
                     34:
                     35: <p>
                     36: <h3><font color="#0000e0">
                     37: To get the files for this release:
                     38: <ul>
1.17      jufi       39: <li>Order a CDROM from our <a href="orders.html">ordering system</a>.
1.1       miod       40: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     41:        a list of mirror machines.
                     42: <li>Go to the <font color="#e00000">pub/OpenBSD/3.2/</font> directory on
                     43:        one of the mirror sites.
                     44: <li>Briefly read the rest of this document.
                     45: <li>Have a look at <a href="errata.html">The 3.2 Errata page</a> for a list
                     46:        of bugs and workarounds.
1.15      miod       47: <li>See a <a href="plus32.html">detailed log of changes</a> between the
1.1       miod       48:        3.1 and 3.2 releases.
                     49: </ul>
                     50: </font></h3>
                     51: <br clear=all>
                     52: <br>
                     53: <p>
                     54:
                     55: <strong>Note:</strong> All applicable copyrights and credits can be found
                     56: in the applicable file sources found in the files src.tar.gz, srcsys.tar.gz,
                     57: XF4.tar.gz, or in the files fetched via ports.tar.gz.  The distribution
                     58: files used to build packages from the ports.tar.gz file are not included on
                     59: the CDROM because of lack of space.
                     60: <p>
                     61:
                     62: <a name="new"></a>
                     63: <hr>
                     64: <p>
                     65: <h3><font color="#0000e0">What's New</font></h3>
                     66: <p>
                     67: This is a partial list of new features and systems included in OpenBSD 3.2.
1.15      miod       68: For a comprehensive list, see the <a href="plus32.html">changelog</a> leading
1.1       miod       69: to 3.2.
                     70: <p>
                     71:
                     72: <ul>
                     73: <li><a href="http://www.OpenSSH.com">OpenSSH</a> (supporting both the
1.2       mpech      74: SSH1 and SSH2 protocols) is now at version 3.5.  Privilege separation is
1.1       miod       75: now enabled by default for greater robustness.
                     76: <p>
                     77:
1.12      deraadt    78: <li>Non-executable stack on i386, sparc, sparc64, alpha, powerpc.
                     79: No-exec data and bss on sparc, sparc64, and alpha.  This makes some
                     80: classes of future potential buffer overflows unexploitable.
                     81: <p>
                     82:
                     83: <li>Apache runs chroot'd by default.  To disable this, see the new <b>-u</b>
                     84: option.
                     85: <p>
                     86:
1.13      deraadt    87: <li>A very significant reduction in setuid binaries.  Many of those binaries
                     88: which still retain setuid have been modified so the operations needing root
1.14      deraadt    89: are done early on, and then privilege is revoked immediately after that.
1.13      deraadt    90: <p>
                     91:
1.11      deraadt    92: <li>Asymmetric and symmetric hardware encryption support is now enabled by
1.10      deraadt    93: default, if you have such devices in your machine.
                     94: <p>
                     95:
1.1       miod       96: <li>As usual, improvements to the documentation, notably the man pages and
                     97: the Web FAQ. A larger part of the website is now available in several
                     98: languages.
                     99: <p>
                    100:
                    101: <li>More complete collection and better tested set of "ports".
1.16      pvalchev  102: setuid/setgid ports have been significantly reduced as well.  Many of the
                    103: ones that remain setuid have been modified to revoke privileges as early
                    104: as possible.
1.1       miod      105: <p>
                    106:
1.16      pvalchev  107: <li>Over 1800 pre-built and tested packages.
1.1       miod      108: <p>
                    109:
                    110: <li>Better video and X11 support for the
                    111: <a href="sparc.html">OpenBSD/sparc</a>,
                    112: <a href="sparc64.html">OpenBSD/sparc64</a> and
                    113: <a href="alpha.html">OpenBSD/alpha</a> ports.
                    114: <p>
                    115:
                    116: <li>A lot of enhancements and stability improvements to our packet filter, <a
1.19    ! miod      117: href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf</a>,
        !           118: including:
1.8       henning   119: <ul>
                    120: <li>new &quot;antispoof&quot; keyword: spoofing protection made easy
                    121: <li>much simplified rule file language
                    122: <li>extended filtering capabilities
                    123: <li>control state table entries on a per-rule granularity
                    124: <li>support dynamic interface expansion. No more need to reload the ruleset
                    125:     on IP changes.
                    126: </ul>
1.1       miod      127: <p>
                    128:
                    129: <li>A new tool,
1.2       mpech     130: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&sektion=4">systrace</a>,
1.1       miod      131: for controlling in detail applications behaviour and rights at the system call
                    132: level.
1.7       jufi      133: <p>
1.1       miod      134:
                    135: <li>The system includes the following major components from outside suppliers:
                    136: <p>
                    137: <ul>
                    138: <li>XFree86 4.2.1 (and i386 contains 3.3.X servers also, thus providing support for all chipsets)</li>
                    139: <li>gcc 2.95.3 (+ patches)</li>
                    140: <li>perl 5.6.1 (+ patches)</li>
1.9       markus    141: <li>Apache 1.3.26, mod_ssl 2.8.10, DSO support</li>
                    142: <li>OpenSSL 0.9.7beta3 (+ patches)</li>
1.1       miod      143: <li>groff 1.15</li>
                    144: <li>sendmail 8.12.6</li>
                    145: <li>lynx 2.8.2rel.1 with HTTPS support added</li>
                    146: <li>sudo 1.6.6</li>
                    147: <li>ncurses 5.2</li>
                    148: <li>Latest KAME IPv6</li>
                    149: <li>KTH Kerberos 1.0.8</li>
                    150: <li>Heimdal 0.4e (+ patches)</li>
                    151: <li>OpenSSH 3.5</li>
                    152: </ul>
                    153: <p>
                    154:
                    155: <li>Many improvements for security and reliability (look for the red
1.15      miod      156: print in the <a href="plus32.html">complete changelog</a>).
1.1       miod      157: <p>
                    158: </ul>
                    159:
                    160: <a name="install"></a>
                    161: <hr>
                    162: <p>
                    163: <h3><font color="#0000e0">How to install</font></h3>
                    164: <p>
                    165: Following this are the instructions which you would have on a piece of
                    166: paper if you had purchased a CDROM set instead of doing an alternate
                    167: form of install.  The instructions for doing an ftp (or other style
                    168: of) install are very similar; the CDROM instructions are left intact
                    169: so that you can see how much easier it would have been if you had
                    170: purchased a CDROM instead.
                    171: <p>
                    172:
                    173: <hr>
                    174: Please refer to the following files on the three CDROMs for extensive
                    175: details on how to install OpenBSD 3.2 on your machine:
                    176: <p>
                    177: <ul>
                    178: <li>   CD1:3.2/i386/INSTALL.i386</li>
                    179: <li>   CD1:3.2/alpha/INSTALL.alpha</li>
                    180: <p>
                    181: <li>   CD2:3.2/macppc/INSTALL.macppc</li>
                    182: <li>   CD2:3.2/vax/INSTALL.vax</li>
                    183: <p>
                    184: <li>   CD3:3.2/sparc/INSTALL.sparc</li>
                    185: <li>   CD3:3.2/sparc64/INSTALL.sparc64</li>
                    186: <p>
                    187: Only available via FTP:<br>
                    188: <li>   CD4:3.2/amiga/INSTALL.amiga</li>
1.19    ! miod      189: <li>   CD4:3.2/hp300/INSTALL.hp300</li>
1.1       miod      190: <li>   CD4:3.2/mac68k/INSTALL.mac68k</li>
1.19    ! miod      191: <li>   CD4:3.2/mvme68k/INSTALL.mvme68k</li>
1.1       miod      192: </ul>
                    193: <hr>
                    194:
                    195: <p>
                    196: Quick installer information for people familiar with OpenBSD, and the
                    197: use of the "disklabel -E" command.  If you are at all confused when
                    198: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    199: <p>
                    200:
                    201: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    202: <ul>
                    203: <p>
                    204: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    205: release is on CD1. If your BIOS does not support booting from CD, you will need
                    206: to create a boot floppy to install from. To create a boot floppy write
1.3       jufi      207: <i>CD1:3.2/i386/floppy32.fs</i> to a floppy and boot via the floppy drive.
1.1       miod      208:
                    209: <p>
1.3       jufi      210: Use <i>CD1:3.2/i386/floppyB32.fs</i> instead for greater scsi controller
                    211: support, or <i>CD1:3.2/i386/floppyC32.fs</i> for better laptop support.
1.1       miod      212:
                    213: <p>
                    214: If you are planning on dual booting OpenBSD with another OS, you will need to read the included INSTALL.i386 document.
                    215:
                    216: <p>
                    217: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    218: at <i>CD:/3.2/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS, use the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&sektion=1">dd(1)</a> utility. The following is an example usage of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&sektion=1">dd(1)</a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or &quot;rfd0a&quot;.
                    219:
                    220: <ul><pre>
                    221: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    222: </pre></ul>
                    223:
                    224: <p>
                    225: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or your install will most likely fail. For more information on creating a boot floppy and installing OpenBSD/i386 please refer to <a href="faq/faq4.html#4.1">FAQ4.1</a>.
                    226: </ul>
                    227:
                    228: <p>
                    229: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    230: <ul>
                    231: <p>
                    232: At the SRM prompt, enter <i>boot -fi 3.2/alpha/bsd.rd dka6</i> where <i>dka6</i>
                    233: is the short name for the CDROM drive (you can check with <i>show dev</i>).
                    234:
1.3       jufi      235: <p>If you can't boot from CDROM, write <i>CD1:3.2/alpha/floppy32.fs</i> or
                    236: <i>CD1:3.2/alpha/floppyB32.fs</i> (depending on your machine) to a diskette and
1.1       miod      237: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    238:
                    239: <p>
                    240: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail.
                    241:
                    242: </ul>
                    243:
                    244: <p>
                    245: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    246: <ul>
                    247: <p>
                    248: Put the CD2 in your CDROM drive and poweron your machine while holding down the
                    249: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    250:
                    251: <p>
                    252: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    253: /3.2/macppc/bsd.rd</i>
                    254: </ul>
                    255:
                    256: <p>
                    257: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    258: <ul>
                    259: <p>
                    260: Put the CD4 in your CDROM drive and press the spacebar during the poweron
                    261: self-test. Enter the boot choice that corresponds to <i>SYS_CDBOOT</i>.
                    262:
                    263: <p>
                    264: Alternatively, you can boot over the network by following the instructions in
                    265: INSTALL.hp300.
                    266: </ul>
                    267:
                    268: <p>
                    269: <h3><font color="#e00000">OpenBSD/amiga:</font></h3>
                    270: <ul>
                    271: <p>
                    272: Create BSD partitions according to INSTALL.amiga's preparation section.
                    273: Mount the CD4 under AmigaOS as device CD0: Next, execute the following
                    274: CLI command: "CD0:3.2/amiga/utils/loadbsd CD0:3.2/amiga/bsd.rd".
                    275: </ul>
                    276:
                    277: <p>
                    278: <h3><font color="#e00000">OpenBSD/mac68k:</font></h3>
                    279: <ul>
                    280: <p>
                    281: Boot MacOS as normal and partition your disk with the appropriate A/UX
                    282: configurations.  Then, extract the Macside utilities from
                    283: CD4:3.2/mac68k/utils onto your hard disk.  Run Mkfs to create your
                    284: filesystems on the A/UX partitions you just made.  Then, use the
                    285: BSD/Mac68k Installer to copy all the sets in CD4:3.2/mac68k/ onto your
                    286: partitions.  Finally, you will be ready to configure the BSD/Mac68k
                    287: Booter with the location of your kernel and boot the system.
                    288: </ul>
                    289:
                    290: <p>
                    291: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    292: <ul>
                    293: <p>
                    294: You can create a bootable installation tape or boot over the network.<br>
                    295: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    296: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    297: for more details.
                    298: </ul>
                    299:
                    300: <p>
                    301: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    302: <ul>
                    303: <p>
                    304: Boot over the network via mopbooting as described in INSTALL.vax.
                    305: </ul>
                    306:
                    307: <p>
                    308: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    309: <ul>
                    310: <p>
                    311: The 3.2 release of OpenBSD/sparc is located on CD3. To boot off of this CD you can use one of the two commands listed below, depending on the version of your ROM.
                    312:
                    313: <ul><pre>
                    314: > <strong>boot cdrom 3.2/sparc/bsd.rd</strong>
                    315: or
                    316: > <strong>b sd(0,6,0)3.2/sparc/bsd.rd</strong>
                    317: </pre></ul>
                    318:
                    319: <p>
                    320: If your sparc does not have a CD drive, you can alternatively boot from floppy.
1.3       jufi      321: To do so you need to write &quot;CD3:3.2/sparc/floppy32.fs&quot; to a floppy. For more information see <a href="faq/faq4.html#4.1">FAQ4.1</a>. To boot from the floppy use one of the two commands listed below, depending on the version of your ROM.
1.1       miod      322:
                    323: <ul><pre>
                    324: > <strong>boot floppy</strong>
                    325: or
                    326: > <strong>boot fd()</strong>
                    327: </pre></ul>
                    328:
                    329: <p>
                    330: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail.
                    331:
                    332: <p>
                    333: If your sparc doesn't have a floppy drive nor a CD drive, you can either
                    334: setup a bootable tape, or install via network, as told in the
                    335: INSTALL.sparc file.
                    336: </ul>
                    337:
                    338: <p>
                    339: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    340: <ul>
                    341: <p>
                    342: Put the CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    343:
                    344: <p>
                    345: If this doesn't work, or if you don't have a CDROM drive, you can write
1.3       jufi      346: <i>CD3:3.2/sparc64/floppy32.fs</i> to a floppy and boot it with <i>boot
1.1       miod      347: floppy</i>.<br>
                    348: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail.
                    349:
                    350: <p>
1.4       henning   351: You can also write <i>CD3:3.2/sparc64/miniroot32.fs</i> to the swap partition on
1.1       miod      352: the disk and boot with <i>boot disk:b</i>.
                    353:
                    354: <p>
                    355: If nothing works, you can boot over the network as described in INSTALL.sparc64
                    356: </ul>
                    357:
                    358: <p>
                    359: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    360: <ul>
                    361: <p>
                    362: src.tar.gz contains a source archive starting at /usr/src.  This file
                    363: contains everything you need except for the kernel sources, which are
                    364: in a separate archive.  To extract:
                    365: <p>
                    366: <ul><pre>
                    367: # <strong>mkdir -p /usr/src</strong>
                    368: # <strong>cd /usr/src</strong>
                    369: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    370: </pre></ul>
                    371: <p>
                    372: srcsys.tar.gz contains a source archive starting at /usr/src/sys.
                    373: This file contains all the kernel sources you need to rebuild kernels.
                    374: To extract:
                    375: <p>
                    376: <ul><pre>
                    377: # <strong>mkdir -p /usr/src/sys</strong>
                    378: # <strong>cd /usr/src</strong>
                    379: # <strong>tar xvfz /tmp/srcsys.tar.gz</strong>
                    380: </pre></ul>
                    381: <p>
                    382: Both of these trees are a regular CVS checkout.  Using these trees it
                    383: is possible to get a head-start on using the anoncvs servers as
1.5       miod      384: described at <a href="anoncvs.html">http://www.OpenBSD.org/anoncvs.html</a>.
1.1       miod      385: Using these files
                    386: results in a much faster initial CVS update than you could expect from
                    387: a fresh checkout of the full OpenBSD source tree.
                    388: <p>
                    389: </ul>
                    390: <a name="ports"></a>
                    391: <hr>
                    392: <p>
                    393: <h3><font color="#0000e0">Ports Tree</font></h3>
                    394: <p>
                    395: A ports tree archive is also provided.  To extract:
                    396: <p>
                    397: <ul><pre>
                    398: # <strong>cd /usr</strong>
                    399: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    400: # <strong>cd ports</strong>
                    401: </pre></ul>
                    402: <p>
                    403: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    404: read <a href="ports.html">http://www.OpenBSD.org/ports.html</a>
                    405: if you know nothing about ports
                    406: at this point.  This text is not a manual of how to use ports.
                    407: Rather, it is a set of notes meant to kickstart the user on the
                    408: OpenBSD ports system.
                    409: <p>
                    410: Certainly, the OpenBSD ports system is not complete.  It is doubtful it
                    411: will ever be. However, it is growing very fast and getting more stable.
                    412: Almost all ports provided with this release should build without problems
                    413: on most architectures (over 2000 packages build on i386, for instance).
                    414: <p>
                    415: The <i>ports/</i> directory represents a CVS (see the manpage for
                    416: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&apropos=0&sektion=1&manpath=OpenBSD+Current&arch=i386&format=html">
                    417: cvs(1)</a> if
                    418: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    419: source tree, our ports tree is available via anoncvs.  So, in
                    420: order to keep current with it, you must make the <i>ports/</i> tree
                    421: available on a read-write medium and update the tree with a command
                    422: like:
                    423: <p>
                    424: <ul><pre>
1.18      brad      425: # <strong>cd [portsdir]/; cvs -d anoncvsserver.openbsd.org:/cvs update -Pd -rOPENBSD_3_2</strong>
1.1       miod      426: </pre></ul>
                    427: <p>
                    428: [Of course, you must replace the local directory and server name here
                    429: with the location of your ports collection and a nearby anoncvs
                    430: server.]
                    431: <p>
                    432: Note that most ports are available as packages through ftp. Updated
                    433: packages for the 3.2 release will be made available if problems arise.
                    434: <p>
                    435: If you're interested in seeing a port added, would like to help out, or just
                    436: would like to know more, the mailing list ports@openbsd.org is a good
                    437: place to know.
                    438: <p>
                    439:
                    440: <hr>
                    441: <a href="index.html"><img height="24" width="24" src="back.gif" border="0"
                    442: alt="OpenBSD"></a>
1.2       mpech     443: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.6       jufi      444: <br><small>
1.19    ! miod      445: $OpenBSD: 32.html,v 1.18 2002/10/29 01:44:11 brad Exp $
1.6       jufi      446: </small>
1.1       miod      447:
                    448: </body>
                    449: </html>