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

Annotation of www/72.html, Revision 1.6

1.1       deraadt     1: <!doctype html>
                      2: <html lang=en id=release>
                      3: <head>
                      4: <meta charset=utf-8>
                      5:
                      6: <title>OpenBSD 7.2</title>
                      7: <meta name="description" content="OpenBSD 7.2">
                      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/72.html">
                     11: </head><body>
                     12: <h2 id=OpenBSD>
                     13: <a href="index.html">
                     14: <i>Open</i><b>BSD</b></a>
                     15: 7.2
                     16: </h2>
                     17:
                     18: <table>
                     19: <tr>
                     20: <td>
                     21: <a href="images/XXX.png">
                     22: <img width="227" height="303" src="images/XXX-s.gif" alt="XXX"></a>
                     23: <td>
                     24: Released Oct 20, 2022. (53rd OpenBSD release)<br>
                     25: Copyright 1997-2022, Theo de Raadt.<br>
                     26: <br>
                     27: Artwork by Luc Houweling.
                     28: <br>
                     29: <ul>
                     30: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     31:     a list of mirror machines.
                     32: <li>Go to the <code class=reldir>pub/OpenBSD/7.2/</code> directory on
                     33:     one of the mirror sites.
                     34: <li>Have a look at <a href="errata72.html">the 7.2 errata page</a> for a list
                     35:     of bugs and workarounds.
                     36: <li>See a <a href="plus72.html">detailed log of changes</a> between the
                     37:     7.1 and 7.2 releases.
                     38: <p>
                     39: <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
                     40:     pubkeys for this release:<p>
                     41:
                     42: <table class=signify>
                     43: <tr><td>
                     44: openbsd-72-base.pub:
                     45: <td>
                     46: <a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/openbsd-72-base.pub">
                     47: RWQTKNnK3CZZ8Lid7/kWPO1WxjEsTeuxiXbJSSg6RDir9OJmV+t7GrOo
                     48: <tr><td>
                     49: openbsd-72-fw.pub:
                     50: <td>
                     51: RWRvwsB/ZxwZxiQBgNVhuCnEacKE1MhrcDX25jFccqaj0pxsY9oIPJq4
                     52: <tr><td>
                     53: openbsd-72-pkg.pub:
                     54: <td>
                     55: RWSyNc+EwQQo5bZ5XtDpnk0FUl8NrIl+Ocq4FV/5VTvP9rOgHzKEnBx0
                     56: <tr><td>
                     57: openbsd-72-syspatch.pub:
                     58: <td>
                     59: RWQuBB7PRAc2Zy+C7VAynLuan8WDVtQ9R4xLpl8yjf1zxfqEBRRJ+66w
                     60: </table>
                     61: </ul>
                     62: <p>
                     63: All applicable copyrights and credits are in the src.tar.gz,
                     64: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     65: files fetched via <code>ports.tar.gz</code>.
                     66: </table>
                     67:
                     68: <hr>
                     69:
                     70: <section id=new>
                     71: <h3>What's New</h3>
                     72: <p>
                     73: This is a partial list of new features and systems included in OpenBSD 7.2.
                     74: For a comprehensive list, see the <a href="plus72.html">changelog</a> leading
                     75: to 7.2.
                     76:
                     77: <ul>
                     78:
                     79: <li>New/extended platforms:
                     80:   <ul>
1.4       jsg        81:   <li>Added support for Ampere Altra
                     82:   <li>Added support for Apple M2
                     83:   <li>Added support for Qualcomm Snapdragon 8cx Gen 3 (SC8280XP)
1.1       deraadt    84:   <li>...
                     85:   </ul>
                     86:
                     87: <li>Various kernel improvements:
                     88:   <ul>
                     89:   <li>...
                     90:   </ul>
                     91:
                     92: <li>SMP Improvements
                     93:   <ul>
                     94:   <li>...
                     95:   </ul>
                     96:
                     97: <li>Direct Rendering Manager
                     98:   <ul>
1.5       jsg        99:   <li>Updated <a href="https://man.openbsd.org/drm.4">drm(4)</a>
                    100:       to Linux 5.15.69
                    101:   <li><a href="https://man.openbsd.org/inteldrm.4">inteldrm(4)</a>:
                    102:       support for Alder Lake, Raptor Lake
