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

Annotation of www/75.html, Revision 1.15

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>
                     93:   <li>...
                     94:   </ul>
                     95:
                     96: <li>Direct Rendering Manager and graphics drivers
                     97:   <ul>
1.11      jsg        98:   <li>Updated <a href="https://man.openbsd.org/drm.4">drm(4)</a>
                     99:       to Linux 6.6.19.
                    100:   <li>New <a href="https://man.openbsd.org/arm64/apldcp.4">apldcp(4)</a> and
                    101:       <a href="https://man.openbsd.org/arm64/apldrm.4">apldrm(4)</a> drivers
                    102:       for Apple display coprocessor.
1.1       benno     103:   </ul>
                    104:
                    105: <li>VMM/VMD improvements
                    106:   <ul>
1.15    ! dv        107:   <li>Fixed IRQ storm caused by edge-triggered devices such as the uart.
        !           108:   <li>Fixed block size calculation for vioscsi devices.
        !           109:   <li>Added io instruction length to vm exit information, allowing
        !           110:       <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> to perform validation
        !           111:       in userspace.
        !           112:   <li>Adopted new <a href="https://man.openbsd.org/imsg_init.3">imsg_get_*(3)</a>
        !           113:       api.
        !           114:   <li>Rewrote vionet devices to allow zero-copy data transfers between host and
        !           115:       guest.
        !           116:   <li>Improved error messages related to <a href="https://man.openbsd.org/getgrnam.3">
        !           117:       getgrnam(3)</a> usage and out of <a href="https://man.openbsd.org/tap.4">tap(4)
        !           118:       </a> device conditions.
        !           119:   <li>Fixed various things found by smatch static analyzer.
        !           120:   <li>Fixed various file descriptor lifecycle issues and leaks across
        !           121:       <a href="https://man.openbsd.org/fork.2">fork(2)</a>/
        !           122:       <a href="https://man.openbsd.org/execve.2">execve(2)</a> usage.
        !           123:   <li>Added multi-threading support to vionet device emulation, improving latency.
        !           124:   <li>Fixed <a href="https://man.openbsd.org/vmm.4">vmm(4)</a> instability on Intel
        !           125:       VMX hosts by updating GDTR &amp; TR if vcpu moves host cpus.
        !           126:   <li>Added EPT flushing upon <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>
        !           127:       enabling VMX mode.
        !           128:   <li>Added branch predictor flushing if IBPB is supported.
        !           129:   <li>Corrected restoring GDTR and IDTR limits upon VMX guest exit.
        !           130:   <li>Corrected handling of CPUID 0xd subleaves
        !           131:   <li>Added additional use of VERW and register clobbering to mitigate RFDS
        !           132:       vulnerabilities on Intel Atom cores.
1.1       benno     133:   </ul>
                    134:
                    135: <li>Various new userland features:
                    136:   <ul>
                    137:   <li>...
                    138:   </ul>
                    139:
                    140: <li>Various bugfixes and tweaks in userland:
                    141:   <ul>
                    142:   <li>...
                    143:   </ul>
                    144:
                    145: <li>Improved hardware support and driver bugfixes, including:
                    146:   <ul>
                    147: <!-- new drivers -->
                    148:   <li>...
                    149:
                    150: <!-- other -->
                    151:   <li>...
                    152:   </ul>
                    153:
                    154: <li>New or improved network hardware support:
                    155:   <ul>
                    156:   <li>...
                    157:   </ul>
                    158:
                    159: <li>Added or improved wireless network drivers:
                    160:   <ul>
1.14      stsp      161:   <li>Introduce <a href="https://man.openbsd.org/qwx.4">qwx(4)</a>,
                    162:   a port of the Linux ath11k driver for QCNFA765 devices.
                    163:   Available on the amd64 and arm64 platforms.
                    164:   <li>Fix Tx rate selection for management frames in
                    165:   <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.
                    166:   <li>Fix <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> loading the wrong
                    167:   firmware image on some devices.
                    168:   <li>Make <a href="https://man.openbsd.org/bfwm.4">bwfm(4)</a> work with MAC
                    169:   addresses set via ifconfig lladdr.
                    170:   <li>Ensure that <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> uses the
                    171:   80MHz primary channel index announced in beacons.
                    172:   <li>Avoid using MCS-9 in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a>
                    173:   Tx rate selection if 40 MHz is disabled to prevent firmware errors.
                    174:   <li>Ensure that <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and
                    175:   <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> devices announce VHT
                    176:   capabilities in probe requests.
                    177:   <li>Fix bug in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a>,
                    178:   <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>, and
                    179:   <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> which could result
                    180:   in some channels missing from scan results.
                    181:   <li>Enable <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> on the
                    182:   arm64 platform.
