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

Annotation of www/75.html, Revision 1.21

1.1       benno       1: <!doctype html>
                      2: <html lang=en id=release>
                      3: <head>
                      4: <meta charset=utf-8>
                      5:
                      6: <title>OpenBSD 7.5</title>
                      7: <meta name="description" content="OpenBSD 7.5">
                      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/75.html">
                     11: </head><body>
                     12: <h2 id=OpenBSD>
                     13: <a href="index.html">
                     14: <i>Open</i><b>BSD</b></a>
                     15: 7.5
                     16: </h2>
                     17:
                     18: <table>
                     19: <tr>
                     20: <td>
                     21: <a href="images/XXX.jpg">
                     22: <img width="227" height="303" src="images/XXX-s.gif" alt="XXX"></a>
                     23: <td>
                     24: Released XXXMONTH DAY, 2024. (56th OpenBSD release)<br>
                     25: Copyright 1997-2024, Theo de Raadt.<br>
                     26: <br>
                     27: Artwork by XXX.
                     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.5/</code> directory on
                     33:     one of the mirror sites.
                     34: <li>Have a look at <a href="errata75.html">the 7.5 errata page</a> for a list
                     35:     of bugs and workarounds.
                     36: <li>See a <a href="plus75.html">detailed log of changes</a> between the
                     37:     7.4 and 7.5 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-75-base.pub:
                     45: <td>
                     46: <a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/openbsd-75-base.pub">
                     47: RWRGj1pRpprAfgeF/rgld4ubduChLvTkigA1Zj7WLDsVA4qfYSWOEI8q
                     48: </a><tr><td>
                     49: openbsd-75-fw.pub:
                     50: <td>
                     51: RWQ6EsXr4NMYvyLICug3dLHfmbpXlVasF1jbt3GVNQsosgB5+PgaufBu
                     52: <tr><td>
                     53: openbsd-75-pkg.pub:
                     54: <td>
                     55: RWS/sEFDvf+rjUmS1WROzxH05pB1kB7JRRq76DUGUhCE0Ks8AdpjP5pD
                     56: <tr><td>
                     57: openbsd-75-syspatch.pub:
                     58: <td>
                     59: RWRAAZC5WcFgn+8b5msDR+yDVCx4ziLaSQI2sy7e4GFY42nFW9p7mP2t
                     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.5.
                     74: For a comprehensive list, see the <a href="plus75.html">changelog</a> leading <!-- plus? XXX -->
                     75: to 7.5.
                     76:
                     77: <ul>
                     78:
                     79: <!--
                     80: <li>New/extended platforms:
                     81:   <ul>
                     82:   <li>...
                     83:   </ul>
                     84: -->
                     85:
                     86: <li>Various kernel improvements:
                     87:   <ul>
                     88:   <li>...
                     89:   </ul>
                     90:
                     91: <li>SMP Improvements
                     92:   <ul>
1.19      bluhm      93:        <li>Some network timer run without kernel lock.
                     94:        <li>TCP syn cache timer runs with shared net lock.
                     95:         <li><a href="https://man.openbsd.org/bind.2">bind(2)</a>
                     96:         and <a href="https://man.openbsd.org/connect.2">connect(2)</a>
                     97:         system calls can run in parallel.
                     98:         <li>Packet counter for <a
                     99:         href="https://man.openbsd.org/lo.4">lo(4)</a> loopback
                    100:         interface are MP safe.
                    101:         <li>Split protocol control block table for UDP into IPv4
                    102:         and IPv6 tables to allow concurrent access.
                    103:         <li>UDP packets can be sent in parallel by multiple threads.
1.1       benno     104:   </ul>
                    105:
                    106: <li>Direct Rendering Manager and graphics drivers
                    107:   <ul>
1.11      jsg       108:   <li>Updated <a href="https://man.openbsd.org/drm.4">drm(4)</a>
                    109:       to Linux 6.6.19.
                    110:   <li>New <a href="https://man.openbsd.org/arm64/apldcp.4">apldcp(4)</a> and
                    111:       <a href="https://man.openbsd.org/arm64/apldrm.4">apldrm(4)</a> drivers
                    112:       for Apple display coprocessor.
1.1       benno     113:   </ul>
                    114:
                    115: <li>VMM/VMD improvements
                    116:   <ul>
1.15      dv        117:   <li>Fixed IRQ storm caused by edge-triggered devices such as the uart.
                    118:   <li>Fixed block size calculation for vioscsi devices.
                    119:   <li>Added io instruction length to vm exit information, allowing
                    120:       <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> to perform validation
                    121:       in userspace.
                    122:   <li>Adopted new <a href="https://man.openbsd.org/imsg_init.3">imsg_get_*(3)</a>
                    123:       api.
                    124:   <li>Rewrote vionet devices to allow zero-copy data transfers between host and
                    125:       guest.
                    126:   <li>Improved error messages related to <a href="https://man.openbsd.org/getgrnam.3">
                    127:       getgrnam(3)</a> usage and out of <a href="https://man.openbsd.org/tap.4">tap(4)
                    128:       </a> device conditions.
                    129:   <li>Fixed various things found by smatch static analyzer.
                    130:   <li>Fixed various file descriptor lifecycle issues and leaks across
                    131:       <a href="https://man.openbsd.org/fork.2">fork(2)</a>/
                    132:       <a href="https://man.openbsd.org/execve.2">execve(2)</a> usage.
                    133:   <li>Added multi-threading support to vionet device emulation, improving latency.
                    134:   <li>Fixed <a href="https://man.openbsd.org/vmm.4">vmm(4)</a> instability on Intel
                    135:       VMX hosts by updating GDTR &amp; TR if vcpu moves host cpus.
                    136:   <li>Added EPT flushing upon <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>
                    137:       enabling VMX mode.
                    138:   <li>Added branch predictor flushing if IBPB is supported.
                    139:   <li>Corrected restoring GDTR and IDTR limits upon VMX guest exit.
                    140:   <li>Corrected handling of CPUID 0xd subleaves
                    141:   <li>Added additional use of VERW and register clobbering to mitigate RFDS
                    142:       vulnerabilities on Intel Atom cores.
