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

Annotation of www/62.html, Revision 1.4

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 6.2</title>
                      5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 6.2">
                      7: <meta name="copyright" content="This document copyright 2017 by OpenBSD.">
                      8: <meta name="viewport" content="width=device-width, initial-scale=1">
                      9: <link rel="stylesheet" type="text/css" href="openbsd.css">
                     10: <link rel="canonical" href="https://www.openbsd.org/62.html">
                     11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     14:
                     15: <h2>
                     16: <a href="index.html">
                     17: <i><font color="#0000ff">Open</font></i><font color="#000084">BSD</font></a>
                     18: <font color="#e00000">6.2</font>
                     19: </h2>
                     20:
                     21: <a href="images/XXX.gif">
                     22: <img align="left" width="227" height="343" hspace="24" src="images/XXX.gif"></a>
                     23: Released October 15, 2017<br>
                     24: Copyright 1997-2017, Theo de Raadt.<br>
                     25: <br>
                     26: <br>
                     27: 6.2 Song:
                     28: <a href="lyrics.html#62">XXX</a>.
                     29:
                     30: <br>
                     31: <ul>
                     32: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     33:     a list of mirror machines.
                     34: <li>Go to the <font color="#e00000">pub/OpenBSD/6.2/</font> directory on
                     35:     one of the mirror sites.
                     36: <li>Have a look at <a href="errata62.html">the 6.2 errata page</a> for a list
                     37:     of bugs and workarounds.
                     38: <li>See a <a href="plus62.html">detailed log of changes</a> between the
                     39:     6.1 and 6.2 releases.
                     40: <p>
                     41: <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
                     42:     pubkeys for this release:<br>
                     43: <pre>
                     44: base: RWRVWzAMgtyg7g27STK1h1xA6RIwtjex6Vr5Y9q5SC5q5+b0GN4lLhfu
                     45: fw:   RWSbA8C2TPUQLi48EqHtg7Rx7KGDt6E/2d8OeJinGZPbpoqGRxA0N2oW
                     46: pkg:  RWRvEq+UPCq0VGI9ar7VMy+HYKDrOb4WS5JLhdUBiX3qvJgPQjyZSTxI
                     47: </pre>
                     48: <p>
                     49: All applicable copyrights and credits are in the src.tar.gz,
                     50: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     51: files fetched via ports.tar.gz.
                     52: </ul>
                     53: <br clear=all>
                     54:
                     55: <hr>
                     56:
                     57: <h3 id="new"><font color="#0000e0">What's New</font></h3>
                     58:
                     59: This is a partial list of new features and systems included in OpenBSD 6.2.
                     60: For a comprehensive list, see the <a href="plus62.html">changelog</a> leading
                     61: to 6.2.
                     62:
                     63: <ul>
                     64: <li>New/extended platforms:
                     65:     <ul>
                     66:     <li>...
                     67:     </ul>
                     68: <p>
                     69:
                     70: <li>Improved hardware support, including:
                     71:     <ul>
                     72:     <li>...
                     73:     </ul>
                     74:
                     75: <p>
                     76: <li>New <a href="https://man.openbsd.org/amd64/vmm.4">vmm(4)</a>/
                     77:     <a href="https://man.openbsd.org/amd64/vmd.8">vmd(8)</a>:
                     78:     <ul>
                     79:     <li>...
                     80:     </ul>
                     81: <p>
                     82:
                     83: <li>IEEE 802.11 wireless stack improvements:
                     84:     <ul>
                     85:     <li>...
                     86:     </ul>
                     87: <p>
                     88:
                     89: <li>Generic network stack improvements:
                     90:     <ul>
1.4     ! florian    91:     <li> The kernel no longer handles IPv6 Stateless Address
        !            92:          Autoconfiguration (RFC 4862), allowing cleanup and simplification
        !            93:          of the IPv6 network stack.
        !            94:     <li> The kernel sends IPv6 router solicitations for link local addresses
        !            95:          with a link local source address.
1.1       deraadt    96:     <li>...
                     97:     </ul>
                     98: <p>
                     99:
                    100: <li>Installer improvements:
                    101:     <ul>
1.4     ! florian   102:     <li> The installer now uses the Allotment Routing Table (ART).
1.1       deraadt   103:     <li>...
                    104:     </ul>
                    105: <p>
                    106:
                    107: <li>Routing daemons and other userland network improvements:
                    108:     <ul>