1.1       benno     183:   </ul>
                    184:
                    185: <li>IEEE 802.11 wireless stack improvements and bugfixes:
                    186:   <ul>
1.14      stsp      187:   <li> Ignore 40/80 MHz wide channel configurations which do not appear
                    188:   in the 802.11ac spec. This prevents device firmware errors which
                    189:   occurred when an access point announced an invalid channel configuration.
1.1       benno     190:   </ul>
                    191:
                    192: <li>Installer, upgrade and bootloader improvements:
                    193:   <ul>
                    194:   <li>...
                    195:   </ul>
                    196:
                    197: <li>Security improvements:
                    198:   <ul>
                    199:   <li>...
                    200:   </ul>
                    201:
                    202: <li>Changes in the network stack:
                    203:   <ul>
                    204:   <li>...
                    205:   </ul>
                    206:
                    207: <li>The following changes were made to the <a
                    208:        href="https://man.openbsd.org/pf.4">pf(4)</a> firewall:
                    209:   <ul>
                    210:   <li>...
                    211:   </ul>
                    212:
1.2       benno     213:
1.1       benno     214: <li>Routing daemons and other userland network improvements:
                    215:   <ul>
                    216:
                    217:   <li>IPsec support was improved:
                    218:   <ul>
                    219:        <li>...
                    220:   </ul>
                    221:
                    222:   <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>,
                    223:   <ul>
                    224:        <li>...
                    225:   </ul>
                    226:
1.2       benno     227:   <li><a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> saw these and more changes:
1.1       benno     228:   <ul>
1.2       benno     229:        <li>Add ability to constrain an RPKI Trust Anchor's effective signing
                    230:        authority to a limited set of Internet numbers. This allows Relying
                    231:        Parties to enjoy the potential benefits of assuming trust, but within
                    232:        a bounded scope.
                    233:        <li>Following a 'failed fetch' (described in RFC 9286), emit a warning and
                    234:        continue with a previously cached Manifest file.
                    235:        <li>Emit a warning when the remote repository presents a Manifest with an
                    236:        unexpected manifestNumber.
                    237:        <li>Improved CRL extension checking.
                    238:        <li>Experimental support for the P-256 signature algorithm.
                    239:        <!-- 8.8. -->
                    240:        <li>A failed manifest fetch could result in a NULL pointer dereference or
                    241:        a use after free.
                    242:        <li>Reject non-conforming RRDP delta elements that contain neither publish
                    243:        nor a withdraw element and fall back to the RRDP snapshot.
                    244:        <li>Refactoring and minor bug fixes in the warning display functions.
                    245:        <!-- 8.9 -->
                    246:        <li>The handling of manifests fetched via rsync or RRDP was reworked to
                    247:        fully conform to RFC 9286.
                    248:        <li>Fix a race condition between closing an idle connection and scheduling a
                    249:        new request on it.
                    250:        <li>The evaluation time specified with -P now also applies to trust anchor
                    251:        certificates.
                    252:        <li>Check that the entire CMS eContent was consumed. Previously, trailing
                    253:        data would be silently discarded on deserialization of products.
                    254:        <li>In file mode do not consider overclaiming intermediate CA certificates
                    255:        as invalid.  OAA warning is still issued.
                    256:        <li>Print the revocation time of certificates in file mode.
                    257:        <li>Be more careful when converting OpenSSL numeric identifiers (NIDs)
                    258:        to strings.
                    259:        <!-- 9.0 -->
                    260:        <li>Added support for RPKI Signed Prefix Lists.
                    261:        <li>Added an -x flag to opt into parsing and evaluation of file types that are
                    262:        still considered experimental.
                    263:        <li>Added a metric to track the number of new files that were moved to the
                    264:        validated cache.
                    265:        <li>Ensure that the FileAndHashes list in a Manifest contains no duplicate
                    266:        file names and no duplicate hashes.
1.1       benno     267:   </ul>
                    268:
                    269:   <li>In <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>,
                    270:   <ul>