1.1       benno     143:   </ul>
                    144:
                    145: <li>Various new userland features:
                    146:   <ul>
                    147:   <li>...
                    148:   </ul>
                    149:
                    150: <li>Various bugfixes and tweaks in userland:
                    151:   <ul>
                    152:   <li>...
                    153:   </ul>
                    154:
                    155: <li>Improved hardware support and driver bugfixes, including:
                    156:   <ul>
                    157: <!-- new drivers -->
                    158:   <li>...
                    159:
                    160: <!-- other -->
                    161:   <li>...
                    162:   </ul>
                    163:
                    164: <li>New or improved network hardware support:
                    165:   <ul>
1.20      jan       166:   <li>Utilize full checksum offload capabilities of
                    167:        <a href="https://man.openbsd.org/vio.4">vio(4)</a> and
                    168:        <a href="https://man.openbsd.org/vmx.4">vmx(4)</a>.</li>
                    169:   <li>TCP Send Offload (TSO) is also used in
                    170:        <a href="https://man.openbsd.org/bnxt.4">bnxt(4)</a> and
                    171:        <a href="https://man.openbsd.org/em.4">em(4)</a>.</li>
                    172:   <li>The Synopsys Ethernet Quality-of-Service Controller
                    173:        (<a href="https://man.openbsd.org/dwqe.4">dwqe(4)</a>) is enabled for
                    174:        amd64.</li>
                    175:   <li>The Intel I225 and I226 Ethernet Controller
                    176:        <a href="https://man.openbsd.org/igc.4">igc(4)</a> are enabled for
                    177:        sparc64.</li>
                    178:   <li>The Allwinner EMAC Ethernet Controller
                    179:        <a href="https://man.openbsd.org/dwxe.4">dwxe(4)</a> is enabled for
                    180:        riscv64.</li>
1.1       benno     181:   <li>...
                    182:   </ul>
                    183:
                    184: <li>Added or improved wireless network drivers:
                    185:   <ul>
1.14      stsp      186:   <li>Introduce <a href="https://man.openbsd.org/qwx.4">qwx(4)</a>,
                    187:   a port of the Linux ath11k driver for QCNFA765 devices.
                    188:   Available on the amd64 and arm64 platforms.
                    189:   <li>Fix Tx rate selection for management frames in
                    190:   <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.
                    191:   <li>Fix <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> loading the wrong
                    192:   firmware image on some devices.
                    193:   <li>Make <a href="https://man.openbsd.org/bfwm.4">bwfm(4)</a> work with MAC
                    194:   addresses set via ifconfig lladdr.
                    195:   <li>Ensure that <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> uses the
                    196:   80MHz primary channel index announced in beacons.
                    197:   <li>Avoid using MCS-9 in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a>
                    198:   Tx rate selection if 40 MHz is disabled to prevent firmware errors.
                    199:   <li>Ensure that <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and
                    200:   <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> devices announce VHT
                    201:   capabilities in probe requests.
                    202:   <li>Fix bug in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a>,
                    203:   <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>, and
                    204:   <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> which could result
                    205:   in some channels missing from scan results.
                    206:   <li>Enable <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> on the
                    207:   arm64 platform.
1.1       benno     208:   </ul>
                    209:
                    210: <li>IEEE 802.11 wireless stack improvements and bugfixes:
                    211:   <ul>
1.14      stsp      212:   <li> Ignore 40/80 MHz wide channel configurations which do not appear
                    213:   in the 802.11ac spec. This prevents device firmware errors which
                    214:   occurred when an access point announced an invalid channel configuration.
1.1       benno     215:   </ul>
                    216:
                    217: <li>Installer, upgrade and bootloader improvements:
                    218:   <ul>
                    219:   <li>...
                    220:   </ul>
                    221:
                    222: <li>Security improvements:
                    223:   <ul>
                    224:   <li>...
                    225:   </ul>
                    226:
                    227: <li>Changes in the network stack:
                    228:   <ul>
1.19      bluhm     229:        <li>Enable IPv6 support in <a
                    230:        href="https://man.openbsd.org/ppp.4">ppp(4)</a>
                    231:        <li>Socket with sequenced packet type and control messages
                    232:        handle end of record correctly.
1.21    ! jsg       233:        <li>The routing table has a generation number.  That means
1.19      bluhm     234:        cached routes at sockets will be invalidated when the routing
                    235:        table changes.  Especially with dynamic routing daemons
                    236:        local connections use the up to date route.
                    237:        <li>Route cache hits an misses are printed in
                    238:        <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>
                    239:        statistics.
1.1       benno     240:   </ul>
                    241:
                    242: <li>The following changes were made to the <a
                    243:        href="https://man.openbsd.org/pf.4">pf(4)</a> firewall:
                    244:   <ul>
1.19      bluhm     245:         <li>tcpdump on <a
                    246:         href="https://man.openbsd.org/pflog.4">pflog(4)</a> interface
                    247:         shows packets dropped by the default rule with the "block"
                    248:         action.  Although the default rules is a "pass" rule, it
                    249:         blocks malformed packets.  Now this is correctly logged.
1.1       benno     250:   </ul>
                    251:
                    252: <li>Routing daemons and other userland network improvements:
                    253:   <ul>
                    254:
                    255:   <li>IPsec support was improved:
                    256:   <ul>
1.18      denis     257:   <li>...
1.1       benno     258:   </ul>
                    259:
                    260:   <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>,
                    261:   <ul>
1.18      denis     262:   <li>...
1.1       benno     263:   </ul>
                    264:
