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

Annotation of www/32.html, Revision 1.28

1.20      jufi        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       miod        2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.2 Release</title>
                      5: <meta name="resource-type" content="document">
1.21      jufi        6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       miod        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:
1.24      david      13: <body bgcolor="#ffffff" text="#000000" link="#24248e">
1.1       miod       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"
1.21      jufi       21: hspace="24" src="images/MrPond.gif" alt="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>
1.25      deraadt    28: <br>
                     29: <a href="lyrics.html#32">3.2 Song: "Goldflipper"</a>
1.1       miod       30: <p>
                     31:
                     32: <a href="#new">What's New</a><br>
                     33: <a href="#install">How to install</a><br>
                     34: <a href="#ports">How to use the ports tree</a><br>
                     35: <a href="orders.html">Ordering a CD set</a><br>
                     36:
                     37: <p>
                     38: <h3><font color="#0000e0">
                     39: To get the files for this release:
                     40: <ul>
1.17      jufi       41: <li>Order a CDROM from our <a href="orders.html">ordering system</a>.
1.1       miod       42: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     43:        a list of mirror machines.
                     44: <li>Go to the <font color="#e00000">pub/OpenBSD/3.2/</font> directory on
                     45:        one of the mirror sites.
                     46: <li>Briefly read the rest of this document.
1.23      deraadt    47: <li>Have a look at <a href="errata32.html">The 3.2 Errata page</a> for a list
1.1       miod       48:        of bugs and workarounds.
1.15      miod       49: <li>See a <a href="plus32.html">detailed log of changes</a> between the
1.1       miod       50:        3.1 and 3.2 releases.
                     51: </ul>
                     52: </font></h3>
                     53: <br clear=all>
                     54: <br>
                     55: <p>
                     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, srcsys.tar.gz,
                     59: XF4.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 3.2.
1.15      miod       70: For a comprehensive list, see the <a href="plus32.html">changelog</a> leading
1.1       miod       71: to 3.2.
                     72: <p>
                     73:
                     74: <ul>
                     75: <li><a href="http://www.OpenSSH.com">OpenSSH</a> (supporting both the
1.2       mpech      76: SSH1 and SSH2 protocols) is now at version 3.5.  Privilege separation is
1.1       miod       77: now enabled by default for greater robustness.
                     78: <p>
                     79:
1.12      deraadt    80: <li>Non-executable stack on i386, sparc, sparc64, alpha, powerpc.
                     81: No-exec data and bss on sparc, sparc64, and alpha.  This makes some
                     82: classes of future potential buffer overflows unexploitable.
                     83: <p>
                     84:
                     85: <li>Apache runs chroot'd by default.  To disable this, see the new <b>-u</b>
                     86: option.
                     87: <p>
                     88:
1.13      deraadt    89: <li>A very significant reduction in setuid binaries.  Many of those binaries
                     90: which still retain setuid have been modified so the operations needing root
1.14      deraadt    91: are done early on, and then privilege is revoked immediately after that.
1.13      deraadt    92: <p>
                     93:
1.11      deraadt    94: <li>Asymmetric and symmetric hardware encryption support is now enabled by
1.10      deraadt    95: default, if you have such devices in your machine.
                     96: <p>
                     97:
1.1       miod       98: <li>As usual, improvements to the documentation, notably the man pages and
                     99: the Web FAQ. A larger part of the website is now available in several
                    100: languages.
                    101: <p>
                    102:
                    103: <li>More complete collection and better tested set of "ports".
1.16      pvalchev  104: setuid/setgid ports have been significantly reduced as well.  Many of the
                    105: ones that remain setuid have been modified to revoke privileges as early
                    106: as possible.
1.1       miod      107: <p>
                    108:
1.16      pvalchev  109: <li>Over 1800 pre-built and tested packages.
1.1       miod      110: <p>
                    111:
                    112: <li>Better video and X11 support for the
                    113: <a href="sparc.html">OpenBSD/sparc</a>,
                    114: <a href="sparc64.html">OpenBSD/sparc64</a> and
                    115: <a href="alpha.html">OpenBSD/alpha</a> ports.
                    116: <p>
                    117:
                    118: <li>A lot of enhancements and stability improvements to our packet filter, <a
1.21      jufi      119: href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf</a>,
1.19      miod      120: including:
1.8       henning   121: <ul>
                    122: <li>new &quot;antispoof&quot; keyword: spoofing protection made easy
                    123: <li>much simplified rule file language
                    124: <li>extended filtering capabilities
                    125: <li>control state table entries on a per-rule granularity
                    126: <li>support dynamic interface expansion. No more need to reload the ruleset
                    127:     on IP changes.
                    128: </ul>
1.1       miod      129: <p>
                    130:
                    131: <li>A new tool,
1.21      jufi      132: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&amp;sektion=4">systrace</a>,
1.1       miod      133: for controlling in detail applications behaviour and rights at the system call
                    134: level.
1.7       jufi      135: <p>
1.1       miod      136:
                    137: <li>The system includes the following major components from outside suppliers:
                    138: <p>
                    139: <ul>