1.5       op        271:        <li>Add <code>Message-Id</code> as needed for messages received on
                    272:            the submission port.
                    273:        <li>Added support for RFC 7505 "Null MX" handling and treat
                    274:            an MX of "localhost" as it were a "Null MX".
                    275:        <li>Allow inline tables and filter listings in
                    276:            <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a>
                    277:            to span over multiple lines.
                    278:        <li>Enabled <abbr title="Delivery Status Notification">DSN</abbr>
                    279:            for the implicit socket too.
                    280:        <li>Added the
                    281:            <a href="https://man.openbsd.org/smtpd.conf.5#no-dsn~2">no-dsn</a>
                    282:            option for <code>listen on socket</code> too.
                    283:        <li>Reject headers that start with a space or a tab.
                    284:        <li>Fixed parsing of the <code>ORCPT</code> parameter.
                    285:        <li>Fixed table lookups of IPv6 addresses.
                    286:        <li>Fixed handling of escape characters in To, From and Cc headers.
                    287:        <li>Run <abbr title="Local Mail Transfer Protocol">LMTP</abbr>
                    288:            deliveries as the recipient user again.
                    289:        <li>Disallow custom commands and file reading in root's
                    290:            <code>.forward</code> file.
                    291:        <li>Do not process other users <code>.forward</code> files when
                    292:            an alternate delivery user is provided in a dispatcher.
                    293:        <li>Unify the <a href="https://man.openbsd.org/table.5">table(5)</a>
                    294:            parser used in
                    295:            <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> and
                    296:            <a href="https://man.openbsd.org/makemap.8">makemap(8)</a>.
                    297:        <li>Allow to use <a href="https://man.openbsd.org/table.5">table(5)</a>
                    298:            mappings on various match constraints.
1.1       benno     299:   </ul>
                    300:
                    301:   <li>Many other changes in various network programs and libraries:
                    302:   <ul>
                    303:        <li>...
                    304:   </ul>
                    305:   </ul>
                    306:
                    307: <li><a href="https://man.openbsd.org/tmux.1">tmux(1)</a> improvements and bug fixes:
                    308:   <ul>
                    309:   <li>...
                    310:   </ul>
                    311:
1.3       tb        312: <li>LibreSSL version 3.9.0
1.1       benno     313:   <ul>
1.3       tb        314:   <li>Portable changes
1.1       benno     315:     <ul>
1.3       tb        316:     <li>libcrypto no longer exports compat symbols in cmake builds.
                    317:     <li>Most compatibility symbols are prefixed with <code>libressl_</code>
                    318:       to avoid symbol clashes in static links.
                    319:     <li>Fixed various warnings on Windows.
                    320:     <li>Removed assert pop-ups with Windows debug builds.
                    321:     <li>Fixed crashes and hangs in Windows ARM64 builds.
                    322:     <li>Improved control-flow enforcement (CET) support.
1.1       benno     323:     </ul>
1.3       tb        324:   <li>Internal improvements
1.1       benno     325:     <ul>
1.3       tb        326:     <li>Converted uses of <code>OBJ_bsearch_()</code> to standard
                    327:       <a href="https://man.openbsd.org/bsearch">bsearch(3)</a>.
                    328:     <li>Greatly simplified <code>by_file_ctrl()</code>.
                    329:     <li>Simplified and cleaned up the OBJ_ API.
                    330:     <li>Cleaned up the <a href="https://man.openbsd.org/EVP_CipherInit">EVP_Cipher{Init,Update,Final}(3)</a> implementations.
                    331:     <li>Removed unused function pointers from X.509 stores and contexts.
                    332:     <li>A lot of cleanup and reorganization in EVP.
                    333:     <li>Removed all remaining <code>ENGINE</code> tentacles.
                    334:     <li>Simplified internals of <code>X509_TRUST</code> handling.
                    335:     <li>Made deletion from a <a href="https://man.openbsd.org/lh_delete">lhash</a>
                    336:       doall callback safe.
                    337:     <li>Rewrote <a href="https://man.openbsd.org/BIO_dump">BIO_dump*(3)</a> internals
                    338:       to be less bad.
1.1       benno     339:     </ul>
1.3       tb        340:   <li>Documentation improvements
1.1       benno     341:     <ul>
1.3       tb        342:     <li><code>ENGINE</code> documentation was updated to reflect reality.
                    343:     <li>Made EVP API documentation more accurate and less incoherent.
                    344:     <li>Call out some shortcomings of the <code>EC_KEY_set_*</code> API explicitly.