1.4     ! florian   109:     <li> A new daemon, <a
        !           110:          href="https://man.openbsd.org/slaacd">slaacd(8)</a> handles IPv6
        !           111:          Stateless Address Autoconfiguration (RFC 4862).
        !           112:     <li> <a href="https://man.openbsd.org/rtadvd">rtadvd(8)<a> now supports
        !           113:          "Reducing Energy Consumption of Router Advertisements" (RFC 7772).
1.1       deraadt   114:     <li>...
                    115:     </ul>
                    116: <p>
                    117:
                    118: <li>Security improvements:
                    119:     <ul>
                    120:     <li>...
                    121:     </ul>
                    122: <p>
                    123:
                    124: <li><a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>/
                    125:     <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>/
                    126:     <a href="https://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a> improvements:
                    127:     <ul>
                    128:     <li>...
                    129:     </ul>
                    130: <p>
                    131:
                    132: <li>Assorted improvements:
                    133:     <ul>
                    134:     <li>..
                    135:     </ul>
                    136: <p>
                    137:
                    138: <li>OpenSMTPD X.X.X
                    139:     <ul>
                    140:     <li>...
                    141:     </ul>
                    142: <p>
                    143:
                    144: <li>OpenSSH 7.X
                    145:     <ul>
                    146:     <li>Security:
                    147:       <ul>
                    148:       <li>...
                    149:       </ul>
                    150:     <li>New/changed features:
                    151:       <ul>
                    152:       <li>...
                    153:       </ul>
                    154:     <li>The following significant bugs have been fixed in this release:
                    155:       <ul>
                    156:       <li>...
                    157:       </ul>
                    158:     </ul>
                    159: <p>
                    160:
                    161: <li>LibreSSL X.X.X
                    162:     <ul>
                    163:     <li>...
                    164:     </ul>
                    165: <p>
                    166:
                    167: <li>mandoc X.XX.X
                    168:     <ul>
                    169:     <li>...
                    170:     </ul>
                    171: <p>
                    172:
                    173: <li>Ports and packages:
                    174:     <dl>
                    175:     <dt>Many pre-built packages for each architecture:
                    176:     </dl>
                    177:     <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    178:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    179:     <tr>
                    180:     <td valign="top" width="25%">
                    181:     <ul>
                    182:       <li>alpha:      XXXX
                    183:       <li>amd64:      XXXX
                    184:       <li>arm:        XXXX
                    185:     </ul></td><td valign=top width="25%"><ul>
                    186:       <li>hppa:       XXXX
                    187:       <li>i386:       XXXX
                    188:       <li>mips64:     XXXX
                    189:     </ul></td><td valign=top width="25%"><ul>
                    190:       <li>mips64el:   XXXX
                    191:       <li>powerpc:    XXXX
                    192:       <li>sparc64:    XXXX
                    193:     </ul></td></tr></table>
                    194:     <p>
                    195:
                    196:     <dl>
                    197:     <dt>Some highlights:
                    198:     </dl>
                    199:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    200:     <tr>
                    201:     <td valign="top" width="50%"><ul>
1.3       jasper    202:        <li>AFL 2.51b
                    203:        <li>Chromium 61.0.3163.100
                    204:        <li>Emacs 21.4 and 25.3
1.1       deraadt   205:        <li>GCC 4.9.4
                    206:        <li>GHC 7.10.3
1.3       jasper    207:        <li>Gimp 2.8.22
                    208:        <li>GNOME 3.24.2
                    209:        <li>Go 1.9
1.1       deraadt   210:        <li>Groff 1.22.3
1.3       jasper    211:        <li>JDK 8u144
                    212:        <li>KDE 3.5.10 and 4.14.10 (plus KDE4 core updates)
                    213:        <li>LLVM/Clang 5.0.0
                    214:        <li>LibreOffice 5.2.7.2
1.1       deraadt   215:        <li>Lua 5.1.5, 5.2.4, and 5.3.4
1.3       jasper    216:        <li>MariaDB 10.0.32
                    217:        <li>Mozilla Firefox 52.4.0esr and 56.0.0
                    218:        <li>Mozilla Thunderbird 52.2.1
1.1       deraadt   219:     </ul></td><td valign=top width="50%"><ul>
1.3       jasper    220:        <li>Mutt 1.9.1 and NeoMutt 20170912
                    221:        <li>Node.js 6.11.2