1.2       benno     265:   <li><a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> saw these and more changes:
1.1       benno     266:   <ul>
1.2       benno     267:        <li>Add ability to constrain an RPKI Trust Anchor's effective signing
                    268:        authority to a limited set of Internet numbers. This allows Relying
                    269:        Parties to enjoy the potential benefits of assuming trust, but within
                    270:        a bounded scope.
                    271:        <li>Following a 'failed fetch' (described in RFC 9286), emit a warning and
                    272:        continue with a previously cached Manifest file.
                    273:        <li>Emit a warning when the remote repository presents a Manifest with an
                    274:        unexpected manifestNumber.
                    275:        <li>Improved CRL extension checking.
                    276:        <li>Experimental support for the P-256 signature algorithm.
                    277:        <!-- 8.8. -->
                    278:        <li>A failed manifest fetch could result in a NULL pointer dereference or
                    279:        a use after free.
                    280:        <li>Reject non-conforming RRDP delta elements that contain neither publish
                    281:        nor a withdraw element and fall back to the RRDP snapshot.
                    282:        <li>Refactoring and minor bug fixes in the warning display functions.
                    283:        <!-- 8.9 -->
                    284:        <li>The handling of manifests fetched via rsync or RRDP was reworked to
                    285:        fully conform to RFC 9286.
                    286:        <li>Fix a race condition between closing an idle connection and scheduling a
                    287:        new request on it.
                    288:        <li>The evaluation time specified with -P now also applies to trust anchor
                    289:        certificates.
                    290:        <li>Check that the entire CMS eContent was consumed. Previously, trailing
                    291:        data would be silently discarded on deserialization of products.
                    292:        <li>In file mode do not consider overclaiming intermediate CA certificates
                    293:        as invalid.  OAA warning is still issued.
                    294:        <li>Print the revocation time of certificates in file mode.
                    295:        <li>Be more careful when converting OpenSSL numeric identifiers (NIDs)
                    296:        to strings.
                    297:        <!-- 9.0 -->
                    298:        <li>Added support for RPKI Signed Prefix Lists.
                    299:        <li>Added an -x flag to opt into parsing and evaluation of file types that are
                    300:        still considered experimental.
                    301:        <li>Added a metric to track the number of new files that were moved to the
                    302:        validated cache.
                    303:        <li>Ensure that the FileAndHashes list in a Manifest contains no duplicate
                    304:        file names and no duplicate hashes.
1.1       benno     305:   </ul>
                    306:
                    307:   <li>In <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>,
                    308:   <ul>
1.5       op        309:        <li>Add <code>Message-Id</code> as needed for messages received on
                    310:            the submission port.
                    311:        <li>Added support for RFC 7505 "Null MX" handling and treat
                    312:            an MX of "localhost" as it were a "Null MX".
                    313:        <li>Allow inline tables and filter listings in
                    314:            <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a>
                    315:            to span over multiple lines.
                    316:        <li>Enabled <abbr title="Delivery Status Notification">DSN</abbr>
                    317:            for the implicit socket too.
                    318:        <li>Added the
                    319:            <a href="https://man.openbsd.org/smtpd.conf.5#no-dsn~2">no-dsn</a>
                    320:            option for <code>listen on socket</code> too.
                    321:        <li>Reject headers that start with a space or a tab.
                    322:        <li>Fixed parsing of the <code>ORCPT</code> parameter.
                    323:        <li>Fixed table lookups of IPv6 addresses.
                    324:        <li>Fixed handling of escape characters in To, From and Cc headers.
                    325:        <li>Run <abbr title="Local Mail Transfer Protocol">LMTP</abbr>
                    326:            deliveries as the recipient user again.
                    327:        <li>Disallow custom commands and file reading in root's
                    328:            <code>.forward</code> file.
                    329:        <li>Do not process other users <code>.forward</code> files when
                    330:            an alternate delivery user is provided in a dispatcher.
                    331:        <li>Unify the <a href="https://man.openbsd.org/table.5">table(5)</a>
                    332:            parser used in
                    333:            <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> and
                    334:            <a href="https://man.openbsd.org/makemap.8">makemap(8)</a>.
                    335:        <li>Allow to use <a href="https://man.openbsd.org/table.5">table(5)</a>
                    336:            mappings on various match constraints.
1.1       benno     337:   </ul>
                    338:
                    339:   <li>Many other changes in various network programs and libraries:
                    340:   <ul>
1.19      bluhm     341:         <li>If a DNS name is configured as remote syslog server,
                    342:         <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    343:         retries to resolve the name periodically until it succeeds.
                    344:         UDP packets that get lost during that period are counted and
                    345:         logged later.
1.1       benno     346:        <li>...
                    347:   </ul>
                    348:   </ul>
                    349:
                    350: <li><a href="https://man.openbsd.org/tmux.1">tmux(1)</a> improvements and bug fixes:
                    351:   <ul>
                    352:   <li>...
                    353:   </ul>
                    354:
1.3       tb        355: <li>LibreSSL version 3.9.0
1.1       benno     356:   <ul>
1.3       tb        357:   <li>Portable changes
1.1       benno     358:     <ul>
1.3       tb        359:     <li>libcrypto no longer exports compat symbols in cmake builds.
                    360:     <li>Most compatibility symbols are prefixed with <code>libressl_</code>
                    361:       to avoid symbol clashes in static links.
                    362:     <li>Fixed various warnings on Windows.
                    363:     <li>Removed assert pop-ups with Windows debug builds.
                    364:     <li>Fixed crashes and hangs in Windows ARM64 builds.
                    365:     <li>Improved control-flow enforcement (CET) support.
1.1       benno     366:     </ul>
1.3       tb        367:   <li>Internal improvements
1.1       benno     368:     <ul>
1.3       tb        369:     <li>Converted uses of <code>OBJ_bsearch_()</code> to standard
                    370:       <a href="https://man.openbsd.org/bsearch">bsearch(3)</a>.
                    371:     <li>Greatly simplified <code>by_file_ctrl()</code>.
                    372:     <li>Simplified and cleaned up the OBJ_ API.
                    373:     <li>Cleaned up the <a href="https://man.openbsd.org/EVP_CipherInit">EVP_Cipher{Init,Update,Final}(3)</a> implementations.
                    374:     <li>Removed unused function pointers from X.509 stores and contexts.
                    375:     <li>A lot of cleanup and reorganization in EVP.
                    376:     <li>Removed all remaining <code>ENGINE</code> tentacles.
                    377:     <li>Simplified internals of <code>X509_TRUST</code> handling.
                    378:     <li>Made deletion from a <a href="https://man.openbsd.org/lh_delete">lhash</a>
                    379:       doall callback safe.
                    380:     <li>Rewrote <a href="https://man.openbsd.org/BIO_dump">BIO_dump*(3)</a> internals
                    381:       to be less bad.