1.1       benno     345:     </ul>
1.3       tb        346:   <li>Testing and proactive security
1.1       benno     347:     <ul>
1.3       tb        348:     <li>Bug fixes and simplifications in the Wycheproof tests.
1.1       benno     349:     </ul>
1.3       tb        350:   <li>Compatibility changes
1.1       benno     351:     <ul>
1.3       tb        352:     <li>Added ChaCha20 and chacha20 aliases for ChaCha.
                    353:     <li><a href="https://man.openbsd.org/SSL_library_init">SSL_library_init(3)</a>
                    354:       now has the same effect as OPENSSL_init_ssl().
                    355:     <li><code>EVP_add_{cipher,digest}()</code> were removed. From the <code>OBJ_NAME</code> API,
                    356:       only <a href="https://man.openbsd.org/OBJ_NAME_do_all">OBJ_NAME_do_all*()</a> remain.
                    357:       In particular, it is no longer possible to add aliases for ciphers and digests.
                    358:     <li>The thread unsafe global tables are no longer supported. It is no
                    359:       longer possible to add aliases for ciphers and digests, custom ASN.1
                    360:       strings table entries, ASN.1 methods, PKEY methods, digest methods,
                    361:       CRL methods, purpose and trust identifiers, or X.509 extensions.
                    362:     <li>Removed the _cb() and _fp() versions of
                    363:       <a href="https://man.openbsd.org/BIO_dump">BIO_dump{,_indent}()</a>.
                    364:     <li><code>BIO_set()</code> was removed.
                    365:     <li><code>BIO_{sn,v,vsn}printf()</code> were removed.
                    366:     <li>Turn the long dysfunctional
                    367:       <a href="https://man.openbsd.org/openssl(1)">openssl(1)</a>
                    368:       <code>s_client -pause</code> into a noop.
                    369:     <li><a href="https://man.openbsd.org/openssl(1)">openssl(1)</a> <code>x509</code>
                    370:      now supports <code>-new</code>, <code>-force_pubkey</code>, <code>-multivalue-rdn</code>,
                    371:       <code>-set_issuer</code> <code>-set_subject</code>, and <code>-utf8</code>.
                    372:     <li>Support ECDSA with SHA-3 signature algorithms.
                    373:     <li>Support HMAC with truncated SHA-2 and SHA-3 as PBE PRF.
                    374:     <li>GOST and STREEBOG support was removed.
                    375:     <li><code>CRYPTO_THREADID</code>, <code>_LHASH</code>, <code>_STACK</code> and
                    376:       <code>X509_PURPOSE</code> are now opaque, <code>X509_CERT_AUX</code> and
                    377:       <code>X509_TRUST</code> were removed from the public API.
                    378:     <li><a href="https://man.openbsd.org/ASN1_STRING_TABLE_get()">ASN1_STRING_TABLE_get(3)</a>
                    379:       and <a href="https://man.openbsd.org/X509_PURPOSE_get0">X509_PURPOSE_get0*(3)</a> now
                    380:       return const pointers.
                    381:     <li><code>EVP_{CIPHER,MD}_CTX_init()</code>'s signatures and semantics now match
                    382:       OpenSSL's behavior.
                    383:     <li><code>sk_find_ex()</code> and <code>OBJ_bsearch_()</code> were removed.
                    384:     <li><a href="https://man.openbsd.org/CRYPTO_malloc">CRYPTO_malloc(3)</a> was fixed to use
                    385:       <code>size_t</code> argument.  <code>CRYPTO_malloc()</code>
                    386:       and <code>CRYPTO_free()</code> now accept file and line arguments.
                    387:     <li>A lot of decrepit CRYPTO memory API was removed.
1.1       benno     388:     </ul>
                    389:   <li>Bug fixes
                    390:     <ul>
1.3       tb        391:     <li>Fixed aliasing issues in <code>BN_mod_exp_simple()</code> and <code>BN_mod_exp_recp()</code>.
                    392:     <li>Fixed numerous misuses of
                    393:       <a href="https://man.openbsd.org/X509_ALGOR_set0">X509_ALGOR_set0(3)</a>
                    394:       resulting in leaks and potentially incorrect encodings.
                    395:     <li>Fixed potential double free in
                    396:       <a href="https://man.openbsd.org/X509v3_asid_add_id_or_range">X509v3_asid_add_id_or_range(3)</a>.
                    397:     <li>Stopped using <code>ASN1_time_parse()</code> outside of libcrypto.
                    398:     <li>Prepared <a href="https://man.openbsd.org/OPENSSL_gmtime">OPENSSL_gmtime(3)</a> and
                    399:       <a href="https://man.openbsd.org/OPENSSL_timegm">OPENSSL_timegm(3)</a> as public API
                    400:       wrappers of internal functions compatible with BoringSSL API.
                    401:     <li>Removed <code>print_bin()</code> to avoid overwriting the stack with 5 bytes
                    402:       of <code>&quot;&nbsp;&quot;</code> when ECPK parameters are printed with large
                    403:       indentation.
                    404:     <li>Avoid a <code>NULL</code> dereference after memory allocation failure during TLS
                    405:       version downgrade.
                    406:     <li>Fixed various bugs in CMAC internals.
                    407:     <li>Fixed 4-byte overreads in GHASH assembly on amd64 and i386.
                    408:     <li>Fixed various NULL dereferences in PKCS #12 code due to mishandling
                    409:       of OPTIONAL content in PKCS #7 ContentInfo.
                    410:     <li>Aligned <a href="https://man.openbsd.org/SSL_shutdown">SSL_shutdown(3)</a>
                    411:       behavior in TLSv1.3 with the legacy stack.
                    412:     <li>Fixed the new X.509 verifier to find trust anchors in the trusted
                    413:       stack.