1.1       deraadt   222:        <li>Ocaml 4.03.0
1.3       jasper    223:        <li>OpenLDAP 2.3.43 and 2.4.45
                    224:        <li>PHP 5.6.31, and 7.0.23
                    225:        <li>Postfix 3.2.2 and 3.3-20170910
                    226:        <li>PostgreSQL 9.6.5
                    227:        <li>Python 2.7.14 and 3.6.2
                    228:        <li>R 3.4.1
                    229:        <li>Ruby 1.8.7.374, 2.1.9, 2.2.8, 2.3.5 and 2.4.2
                    230:        <li>Rust 1.20.0
                    231:        <li>Sendmail 8.16.0.21
                    232:        <li>SQLite3 3.20.1
                    233:        <li>Sudo 1.8.21.2
                    234:        <li>Tcl/Tk 8.5.19 and 8.6.6
                    235:        <li>TeX Live 2016
                    236:        <li>Vim 8.0.0987
1.1       deraadt   237:        <li>Xfce 4.12
                    238:     </ul></td></tr></table>
                    239: <p>
                    240:
                    241: <li>As usual, steady improvements in manual pages and other documentation.
                    242: <p>
                    243:
                    244: <li>The system includes the following major components from outside suppliers:
                    245:     <ul>
                    246:     <li>Xenocara (based on X.Org 7.7 with xserver 1.18.3 + patches,
                    247:       freetype 2.7.1, fontconfig 2.12.1, Mesa 13.0.6, xterm 327,
                    248:       xkeyboard-config 2.20 and more)
                    249:     <li>LLVM/Clang 4.0.0 (+ patches)
                    250:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
                    251:     <li>Perl 5.24.1 (+ patches)
1.2       florian   252:     <li>NSD 4.1.17
                    253:     <li>Unbound 1.6.6