1.1       deraadt   103:   <li>...
                    104:   </ul>
                    105:
                    106: <li>VMM/VMD improvements
                    107:   <ul>
                    108:   <li>...
                    109:   </ul>
                    110:
                    111: <li>Various new userland features:
                    112:   <ul>
                    113:   <li>...
                    114:   </ul>
                    115:
                    116: <li>Various bugfixes and tweaks in userland:
                    117:   <ul>
                    118:   <li>...
                    119:   </ul>
                    120:
                    121: <li>Improved hardware support and driver bugfixes, including:
                    122:   <ul>
                    123:   <li>...
                    124:   </ul>
                    125:
                    126: <li>New or improved network hardware support:
                    127:   <ul>
1.6     ! mbuhl     128:   <li>Enabled checksum offloads in <a href="https://man.openbsd.org/igc.4"
        !           129:       >igc(4)</a>.
1.1       deraadt   130:   <li>...
                    131:   </ul>
                    132:
                    133: <li>Added or improved wireless network drivers:
                    134:   <ul>
                    135:   <li>...
                    136:   </ul>
                    137:
                    138: <li>IEEE 802.11 wireless stack improvements and bugfixes:
                    139:   <ul>
                    140:   <li>...
                    141:   </ul>
                    142:
                    143: <li>Installer and upgrade improvements:
                    144:   <ul>
                    145:   <li>...
                    146:   </ul>
                    147:
                    148: <li>Security improvements:
                    149:   <ul>
                    150:   <li>...
                    151:   </ul>
                    152:
                    153: <li>Routing daemons and other userland network improvements:
                    154:   <ul>
                    155:   <li>...
                    156:   </ul>
                    157:
                    158: <li><a href="https://man.openbsd.org/tmux">tmux(1)</a> improvements and bug fixes:
                    159:   <ul>
                    160:   <li>...
                    161:   </ul>
                    162:
1.2       jsg       163: <li>LibreSSL version 3.6.0
1.1       deraadt   164:   <ul>
                    165:   <li>New Features
                    166:     <ul>
                    167:     <li>...
                    168:     </ul>
                    169:
                    170:   <li>Portable Improvements
                    171:     <ul>
                    172:     <li>...
                    173:     </ul>
                    174:
                    175:   <li>Compatibility Changes
                    176:     <ul>
                    177:     <li>...
                    178:     </ul>
                    179:
                    180:   <li>Bug fixes
                    181:     <ul>
                    182:     <li>...
                    183:     </ul>
                    184:
                    185:   <li>Internal Improvements
                    186:     <ul>
                    187:     <li>...
                    188:     </ul>
                    189:
                    190:   <li>Documentation improvements
                    191:     <ul>
                    192:     <li>...
                    193:     </ul>
                    194:   </ul>
                    195:
1.2       jsg       196: <li>OpenSSH 9.1
1.1       deraadt   197:   <ul>
                    198:   <li>...
                    199:   </ul>
                    200:
                    201: <li>mandoc 1.14.6 plus several bugfixes, including:
                    202:   <ul>
                    203:   <li>...
                    204:   </ul>
                    205:
                    206: <li>Ports and packages:
                    207:   <p>Many pre-built packages for each architecture:
                    208:   <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    209:   <ul style="column-count: 3">
                    210:     <li>aarch64:     XXXX
                    211:     <li>amd64:       XXXX
                    212:     <li>arm:         XXXX
                    213:     <li>i386:        XXXX
                    214:     <li>mips64:      XXXX
                    215:     <li>powerpc:     XXXX
                    216:     <li>powerpc64:   XXXX
                    217:     <li>riscv64:     XXXX
                    218:     <li>sparc64:     XXXX
                    219:   </ul>
                    220:
                    221:   <p>Some highlights:
                    222:   <ul style="column-count: 3">
1.3       sthen     223:     <li>Asterisk 16.28.0, 18.14.0 and 19.6.0
1.1       deraadt   224:     <li>Audacity 2.4.2
1.3       sthen     225:     <li>CMake 3.24.2
                    226:     <li>Chromium 105.0.5195.125
                    227:     <li>Emacs 28.2
                    228:     <li>FFmpeg 4.4.2
1.1       deraadt   229:     <li>GCC 8.4.0 and 11.2.0
1.3       sthen     230:     <li>GHC 9.2.4
                    231:     <li>GNOME 42.4
                    232:     <li>Go 1.19.1
                    233:     <li>JDK 8u342, 11.0.16 and 17.0.4
                    234:     <li>KDE Applications 22.08.1
                    235:     <li>KDE Frameworks 5.98.0
                    236:     <li>Krita 5.1.1
1.1       deraadt   237:     <li>LLVM/Clang 13.0.0
1.3       sthen     238:     <li>LibreOffice 7.4.1.2
1.1       deraadt   239:     <li>Lua 5.1.5, 5.2.4 and 5.3.6
1.3       sthen     240:     <li>MariaDB 10.9.3
                    241:     <li>Mono 6.12.0.182
                    242:     <li>Mozilla Firefox 105.0.1 and ESR 102.3.0
                    243:     <li>Mozilla Thunderbird 102.3.0
                    244:     <li>Mutt 2.2.7 and NeoMutt 20220429
                    245:     <li>Node.js 16.17.1