1.1       benno     414:     </ul>
                    415:   </ul>
                    416:
                    417: <li>OpenSSH 9.x and OpenSSH 9.x
                    418:   <ul>
                    419:   <li>Potentially incompatible changes
                    420:     <ul>
                    421:     <li>...
                    422:     </ul>
                    423:   <li>New features
                    424:     <ul>
                    425:     <li>...
                    426:     </ul>
                    427:   <li>Bugfixes
                    428:     <ul>
                    429:     <li>...
                    430:     </ul>
                    431:   </ul>
                    432:
                    433: <li>Ports and packages:
                    434:   <p>Many pre-built packages for each architecture:
                    435:   <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    436:   <ul style="column-count: 3">
1.7       sthen     437:     <li>aarch64:    12145
1.6       naddy     438:     <li>amd64:      12309
1.1       benno     439:     <li>arm:        XXX
1.7       sthen     440:     <li>i386:       10830
1.1       benno     441:     <li>mips64:     XXX
                    442:     <li>powerpc:    XXX
1.10      sthen     443:     <li>powerpc64:  8469
1.1       benno     444:     <li>riscv64:    XXX
1.8       sthen     445:     <li>sparc64:    9432
1.1       benno     446:   </ul>
                    447:
                    448:   <p>Some highlights:
                    449:   <ul style="column-count: 3"><!-- XXX all need to be checked/updated 2024-03-02 -->
1.9       lteo      450:     <li>Asterisk 16.30.1, 18.21.0 and 20.6.0
                    451:     <li>Audacity 3.4.2
                    452:     <li>CMake 3.28.3
                    453:     <li>Chromium 122.0.6261.111
                    454:     <li>Emacs 29.2
1.1       benno     455:     <li>FFmpeg 4.4.4
                    456:     <li>GCC 8.4.0 and 11.2.0
1.9       lteo      457:     <li>GHC 9.6.4
                    458:     <li>GNOME 45
                    459:     <li>Go 1.22.1
                    460:     <li>JDK 8u402, 11.0.22, 17.0.10 and 21.0.2
                    461:     <li>KDE Applications 23.08.4
                    462:     <li>KDE Frameworks 5.115.0
1.13      rsadowsk  463:     <li>KDE Plasma 5.27.10
1.9       lteo      464:     <li>Krita 5.2.2
                    465:     <li>LLVM/Clang 13.0.0, 16.0.6 and 17.0.6
                    466:     <li>LibreOffice 24.2.1.2
1.1       benno     467:     <li>Lua 5.1.5, 5.2.4, 5.3.6 and 5.4.6
1.9       lteo      468:     <li>MariaDB 10.9.8
1.1       benno     469:     <li>Mono 6.12.0.199
1.9       lteo      470:     <li>Mozilla Firefox 123.0.1 and ESR 115.8.0
                    471:     <li>Mozilla Thunderbird 115.8.1
                    472:     <li>Mutt 2.2.13 and NeoMutt 20240201
                    473:     <li>Node.js 18.19.1
                    474:     <li>OCaml 4.14.1
                    475:     <li>OpenLDAP 2.6.7
                    476:     <li>PHP 7.4.33, 8.0.30, 8.1.27, 8.2.16 and 8.3.3
                    477:     <li>Postfix 3.8.6
                    478:     <li>PostgreSQL 16.2
                    479:     <li>Python 2.7.18, 3.9.18, 3.10.13 and 3.11.8
1.13      rsadowsk  480:     <li>Qt 5.15.12 (+ kde patches) and 6.6.1
1.1       benno     481:     <li>R 4.2.3
1.9       lteo      482:     <li>Ruby 3.1.4, 3.2.3 and 3.3.0
                    483:     <li>Rust 1.76.0
                    484:     <li>SQLite 3.44.2