1.20      jufi      140: <li>XFree86 4.2.1 (and i386 contains 3.3.X servers also, thus providing support for all chipsets)
                    141: <li>gcc 2.95.3 (+ patches)
                    142: <li>perl 5.6.1 (+ patches)
                    143: <li>Apache 1.3.26, mod_ssl 2.8.10, DSO support
                    144: <li>OpenSSL 0.9.7beta3 (+ patches)
                    145: <li>groff 1.15
                    146: <li>sendmail 8.12.6
                    147: <li>lynx 2.8.2rel.1 with HTTPS support added
                    148: <li>sudo 1.6.6
                    149: <li>ncurses 5.2
                    150: <li>Latest KAME IPv6
                    151: <li>KTH Kerberos 1.0.8
                    152: <li>Heimdal 0.4e (+ patches)
                    153: <li>OpenSSH 3.5
1.1       miod      154: </ul>
                    155: <p>
                    156:
                    157: <li>Many improvements for security and reliability (look for the red
1.15      miod      158: print in the <a href="plus32.html">complete changelog</a>).
1.1       miod      159: <p>
                    160: </ul>
                    161:
                    162: <a name="install"></a>
                    163: <hr>
                    164: <p>
                    165: <h3><font color="#0000e0">How to install</font></h3>
                    166: <p>
                    167: Following this are the instructions which you would have on a piece of
                    168: paper if you had purchased a CDROM set instead of doing an alternate
                    169: form of install.  The instructions for doing an ftp (or other style
                    170: of) install are very similar; the CDROM instructions are left intact
                    171: so that you can see how much easier it would have been if you had
                    172: purchased a CDROM instead.
                    173: <p>
                    174:
                    175: <hr>
                    176: Please refer to the following files on the three CDROMs for extensive
                    177: details on how to install OpenBSD 3.2 on your machine:
                    178: <p>
                    179: <ul>
1.20      jufi      180: <li>   CD1:3.2/i386/INSTALL.i386
                    181: <li>   CD1:3.2/alpha/INSTALL.alpha
1.1       miod      182: <p>
1.20      jufi      183: <li>   CD2:3.2/macppc/INSTALL.macppc
                    184: <li>   CD2:3.2/vax/INSTALL.vax
1.1       miod      185: <p>
1.20      jufi      186: <li>   CD3:3.2/sparc/INSTALL.sparc
                    187: <li>   CD3:3.2/sparc64/INSTALL.sparc64
1.1       miod      188: </ul>
                    189: <hr>
                    190:
                    191: <p>
                    192: Quick installer information for people familiar with OpenBSD, and the
                    193: use of the "disklabel -E" command.  If you are at all confused when
                    194: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    195: <p>
                    196:
                    197: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    198: <ul>
                    199: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    200: release is on CD1. If your BIOS does not support booting from CD, you will need
                    201: to create a boot floppy to install from. To create a boot floppy write
1.3       jufi      202: <i>CD1:3.2/i386/floppy32.fs</i> to a floppy and boot via the floppy drive.
1.1       miod      203:
                    204: <p>
1.3       jufi      205: Use <i>CD1:3.2/i386/floppyB32.fs</i> instead for greater scsi controller
                    206: support, or <i>CD1:3.2/i386/floppyC32.fs</i> for better laptop support.
1.1       miod      207:
                    208: <p>
                    209: If you are planning on dual booting OpenBSD with another OS, you will need to read the included INSTALL.i386 document.
                    210:
                    211: <p>
                    212: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
1.21      jufi      213: 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&amp;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&amp;sektion=1">dd(1)</a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or &quot;rfd0a&quot;.
1.1       miod      214:
                    215: <ul><pre>
                    216: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    217: </pre></ul>
                    218:
                    219: <p>
                    220: 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>.
                    221: </ul>
                    222:
                    223: <p>
                    224: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    225: <ul>
                    226: At the SRM prompt, enter <i>boot -fi 3.2/alpha/bsd.rd dka6</i> where <i>dka6</i>
                    227: is the short name for the CDROM drive (you can check with <i>show dev</i>).
                    228:
1.3       jufi      229: <p>If you can't boot from CDROM, write <i>CD1:3.2/alpha/floppy32.fs</i> or
                    230: <i>CD1:3.2/alpha/floppyB32.fs</i> (depending on your machine) to a diskette and
1.1       miod      231: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    232:
                    233: <p>
                    234: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail.
                    235:
                    236: </ul>
                    237:
                    238: <p>
                    239: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    240: <ul>
                    241: Put the CD2 in your CDROM drive and poweron your machine while holding down the
                    242: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    243:
                    244: <p>
                    245: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    246: /3.2/macppc/bsd.rd</i>
                    247: </ul>
                    248:
                    249: <p>
                    250: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    251: <ul>
                    252: Boot over the network via mopbooting as described in INSTALL.vax.
                    253: </ul>
                    254:
                    255: <p>
                    256: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    257: <ul>
                    258: 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.
                    259:
                    260: <ul><pre>
                    261: > <strong>boot cdrom 3.2/sparc/bsd.rd</strong>
                    262: or
                    263: > <strong>b sd(0,6,0)3.2/sparc/bsd.rd</strong>
                    264: </pre></ul>
                    265:
                    266: <p>
                    267: If your sparc does not have a CD drive, you can alternatively boot from floppy.
