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

Annotation of www/36.html, Revision 1.7

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.6 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 3.6">
                      9: <meta name="keywords" content="openbsd,main">
                     10: <meta name="distribution" content="global">
                     11: <meta name="copyright" content="This document copyright 2004 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.7     ! deraadt    21: <a href="images/Ponderosa.jpg">
1.1       deraadt    22: <img align="left" width="255" height="343" hspace="24" vspace="30"
1.7     ! deraadt    23: src="images/Ponderosa.jpg" alt="OpenBSD 3.6 logo"></a>
1.1       deraadt    24: <h2><font color="#0000e0">The OpenBSD 3.6 Release:</font></h2>
                     25: <p>
                     26: To be released: November 1, 2004<br>
                     27: Copyright 1997-2004, Theo de Raadt.<br>
                     28: <font color="#e00000">ISBN 0-9731791-4-7</font>
                     29: <p>
                     30:
1.2       miod       31: <a href="#new">What's New</a><br>
                     32: <a href="#install">How to install</a><br>
                     33: <a href="#ports">How to use the ports tree</a><br>
                     34: <a href="orders.html">Ordering a CD set</a><br>
                     35:
                     36: <p>
                     37: <h3><font color="#0000e0">
                     38: To get the files for this release:
                     39: <ul>
                     40: <li>Order a CDROM from our <a href="orders.html">ordering system</a>.
                     41: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     42:     a list of mirror machines.
                     43: <li>Go to the <font color="#e00000">pub/OpenBSD/3.6/</font> directory on
                     44:     one of the mirror sites.
                     45: <li>Briefly read the rest of this document.
                     46: <!--
                     47: <li>Have a look at <a href="errata.html">The 3.6 Errata page</a> for a list
                     48:     of bugs and workarounds.
                     49:  -->
                     50: <li>See a <a href="plus.html">detailed log of changes</a> between the
                     51:     3.5 and 3.6 releases.
                     52: </ul>
                     53: </font></h3>
                     54: <br clear=all>
                     55:
                     56: <strong>Note:</strong> All applicable copyrights and credits can be found
                     57: in the applicable file sources found in the files src.tar.gz, sys.tar.gz,
                     58: XF4.tar.gz, or in the files fetched via ports.tar.gz.  The distribution
                     59: files used to build packages from the ports.tar.gz file are not included on
                     60: the CDROM because of lack of space.
                     61: <p>
                     62:
                     63: <a name="new"></a>
                     64: <hr>
                     65: <p>
                     66: <h3><font color="#0000e0">What's New</font></h3>
                     67: <p>
                     68: This is a partial list of new features and systems included in OpenBSD 3.6.
                     69: For a comprehensive list, see the <a href="plus.html">changelog</a> leading
                     70: to 3.6.
                     71: <p>
                     72:
                     73: <ul>
                     74:
1.6       miod       75: <li>New platform:
1.2       miod       76: <ul>
                     77: <li><a href="luna88k.html">OpenBSD/luna88k</a><br>
                     78: Expanding the mvme88k porting effort by supporting Omron's line of
                     79: 88100-based workstations.
                     80: </ul>
                     81: <p>
                     82:
1.6       miod       83: <li>SMP support on <a href="i386.html">OpenBSD/i386</a> and <a
1.2       miod       84: href="amd64.html">OpenBSD/amd64</a> platforms.
                     85: <p>
                     86:
1.6       miod       87: <li>New functionality:
1.2       miod       88: <ul>
                     89: <li>A new dhcp
                     90: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">server</a>
                     91: and
                     92: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">client</a>
                     93: implementation, featuring privilege separation and safe defaults.
                     94: <li>A clean
                     95: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&amp;sektion=8">ntp
                     96: daemon</a> which ought to fit the needs of most ntp users.
                     97: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl</a>
                     98: now provides a <i>rules optimizer</i>, to help improving filtering speed.
1.4       otto       99: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdrop&amp;sektion=8">tcpdrop</a>, a command to drop TCP connections.
                    100: <li>Added support for cksum (three flavours), md4, sha256, sha384 and sha512 to
                    101: the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&amp;sektion=1">md5</a>
                    102: command.
                    103: <li>Memory file systems created by the
                    104: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_mfs&amp;sektion=8">mount_mfs</a>
                    105: command now can be populated immediately after creation.