1.1       benno     485:     <li>Shotcut 23.07.29
1.9       lteo      486:     <li>Sudo 1.9.15.5
                    487:     <li>Suricata 7.0.3
1.1       benno     488:     <li>Tcl/Tk 8.5.19 and 8.6.13
1.9       lteo      489:     <li>TeX Live 2023
                    490:     <li>Vim 9.1.139 and Neovim 0.9.5
                    491:     <li>Xfce 4.18.1
1.1       benno     492:   </ul>
                    493:   <p>
                    494:
                    495: <li>As usual, steady improvements in manual pages and other documentation.
                    496:
                    497: <li>The system includes the following major components from outside suppliers:
                    498:   <ul><!-- XXX all need to be checked/updated 2024-03-02 -->
1.4       matthieu  499:     <li>Xenocara (based on X.Org 7.7 with xserver 21.1.11 + patches,
                    500:         freetype 2.13.0, fontconfig 2.14.2, Mesa 23.1.9, xterm 378,
                    501:         xkeyboard-config 2.20, fonttosfnt 1.2.3 and more)
                    502:     <li>LLVM/Clang 16.0.6 (+ patches)
1.1       benno     503:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.4       matthieu  504:     <li>Perl 5.36.3 (+ patches)
                    505:     <li>NSD 4.8.0
1.1       benno     506:     <li>Unbound 1.18.0
                    507:     <li>Ncurses 5.7
                    508:     <li>Binutils 2.17 (+ patches)
                    509:     <li>Gdb 6.3 (+ patches)
1.4       matthieu  510:     <li>Awk January 22, 2024
                    511:     <li>Expat 2.6.0
                    512:     <li>zlib 1.3.1 (+ patches)
1.1       benno     513:   </ul>
                    514:
                    515: </ul>
                    516: </section>
                    517:
                    518: <hr>
                    519:
                    520: <section id=install>
                    521: <h3>How to install</h3>
                    522: <p>
                    523: Please refer to the following files on the mirror site for
                    524: extensive details on how to install OpenBSD 7.5 on your machine:
                    525:
                    526: <ul>
                    527: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/alpha/INSTALL.alpha">
                    528:        .../OpenBSD/7.5/alpha/INSTALL.alpha</a>
                    529: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/amd64/INSTALL.amd64">
                    530:        .../OpenBSD/7.5/amd64/INSTALL.amd64</a>
                    531: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/arm64/INSTALL.arm64">
                    532:        .../OpenBSD/7.5/arm64/INSTALL.arm64</a>
                    533: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/armv7/INSTALL.armv7">
                    534:        .../OpenBSD/7.5/armv7/INSTALL.armv7</a>
                    535: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/hppa/INSTALL.hppa">
                    536:        .../OpenBSD/7.5/hppa/INSTALL.hppa</a>
                    537: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/i386/INSTALL.i386">
                    538:        .../OpenBSD/7.5/i386/INSTALL.i386</a>
                    539: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/landisk/INSTALL.landisk">
                    540:        .../OpenBSD/7.5/landisk/INSTALL.landisk</a>
                    541: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/loongson/INSTALL.loongson">
                    542:        .../OpenBSD/7.5/loongson/INSTALL.loongson</a>
                    543: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/luna88k/INSTALL.luna88k">
                    544:        .../OpenBSD/7.5/luna88k/INSTALL.luna88k</a>
                    545: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/macppc/INSTALL.macppc">
                    546:        .../OpenBSD/7.5/macppc/INSTALL.macppc</a>
                    547: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/octeon/INSTALL.octeon">
                    548:        .../OpenBSD/7.5/octeon/INSTALL.octeon</a>
                    549: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/powerpc64/INSTALL.powerpc64">
                    550:        .../OpenBSD/7.5/powerpc64/INSTALL.powerpc64</a>
                    551: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/riscv64/INSTALL.riscv64">
                    552:        .../OpenBSD/7.5/riscv64/INSTALL.riscv64</a>
                    553: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/sparc64/INSTALL.sparc64">
                    554:        .../OpenBSD/7.5/sparc64/INSTALL.sparc64</a>
                    555: </ul>
                    556: </section>
                    557:
                    558: <hr>
                    559:
                    560: <section id=quickinstall>
                    561: <p>
                    562: Quick installer information for people familiar with OpenBSD, and the use of
                    563: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    564: If you are at all confused when installing OpenBSD, read the relevant
                    565: INSTALL.* file as listed above!
                    566:
                    567: <h3>OpenBSD/alpha:</h3>
                    568:
                    569: <p>
                    570: If your machine can boot from CD, you can write <i>install75.iso</i> or
                    571: <i>cd75.iso</i> to a CD and boot from it.
                    572: Refer to INSTALL.alpha for more details.
                    573:
                    574: <h3>OpenBSD/amd64:</h3>
                    575:
                    576: <p>
                    577: If your machine can boot from CD, you can write <i>install75.iso</i> or
                    578: <i>cd75.iso</i> to a CD and boot from it.
                    579: You may need to adjust your BIOS options first.
                    580:
                    581: <p>
                    582: If your machine can boot from USB, you can write <i>install75.img</i> or
                    583: <i>miniroot75.img</i> to a USB stick and boot from it.
                    584:
                    585: <p>
                    586: If you can't boot from a CD, floppy disk, or USB,
                    587: you can install across the network using PXE as described in the included
                    588: INSTALL.amd64 document.
                    589:
                    590: <p>
                    591: If you are planning to dual boot OpenBSD with another OS, you will need to
                    592: read INSTALL.amd64.
                    593:
                    594: <h3>OpenBSD/arm64:</h3>
                    595:
                    596: <p>