1.1       benno     382:     </ul>
1.3       tb        383:   <li>Documentation improvements
1.1       benno     384:     <ul>
1.3       tb        385:     <li><code>ENGINE</code> documentation was updated to reflect reality.
                    386:     <li>Made EVP API documentation more accurate and less incoherent.
                    387:     <li>Call out some shortcomings of the <code>EC_KEY_set_*</code> API explicitly.
1.1       benno     388:     </ul>
1.3       tb        389:   <li>Testing and proactive security
1.1       benno     390:     <ul>
1.3       tb        391:     <li>Bug fixes and simplifications in the Wycheproof tests.
1.1       benno     392:     </ul>
1.3       tb        393:   <li>Compatibility changes
1.1       benno     394:     <ul>
1.3       tb        395:     <li>Added ChaCha20 and chacha20 aliases for ChaCha.
                    396:     <li><a href="https://man.openbsd.org/SSL_library_init">SSL_library_init(3)</a>
                    397:       now has the same effect as OPENSSL_init_ssl().
                    398:     <li><code>EVP_add_{cipher,digest}()</code> were removed. From the <code>OBJ_NAME</code> API,
                    399:       only <a href="https://man.openbsd.org/OBJ_NAME_do_all">OBJ_NAME_do_all*()</a> remain.
                    400:       In particular, it is no longer possible to add aliases for ciphers and digests.
                    401:     <li>The thread unsafe global tables are no longer supported. It is no
                    402:       longer possible to add aliases for ciphers and digests, custom ASN.1
                    403:       strings table entries, ASN.1 methods, PKEY methods, digest methods,
                    404:       CRL methods, purpose and trust identifiers, or X.509 extensions.
                    405:     <li>Removed the _cb() and _fp() versions of
                    406:       <a href="https://man.openbsd.org/BIO_dump">BIO_dump{,_indent}()</a>.
                    407:     <li><code>BIO_set()</code> was removed.
                    408:     <li><code>BIO_{sn,v,vsn}printf()</code> were removed.
                    409:     <li>Turn the long dysfunctional
                    410:       <a href="https://man.openbsd.org/openssl(1)">openssl(1)</a>
                    411:       <code>s_client -pause</code> into a noop.
                    412:     <li><a href="https://man.openbsd.org/openssl(1)">openssl(1)</a> <code>x509</code>
                    413:      now supports <code>-new</code>, <code>-force_pubkey</code>, <code>-multivalue-rdn</code>,
                    414:       <code>-set_issuer</code> <code>-set_subject</code>, and <code>-utf8</code>.
                    415:     <li>Support ECDSA with SHA-3 signature algorithms.
                    416:     <li>Support HMAC with truncated SHA-2 and SHA-3 as PBE PRF.
                    417:     <li>GOST and STREEBOG support was removed.
                    418:     <li><code>CRYPTO_THREADID</code>, <code>_LHASH</code>, <code>_STACK</code> and
                    419:       <code>X509_PURPOSE</code> are now opaque, <code>X509_CERT_AUX</code> and
                    420:       <code>X509_TRUST</code> were removed from the public API.
                    421:     <li><a href="https://man.openbsd.org/ASN1_STRING_TABLE_get()">ASN1_STRING_TABLE_get(3)</a>
                    422:       and <a href="https://man.openbsd.org/X509_PURPOSE_get0">X509_PURPOSE_get0*(3)</a> now
                    423:       return const pointers.
                    424:     <li><code>EVP_{CIPHER,MD}_CTX_init()</code>'s signatures and semantics now match
                    425:       OpenSSL's behavior.
                    426:     <li><code>sk_find_ex()</code> and <code>OBJ_bsearch_()</code> were removed.
                    427:     <li><a href="https://man.openbsd.org/CRYPTO_malloc">CRYPTO_malloc(3)</a> was fixed to use
                    428:       <code>size_t</code> argument.  <code>CRYPTO_malloc()</code>
                    429:       and <code>CRYPTO_free()</code> now accept file and line arguments.
                    430:     <li>A lot of decrepit CRYPTO memory API was removed.
1.1       benno     431:     </ul>
                    432:   <li>Bug fixes
                    433:     <ul>
1.3       tb        434:     <li>Fixed aliasing issues in <code>BN_mod_exp_simple()</code> and <code>BN_mod_exp_recp()</code>.
                    435:     <li>Fixed numerous misuses of
                    436:       <a href="https://man.openbsd.org/X509_ALGOR_set0">X509_ALGOR_set0(3)</a>
                    437:       resulting in leaks and potentially incorrect encodings.
                    438:     <li>Fixed potential double free in
                    439:       <a href="https://man.openbsd.org/X509v3_asid_add_id_or_range">X509v3_asid_add_id_or_range(3)</a>.
                    440:     <li>Stopped using <code>ASN1_time_parse()</code> outside of libcrypto.
                    441:     <li>Prepared <a href="https://man.openbsd.org/OPENSSL_gmtime">OPENSSL_gmtime(3)</a> and
                    442:       <a href="https://man.openbsd.org/OPENSSL_timegm">OPENSSL_timegm(3)</a> as public API
                    443:       wrappers of internal functions compatible with BoringSSL API.
                    444:     <li>Removed <code>print_bin()</code> to avoid overwriting the stack with 5 bytes
                    445:       of <code>&quot;&nbsp;&quot;</code> when ECPK parameters are printed with large
                    446:       indentation.
                    447:     <li>Avoid a <code>NULL</code> dereference after memory allocation failure during TLS
                    448:       version downgrade.
                    449:     <li>Fixed various bugs in CMAC internals.
                    450:     <li>Fixed 4-byte overreads in GHASH assembly on amd64 and i386.
                    451:     <li>Fixed various NULL dereferences in PKCS #12 code due to mishandling
                    452:       of OPTIONAL content in PKCS #7 ContentInfo.
                    453:     <li>Aligned <a href="https://man.openbsd.org/SSL_shutdown">SSL_shutdown(3)</a>
                    454:       behavior in TLSv1.3 with the legacy stack.
                    455:     <li>Fixed the new X.509 verifier to find trust anchors in the trusted
                    456:       stack.