1.2       miod      106: </ul>
                    107: <p>
                    108:
                    109: <li>Improved hardware support, including:
                    110: <ul>
                    111: <li>Sangoma T1 and E1 cards
                    112: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=san&amp;sektion=4">san</a>)
                    113: <li>Jumbo frames are now working reliably on
                    114: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em</a>,
                    115: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&amp;sektion=4">sk</a>
                    116: and
                    117: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;sektion=4">ti</a>
                    118: adapters.
                    119: <li>USB 2.0
                    120: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&amp;sektion=4">ehci</a>)
                    121: controllers.
                    122: <li>AIC79xx-based Ultra320 SCSI adapters, such as the Adaptec 29320 and
                    123: 39320
                    124: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&amp;sektion=4">ahd</a>)
                    125: </ul>
                    126: <p>
                    127:
1.6       miod      128: <li>Improved NFS performance and reliability.
1.5       otto      129: <p>
1.2       miod      130:
1.6       miod      131: <li>Shared libraries and gcc 3.3.2 on the <a href="hppa.html">OpenBSD/hppa</a>
                    132: port.
1.5       otto      133: <p>
1.2       miod      134:
1.6       miod      135: <li>Over 2700 ports, 2500 pre-built packages.
1.2       miod      136: <p>
                    137:
                    138: <li>Many improvements for security and reliability (look for the red
                    139: print in the <a href="plus.html">complete changelog</a>).
                    140: <p>
                    141:
                    142: <li>As ususal, many improvements in manual pages and other documentation.
                    143: <p>
                    144:
                    145: <li>OpenSSH 3.9:
                    146: <ul>
1.6       miod      147: <li>
                    148: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd</a>
                    149: now re-executes itself on accepting a new connection. This security
1.2       miod      150: measure ensures that all execute-time randomisations are reapplied for each
                    151: connection rather than once, for the master process' lifetime. This includes
                    152: mmap and malloc mappings, shared library addressing, shared library mapping
                    153: order, ProPolice and StackGhost cookies on architectures that support
                    154: such things.
                    155: <li>Selected environment variables can now be passed between the
                    156: client and the server.
                    157: <li>Session multiplexing: a single ssh connection can now carry
                    158: multiple login/command/file transfer sessions.
                    159: </ul>
                    160: <p>
                    161:
                    162: <li>The system includes the following major components from outside suppliers:
                    163: <ul>
1.6       miod      164: <li>XFree86 4.4.0 unencumbered (+ patches, and i386 contains 3.3.X servers also,
                    165: thus providing support for all chipsets)