1.12      jsg       597: If your machine can boot from CD, you can write <i>install75.iso</i> or
                    598: <i>cd75.iso</i> to a CD and boot from it.
                    599:
                    600: <p>
                    601: To boot from disk, write <i>install75.img</i> or <i>miniroot75.img</i> to a
                    602: disk and boot from it after connecting to the serial console.  Refer to
                    603: INSTALL.arm64 for more details.
1.1       benno     604:
                    605: <h3>OpenBSD/armv7:</h3>
                    606:
                    607: <p>
                    608: Write a system specific miniroot to an SD card and boot from it after connecting
                    609: to the serial console.  Refer to INSTALL.armv7 for more details.
                    610:
                    611: <h3>OpenBSD/hppa:</h3>
                    612:
                    613: <p>
                    614: Boot over the network by following the instructions in INSTALL.hppa or the
                    615: <a href="hppa.html#install">hppa platform page</a>.
                    616:
                    617: <h3>OpenBSD/i386:</h3>
                    618:
                    619: <p>
                    620: If your machine can boot from CD, you can write <i>install75.iso</i> or
                    621: <i>cd75.iso</i> to a CD and boot from it.
                    622: You may need to adjust your BIOS options first.
                    623:
                    624: <p>
                    625: If your machine can boot from USB, you can write <i>install75.img</i> or
                    626: <i>miniroot75.img</i> to a USB stick and boot from it.
                    627:
                    628: <p>
                    629: If you can't boot from a CD, floppy disk, or USB,
                    630: you can install across the network using PXE as described in
                    631: the included INSTALL.i386 document.
                    632:
                    633: <p>
                    634: If you are planning on dual booting OpenBSD with another OS, you will need to
                    635: read INSTALL.i386.
                    636:
                    637: <h3>OpenBSD/landisk:</h3>
                    638:
                    639: <p>
                    640: Write <i>miniroot75.img</i> to the start of the CF
                    641: or disk, and boot normally.
                    642:
                    643: <h3>OpenBSD/loongson:</h3>
                    644:
                    645: <p>
                    646: Write <i>miniroot75.img</i> to a USB stick and boot bsd.rd from it
                    647: or boot bsd.rd via tftp.
                    648: Refer to the instructions in INSTALL.loongson for more details.
                    649:
                    650: <h3>OpenBSD/luna88k:</h3>
                    651:
                    652: <p>
                    653: Copy 'boot' and 'bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    654: from the PROM, and then bsd.rd from the bootloader.
                    655: Refer to the instructions in INSTALL.luna88k for more details.
                    656:
                    657: <h3>OpenBSD/macppc:</h3>
                    658:
                    659: <p>
                    660: Burn the image from a mirror site to a CDROM, and power on your machine
                    661: while holding down the <i>C</i> key until the display turns on and
                    662: shows <i>OpenBSD/macppc boot</i>.
                    663:
                    664: <p>
                    665: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    666: /7.5/macppc/bsd.rd</i>
                    667:
                    668: <h3>OpenBSD/octeon:</h3>
                    669:
                    670: <p>
                    671: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    672: Refer to the instructions in INSTALL.octeon for more details.
                    673:
                    674: <h3>OpenBSD/powerpc64:</h3>
                    675:
                    676: <p>
                    677: To install, write <i>install75.img</i> or <i>miniroot75.img</i> to a
                    678: USB stick, plug it into the machine and choose the <i>OpenBSD
                    679: install</i> menu item in Petitboot.
                    680: Refer to the instructions in INSTALL.powerpc64 for more details.
                    681:
                    682: <h3>OpenBSD/riscv64:</h3>
                    683:
                    684: <p>
                    685: To install, write <i>install75.img</i> or <i>miniroot75.img</i> to a
                    686: USB stick, and boot with that drive plugged in.
                    687: Make sure you also have the microSD card plugged in that shipped with the
                    688: HiFive Unmatched board.
                    689: Refer to the instructions in INSTALL.riscv64 for more details.
                    690:
                    691: <h3>OpenBSD/sparc64:</h3>
                    692:
                    693: <p>
                    694: Burn the image from a mirror site to a CDROM, boot from it, and type
                    695: <i>boot cdrom</i>.
                    696:
                    697: <p>
                    698: If this doesn't work, or if you don't have a CDROM drive, you can write
                    699: <i>floppy75.img</i> or <i>floppyB75.img</i>
                    700: (depending on your machine) to a floppy and boot it with <i>boot
                    701: floppy</i>. Refer to INSTALL.sparc64 for details.
                    702:
                    703: <p>
                    704: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    705: will most likely fail.
                    706:
                    707: <p>
                    708: You can also write <i>miniroot75.img</i> to the swap partition on
                    709: the disk and boot with <i>boot disk:b</i>.
                    710:
                    711: <p>
                    712: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    713: </section>
                    714:
                    715: <hr>
                    716:
                    717: <section id=upgrade>
                    718: <h3>How to upgrade</h3>
                    719: <p>
                    720: If you already have an OpenBSD 7.4 system, and do not want to reinstall,
                    721: upgrade instructions and advice can be found in the
                    722: <a href="faq/upgrade75.html">Upgrade Guide</a>.
                    723: </section>
                    724:
                    725: <hr>
                    726:
                    727: <section id=sourcecode>
                    728: <h3>Notes about the source code</h3>
                    729: <p>
                    730: <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
                    731: This file contains everything you need except for the kernel sources,
                    732: which are in a separate archive.
                    733: To extract:
                    734: <blockquote><pre>
                    735: # <kbd>mkdir -p /usr/src</kbd>
                    736: # <kbd>cd /usr/src</kbd>
                    737: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
                    738: </pre></blockquote>
                    739: <p>
                    740: <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
                    741: This file contains all the kernel sources you need to rebuild kernels.
                    742: To extract:
                    743: <blockquote><pre>
                    744: # <kbd>mkdir -p /usr/src/sys</kbd>
                    745: # <kbd>cd /usr/src</kbd>
                    746: # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
                    747: </pre></blockquote>
                    748: <p>
                    749: Both of these trees are a regular CVS checkout.  Using these trees it
                    750: is possible to get a head-start on using the anoncvs servers as
                    751: described <a href="anoncvs.html">here</a>.
                    752: Using these files
                    753: results in a much faster initial CVS update than you could expect from
                    754: a fresh checkout of the full OpenBSD source tree.
                    755: </section>
                    756:
                    757: <hr>
                    758:
                    759: <section id=ports>
                    760: <h3>Ports Tree</h3>
                    761: <p>
                    762: A ports tree archive is also provided.  To extract:
                    763: <blockquote><pre>
                    764: # <kbd>cd /usr</kbd>
                    765: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
                    766: </pre></blockquote>
                    767: <p>
                    768: Go read the <a href="faq/ports/index.html">ports</a> page
                    769: if you know nothing about ports
                    770: at this point.  This text is not a manual of how to use ports.
                    771: Rather, it is a set of notes meant to kickstart the user on the
                    772: OpenBSD ports system.
                    773: <p>
                    774: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    775: As with our complete source tree, our ports tree is available via
                    776: <a href="anoncvs.html">AnonCVS</a>.
                    777: So, in order to keep up to date with the -stable branch, you must make
                    778: the <i>ports/</i> tree available on a read-write medium and update the tree
                    779: with a command like:
                    780: <blockquote><pre>
                    781: # <kbd>cd /usr/ports</kbd>
                    782: # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_7_5</kbd>
                    783: </pre></blockquote>
                    784: <p>
                    785: [Of course, you must replace the server name here with a nearby anoncvs
                    786: server.]
                    787: <p>
                    788: Note that most ports are available as packages on our mirrors. Updated
                    789: ports for the 7.5 release will be made available if problems arise.
                    790: <p>
                    791: If you're interested in seeing a port added, would like to help out, or just
                    792: would like to know more, the mailing list
                    793: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    794: </section>
                    795: </body>
                    796: </html>