1.1       benno     457:     </ul>
                    458:   </ul>
                    459:
1.16      djm       460: <li>OpenSSH 9.6 and OpenSSH 9.7
1.1       benno     461:   <ul>
1.16      djm       462:   <li>Security fixes
1.1       benno     463:     <ul>
1.16      djm       464:     <li><a href='https://man.openbsd.org/ssh.1'>ssh(1)</a>, <a href='https://man.openbsd.org/sshd.8'>sshd(8)</a>: implement protocol extensions to thwart the
                    465:        so-called "Terrapin attack" discovered by Fabian Bäumer, Marcus
                    466:        Brinkmann and Jörg Schwenk. This attack allows a MITM to effect a
                    467:        limited break of the integrity of the early encrypted SSH transport
                    468:        protocol by sending extra messages prior to the commencement of
                    469:        encryption, and deleting an equal number of consecutive messages
                    470:        immediately after encryption starts. A peer SSH client/server
                    471:        would not be able to detect that messages were deleted.
                    472:
                    473:        <br>While cryptographically novel, the security impact of this attack
                    474:        is fortunately very limited as it only allows deletion of
                    475:        consecutive messages, and deleting most messages at this stage of
1.17      gnezdo    476:        the protocol prevents user authentication from proceeding and
1.16      djm       477:        results in a stuck connection.
                    478:
                    479:        <br>The most serious identified impact is that it lets a MITM to
                    480:        delete the SSH2_MSG_EXT_INFO message sent before authentication
                    481:        starts, allowing the attacker to disable a subset of the keystroke
                    482:        timing obfuscation features introduced in OpenSSH 9.5. There is no
                    483:        other discernable impact to session secrecy or session integrity.
                    484:
                    485:     <li><a href='https://man.openbsd.org/ssh-agent.1'>ssh-agent(1)</a>: when adding PKCS#11-hosted private keys while
                    486:        specifying destination constraints, if the PKCS#11 token returned
                    487:        multiple keys then only the first key had the constraints applied.
                    488:        Use of regular private keys, FIDO tokens and unconstrained keys
                    489:        are unaffected.
                    490:
                    491:     <li><a href='https://man.openbsd.org/ssh.1'>ssh(1)</a>: if an invalid user or hostname that contained shell
                    492:        metacharacters was passed to <a href='https://man.openbsd.org/ssh.1'>ssh(1)</a>, and a ProxyCommand,
                    493:        LocalCommand directive or "match exec" predicate referenced the
                    494:        user or hostname via %u, %h or similar expansion token, then
                    495:        an attacker who could supply arbitrary user/hostnames to <a href='https://man.openbsd.org/ssh.1'>ssh(1)</a>
                    496:        could potentially perform command injection depending on what
                    497:        quoting was present in the user-supplied <a href='https://man.openbsd.org/ssh_config.5'>ssh_config(5)</a> directive.
                    498:
                    499:        <br>OpenSSH 9.6 now
                    500:        bans most shell metacharacters from user and hostnames supplied
                    501:        via the command-line. This countermeasure is not guaranteed to be
                    502:        effective in all situations, as it is infeasible for <a href='https://man.openbsd.org/ssh.1'>ssh(1)</a> to
                    503:        universally filter shell metacharacters potentially relevant to
                    504:        user-supplied commands.
                    505:
                    506:        <br>User/hostnames provided via <a href='https://man.openbsd.org/ssh_config.5'>ssh_config(5)</a> are not subject to these
                    507:        restrictions, allowing configurations that use strange names to
                    508:        continue to be used, under the assumption that the user knows what
                    509:        they are doing in their own configuration files.
1.1       benno     510:     </ul>
                    511:   <li>New features
                    512:     <ul>
1.16      djm       513:     <li><a href='https://man.openbsd.org/ssh.1'>ssh(1)</a>, <a href='https://man.openbsd.org/sshd.8'>sshd(8)</a>: add a "global" ChannelTimeout type that watches
                    514:        all open channels and will close all open channels if there is no
                    515:        traffic on any of them for the specified interval. This is in
                    516:        addition to the existing per-channel timeouts added recently.
                    517:     <br>This supports situations like having both session and x11
                    518:        forwarding channels open where one may be idle for an extended
                    519:        period but the other is actively used. The global timeout could
                    520:        close both channels when both have been idle for too long.
                    521:
                    522:     <li>All: make DSA key support compile-time optional, defaulting to on.
1.1       benno     523:     </ul>
                    524:   <li>Bugfixes
                    525:     <ul>