1.1       deraadt   254:     <li>Ncurses 5.7
                    255:     <li>Binutils 2.17 (+ patches)
                    256:     <li>Gdb 6.3 (+ patches)
                    257:     <li>Awk Aug 10, 2011 version
                    258:     <li>Expat 2.1.1
                    259:     </ul>
                    260: </ul>
                    261:
                    262: <hr>
                    263:
                    264: <h3 id="install"><font color="#0000e0">How to install</font></h3>
                    265:
                    266: Please refer to the following files on the mirror site for
                    267: extensive details on how to install OpenBSD 6.2 on your machine:
                    268:
                    269: <ul>
                    270: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.2/alpha/INSTALL.alpha">
                    271:        .../OpenBSD/6.2/alpha/INSTALL.alpha</a>
                    272: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.2/amd64/INSTALL.amd64">
                    273:        .../OpenBSD/6.2/amd64/INSTALL.amd64</a>
                    274: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.2/arm64/INSTALL.arm64">
                    275:        .../OpenBSD/6.2/arm64/INSTALL.arm64</a>
                    276: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.2/armv7/INSTALL.armv7">
                    277:        .../OpenBSD/6.2/armv7/INSTALL.armv7</a>
                    278: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.2/hppa/INSTALL.hppa">
                    279:        .../OpenBSD/6.2/hppa/INSTALL.hppa</a>
                    280: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.2/i386/INSTALL.i386">
                    281:        .../OpenBSD/6.2/i386/INSTALL.i386</a>
                    282: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.2/landisk/INSTALL.landisk">
                    283:        .../OpenBSD/6.2/landisk/INSTALL.landisk</a>
                    284: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.2/loongson/INSTALL.loongson">
                    285:        .../OpenBSD/6.2/loongson/INSTALL.loongson</a>
                    286: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.2/luna88k/INSTALL.luna88k">
                    287:        .../OpenBSD/6.2/luna88k/INSTALL.luna88k</a>
                    288: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.2/macppc/INSTALL.macppc">
                    289:        .../OpenBSD/6.2/macppc/INSTALL.macppc</a>
                    290: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.2/octeon/INSTALL.octeon">
                    291:        .../OpenBSD/6.2/octeon/INSTALL.octeon</a>
                    292: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.2/sgi/INSTALL.sgi">
                    293:        .../OpenBSD/6.2/sgi/INSTALL.sgi</a>
                    294: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.2/sparc64/INSTALL.sparc64">
                    295:        .../OpenBSD/6.2/sparc64/INSTALL.sparc64</a>
                    296: </ul>
                    297:
                    298: <hr>
                    299:
                    300: <p>
                    301: Quick installer information for people familiar with OpenBSD, and the use of
                    302: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    303: If you are at all confused when installing OpenBSD, read the relevant
                    304: INSTALL.* file as listed above!
                    305:
                    306: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    307:
                    308: <ul style="list-style-type: none">
                    309: <li>
                    310: Write <i>floppy62.fs</i> or <i>floppyB62.fs</i> (depending on your machine)
                    311: to a diskette and enter <i>boot dva0</i>.
                    312: Refer to INSTALL.alpha for more details.
                    313: <p>
                    314: <li>
                    315: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    316: will most likely fail.
                    317: </ul>
                    318:
                    319: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    320:
                    321: <ul style="list-style-type: none">
                    322: <li>
                    323: If your machine can boot from CD, you can write <i>install62.iso</i> or
                    324: <i>cd62.iso</i> to a CD and boot from it.
                    325: You may need to adjust your BIOS options first.
                    326: <p>
                    327: <li>
                    328: If your machine can boot from USB, you can write <i>install62.fs</i> or
                    329: <i>miniroot62.fs</i> to a USB stick and boot from it.
                    330: <p>
                    331: <li>
                    332: If you can't boot from a CD, floppy disk, or USB,
                    333: you can install across the network using PXE as described in the included
                    334: INSTALL.amd64 document.
                    335: <p>
                    336: <li>
                    337: If you are planning to dual boot OpenBSD with another OS, you will need to
                    338: read INSTALL.amd64.
                    339: </ul>
                    340:
                    341: <h3><font color="#e00000">OpenBSD/arm64:</font></h3>
                    342:
                    343: <ul style="list-style-type: none">
                    344: <li>
                    345: Write <i>miniroot62.fs</i> to a disk and boot from it after connecting
                    346: to the serial console.  Refer to INSTALL.arm64 for more details.
                    347: <p>
                    348: </ul>
                    349:
                    350: <h3><font color="#e00000">OpenBSD/armv7:</font></h3>
                    351:
                    352: <ul style="list-style-type: none">
                    353: <li>
                    354: Write a system specific miniroot to an SD card and boot from it after connecting
                    355: to the serial console.  Refer to INSTALL.armv7 for more details.
                    356: <p>
                    357: </ul>
                    358:
                    359: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    360:
                    361: <ul style="list-style-type: none">
                    362: <li>
                    363: Boot over the network by following the instructions in INSTALL.hppa or the
                    364: <a href="hppa.html#install">hppa platform page</a>.
                    365: </ul>
                    366:
                    367: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    368:
                    369: <ul style="list-style-type: none">
                    370: <li>
                    371: If your machine can boot from CD, you can write <i>install62.iso</i> or
                    372: <i>cd62.iso</i> to a CD and boot from it.
                    373: You may need to adjust your BIOS options first.
                    374: <p>
                    375: <li>
                    376: If your machine can boot from USB, you can write <i>install62.fs</i> or
                    377: <i>miniroot62.fs</i> to a USB stick and boot from it.
                    378: <p>
                    379: <li>
                    380: If you can't boot from a CD, floppy disk, or USB,
                    381: you can install across the network using PXE as described in
                    382: the included INSTALL.i386 document.
                    383: <p>
                    384: <li>
                    385: If you are planning on dual booting OpenBSD with another OS, you will need to
                    386: read INSTALL.i386.
                    387: </ul>
                    388:
                    389: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    390:
                    391: <ul style="list-style-type: none">
                    392: <li>
                    393: Write <i>miniroot62.fs</i> to the start of the CF
                    394: or disk, and boot normally.
                    395: </ul>
                    396:
                    397: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    398:
                    399: <ul style="list-style-type: none">
                    400: <li>
                    401: Write <i>miniroot62.fs</i> to a USB stick and boot bsd.rd from it
                    402: or boot bsd.rd via tftp.
                    403: Refer to the instructions in INSTALL.loongson for more details.
                    404: </ul>
                    405:
                    406: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    407:
                    408: <ul style="list-style-type: none">
                    409: <li>
                    410: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    411: from the PROM, and then bsd.rd from the bootloader.
                    412: Refer to the instructions in INSTALL.luna88k for more details.
                    413: </ul>
                    414:
                    415: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    416:
                    417: <ul style="list-style-type: none">
                    418: <li>
                    419: Burn the image from a mirror site to a CDROM, and power on your machine
                    420: while holding down the <i>C</i> key until the display turns on and
                    421: shows <i>OpenBSD/macppc boot</i>.
                    422: <p>
                    423: <li>
                    424: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    425: /6.2/macppc/bsd.rd</i>
                    426: </ul>
                    427:
                    428: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    429:
                    430: <ul style="list-style-type: none">
                    431: <li>
                    432: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    433: Refer to the instructions in INSTALL.octeon for more details.
                    434: </ul>
                    435:
                    436: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    437:
                    438: <ul style="list-style-type: none">
                    439: <li>
                    440: To install, burn cd62.iso on a CD-R, put it in the CD drive of your
                    441: machine and select <i>Install System Software</i> from the System Maintenance
                    442: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    443: CD-ROM, and need a proper invocation from the PROM prompt.
                    444: Refer to the instructions in INSTALL.sgi for more details.
                    445:
                    446: <p>
                    447: <li>
                    448: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    449: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    450: system type. Refer to the instructions in INSTALL.sgi for more details.
                    451: </ul>
                    452:
                    453: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    454:
                    455: <ul style="list-style-type: none">
                    456: <li>
                    457: Burn the image from a mirror site to a CDROM, boot from it, and type
                    458: <i>boot cdrom</i>.
                    459: <p>
                    460: <li>
                    461: If this doesn't work, or if you don't have a CDROM drive, you can write
                    462: <i>floppy62.fs</i> or <i>floppyB62.fs</i>
                    463: (depending on your machine) to a floppy and boot it with <i>boot
                    464: floppy</i>. Refer to INSTALL.sparc64 for details.
                    465: <p>
                    466: <li>
                    467: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    468: will most likely fail.
                    469: <p>
                    470: <li>
                    471: You can also write <i>miniroot62.fs</i> to the swap partition on
                    472: the disk and boot with <i>boot disk:b</i>.
                    473: <p>
                    474: <li>
                    475: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    476: </ul>
                    477:
                    478: <hr>
                    479:
                    480: <h3 id="upgrade"><font color="#0000e0">How to upgrade</font></h3>
                    481:
                    482: If you already have an OpenBSD 6.1 system, and do not want to reinstall,
                    483: upgrade instructions and advice can be found in the
                    484: <a href="faq/upgrade62.html">Upgrade Guide</a>.
                    485: <p>
                    486:
                    487: <hr>
                    488:
                    489: <h3 id="sourcecode"><font color="#0000e0">Notes about the source code</font></h3>
                    490:
                    491: <tt>src.tar.gz</tt> contains a source archive starting at <tt>/usr/src</tt>.
                    492: This file contains everything you need except for the kernel sources,
                    493: which are in a separate archive.
                    494: To extract:
                    495:
                    496: <blockquote><pre>
                    497: # <b>mkdir -p /usr/src</b>
                    498: # <b>cd /usr/src</b>
                    499: # <b>tar xvfz /tmp/src.tar.gz</b>
                    500: </pre></blockquote>
                    501:
                    502: <tt>sys.tar.gz</tt> contains a source archive starting at <tt>/usr/src/sys</tt>.
                    503: This file contains all the kernel sources you need to rebuild kernels.
                    504: To extract:
                    505:
                    506: <blockquote><pre>
                    507: # <b>mkdir -p /usr/src/sys</b>
                    508: # <b>cd /usr/src</b>
                    509: # <b>tar xvfz /tmp/sys.tar.gz</b>
                    510: </pre></blockquote>
                    511:
                    512: Both of these trees are a regular CVS checkout.  Using these trees it
                    513: is possible to get a head-start on using the anoncvs servers as
                    514: described <a href="anoncvs.html">here</a>.
                    515: Using these files
                    516: results in a much faster initial CVS update than you could expect from
                    517: a fresh checkout of the full OpenBSD source tree.
                    518: <p>
                    519:
                    520: <hr>
                    521:
                    522: <h3 id="ports"><font color="#0000e0">Ports Tree</font></h3>
                    523:
                    524: A ports tree archive is also provided.  To extract:
                    525:
                    526: <blockquote><pre>
                    527: # <b>cd /usr</b>
                    528: # <b>tar xvfz /tmp/ports.tar.gz</b>
                    529: </pre></blockquote>
                    530:
                    531: Go read the <a href="faq/ports/index.html">ports</a> page
                    532: if you know nothing about ports
                    533: at this point.  This text is not a manual of how to use ports.
                    534: Rather, it is a set of notes meant to kickstart the user on the
                    535: OpenBSD ports system.
                    536: <p>
                    537: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    538: As with our complete source tree, our ports tree is available via
                    539: <a href="anoncvs.html">AnonCVS</a>.
                    540: So, in order to keep up to date with the <i>-stable</i> branch, you must make
                    541: the <i>ports/</i> tree available on a read-write medium and update the tree
                    542: with a command like:
                    543:
                    544: <blockquote><pre>
                    545: # <b>cd /usr/ports</b>
                    546: # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_1</b>
                    547: </pre></blockquote>
                    548:
                    549: [Of course, you must replace the server name here with a nearby anoncvs
                    550: server.]
                    551: <p>
                    552: Note that most ports are available as packages on our mirrors. Updated
                    553: ports for the 6.2 release will be made available if problems arise.
                    554: <p>
                    555: If you're interested in seeing a port added, would like to help out, or just
                    556: would like to know more, the mailing list
                    557: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    558: <p>
                    559: </body>
                    560: </html>