1.2       miod      166: <li>Gcc 2.95.3
                    167: (+ <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc-local&amp;sektion=1">patches</a>)
                    168: and 3.3.2
                    169: (+ <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc-local&amp;sektion=1">patches</a>)
                    170: <li>Perl 5.8.5 (+ patches)
                    171: <li>Apache 1.3.29, mod_ssl 2.8.16, DSO support (+ patches)
                    172: <li>OpenSSL 0.9.7d (+ patches)
                    173: <li>Groff 1.15
                    174: <li>Sendmail 8.13.0, with libmilter
                    175: <li>Bind 9.2.3 (+ patches)
                    176: <li>Lynx 2.8.5rel.2 with HTTPS and IPv6 support (+ patches)
                    177: <li>Sudo 1.6.7p5
                    178: <li>Ncurses 5.2
                    179: <li>Latest KAME IPv6
                    180: <li>Heimdal 0.6rc1 (+ patches)
                    181: <li>Arla 0.35.7
                    182: <li>Gdb 6.1
                    183: </ul>
                    184: <p>
                    185:
                    186: </ul>
                    187:
                    188: <a name="install"></a>
                    189: <hr>
                    190: <p>
                    191: <h3><font color="#0000e0">How to install</font></h3>
                    192: <p>
                    193: Following this are the instructions which you would have on a piece of
                    194: paper if you had purchased a CDROM set instead of doing an alternate
                    195: form of install.  The instructions for doing an ftp (or other style
                    196: of) install are very similar; the CDROM instructions are left intact
                    197: so that you can see how much easier it would have been if you had
                    198: purchased a CDROM instead.
                    199: <p>
                    200:
                    201: <hr>
                    202: Please refer to the following files on the three CDROMs or ftp mirror for
                    203: extensive details on how to install OpenBSD 3.6 on your machine:
                    204: <p>
                    205: <ul>
                    206: <li>CD1:3.6/i386/INSTALL.i386
                    207: <li>CD1:3.6/vax/INSTALL.vax
                    208: <p>
                    209: <li>CD2:3.6/amd64/INSTALL.amd64
                    210: <li>CD2:3.6/macppc/INSTALL.macppc
                    211: <p>
                    212: <li>CD3:3.6/sparc/INSTALL.sparc
                    213: <li>CD3:3.6/sparc64/INSTALL.sparc64
                    214: <p>
                    215: <li>FTP:.../OpenBSD/3.6/alpha/INSTALL.alpha
                    216: <li>FTP:.../OpenBSD/3.6/cats/INSTALL.cats
                    217: <li>FTP:.../OpenBSD/3.6/hp300/INSTALL.hp300
                    218: <li>FTP:.../OpenBSD/3.6/hppa/INSTALL.hppa
                    219: <li>FTP:.../OpenBSD/3.6/luna88k/INSTALL.luna88k
                    220: <li>FTP:.../OpenBSD/3.6/mac68k/INSTALL.mac68k
                    221: <li>FTP:.../OpenBSD/3.6/mvme68k/INSTALL.mvme68k
                    222: <li>FTP:.../OpenBSD/3.6/mvme88k/INSTALL.mvme88k
                    223: </ul>
                    224: <hr>
                    225:
                    226: <p>
                    227: Quick installer information for people familiar with OpenBSD, and the
                    228: use of the "disklabel -E" command.  If you are at all confused when
                    229: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    230: <p>
                    231:
                    232: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    233: <ul>
                    234: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    235: release is on CD1. If your BIOS does not support booting from CD, you will need
                    236: to create a boot floppy to install from. To create a boot floppy write
                    237: <i>CD1:3.6/i386/floppy36.fs</i> to a floppy and boot via the floppy drive.
                    238:
                    239: <p>
                    240: Use <i>CD1:3.6/i386/floppyB36.fs</i> instead for greater scsi controller
                    241: support, or <i>CD1:3.6/i386/floppyC36.fs</i> for better laptop support.
                    242:
                    243: <p>
                    244: If you can't boot from a CD or a floppy disk,
                    245: you can install across the network using PXE as described in
                    246: the included INSTALL.i386 document.
                    247:
                    248: <p>
                    249: If you are planning on dual booting OpenBSD with another OS, you will need to
                    250: read INSTALL.i386.
                    251:
                    252: <p>
                    253: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    254: at <i>CD1:3.6/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    255: use the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=
                    256: dd&amp;sektion=1">dd(1)</a> utility. The following is an example usage of
                    257: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)
                    258: </a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    259: &quot;rfd0a&quot;.
                    260:
                    261: <ul><pre>
                    262: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    263: </pre></ul>
                    264:
                    265: <p>
                    266: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    267: your install will most likely fail. For more information on creating a boot
                    268: floppy and installing OpenBSD/i386 please refer to
                    269: <a href="faq/faq4.html#MkFlop">FAQ4.1</a>.
                    270: </ul>
                    271:
                    272: <p>
                    273: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    274: <ul>
                    275: Boot over the network via mopbooting as described in INSTALL.vax.
                    276: </ul>
                    277:
                    278: <p>
                    279: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    280: <ul>
                    281: The 3.6 release of OpenBSD/amd64 is located on CD2.
                    282: Boot from the CD to begin the install - you may need to adjust
                    283: your BIOS options first.
                    284: If you can't boot from the CD, you can create a boot floppy to install from.
                    285: To do this, write <i>CD2:3.6/amd64/floppy36.fs</i> to a floppy, then
                    286: boot from the floppy drive.
                    287:
                    288: <p>
                    289: If you can't boot from a CD or a floppy disk,
                    290: you can install across the network using PXE as described in the included
                    291: INSTALL.amd64 document.
                    292:
                    293: <p>
                    294: If you are planning to dual boot OpenBSD with another OS, you will need to
                    295: read INSTALL.amd64.
                    296: </ul>
                    297:
                    298: <p>
                    299: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    300: <ul>
                    301: Put the CD2 in your CDROM drive and poweron your machine while holding down the
                    302: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    303:
                    304: <p>
                    305: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    306: /3.6/macppc/bsd.rd</i>
                    307: </ul>
                    308:
                    309: <p>
                    310: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    311: <ul>
                    312: The 3.6 release of OpenBSD/sparc is located on CD3. To boot off of this CD you
                    313: can use one of the two commands listed below, depending on the version of your
                    314: ROM.
                    315:
                    316: <ul><pre>
                    317: ok <strong>boot cdrom 3.6/sparc/bsd.rd</strong>
                    318: or
                    319: &gt; <strong>b sd(0,6,0)3.6/sparc/bsd.rd</strong>
                    320: </pre></ul>
                    321:
                    322: <p>
                    323: If your sparc does not have a CD drive, you can alternatively boot from floppy.
                    324: To do so you need to write <i>CD3:3.6/sparc/floppy36.fs</i> to a floppy.
                    325: For more information see <a href="faq/faq4.html#MkFlop">FAQ4.1</a>. To boot from
                    326: the floppy use one of the two commands listed below, depending on the version of
                    327: your ROM.
                    328:
                    329: <ul><pre>
                    330: ok <strong>boot floppy</strong>
                    331: or
                    332: &gt; <strong>b fd()</strong>
                    333: </pre></ul>
                    334:
                    335: <p>
                    336: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    337: will most likely fail.
                    338:
                    339: <p>
                    340: If your sparc doesn't have a floppy drive nor a CD drive, you can either
                    341: setup a bootable tape, or install via network, as told in the
                    342: INSTALL.sparc file.
                    343: </ul>
                    344:
                    345: <p>
                    346: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    347: <ul>
                    348: Put the CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    349:
                    350: <p>
                    351: If this doesn't work, or if you don't have a CDROM drive, you can write
                    352: <i>CD3:3.6/sparc64/floppy36.fs</i> to a floppy and boot it with <i>boot
                    353: floppy</i>.<br>
                    354: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    355: will most likely fail.
                    356:
                    357: <p>
                    358: You can also write <i>CD3:3.6/sparc64/miniroot36.fs</i> to the swap partition on
                    359: the disk and boot with <i>boot disk:b</i>.
                    360:
                    361: <p>
                    362: If nothing works, you can boot over the network as described in INSTALL.sparc64
                    363: </ul>
                    364:
                    365: <p>
                    366: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    367: <ul>
                    368: <p>Write <i>FTP:3.6/alpha/floppy36.fs</i> or
                    369: <i>FTP:3.6/alpha/floppyB36.fs</i> (depending on your machine) to a diskette and
                    370: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    371:
                    372: <p>
                    373: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    374: will most likely fail.
                    375:
                    376: </ul>
                    377:
                    378: <p>
                    379: <h3><font color="#e00000">OpenBSD/cats:</font></h3>
                    380: <ul>
                    381: <p>
                    382: After updating the firmware to at least ABLE 1.95 if necessary, boot
                    383: <i>FTP:3.6/cats/bsd.rd</i> from an ABLE-supported device (such as a CD-ROM
                    384: or an existing FFS or EXT2FS partition).
                    385: </ul>
                    386:
                    387: <p>
                    388: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    389: <ul>
                    390: <p>
                    391: Boot over the network by following the instructions in INSTALL.hp300.
                    392: </ul>
                    393:
                    394: <p>
                    395: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    396: <ul>
                    397: <p>
                    398: Boot over the network by following the instructions in INSTALL.hppa or the
                    399: <a href="hppa.html#netboot">hppa platform page</a>.
                    400: </ul>
                    401:
                    402: <p>
                    403: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    404: <ul>
                    405: <p>
                    406: Copy bsd.rd to a Mach or UniOS partition, and boot it from the PROM.
                    407: Alternatively, you can create a bootable tape and boot from it. Refer to
                    408: the instructions in INSTALL.luna88k for more details.
                    409: </ul>
                    410:
                    411: <p>
                    412: <h3><font color="#e00000">OpenBSD/mac68k:</font></h3>
                    413: <ul>
                    414: <p>
                    415: Boot MacOS as normal and partition your disk with the appropriate A/UX
                    416: configurations.  Then, extract the Macside utilities from
                    417: <i>FTP:3.6/mac68k/utils</i> onto your hard disk.  Run Mkfs to create your
                    418: filesystems on the A/UX partitions you just made.  Then, use the
                    419: "BSD/Mac68k Installer" to copy all the sets in <i>FTP:3.6/mac68k/</i> onto your
                    420: partitions.  Finally, you will be ready to configure the "BSD/Mac68k
                    421: Booter" with the location of your kernel and boot the system.
                    422: </ul>
                    423:
                    424: <p>
                    425: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    426: <ul>
                    427: <p>
                    428: You can create a bootable installation tape or boot over the network.<br>
                    429: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    430: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    431: for more details.
                    432: </ul>
                    433:
                    434: <p>
                    435: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    436: <ul>
                    437: <p>
                    438: You can create a bootable installation tape or boot over the network.<br>
                    439: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    440: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    441: for more details.
                    442: </ul>
                    443:
                    444: <p>
                    445: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    446: <ul>
                    447: src.tar.gz contains a source archive starting at /usr/src.  This file
                    448: contains everything you need except for the kernel sources, which are
                    449: in a separate archive.  To extract:
                    450: <p>
                    451: <ul><pre>
                    452: # <strong>mkdir -p /usr/src</strong>
                    453: # <strong>cd /usr/src</strong>
                    454: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    455: </pre></ul>
                    456: <p>
                    457: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    458: This file contains all the kernel sources you need to rebuild kernels.
                    459: To extract:
                    460: <p>
                    461: <ul><pre>
                    462: # <strong>mkdir -p /usr/src/sys</strong>
                    463: # <strong>cd /usr/src</strong>
                    464: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    465: </pre></ul>
                    466: <p>
                    467: Both of these trees are a regular CVS checkout.  Using these trees it
                    468: is possible to get a head-start on using the anoncvs servers as
                    469: described <a href="anoncvs.html">here</a>.
                    470: Using these files
                    471: results in a much faster initial CVS update than you could expect from
                    472: a fresh checkout of the full OpenBSD source tree.
                    473: <p>
                    474: </ul>
                    475: <a name="ports"></a>
                    476: <hr>
                    477: <p>
                    478: <h3><font color="#0000e0">Ports Tree</font></h3>
                    479: <p>
                    480: A ports tree archive is also provided.  To extract:
                    481: <p>
                    482: <ul><pre>
                    483: # <strong>cd /usr</strong>
                    484: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    485: # <strong>cd ports</strong>
                    486: </pre></ul>
                    487: <p>
                    488: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    489: read the <a href="ports.html">ports</a> page
                    490: if you know nothing about ports
                    491: at this point.  This text is not a manual of how to use ports.
                    492: Rather, it is a set of notes meant to kickstart the user on the
                    493: OpenBSD ports system.
                    494: <p>
                    495: The <i>ports/</i> directory represents a CVS (see the manpage for
                    496: <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">
                    497: cvs(1)</a> if
                    498: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    499: source tree, our ports tree is available via anoncvs.  So, in
                    500: order to keep current with it, you must make the <i>ports/</i> tree
                    501: available on a read-write medium and update the tree with a command
                    502: like:
                    503: <p>
                    504: <ul><pre>
                    505: # <strong>cd [portsdir]/; cvs -d anoncvsserver.openbsd.org:/cvs update -Pd -rOPENBSD_3_6</strong>
                    506: </pre></ul>
                    507: <p>
                    508: [Of course, you must replace the local directory and server name here
                    509: with the location of your ports collection and a nearby anoncvs
                    510: server.]
                    511: <p>
                    512: Note that most ports are available as packages through ftp. Updated
                    513: packages for the 3.6 release will be made available if problems arise.
                    514: <p>
                    515: If you're interested in seeing a port added, would like to help out, or just
                    516: would like to know more, the mailing list ports@openbsd.org is a good
                    517: place to know.
                    518: <p>
1.1       deraadt   519:
                    520: <hr>
                    521: <a href="index.html"><img height="24" width="24" src="back.gif" border="0"
                    522: alt="OpenBSD"></a>
                    523: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
                    524: <br><small>
1.7     ! deraadt   525: $OpenBSD: 36.html,v 1.6 2004/08/26 17:53:37 miod Exp $
1.1       deraadt   526: </small>
                    527:
                    528: </body>
                    529: </html>