1.16      djm       526:     <li><a href='https://man.openbsd.org/sshd.8'>sshd(8)</a>: don't append an unnecessary space to the end of subsystem
                    527:        arguments (<a href='https://bugzilla.mindrot.org/show_bug.cgi?id=3667'>bz3667</a>)
                    528:
                    529:     <li><a href='https://man.openbsd.org/ssh.1'>ssh(1)</a>: fix the multiplexing "channel proxy" mode, broken when
                    530:        keystroke timing obfuscation was added. (<a href='https://github.com/openssh/openssh-portable/pull/463'>GHPR#463</a>)
                    531:
                    532:     <li><a href='https://man.openbsd.org/ssh.1'>ssh(1)</a>, <a href='https://man.openbsd.org/sshd.8'>sshd(8)</a>: fix spurious configuration parsing errors when
                    533:        options that accept array arguments are overridden (<a href='https://bugzilla.mindrot.org/show_bug.cgi?id=3657'>bz3657</a>).
                    534:
                    535:     <li><a href='https://man.openbsd.org/ssh-agent.1'>ssh-agent(1)</a>: fix potential spin in signal handler (<a href='https://bugzilla.mindrot.org/show_bug.cgi?id=3670'>bz3670</a>)
                    536:
                    537:     <li>Many fixes to manual pages and other documentation, including
                    538:        <a href='https://github.com/openssh/openssh-portable/pull/462'>GHPR#462</a>, <a href='https://github.com/openssh/openssh-portable/pull/454'>GHPR#454</a>, <a href='https://github.com/openssh/openssh-portable/pull/442'>GHPR#442</a> and <a href='https://github.com/openssh/openssh-portable/pull/441'>GHPR#441</a>.
                    539:
                    540:     <li>Greatly improve interop testing against PuTTY.
1.1       benno     541:     </ul>
                    542:   </ul>
                    543:
                    544: <li>Ports and packages:
                    545:   <p>Many pre-built packages for each architecture:
                    546:   <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    547:   <ul style="column-count: 3">
1.7       sthen     548:     <li>aarch64:    12145
1.6       naddy     549:     <li>amd64:      12309
1.1       benno     550:     <li>arm:        XXX
1.7       sthen     551:     <li>i386:       10830
1.1       benno     552:     <li>mips64:     XXX
                    553:     <li>powerpc:    XXX
1.10      sthen     554:     <li>powerpc64:  8469
1.1       benno     555:     <li>riscv64:    XXX
1.8       sthen     556:     <li>sparc64:    9432
1.1       benno     557:   </ul>
                    558:
                    559:   <p>Some highlights:
                    560:   <ul style="column-count: 3"><!-- XXX all need to be checked/updated 2024-03-02 -->
1.9       lteo      561:     <li>Asterisk 16.30.1, 18.21.0 and 20.6.0
                    562:     <li>Audacity 3.4.2
                    563:     <li>CMake 3.28.3
                    564:     <li>Chromium 122.0.6261.111
                    565:     <li>Emacs 29.2
1.1       benno     566:     <li>FFmpeg 4.4.4
                    567:     <li>GCC 8.4.0 and 11.2.0
1.9       lteo      568:     <li>GHC 9.6.4
                    569:     <li>GNOME 45
                    570:     <li>Go 1.22.1
                    571:     <li>JDK 8u402, 11.0.22, 17.0.10 and 21.0.2
                    572:     <li>KDE Applications 23.08.4
                    573:     <li>KDE Frameworks 5.115.0
1.13      rsadowsk  574:     <li>KDE Plasma 5.27.10
1.9       lteo      575:     <li>Krita 5.2.2
                    576:     <li>LLVM/Clang 13.0.0, 16.0.6 and 17.0.6
                    577:     <li>LibreOffice 24.2.1.2
1.1       benno     578:     <li>Lua 5.1.5, 5.2.4, 5.3.6 and 5.4.6
1.9       lteo      579:     <li>MariaDB 10.9.8
1.1       benno     580:     <li>Mono 6.12.0.199
1.9       lteo      581:     <li>Mozilla Firefox 123.0.1 and ESR 115.8.0
                    582:     <li>Mozilla Thunderbird 115.8.1
                    583:     <li>Mutt 2.2.13 and NeoMutt 20240201
                    584:     <li>Node.js 18.19.1
                    585:     <li>OCaml 4.14.1
                    586:     <li>OpenLDAP 2.6.7
                    587:     <li>PHP 7.4.33, 8.0.30, 8.1.27, 8.2.16 and 8.3.3
                    588:     <li>Postfix 3.8.6
                    589:     <li>PostgreSQL 16.2
                    590:     <li>Python 2.7.18, 3.9.18, 3.10.13 and 3.11.8
1.13      rsadowsk  591:     <li>Qt 5.15.12 (+ kde patches) and 6.6.1
1.1       benno     592:     <li>R 4.2.3
1.9       lteo      593:     <li>Ruby 3.1.4, 3.2.3 and 3.3.0
                    594:     <li>Rust 1.76.0
                    595:     <li>SQLite 3.44.2
1.1       benno     596:     <li>Shotcut 23.07.29
1.9       lteo      597:     <li>Sudo 1.9.15.5
                    598:     <li>Suricata 7.0.3
1.1       benno     599:     <li>Tcl/Tk 8.5.19 and 8.6.13
1.9       lteo      600:     <li>TeX Live 2023
                    601:     <li>Vim 9.1.139 and Neovim 0.9.5
                    602:     <li>Xfce 4.18.1
1.1       benno     603:   </ul>
                    604:   <p>
                    605:
                    606: <li>As usual, steady improvements in manual pages and other documentation.
                    607:
                    608: <li>The system includes the following major components from outside suppliers:
                    609:   <ul><!-- XXX all need to be checked/updated 2024-03-02 -->
1.4       matthieu  610:     <li>Xenocara (based on X.Org 7.7 with xserver 21.1.11 + patches,
                    611:         freetype 2.13.0, fontconfig 2.14.2, Mesa 23.1.9, xterm 378,
                    612:         xkeyboard-config 2.20, fonttosfnt 1.2.3 and more)
                    613:     <li>LLVM/Clang 16.0.6 (+ patches)
1.1       benno     614:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.4       matthieu  615:     <li>Perl 5.36.3 (+ patches)
                    616:     <li>NSD 4.8.0
1.1       benno     617:     <li>Unbound 1.18.0
                    618:     <li>Ncurses 5.7
                    619:     <li>Binutils 2.17 (+ patches)
                    620:     <li>Gdb 6.3 (+ patches)
1.4       matthieu  621:     <li>Awk January 22, 2024
                    622:     <li>Expat 2.6.0
                    623:     <li>zlib 1.3.1 (+ patches)
1.1       benno     624:   </ul>
                    625:
                    626: </ul>
                    627: </section>
                    628:
                    629: <hr>
                    630:
                    631: <section id=install>
                    632: <h3>How to install</h3>
                    633: <p>
                    634: Please refer to the following files on the mirror site for
                    635: extensive details on how to install OpenBSD 7.5 on your machine:
                    636:
                    637: <ul>
                    638: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/alpha/INSTALL.alpha">
                    639:        .../OpenBSD/7.5/alpha/INSTALL.alpha</a>
                    640: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/amd64/INSTALL.amd64">
                    641:        .../OpenBSD/7.5/amd64/INSTALL.amd64</a>
                    642: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/arm64/INSTALL.arm64">
                    643:        .../OpenBSD/7.5/arm64/INSTALL.arm64</a>
                    644: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/armv7/INSTALL.armv7">
                    645:        .../OpenBSD/7.5/armv7/INSTALL.armv7</a>
                    646: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/hppa/INSTALL.hppa">
                    647:        .../OpenBSD/7.5/hppa/INSTALL.hppa</a>
                    648: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/i386/INSTALL.i386">
                    649:        .../OpenBSD/7.5/i386/INSTALL.i386</a>
                    650: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/landisk/INSTALL.landisk">
                    651:        .../OpenBSD/7.5/landisk/INSTALL.landisk</a>
                    652: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/loongson/INSTALL.loongson">
                    653:        .../OpenBSD/7.5/loongson/INSTALL.loongson</a>
                    654: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/luna88k/INSTALL.luna88k">
                    655:        .../OpenBSD/7.5/luna88k/INSTALL.luna88k</a>
                    656: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/macppc/INSTALL.macppc">
                    657:        .../OpenBSD/7.5/macppc/INSTALL.macppc</a>
                    658: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/octeon/INSTALL.octeon">
                    659:        .../OpenBSD/7.5/octeon/INSTALL.octeon</a>
                    660: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/powerpc64/INSTALL.powerpc64">
                    661:        .../OpenBSD/7.5/powerpc64/INSTALL.powerpc64</a>
                    662: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/riscv64/INSTALL.riscv64">
                    663:        .../OpenBSD/7.5/riscv64/INSTALL.riscv64</a>
                    664: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/sparc64/INSTALL.sparc64">
                    665:        .../OpenBSD/7.5/sparc64/INSTALL.sparc64</a>
                    666: </ul>
                    667: </section>
                    668:
                    669: <hr>
                    670:
                    671: <section id=quickinstall>
                    672: <p>
                    673: Quick installer information for people familiar with OpenBSD, and the use of
                    674: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    675: If you are at all confused when installing OpenBSD, read the relevant
                    676: INSTALL.* file as listed above!
                    677:
                    678: <h3>OpenBSD/alpha:</h3>
                    679:
                    680: <p>
                    681: If your machine can boot from CD, you can write <i>install75.iso</i> or
                    682: <i>cd75.iso</i> to a CD and boot from it.
                    683: Refer to INSTALL.alpha for more details.
                    684:
                    685: <h3>OpenBSD/amd64:</h3>
                    686:
                    687: <p>
                    688: If your machine can boot from CD, you can write <i>install75.iso</i> or
                    689: <i>cd75.iso</i> to a CD and boot from it.
                    690: You may need to adjust your BIOS options first.
                    691:
                    692: <p>
                    693: If your machine can boot from USB, you can write <i>install75.img</i> or
                    694: <i>miniroot75.img</i> to a USB stick and boot from it.
                    695:
                    696: <p>
                    697: If you can't boot from a CD, floppy disk, or USB,
                    698: you can install across the network using PXE as described in the included
                    699: INSTALL.amd64 document.
                    700:
                    701: <p>
                    702: If you are planning to dual boot OpenBSD with another OS, you will need to
                    703: read INSTALL.amd64.
                    704:
                    705: <h3>OpenBSD/arm64:</h3>
                    706:
                    707: <p>
1.12      jsg       708: If your machine can boot from CD, you can write <i>install75.iso</i> or
                    709: <i>cd75.iso</i> to a CD and boot from it.
                    710:
                    711: <p>
                    712: To boot from disk, write <i>install75.img</i> or <i>miniroot75.img</i> to a
                    713: disk and boot from it after connecting to the serial console.  Refer to
                    714: INSTALL.arm64 for more details.
1.1       benno     715:
                    716: <h3>OpenBSD/armv7:</h3>
                    717:
                    718: <p>
                    719: Write a system specific miniroot to an SD card and boot from it after connecting
                    720: to the serial console.  Refer to INSTALL.armv7 for more details.
                    721:
                    722: <h3>OpenBSD/hppa:</h3>
                    723:
                    724: <p>
                    725: Boot over the network by following the instructions in INSTALL.hppa or the
                    726: <a href="hppa.html#install">hppa platform page</a>.
                    727:
                    728: <h3>OpenBSD/i386:</h3>
                    729:
                    730: <p>
                    731: If your machine can boot from CD, you can write <i>install75.iso</i> or
                    732: <i>cd75.iso</i> to a CD and boot from it.
                    733: You may need to adjust your BIOS options first.
                    734:
                    735: <p>
                    736: If your machine can boot from USB, you can write <i>install75.img</i> or
                    737: <i>miniroot75.img</i> to a USB stick and boot from it.
                    738:
                    739: <p>
                    740: If you can't boot from a CD, floppy disk, or USB,
                    741: you can install across the network using PXE as described in
                    742: the included INSTALL.i386 document.
                    743:
                    744: <p>
                    745: If you are planning on dual booting OpenBSD with another OS, you will need to
                    746: read INSTALL.i386.
                    747:
                    748: <h3>OpenBSD/landisk:</h3>
                    749:
                    750: <p>
                    751: Write <i>miniroot75.img</i> to the start of the CF
                    752: or disk, and boot normally.
                    753:
                    754: <h3>OpenBSD/loongson:</h3>
                    755:
                    756: <p>
                    757: Write <i>miniroot75.img</i> to a USB stick and boot bsd.rd from it
                    758: or boot bsd.rd via tftp.
                    759: Refer to the instructions in INSTALL.loongson for more details.
                    760:
                    761: <h3>OpenBSD/luna88k:</h3>
                    762:
                    763: <p>
                    764: Copy 'boot' and 'bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    765: from the PROM, and then bsd.rd from the bootloader.
                    766: Refer to the instructions in INSTALL.luna88k for more details.
                    767:
                    768: <h3>OpenBSD/macppc:</h3>
                    769:
                    770: <p>
                    771: Burn the image from a mirror site to a CDROM, and power on your machine
                    772: while holding down the <i>C</i> key until the display turns on and
                    773: shows <i>OpenBSD/macppc boot</i>.
                    774:
                    775: <p>
                    776: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    777: /7.5/macppc/bsd.rd</i>
                    778:
                    779: <h3>OpenBSD/octeon:</h3>
                    780:
                    781: <p>
                    782: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    783: Refer to the instructions in INSTALL.octeon for more details.
                    784:
                    785: <h3>OpenBSD/powerpc64:</h3>
                    786:
                    787: <p>
                    788: To install, write <i>install75.img</i> or <i>miniroot75.img</i> to a
                    789: USB stick, plug it into the machine and choose the <i>OpenBSD
                    790: install</i> menu item in Petitboot.
                    791: Refer to the instructions in INSTALL.powerpc64 for more details.
                    792:
                    793: <h3>OpenBSD/riscv64:</h3>
                    794:
                    795: <p>
                    796: To install, write <i>install75.img</i> or <i>miniroot75.img</i> to a
                    797: USB stick, and boot with that drive plugged in.
                    798: Make sure you also have the microSD card plugged in that shipped with the
                    799: HiFive Unmatched board.
                    800: Refer to the instructions in INSTALL.riscv64 for more details.
                    801:
                    802: <h3>OpenBSD/sparc64:</h3>
                    803:
                    804: <p>
                    805: Burn the image from a mirror site to a CDROM, boot from it, and type
                    806: <i>boot cdrom</i>.
                    807:
                    808: <p>
                    809: If this doesn't work, or if you don't have a CDROM drive, you can write
                    810: <i>floppy75.img</i> or <i>floppyB75.img</i>
                    811: (depending on your machine) to a floppy and boot it with <i>boot
                    812: floppy</i>. Refer to INSTALL.sparc64 for details.
                    813:
                    814: <p>
                    815: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    816: will most likely fail.
                    817:
                    818: <p>
                    819: You can also write <i>miniroot75.img</i> to the swap partition on
                    820: the disk and boot with <i>boot disk:b</i>.
                    821:
                    822: <p>
                    823: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    824: </section>
                    825:
                    826: <hr>
                    827:
                    828: <section id=upgrade>
                    829: <h3>How to upgrade</h3>
                    830: <p>
                    831: If you already have an OpenBSD 7.4 system, and do not want to reinstall,
                    832: upgrade instructions and advice can be found in the
                    833: <a href="faq/upgrade75.html">Upgrade Guide</a>.
                    834: </section>
                    835:
                    836: <hr>
                    837:
                    838: <section id=sourcecode>
                    839: <h3>Notes about the source code</h3>
                    840: <p>
                    841: <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
                    842: This file contains everything you need except for the kernel sources,
                    843: which are in a separate archive.
                    844: To extract:
                    845: <blockquote><pre>
                    846: # <kbd>mkdir -p /usr/src</kbd>
                    847: # <kbd>cd /usr/src</kbd>
                    848: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
                    849: </pre></blockquote>
                    850: <p>
                    851: <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
                    852: This file contains all the kernel sources you need to rebuild kernels.
                    853: To extract:
                    854: <blockquote><pre>
                    855: # <kbd>mkdir -p /usr/src/sys</kbd>
                    856: # <kbd>cd /usr/src</kbd>
                    857: # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
                    858: </pre></blockquote>
                    859: <p>
                    860: Both of these trees are a regular CVS checkout.  Using these trees it
                    861: is possible to get a head-start on using the anoncvs servers as
                    862: described <a href="anoncvs.html">here</a>.
                    863: Using these files
                    864: results in a much faster initial CVS update than you could expect from
                    865: a fresh checkout of the full OpenBSD source tree.
                    866: </section>
                    867:
                    868: <hr>
                    869:
                    870: <section id=ports>
                    871: <h3>Ports Tree</h3>
                    872: <p>
                    873: A ports tree archive is also provided.  To extract:
                    874: <blockquote><pre>
                    875: # <kbd>cd /usr</kbd>
                    876: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
                    877: </pre></blockquote>
                    878: <p>
                    879: Go read the <a href="faq/ports/index.html">ports</a> page
                    880: if you know nothing about ports
                    881: at this point.  This text is not a manual of how to use ports.
                    882: Rather, it is a set of notes meant to kickstart the user on the
                    883: OpenBSD ports system.
                    884: <p>
                    885: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    886: As with our complete source tree, our ports tree is available via
                    887: <a href="anoncvs.html">AnonCVS</a>.
                    888: So, in order to keep up to date with the -stable branch, you must make
                    889: the <i>ports/</i> tree available on a read-write medium and update the tree
                    890: with a command like:
                    891: <blockquote><pre>
                    892: # <kbd>cd /usr/ports</kbd>
                    893: # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_7_5</kbd>
                    894: </pre></blockquote>
                    895: <p>
                    896: [Of course, you must replace the server name here with a nearby anoncvs
                    897: server.]
                    898: <p>
                    899: Note that most ports are available as packages on our mirrors. Updated
                    900: ports for the 7.5 release will be made available if problems arise.
                    901: <p>
                    902: If you're interested in seeing a port added, would like to help out, or just
                    903: would like to know more, the mailing list
                    904: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    905: </section>
                    906: </body>
                    907: </html>