1.1       deraadt   246:     <li>OCaml 4.12.1
1.3       sthen     247:     <li>OpenLDAP 2.6.3
                    248:     <li>PHP 7.4.30, 8.0.23 and 8.1.10
                    249:     <li>Postfix 3.7.2
                    250:     <li>PostgreSQL 14.5
                    251:     <li>Python 2.7.18, 3.9.14 and 3.10.7
                    252:     <li>Qt 5.15.6 and 6.3.1
                    253:     <li>R 4.2.1
                    254:     <li>Ruby 2.7.6, 3.0.4 and 3.1.2
                    255:     <li>Rust 1.63.0
                    256:     <li>SQLite 3.39.3
                    257:     <li>Shotcut 22.06.23
                    258:     <li>Sudo 1.9.11.2
                    259:     <li>Suricata 6.0.6
                    260:     <li>Tcl/Tk 8.5.19 and 8.6.12
1.1       deraadt   261:     <li>TeX Live 2021
1.3       sthen     262:     <li>Vim 9.0.0192 and Neovim 0.7.2
1.1       deraadt   263:     <li>Xfce 4.16
                    264:   </ul>
                    265:   <p>
                    266:
                    267: <li>As usual, steady improvements in manual pages and other documentation.
                    268:
                    269: <li>The system includes the following major components from outside suppliers:
                    270:   <ul>
1.2       jsg       271:     <li>Xenocara (based on X.Org 7.7 with xserver 21.1.4 + patches,
                    272:         freetype 2.12.1, fontconfig 2.13.94, Mesa 22.1.7, xterm 372,
1.1       deraadt   273:         xkeyboard-config 2.20, fonttosfnt 1.2.2 and more)
                    274:     <li>LLVM/Clang 13.0.0 (+ patches)
                    275:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
                    276:     <li>Perl 5.32.1 (+ patches)
1.2       jsg       277:     <li>NSD 4.6.0
                    278:     <li>Unbound 1.16.3
1.1       deraadt   279:     <li>Ncurses 5.7
                    280:     <li>Binutils 2.17 (+ patches)
                    281:     <li>Gdb 6.3 (+ patches)
1.2       jsg       282:     <li>Awk September 12, 2022
                    283:     <li>Expat 2.4.9