1.3       jufi      268: 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      269:
                    270: <ul><pre>
                    271: > <strong>boot floppy</strong>
                    272: or
                    273: > <strong>boot fd()</strong>
                    274: </pre></ul>
                    275:
                    276: <p>
                    277: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail.
                    278:
                    279: <p>
                    280: If your sparc doesn't have a floppy drive nor a CD drive, you can either
                    281: setup a bootable tape, or install via network, as told in the
                    282: INSTALL.sparc file.
                    283: </ul>
                    284:
                    285: <p>
                    286: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    287: <ul>
                    288: Put the CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    289:
                    290: <p>
                    291: If this doesn't work, or if you don't have a CDROM drive, you can write
1.3       jufi      292: <i>CD3:3.2/sparc64/floppy32.fs</i> to a floppy and boot it with <i>boot
1.1       miod      293: floppy</i>.<br>
                    294: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install will most likely fail.
                    295:
                    296: <p>
1.4       henning   297: You can also write <i>CD3:3.2/sparc64/miniroot32.fs</i> to the swap partition on
1.1       miod      298: the disk and boot with <i>boot disk:b</i>.
                    299:
                    300: <p>
                    301: If nothing works, you can boot over the network as described in INSTALL.sparc64
                    302: </ul>
                    303:
                    304: <p>
                    305: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    306: <ul>
                    307: src.tar.gz contains a source archive starting at /usr/src.  This file
                    308: contains everything you need except for the kernel sources, which are
                    309: in a separate archive.  To extract:
                    310: <p>
                    311: <ul><pre>
                    312: # <strong>mkdir -p /usr/src</strong>
                    313: # <strong>cd /usr/src</strong>
                    314: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    315: </pre></ul>
                    316: <p>
                    317: srcsys.tar.gz contains a source archive starting at /usr/src/sys.
                    318: This file contains all the kernel sources you need to rebuild kernels.
                    319: To extract:
                    320: <p>
                    321: <ul><pre>
                    322: # <strong>mkdir -p /usr/src/sys</strong>
                    323: # <strong>cd /usr/src</strong>
                    324: # <strong>tar xvfz /tmp/srcsys.tar.gz</strong>
                    325: </pre></ul>
                    326: <p>
                    327: Both of these trees are a regular CVS checkout.  Using these trees it
                    328: is possible to get a head-start on using the anoncvs servers as
1.5       miod      329: described at <a href="anoncvs.html">http://www.OpenBSD.org/anoncvs.html</a>.
1.1       miod      330: Using these files
                    331: results in a much faster initial CVS update than you could expect from
                    332: a fresh checkout of the full OpenBSD source tree.
                    333: <p>
                    334: </ul>
                    335: <a name="ports"></a>
                    336: <hr>
                    337: <p>
                    338: <h3><font color="#0000e0">Ports Tree</font></h3>
                    339: <p>
                    340: A ports tree archive is also provided.  To extract:
                    341: <p>
                    342: <ul><pre>
                    343: # <strong>cd /usr</strong>
                    344: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    345: # <strong>cd ports</strong>
                    346: </pre></ul>
                    347: <p>
                    348: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
1.27      jasper    349: read <a href="faq/faq15.html">http://www.OpenBSD.org/faq/faq15.html</a>
1.1       miod      350: if you know nothing about ports
                    351: at this point.  This text is not a manual of how to use ports.
                    352: Rather, it is a set of notes meant to kickstart the user on the
                    353: OpenBSD ports system.
                    354: <p>
                    355: Certainly, the OpenBSD ports system is not complete.  It is doubtful it
                    356: will ever be. However, it is growing very fast and getting more stable.
                    357: Almost all ports provided with this release should build without problems
                    358: on most architectures (over 2000 packages build on i386, for instance).
                    359: <p>
                    360: The <i>ports/</i> directory represents a CVS (see the manpage for
1.21      jufi      361: <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&amp;format=html">
1.1       miod      362: cvs(1)</a> if
                    363: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    364: source tree, our ports tree is available via anoncvs.  So, in
                    365: order to keep current with it, you must make the <i>ports/</i> tree
                    366: available on a read-write medium and update the tree with a command
                    367: like:
                    368: <p>
                    369: <ul><pre>
1.26      deraadt   370: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_3_2</strong>
1.1       miod      371: </pre></ul>
                    372: <p>
                    373: [Of course, you must replace the local directory and server name here
                    374: with the location of your ports collection and a nearby anoncvs
                    375: server.]
                    376: <p>
                    377: Note that most ports are available as packages through ftp. Updated
                    378: packages for the 3.2 release will be made available if problems arise.
                    379: <p>
                    380: If you're interested in seeing a port added, would like to help out, or just
                    381: would like to know more, the mailing list ports@openbsd.org is a good
                    382: place to know.
                    383: <p>
                    384:
                    385: </body>
                    386: </html>