1.1       deraadt   284:   </ul>
                    285:
                    286: </ul>
                    287: </section>
                    288:
                    289: <hr>
                    290:
                    291: <section id=install>
                    292: <h3>How to install</h3>
                    293: <p>
                    294: Please refer to the following files on the mirror site for
                    295: extensive details on how to install OpenBSD 7.2 on your machine:
                    296:
                    297: <ul>
                    298: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/alpha/INSTALL.alpha">
                    299:        .../OpenBSD/7.2/alpha/INSTALL.alpha</a>
                    300: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/amd64/INSTALL.amd64">
                    301:        .../OpenBSD/7.2/amd64/INSTALL.amd64</a>
                    302: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/arm64/INSTALL.arm64">
                    303:        .../OpenBSD/7.2/arm64/INSTALL.arm64</a>
                    304: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/armv7/INSTALL.armv7">
                    305:        .../OpenBSD/7.2/armv7/INSTALL.armv7</a>
                    306: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/hppa/INSTALL.hppa">
                    307:        .../OpenBSD/7.2/hppa/INSTALL.hppa</a>
                    308: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/i386/INSTALL.i386">
                    309:        .../OpenBSD/7.2/i386/INSTALL.i386</a>
                    310: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/landisk/INSTALL.landisk">
                    311:        .../OpenBSD/7.2/landisk/INSTALL.landisk</a>
                    312: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/luna88k/INSTALL.luna88k">
                    313:        .../OpenBSD/7.2/luna88k/INSTALL.luna88k</a>
                    314: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/macppc/INSTALL.macppc">
                    315:        .../OpenBSD/7.2/macppc/INSTALL.macppc</a>
                    316: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/octeon/INSTALL.octeon">
                    317:        .../OpenBSD/7.2/octeon/INSTALL.octeon</a>
                    318: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/powerpc64/INSTALL.powerpc64">
                    319:        .../OpenBSD/7.2/powerpc64/INSTALL.powerpc64</a>
                    320: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/riscv64/INSTALL.riscv64">
                    321:        .../OpenBSD/7.2/riscv64/INSTALL.riscv64</a>
                    322: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/sparc64/INSTALL.sparc64">
                    323:        .../OpenBSD/7.2/sparc64/INSTALL.sparc64</a>
                    324: </ul>
                    325: </section>
                    326:
                    327: <hr>
                    328:
                    329: <section id=quickinstall>
                    330: <p>
                    331: Quick installer information for people familiar with OpenBSD, and the use of
                    332: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    333: If you are at all confused when installing OpenBSD, read the relevant
                    334: INSTALL.* file as listed above!
                    335:
                    336: <h3>OpenBSD/alpha:</h3>
                    337:
                    338: <p>
                    339: If your machine can boot from CD, you can write <i>install72.iso</i> or
                    340: <i>cd72.iso</i> to a CD and boot from it.
                    341: Refer to INSTALL.alpha for more details.
                    342:
                    343: <h3>OpenBSD/amd64:</h3>
                    344:
                    345: <p>
                    346: If your machine can boot from CD, you can write <i>install72.iso</i> or
                    347: <i>cd72.iso</i> to a CD and boot from it.
                    348: You may need to adjust your BIOS options first.
                    349:
                    350: <p>
                    351: If your machine can boot from USB, you can write <i>install72.img</i> or
                    352: <i>miniroot72.img</i> to a USB stick and boot from it.
                    353:
                    354: <p>
                    355: If you can't boot from a CD, floppy disk, or USB,
                    356: you can install across the network using PXE as described in the included
                    357: INSTALL.amd64 document.
                    358:
                    359: <p>
                    360: If you are planning to dual boot OpenBSD with another OS, you will need to
                    361: read INSTALL.amd64.
                    362:
                    363: <h3>OpenBSD/arm64:</h3>
                    364:
                    365: <p>
                    366: Write <i>install72.img</i> or <i>miniroot72.img</i> to a disk and boot from it
                    367: after connecting to the serial console.  Refer to INSTALL.arm64 for more
                    368: details.
                    369:
                    370: <h3>OpenBSD/armv7:</h3>
                    371:
                    372: <p>
                    373: Write a system specific miniroot to an SD card and boot from it after connecting
                    374: to the serial console.  Refer to INSTALL.armv7 for more details.
                    375:
                    376: <h3>OpenBSD/hppa:</h3>
                    377:
                    378: <p>
                    379: Boot over the network by following the instructions in INSTALL.hppa or the
                    380: <a href="hppa.html#install">hppa platform page</a>.
                    381:
                    382: <h3>OpenBSD/i386:</h3>
                    383:
                    384: <p>
                    385: If your machine can boot from CD, you can write <i>install72.iso</i> or
                    386: <i>cd72.iso</i> to a CD and boot from it.
                    387: You may need to adjust your BIOS options first.
                    388:
                    389: <p>
                    390: If your machine can boot from USB, you can write <i>install72.img</i> or
                    391: <i>miniroot72.img</i> to a USB stick and boot from it.
                    392:
                    393: <p>
                    394: If you can't boot from a CD, floppy disk, or USB,
                    395: you can install across the network using PXE as described in
                    396: the included INSTALL.i386 document.
                    397:
                    398: <p>
                    399: If you are planning on dual booting OpenBSD with another OS, you will need to
                    400: read INSTALL.i386.
                    401:
                    402: <h3>OpenBSD/landisk:</h3>
                    403:
                    404: <p>
                    405: Write <i>miniroot72.img</i> to the start of the CF
                    406: or disk, and boot normally.
                    407:
                    408: <h3>OpenBSD/luna88k:</h3>
                    409:
                    410: <p>
                    411: Copy 'boot' and 'bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    412: from the PROM, and then bsd.rd from the bootloader.
                    413: Refer to the instructions in INSTALL.luna88k for more details.
                    414:
                    415: <h3>OpenBSD/macppc:</h3>
                    416:
                    417: <p>
                    418: Burn the image from a mirror site to a CDROM, and power on your machine
                    419: while holding down the <i>C</i> key until the display turns on and
                    420: shows <i>OpenBSD/macppc boot</i>.
                    421:
                    422: <p>
                    423: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    424: /7.2/macppc/bsd.rd</i>
                    425:
                    426: <h3>OpenBSD/octeon:</h3>
                    427:
                    428: <p>
                    429: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    430: Refer to the instructions in INSTALL.octeon for more details.
                    431:
                    432: <h3>OpenBSD/powerpc64:</h3>
                    433:
                    434: <p>
                    435: To install, write <i>install72.img</i> or <i>miniroot72.img</i> to a
                    436: USB stick, plug it into the machine and choose the <i>OpenBSD
                    437: install</i> menu item in Petitboot.
                    438: Refer to the instructions in INSTALL.powerpc64 for more details.
                    439:
                    440: <h3>OpenBSD/riscv64:</h3>
                    441:
                    442: <p>
                    443: To install, write <i>install72.img</i> or <i>miniroot72.img</i> to a
                    444: USB stick, and boot with that drive plugged in.
                    445: Make sure you also have the microSD card plugged in that shipped with the
                    446: HiFive Unmatched board.
                    447: Refer to the instructions in INSTALL.riscv64 for more details.
                    448:
                    449: <h3>OpenBSD/sparc64:</h3>
                    450:
                    451: <p>
                    452: Burn the image from a mirror site to a CDROM, boot from it, and type
                    453: <i>boot cdrom</i>.
                    454:
                    455: <p>
                    456: If this doesn't work, or if you don't have a CDROM drive, you can write
                    457: <i>floppy72.img</i> or <i>floppyB72.img</i>
                    458: (depending on your machine) to a floppy and boot it with <i>boot
                    459: floppy</i>. Refer to INSTALL.sparc64 for details.
                    460:
                    461: <p>
                    462: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    463: will most likely fail.
                    464:
                    465: <p>
                    466: You can also write <i>miniroot72.img</i> to the swap partition on
                    467: the disk and boot with <i>boot disk:b</i>.
                    468:
                    469: <p>
                    470: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    471: </section>
                    472:
                    473: <hr>
                    474:
                    475: <section id=upgrade>
                    476: <h3>How to upgrade</h3>
                    477: <p>
                    478: If you already have an OpenBSD 7.0 system, and do not want to reinstall,
                    479: upgrade instructions and advice can be found in the
                    480: <a href="faq/upgrade72.html">Upgrade Guide</a>.
                    481: </section>
                    482:
                    483: <hr>
                    484:
                    485: <section id=sourcecode>
                    486: <h3>Notes about the source code</h3>
                    487: <p>
                    488: <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
                    489: This file contains everything you need except for the kernel sources,
                    490: which are in a separate archive.
                    491: To extract:
                    492: <blockquote><pre>
                    493: # <kbd>mkdir -p /usr/src</kbd>
                    494: # <kbd>cd /usr/src</kbd>
                    495: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
                    496: </pre></blockquote>
                    497: <p>
                    498: <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
                    499: This file contains all the kernel sources you need to rebuild kernels.
                    500: To extract:
                    501: <blockquote><pre>
                    502: # <kbd>mkdir -p /usr/src/sys</kbd>
                    503: # <kbd>cd /usr/src</kbd>
                    504: # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
                    505: </pre></blockquote>
                    506: <p>
                    507: Both of these trees are a regular CVS checkout.  Using these trees it
                    508: is possible to get a head-start on using the anoncvs servers as
                    509: described <a href="anoncvs.html">here</a>.
                    510: Using these files
                    511: results in a much faster initial CVS update than you could expect from
                    512: a fresh checkout of the full OpenBSD source tree.
                    513: </section>
                    514:
                    515: <hr>
                    516:
                    517: <section id=ports>
                    518: <h3>Ports Tree</h3>
                    519: <p>
                    520: A ports tree archive is also provided.  To extract:
                    521: <blockquote><pre>
                    522: # <kbd>cd /usr</kbd>
                    523: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
                    524: </pre></blockquote>
                    525: <p>
                    526: Go read the <a href="faq/ports/index.html">ports</a> page
                    527: if you know nothing about ports
                    528: at this point.  This text is not a manual of how to use ports.
                    529: Rather, it is a set of notes meant to kickstart the user on the
                    530: OpenBSD ports system.
                    531: <p>
                    532: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    533: As with our complete source tree, our ports tree is available via
                    534: <a href="anoncvs.html">AnonCVS</a>.
                    535: So, in order to keep up to date with the -stable branch, you must make
                    536: the <i>ports/</i> tree available on a read-write medium and update the tree
                    537: with a command like:
                    538: <blockquote><pre>
                    539: # <kbd>cd /usr/ports</kbd>
                    540: # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_7_2</kbd>
                    541: </pre></blockquote>
                    542: <p>
                    543: [Of course, you must replace the server name here with a nearby anoncvs
                    544: server.]
                    545: <p>
                    546: Note that most ports are available as packages on our mirrors. Updated
                    547: ports for the 7.2 release will be made available if problems arise.
                    548: <p>
                    549: If you're interested in seeing a port added, would like to help out, or just
                    550: would like to know more, the mailing list
                    551: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    552: </section>
                    553: </body>
                    554: </html>