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

Annotation of www/74.html, Revision 1.35

1.1       deraadt     1: <!doctype html>
                      2: <html lang=en id=release>
                      3: <head>
                      4: <meta charset=utf-8>
                      5:
                      6: <title>OpenBSD 7.4</title>
                      7: <meta name="description" content="OpenBSD 7.4">
                      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/74.html">
                     11: </head><body>
                     12: <h2 id=OpenBSD>
                     13: <a href="index.html">
                     14: <i>Open</i><b>BSD</b></a>
                     15: 7.4
                     16: </h2>
                     17:
                     18: <table>
                     19: <tr>
                     20: <td>
                     21: <a href="images/XXX.png">
                     22: <img width="227" height="303" src="images/XXX-s.gif" alt="XXX"></a>
                     23: <td>
                     24: Released Oct XXX, 2023. (55th OpenBSD release)<br>
                     25: Copyright 1997-2023, Theo de Raadt.<br>
                     26: <br>
1.4       job        27: Artwork by Jessica Scott.
1.1       deraadt    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.4/</code> directory on
                     33:     one of the mirror sites.
                     34: <li>Have a look at <a href="errata74.html">the 7.4 errata page</a> for a list
                     35:     of bugs and workarounds.
                     36: <li>See a <a href="plus74.html">detailed log of changes</a> between the
                     37:     7.3 and 7.4 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-74-base.pub:
                     45: <td>
                     46: <a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/openbsd-74-base.pub">
                     47: RWRoyQmAD08ajTqgzK3UcWaVlwaJMckH9/CshU8Md5pN1GoIrcBdTF+c</a>
                     48: <tr><td>
                     49: openbsd-74-fw.pub:
                     50: <td>
                     51: RWTRA9KXRuZKunpXYK0ed5OxbE0K7rYWpDnTu+M8wZdqzRroFqed0U6I
                     52: <tr><td>
                     53: openbsd-74-pkg.pub:
                     54: <td>
                     55: RWR/h7gubZ9M/O46RNy3PzLTPevOCK24LGCPca41IHMwSH4YuVA+jnWO
                     56: <tr><td>
                     57: openbsd-74-syspatch.pub:
                     58: <td>
                     59: RWQqty2voy8V8afR9/v2RzuNr7r4y9cKwljABN7Tytd7JcPdBjnXg0Ue
                     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.4.
                     74: For a comprehensive list, see the <a href="plus74.html">changelog</a> leading
                     75: to 7.4.
                     76:
                     77: <ul>
                     78:
                     79: <li>New/extended platforms:
                     80:   <ul>
1.11      benno      81:   <li>On arm64, implement branch target protection using the branch
                     82:        target identification feature introduced in Armv8.5.  This provides
                     83:        "head-CFI" to complement the "tail-CFI" provided by retguard, and is
                     84:        supported on Apple M2.
1.1       deraadt    85:   </ul>
                     86:
                     87: <li>Various kernel improvements:
                     88:   <ul>
1.21      schwarze   89:   <li>On amd64, identify IBT capability in
                     90:       <a href="https://man.openbsd.org/amd64/cpu.4">cpu(4)</a> dmesg lines.
1.26      kn         91:   <li>On arm64, show BTI and SBSS features in
1.21      schwarze   92:       <a href="https://man.openbsd.org/dmesg.8">dmesg(8)</a>.
                     93:   <li>Map device tree read/write to unbreak root on
                     94:       <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
1.34      krw        95:   <li>Correctly recognize <a href="https://man.openbsd.org/umass.4">umass(4)</a>.
                     96:       floppy disk devices as floppy disks.
1.35    ! benno      97:   <li>In wscons(4), catch up with box drawing characters which have
        !            98:        been standardized in unicode after the original wscons code was
        !            99:        written and chose placeholder values.
1.1       deraadt   100:   </ul>
                    101:
                    102: <li>SMP Improvements
                    103:   <ul>
1.15      benno     104:   <li>Protect struct clockintr(9)_queue with a mutex so that arbitrary CPUs
                    105:        can manipulate clock interrupts established on arbitrary CPU queues.
1.28      benno     106:   <li>Pushed kernel lock into nd6_resolve().
                    107:   <li>Removed kernel locks from the ARP input path.
                    108:   <li>Pulled MP-safe arprequest() out of kernel lock.
1.35    ! benno     109:   <li>Unlock more parts of ioctl(2) code in the network stack.
1.1       deraadt   110:   </ul>
                    111:
                    112: <li>Direct Rendering Manager and graphics drivers
                    113:   <ul>
1.18      jsg       114:   <li>Updated <a href="https://man.openbsd.org/drm.4">drm(4)</a>
                    115:       to Linux 6.1.55
                    116:   <li>Don't change end marker in sg_set_page().  Caused bad memory accesses
                    117:       when using page flipping on Alder Lake and Raptor Lake.
1.1       deraadt   118:   </ul>
                    119:
                    120: <li>VMM/VMD improvements
                    121:   <ul>
1.21      schwarze  122:   <li>Avoid use of uninitialised memory in
                    123:       <a href="https://man.openbsd.org/vmd.8">vmd(8)</a>.
1.15      benno     124:   <li>Migrate vmd_vm.vm_ttyname to char array allowing a vmd_vm
1.30      dv        125:         object to be transmitted over an ipc channel.
                    126:   <li>Cleaned up file descriptor closing in
                    127:         <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> vmm process.
                    128:   <li>Fixed vm send/receive, restoring device virtqueue addresses on
                    129:        receive.
                    130:   <li>Introduced <a href="https://man.openbsd.org/execvp.3">execvp(3)</a>
                    131:        after fork for child vm processes.
1.32      schwarze  132:   <li>No longer generate an error in
                    133:       <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> if
                    134:       <a href="https://man.openbsd.org/vm.conf.5">vm.conf(5)</a> is absent.
1.30      dv        135:   <li>Split <a href="https://man.openbsd.org/vmm.4">vmm(4)</a> into MI/MD
                    136:        parts.
                    137:   <li>Introduced multi-process model for
                    138:        <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> virtio block and
                    139:        network devices.
                    140:   <li>Allowed vm owners to override boot kernel when using
                    141:        <a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a> to start a
                    142:        vm.
                    143:   <li>Changed staggered start of vms to number of online CPUs.
                    144:   <li>Fixed a segfault on vm creation.
                    145:   <li>Switched to anonymous shared memory mappings for
                    146:        <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> vm processes,
                    147:        introducing a new <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>
                    148:        <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a>.
                    149:   <li>Relaxed absolute path requirements for
                    150:        <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> configtest mode (-n).
                    151:   <li>Adjusted shutdown logic by vm id to function similarly as by name.
                    152:   <li>Moved validation of local network prefixes for the internal
                    153:        <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> DHCP service into
                    154:        the config parser.
                    155:   <li>Fixed QCOW2 base images when used with the
                    156:        <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> multi-process device
                    157:        model.
                    158:   <li>Fixed setting verbose logging in child processes.
                    159:   <li>Fixed a race condition related to the emulated i8259 interrupt controller
                    160:        by ignoring interrupt masks on assert.
                    161:   <li>Inlined pending interrupts in the
                    162:        <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>
                    163:        <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a> for running the
                    164:        vcpu, reducing vm latency.
                    165:   <li>Added zero-copy, vectored io to the
                    166:        <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> virtio block device.
                    167:   <li>Changed to logging <a href="https://man.openbsd.org/vmd.8">vmd(8)</a>
                    168:        vm ids in the vcpu run loop on error and not the ids used by
                    169:        <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>.
                    170:   <li>Fixed a vm pause deadlock.
                    171:   <li>Changed <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> logging format
                    172:        to disambiguate vm and device process by names and indices.
                    173:   <li>Fixed dynamically toggling verbose logging mode with
                    174:        <a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a>.
1.1       deraadt   175:   </ul>
                    176:
                    177: <li>Various new userland features:
                    178:   <ul>
1.20      schwarze  179:   <li>New ISO C11 header <code>&lt;uchar.h&gt;</code> declaring the
                    180:       types <code>char32_t</code> and <code>char16_t</code> and the
                    181:       functions <a href="https://man.openbsd.org/c32rtomb.3">c32rtomb(3)</a>,
                    182:       <a href="https://man.openbsd.org/mbrtoc32.3">mbrtoc32(3)</a>,
                    183:       <a href="https://man.openbsd.org/c16rtomb.3">c16rtomb(3)</a>, and
                    184:       <a href="https://man.openbsd.org/mbrtoc16.3">mbrtoc16(3)</a>.
1.24      otto      185:   <li><a href="https://man.openbsd.org/malloc.3">malloc(3)</a> gains built-in leak detection.
1.11      benno     186:   <li>Update zoneinfo to tzdata2023c.
1.34      krw       187:   <li>Accept the <a href="https://man.openbsd.org/ucom.4">ucom(4)</a> fixed
                    188:       name format as a valid format for the
                    189:       <a href="https://man.openbsd.org/cu.1">cu(1)</a> -l option.
1.1       deraadt   190:   </ul>
                    191:
                    192: <li>Various bugfixes and tweaks in userland:
                    193:   <ul>
1.33      schwarze  194:   <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a> and
                    195:       <a href="https://man.openbsd.org/tar.1">tar(1)</a>,
                    196:       speed up archive creation when many files are skipped.
1.21      schwarze  197:   <li>Refactoring and documenting of
                    198:       <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> code,
                    199:       to make it easier to maintain.
1.34      krw       200:   <li><a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>
                    201:        no longer adds extra blanks at the end of lines, eliminating
                    202:        spurious line wrapping.
1.21      schwarze  203:   <li>In <a href="https://man.openbsd.org/clang.1">clang(1)</a>,
                    204:       allow out-of-class defaulting of comparison operators,
1.11      benno     205:        by ways of backporting an upstream commit.
1.21      schwarze  206:   <li>Improve the code of
                    207:       <a href="https://man.openbsd.org/aucat.1">aucat(1)</a>
                    208:       and fix spelling mistakes.
1.11      benno     209:   <li>Improve the code quality of find(1).
1.21      schwarze  210:   <li>Many changes in <a href="https://man.openbsd.org/mg.1">mg(1)</a>:
1.11      benno     211:     <ul>
1.21      schwarze  212:     <li>Improve the readability of the code.
                    213:     <li>Fall back to /bin/sh if $SHELL is undefined.
                    214:     <li>Fix parsing of tag files with duplicate entries.
1.11      benno     215:        Instead of erroring out ignore duplicates. Fixes using
                    216:        /var/db/libc.tags again.
1.21      schwarze  217:     <li>Change tagvisit (aka visit-tag-table) to immediately
1.11      benno     218:        load the tag file, and drop the lazy mechanics.
1.21      schwarze  219:     <li>Remove useless global variable.
                    220:     <li>Plug memory leak.
                    221:     <li>Replace strncpy() with strlcpy().
1.11      benno     222:     <li>Skip checking permissions of conffile with access(2).
1.35    ! benno     223:     <li>Added a missing void.
1.11      benno     224:     </ul>
1.16      jsg       225:   <li>On aarch64 architectures improve how BTI control flow integrity
1.11      benno     226:        enforcement is implemented in the executable entry point and enable
1.16      jsg       227:        support for BTI control flow integrity checks in libc assembly
1.11      benno     228:        functions.
1.28      benno     229:   <li>In <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> treat
                    230:        symlinks in $ORIGIN determination the same way as other OS linkers do.
1.34      krw       231:   <li>Fix a segfault when the
                    232:       <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>
                    233:            simple editor encounters an incomplete partition line.
                    234:   <li>Fix <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>
                    235:       handling of templates with partitions after a "N-* 100" entry.
                    236:   <li>Enable <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>
                    237:       regress tests to work on sparc64.
                    238:   <li>Fix <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>
                    239:       initialization of CHS/LBA fields in an MBR, allowing machines with
                    240:       a BIOS that uses CHS to boot from disks >8G.
                    241:   <li>Retire <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>
                    242:       -E expert mode.
                    243:   <li>When displaying GPT partition attributes
                    244:       <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> prefixes
                    245:       Microsoft partition attribute names with 'MS'.
                    246:   <li>In the absence of the 'disktype' command line parameter
                    247:       <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>
                    248:       always uses the current media type provided by the kernel.
                    249:   <li>Ensure <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> handles
                    250:       the case where a GPT partition name is not a valid C string.
1.35    ! benno     251:   <li>in ld.so(1), avoid an overflow in the ELF SYSV ABI hash function.
1.1       deraadt   252:   </ul>
                    253:
                    254: <li>Improved hardware support and driver bugfixes, including:
                    255:   <ul>
1.20      schwarze  256:   <li>New <a href="https://man.openbsd.org/sysctl.2">sysctl(2)</a>
                    257:       nodes for battery management, <code>hw.battery.charge*</code>.
                    258:   <li>Define fixed names for
                    259:       <a href="https://man.openbsd.org/ucom.4">ucom(4)</a> USB serial
1.34      krw       260:       ports, display them in attach messages and via the new
                    261:       <code>hw.ucomnames</code>
                    262:       <a href="https://man.openbsd.org/sysctl.2#HW_UCOMNAMES~2">sysctl(2)</a>.
1.28      benno     263:   <li>Add support for the RK3568 32k RTC and other clocks in
1.21      schwarze  264:       <a href="https://man.openbsd.org/rkclock.4">rkclock(4)</a>.
                    265:   <li>In <a href="https://man.openbsd.org/dwpcie.4">dwpcie(4)</a>,
                    266:       attach Baikal-M PCIe.
1.11      benno     267:   <li>In openfirmware, implement regulator notifiers which get called
                    268:        when the voltage/current for a regulator is changed or when the
                    269:        regulator gets initialized when it attaches for the first time. The
                    270:        latter makes it possible to register a notifier for a regulator that
                    271:        hasn't attached yet.
1.21      schwarze  272:   <li>Add <a href="https://man.openbsd.org/rkiovd.4">rkiovd(4)</a>,
                    273:       a driver for the I/O voltage domains on Rockchip SoCs.
                    274:   <li>Add support for TEMPerGold 3.4 temperature sensor to
                    275:       <a href="https://man.openbsd.org/ugold.4">ugold(4)</a>.
1.15      benno     276:   <li>Ignore duplicate ACPI lid transitions as they can happen on Dell
                    277:        Precision 5510 systems.
                    278:   <li>Make RK3568 PCIe controllers run at the maximum possible speed
                    279:        by using dwpcie_link_config() when initializing.
                    280:   <li>In the Universal Flash Storage Host Controller Interface
1.21      schwarze  281:       (<a href="https://man.openbsd.org/ufshci.4">ufshci(4)</a>),
                    282:       enable Force Unit Access (FUA) for write commands.
1.28      benno     283:   <li>Make SATA (<a href="https://man.openbsd.org/ahci.4">ahci(4)</a>)
                    284:        work on a Banana Pi BPI-R2 Pro.
                    285:   <li>In <a href="https://man.openbsd.org/umcs.4">umcs(4)</a>, set
                    286:        parity bits correctly.
1.35    ! benno     287:   <li>Enabled the caps lock LED on modern Apple laptop keyboards.
        !           288:   <li>Added support for Rockchip "cryptov2-rng" random number generator in rkrng(4).
        !           289:   <li>Fixed a double free in error path in the 'openssl(1) x509' command.
        !           290:   <li>Fixed cpuperf on the Apple M2 Pro/Max.
        !           291:   <li>Add support for the PCIe controller found on AppleM2 Pro/Max SoCs.  While the
1.1       deraadt   292:   </ul>
                    293:
                    294: <li>New or improved network hardware support:
                    295:   <ul>
1.21      schwarze  296:   <li>Fix <a href="https://man.openbsd.org/dwqe.4">dwqe(4)</a>
                    297:       on several boards that use
                    298:       <a href="https://man.openbsd.org/rgephy.4">rgephy(4)</a> by configuring
1.11      benno     299:        the RGMII interface before taking the PHY out of reset.
1.28      benno     300:   <li>Improve <a href="https://man.openbsd.org/dwqe.4">dwqe(4)</a> and
                    301:        determine PHY mode and pass the appropriate flags down to the PHY when
                    302:        we attach it.
1.31      schwarze  303:   <li>Report in <a href="https://man.openbsd.org/dmesg.8">dmesg(8)</a> on
                    304:       which gmac the <a href="https://man.openbsd.org/dwqe.4">dwqe(4)</a>
                    305:       driver is attaching to.
1.21      schwarze  306:   <li>Document that Intel i226 adapters are supported by
                    307:       <a href="https://man.openbsd.org/igc.4">igc(4)</a>.
                    308:   <li>Add <a href="https://man.openbsd.org/ngbe.4">ngbe(4)</a>,
                    309:       a driver for WangXun WX1860 PCI Express 10/100/1Gb Ethernet devices.
                    310:       Also support it on amd64 install media.
                    311:   <li>Add <a href="https://man.openbsd.org/rkusbphy.4">rkusbphy(4)</a>,
                    312:       a driver for the usb2phy on Rockchip SoCs, and enable it on arm64.
                    313:   <li>Add support for the RTL8211F-VD PHY in
                    314:       <a href="https://man.openbsd.org/rgephy.4">rgephy(4)</a>.
1.15      benno     315:   <li>In openfirmware, add glue for network interfaces to be found by
                    316:        fdt/ofw node or phandle in order to support "switch chips" like the
                    317:        marvell link street.
1.31      schwarze  318:   <li>Add support for enabling both the usb2 and usb3 phys in
                    319:       <a href="https://man.openbsd.org/xhci.4">xhci(4)</a> and
                    320:       <a href="https://man.openbsd.org/ehci.4">ehci(4)</a>.
1.1       deraadt   321:   </ul>
                    322:
                    323: <li>Added or improved wireless network drivers:
                    324:   <ul>
1.21      schwarze  325:   <li>Improve how Quectel LTE&5G devices attach to
                    326:       <a href="https://man.openbsd.org/umb.4">umb(4)</a>.
1.1       deraadt   327:   </ul>
                    328:
                    329: <li>IEEE 802.11 wireless stack improvements and bugfixes:
                    330:   <ul>
1.27      stsp      331:   <li> Add support for RTL8188FTV devices to the
                    332:       <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> driver.
                    333:   <li>Attach Intel wireless devices with PCI product ID 0x51f1 to
                    334:       <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.
                    335:   <li>Fix a bug where <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and
                    336:       <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> background
                    337:       scan tasks were added to the wrong task queue.
                    338:   <li>Fix a firmware error that occurred when an
                    339:       <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> interface
                    340:       was brought down.
                    341:   <li>Fix <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> firmware errors
                    342:       triggered during background scans.
                    343:   <li>Fix a crash in the <a href="https://man.openbsd.org/iwm.4">iwm(4)</a>
                    344:       driver when userland attempts to inject frames via bpf in monitor mode.
1.1       deraadt   345:   </ul>
                    346:
                    347: <li>Installer, upgrade and bootloader improvements:
                    348:   <ul>
1.11      benno     349:   <li>In the arm64 ramdisk, simplify apple firmware copying to make it
                    350:        easier to add new firmware.
1.21      schwarze  351:   <li>On armv7 and arm64, silence informational messages from
                    352:       <a href="https://man.openbsd.org/dd.1">dd(1)</a>
1.11      benno     353:        when zeroing a disk's first 1MB. Use character not block devices with
                    354:        dd(1) like on other architectures.
                    355:   <li>Refactor the code of md_installboot() on armv7 and arm64 to be
                    356:        more in line with other architectures.
                    357:   <li>Improve the dialogue of the installer without affecting
1.21      schwarze  358:       <a href="https://man.openbsd.org/autoinstall.8">autoinstall(8)</a>
                    359:        files.
                    360:   <li>Enable <a href="https://man.openbsd.org/ufshci.4">ufshci(4)</a>
                    361:       on arm64 install media.
1.15      benno     362:   <li>On arm64 pine64 boards, stop writing pine64 firmware to disk.
1.21      schwarze  363:   <li>Make root on
                    364:       <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>
                    365:       installations boot out of the box on Raspberry Pis (arm64).
1.28      benno     366:   <li>Support installations with root on
                    367:       <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>
                    368:       on arm64, tested on Pinebook Pro, Raspberry Pi 4b, and SolidRun CEX7.
                    369:   <li>When installing on encrypted
                    370:        <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>, determine
                    371:        the disk for placing the root device automatically and make it default
                    372:        as it is the only legit choice.
1.26      kn        373:   <li>Add arm64 to the list of architectures with support for guided disk
                    374:       encryption.
                    375:   <li>Retain existing EFI System partitions on systems with APFSISC
                    376:       partitions (arm64 Apple M1/M2) during installation with root on
                    377:       <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
1.34      krw       378:   <li>When media has neither a GPT nor an MBR
                    379:       <a href="https://man.openbsd.org/installboot.8">installboot(8)</a>.
                    380:       assumes OpenBSD occupies the entire disk starting at sector 0.
1.35    ! benno     381:   <li>Attempt to not overflow the ramdisk when extracting firmware on
        !           382:        Apple arm64 systems.
1.1       deraadt   383:   </ul>
                    384:
                    385: <li>Security improvements:
                    386:   <ul>
1.21      schwarze  387:   <li>Change <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>
1.24      otto      388:       chunk sizes to be fine grained: chunk sizes are closer to the
                    389:       requested allocation size.
1.21      schwarze  390:   <li>In <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>,
                    391:       check all chunks in the delayed free list for write-after-free.
1.33      schwarze  392:   <li>In <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>, escape
                    393:       control characters when displaying file name completions,
                    394:       even when there are multiple matches.
                    395:   <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a>,
                    396:       <a href="https://man.openbsd.org/tar.1">tar(1)</a>, and
                    397:       <a href="https://man.openbsd.org/cpio.1">cpio(1)</a> terminal
                    398:       output, escape non-printable characters in messages that may
                    399:       include file names.
1.1       deraadt   400:   </ul>
                    401:
                    402: <li>Changes in the network stack:
                    403:   <ul>
1.21      schwarze  404:   <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>,
                    405:       when redirecting locally generated IP packets to
1.15      benno     406:        userland with divert-packet rules, the packets may have no checksum
1.17      jsg       407:        due to hardware offloading.  Calculate the checksum in that case.
1.21      schwarze  408:  <li>Sync the use of
                    409:      <a href="https://man.openbsd.org/getuptime.9">getuptime(9)</a>
                    410:      in the Neighbour Discovery (ND) code with ARP.
                    411:  <li>In the IPv6 forwarding code, call
                    412:      <a href="https://man.openbsd.org/getuptime.9">getuptime(9)</a>
                    413:      once for consistency with IPv4.
1.28      benno     414:  <li>ARP has a queue of packets that should be sent after name
                    415:        resolution. Neighbor discovery (ND6) did only hold a single packet.
                    416:        Unified the code, added a queue to ND6 and made the code MP safe.
1.31      schwarze  417:  <li>Implement a new <a href="https://man.openbsd.org/sysctl.2">sysctl(2)</a>
                    418:      <code>net.inet6.icmp6.nd6_queued</code> to show the number of packets
                    419:      waiting for an ND6 response, analogous to ARP.
1.15      benno     420:
1.1       deraadt   421:  </ul>
                    422:
                    423: <li>Routing daemons and other userland network improvements:
                    424:   <ul>
                    425:   <li>IPsec support was improved:
                    426:   <ul>
1.21      schwarze  427:        <li>In <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>,
                    428:            avoid a double free in ec_init() when using the OpenSSL API.
                    429:        <li>In <a href="https://man.openbsd.org/iked.8">iked(8)</a>,
                    430:            do not treat the return value of
                    431:            <a href="https://man.openbsd.org/i2d_ECDSA_SIG.3"
                    432:            >i2d_ECDSA_SIG(3)</a> as a length as it can be negative.
                    433:        <li>Prepare <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>
                    434:            for a libcrypto library that is lacking binary field support.
                    435:        <li>In <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>,
                    436:            avoid a potential crash by adding a missing NULL check.
1.11      benno     437:
1.1       deraadt   438:   </ul>
                    439:   <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>,
                    440:   <ul>
1.22      claudio   441:        <li>Add first version of flowspec support. Right now only announcement
                    442:            of flowspec rules is possible.
                    443:        <li>Update ASPA support to follow draft-ietf-sidrops-aspa-verification-16
                    444:            and draft-ietf-sidrops-aspa-profile-16 by making the ASPA lookup
                    445:            tables AFI-agnostic.
                    446:        <li>Rework UPDATE message generation to use the new ibuf API instead
                    447:            of the hand-rolled solution before.
                    448:        <li>Fix <code>ext-community * *</code> matching which also affects
1.29      jsg       449:            filters removing all ext-communities.
1.22      claudio   450:        <li>Improve and extend the bgpctl parser to handle commands like
                    451:            <code>bgpctl show rib 192.0.2.0/24 detail</code>.
                    452:            Also add various flowspec specific commands.
                    453:        <li>Introduce a semaphore to protect intermittent RTR session data
                    454:            from being published to the RDE.
                    455:        <li>Limit the socket buffer size to 64k for all sessions.
                    456:            Limiting the buffer size to a reasonable size ensures that not
                    457:            too many updates end up queued in the TCP stack.
                    458:        <li>Adjusted example <code>GRACEFUL_SHUTDOWN</code> filter rule in
                    459:            the example config to only match on ebgp sessions.
1.1       deraadt   460:   </ul>
                    461:   <li><a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> saw some changes:
                    462:   <ul>
1.23      claudio   463:        <li>A 30%-50% performance improvement was achieved through libcrypto's
                    464:            partial chains certificate validation feature. Already validated
                    465:            non-inheriting CA certificates are now marked as trusted roots. This
                    466:            way it can be ensured that a leaf's delegated resources are properly
                    467:            covered, and at the same time most validation paths are
                    468:            significantly shortened.
                    469:        <li>Support for gzip and deflate HTTP Content-Encoding compression was
                    470:            added. This allows web servers to send RRDP XML in compressed form,
                    471:            saving around 50% of bandwidth.
                    472:        <li>ASPA support was updated to draft-ietf-sidrops-aspa-profile-16.
                    473:            As part of supporting AFI-agnostic ASPAs, the JSON syntax for
                    474:            Validated ASPA Payloads changed in both filemode and normal output.
                    475:        <li>In filemode (-f option) the applicable manifests are now shown as
                    476:            part of the signature path.
                    477:        <li>A new -P option was added to manually specify a moment in time
                    478:            to use when parsing the validity window of certificates. Useful
                    479:            for regression testing. Default is invocation time of rpki-client.
                    480:        <li>The -A option will now also exclude ASPA data from the JSON output.
                    481:        <li>The synchronisation protocol used to sync the repository is now
                    482:            included in the OpenMetrics output.
                    483:        <li>Improved accounting by tracking objects both by repo and tal.
                    484:        <li>Check whether products listed on a manifest were issued by the same
                    485:            authority as the manifest itself.
                    486:        <li>File modification timestamps of objects retrieved via RRDP are now
                    487:            deterministically set to prepare the on-disk cache for seamless
                    488:            failovers from RRDP to RSYNC.
                    489:        <li>Improved detection of RRDP session desynchronization: a check was
                    490:            added to compare whether the delta hashes associated to previously
                    491:            seen serials are different in newly fetched notification files.
                    492:        <li>Improved handling of RRDP deltas in which objects are published,
                    493:            withdrawn, and published again.
                    494:        <li>Disallow X.509 v2 issuer and subject unique identifiers in certs.
                    495:            RPKI CAs will never issue certificates with V2 unique identifiers.
                    496:        <li>A check to disallow duplicate X.509 certificate extensions was
                    497:            added.
                    498:        <li>A check to disallow empty sets of IP Addresses or AS numbers in RFC
                    499:            3779 extensions was added.
                    500:        <li>A warning is printed when the CMS signing-time attribute in a Signed
                    501:            Object is missing.
                    502:        <li>Warnings about unrecoverable message digest mismatches now include
                    503:            the manifestNumber to aid debugging the cause.
                    504:        <li>A check was added to disallow multiple RRDP publish elements for the
                    505:            same file in RRDP snapshots. If this error condition is encountered,
                    506:            the RRDP transfer is failed and the RP falls back to rsync.
                    507:        <li>A compliance check for the proper X.509 Certificate version and CRL
                    508:            version was added.
                    509:        <li>A compliance check was added to ensure CMS Signed Objects contain
                    510:            SignedData, in accordance to RFC 6488 section 3 checklist item 1a.
                    511:        <li>Compliance checks were added for the version, KeyUsage, and
                    512:            ExtendedKeyUsage of EE certificates in Manifest, TAK, and GBR Signed
                    513:            Objects.
                    514:        <li>A CMS signing-time value being after the X.509 notAfter timestamp
                    515:            was downgraded from an error to a warning.
                    516:        <li>A bug was fixed in the handling of CA certificates which inherit IP
                    517:            resources.
                    518:        <li>A compliance check was added to ensure the X.509 Subject only
                    519:            contains commonName and optionally serialNumber.
                    520:        <li>A compliance check was added to ensure the CMS SignedData and
                    521:            SignerInfo versions to be 3.
                    522:        <li>Fisher-Yates shuffle the order in which Manifest entries are
                    523:            processed. Previously, work items were enqueued in the order the CA
                    524:            intended them to appear on a Manifest. However, there is no obvious
                    525:            benefit to third parties deciding the order in which things are
                    526:            processed.
1.1       deraadt   527:   </ul>
                    528:
                    529:   <li>In <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a>,
                    530:   <ul>
                    531:        <li>...
                    532:   </ul>
                    533:
1.21      schwarze  534:   <li>Make <a href="https://man.openbsd.org/dig.1">dig(1)</a>
                    535:       use less deprecated LibreSSL API.
                    536:   <li>In <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a>,
                    537:       reduce memory usage when updating larger directories.
                    538:   <li>Remove stylistic differences between
                    539:       <a href="https://man.openbsd.org/arp.8">arp(8)</a> and
                    540:       <a href="https://man.openbsd.org/ndp.8">ndp(8)</a> delete()
1.15      benno     541:        function.  This makes it easier to spot real changes in behavior.
1.21      schwarze  542:   <li>Make <a href="https://man.openbsd.org/ndp.8">ndp(8)</a>
                    543:       not remove cloning routes when no neighbor entry is
1.15      benno     544:        found with <code>ndp -d</code>.
1.1       deraadt   545:   </ul>
                    546:
                    547: <li><a href="https://man.openbsd.org/tmux.1">tmux(1)</a> improvements and bug fixes:
                    548:   <ul>
1.11      benno     549:   <li>For passthrough, don't write to clients attached to different sessions.
                    550:   <li>Add a format to show if there are unseen changes while in a mode.
1.1       deraadt   551:   </ul>
                    552:
1.7       tb        553: <li>LibreSSL version 3.8.2
1.1       deraadt   554:   <ul>
1.7       tb        555:   <li>Security fixes
                    556:     <ul>
                    557:     <li>Disabled TLSv1.0 and TLSv1.1 in libssl so that they may no longer
                    558:       be selected for use.
                    559:     <li>BN_is_prime{,_fasttest}_ex() refuse to check numbers larger than
                    560:       32 kbits for primality. This mitigates various DoS vectors.
                    561:     <li>Restricted the RFC 3779 code to IPv4 and IPv6. It was not written
                    562:       to be able to deal with anything else.
                    563:     </ul>
                    564:   <li>Portable changes
                    565:     <ul>
                    566:     <li>Extended the endian.h compat header with hto* and *toh macros.
                    567:     <li>Adapted more tests to the portable framework.
                    568:     <li>Internal tools are now statically linked.
                    569:     <li>Applications bundled as part of the LibreSSL package internally,
                    570:       nc(1) and openssl(1), now are linked statically if static libraries
                    571:       are built.
                    572:     <li>Internal compatibility function symbols are no longer exported from
                    573:       libcrypto. Instead, the libcompat library is linked to libcrypto,
                    574:       libssl, and libtls separately. This increases size a little, but
                    575:       ensures that the libraries are not exporting symbols to programs
                    576:       unintentionally.
                    577:     <li>Selective removal of CET implementation on platforms where it is
                    578:       not supported (macOS).
                    579:     <li>Integrated four more tests.
                    580:     <li>Added Windows ARM64 architecture to tested platforms.
                    581:     <li>Removed Solaris 10 support, fixed Solaris 11.
                    582:     <li>libtls no longer links statically to libcrypto / libssl unless
                    583:            <code>--enable-libtls-only</code> is specified at configure time.
                    584:     <li>Improved Windows compatibility library, namely handling of files vs
                    585:       sockets, correcting an exception when operating on a closed socket.
                    586:     <li>CMake builds no longer hardcode <code>-O2</code> into the compiler flags,
                    587:       instead using flags from the CMake build type instead.
                    588:     <li>Set the CMake default build type to <code>Release</code>. This can be overridden
                    589:       during configuration.
                    590:     <li>Fixed broken ASM support with MinGW builds.
                    591:     </ul>
1.1       deraadt   592:   <li>New features
                    593:     <ul>
1.7       tb        594:     <li>Added support for truncated SHA-2 and for SHA-3.
                    595:     <li>The BPSW primality test performs additional Miller-Rabin rounds
                    596:       with random bases to reduce the likelihood of composites passing.
                    597:     <li>Allow testing of ciphers and digests using badly aligned buffers
                    598:       in openssl speed using -unalign.
                    599:     <li>Ed25519 certificates are now supported in openssl(1) ca and req.
                    600:       Prepared Ed25519 support in libssl.
                    601:     <li>Add branch target information (BTI) support to amd64 and arm64
                    602:       assembly.
1.1       deraadt   603:     </ul>
                    604:   <li>Compatibility changes
                    605:     <ul>
1.7       tb        606:     <li>Added a workaround for a poorly thought-out change in OpenSSL 3 that
                    607:       broke privilege separation support in libtls.
                    608:     <li>Moved libtls from ECDSA_METHOD to EC_KEY_METHOD.
                    609:     <li>Removed GF2m support: BIGNUM no longer supports binary extension
                    610:       field arithmetic and all binary elliptic builtin curves were removed.
                    611:     <li>Removed dangerous, "fast" NIST prime and elliptic curve implementations.
                    612:       In particular, EC_GFp_nist_method() is no longer available.
                    613:     <li>Removed most public symbols that were deprecated in OpenSSL 0.9.8.
                    614:     <li>Removed the public X9.31 API (RSA_X931_PADDING is still available).
                    615:     <li>Removed Cipher Text Stealing mode.
                    616:     <li>Removed ENGINE support, including ECDH_METHOD and ECDSA_METHOD.
                    617:     <li>Removed COMP, DSO, dynamic loading of conf modules and support for
                    618:       custom ex_data and error stacks.
                    619:     <li>Removed proxy certificate (RFC 3820) support.
                    620:     <li>Removed SXNET and NETSCAPE_CERT_SEQUENCE support including the
1.8       tb        621:       openssl(1) nseq command.
1.7       tb        622:     <li>ENGINE support was removed and OPENSSL_NO_ENGINE is set. In spite
                    623:       of this, some stub functions are provided to avoid patching some
                    624:       applications that do not honor OPENSSL_NO_ENGINE.
                    625:     <li>The POLICY_TREE and its related structures and API were removed.
                    626:     <li>In X509_VERIFY_PARAM_inherit() copy hostflags independently of the
                    627:       host list.
                    628:     <li>Made CRYPTO_get_ex_new_index() not return 0 to allow applications
                    629:       to use *_{get,set}_app_data() and *_{get,set}_ex_data() alongside
                    630:       each other.
                    631:     <li>X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain
                    632:       valid UTF-8 without embedded NUL.
                    633:     <li>The explicitText user notice uses UTF8String instead of VisibleString
                    634:       to reduce the risk of emitting certificates with invalid DER-encoding.
                    635:     <li>Initial fixes for RSA-PSS support to make the TLSv1.3 stack more
                    636:       compliant with RFC 8446.
                    637:     <li>Fixed EVP_CIPHER_CTX_iv_length() to return what was set with
                    638:       EVP_CTRL_AEAD_SET_IVLEN or one of its aliases.
1.1       deraadt   639:     </ul>
1.7       tb        640:   <li>Internal improvements
1.1       deraadt   641:     <ul>
1.7       tb        642:     <li>Improved sieve of Eratosthenes script used for generating a table
                    643:       of small primes.
                    644:     <li>Removed incomplete and dangerous BN_RECURSION code.
                    645:     <li>Imported RFC 5280 policy checking code from BoringSSL and used it
                    646:       to replace the old exponential time code.
                    647:     <li>Converted more of libcrypto to use CBB/CBS.
                    648:     <li>Started cleaning up and rewriting SHA internals.
                    649:     <li>Reduced the dependency of hash implementations on many layers of
                    650:       macros. This results in significant speedups since modern compilers
                    651:       are now less confused.
                    652:     <li>Improved BIGNUM internals and performance.
                    653:     <li>Significantly simplified the BN_BLINDING internals used in RSA.
                    654:     <li>Made BN_num_bits() independent of bn->top.
                    655:     <li>Rewrote and simplified bn_sqr().
                    656:     <li>Significantly improved Montgomery multiplication performance.
                    657:     <li>Rewrote and improved BN_exp() and BN_copy().
                    658:     <li>Changed ASN1_item_sign_ctx() and ASN1_item_verify() to work with
                    659:       Ed25519 and fixed a few bugs in there.
                    660:     <li>Lots of cleanup for DH, DSA, EC, RSA internals.  Plugged numerous
                    661:       memory leaks, fixed logic errors and inconsistencies.
                    662:     <li>Cleaned up and simplified various ECDH and ECDSA internals.
                    663:     <li>Removed EC_GROUP precomp machinery.
                    664:     <li>Fixed various issues with EVP_PKEY_CTX_{new,dup}().
                    665:     <li>Rewrote OBJ_find_sigid_algs() and OBJ_find_sigid_by_algs().
                    666:     <li>Improved X.509 certificate version checks.
                    667:     <li>Ensure no X.509v3 extensions appear more than once in certificates.
                    668:     <li>Replaced ASN1_bn_print with a cleaner internal implementation.
                    669:     <li>Fix OPENSSL_cpuid_setup() invocations on arm/aarch64.
                    670:     <li>Improved checks for commonName in libtls.
                    671:     <li>Fixed error check for X509_get_ext_d2i() failure in libtls.
                    672:     <li>Removed code guarded by #ifdef ZLIB.
                    673:     <li>Plug a potential memory leak in ASN1_TIME_normalize().
                    674:     <li>Fixed a use of uninitialized in i2r_IPAddrBlocks().
                    675:     <li>Rewrote CMS_SignerInfo_{sign,verify}().
1.1       deraadt   676:     </ul>
1.7       tb        677:   <li>Bug fixes
1.1       deraadt   678:     <ul>
1.7       tb        679:     <li>Correctly handle negative input to various BIGNUM functions.
                    680:     <li>Ensure ERR_load_ERR_strings() does not set errno unexpectedly.
                    681:     <li>Fix error checking of i2d_ECDSA_SIG() in ossl_ecdsa_sign().
1.8       tb        682:     <li>Fixed aliasing issue in BN_mod_inverse(). Disallowed aliasing of result
                    683:       and modulus in various BN_mod_* functions.
1.7       tb        684:     <li>Fixed detection of extended operations (XOP) on AMD hardware.
                    685:     <li>Ensure Montgomery exponentiation is used for the initial RSA blinding.
                    686:     <li>Policy is always checked in X509 validation. Critical policy extensions
                    687:       are no longer silently ignored.
                    688:     <li>Fixed error handling in tls_check_common_name().
                    689:     <li>Add missing pointer invalidation in SSL_free().
                    690:     <li>Fixed X509err() and X509V3err() and their internal versions.
                    691:     <li>Ensure that OBJ_obj2txt() always returns a C string again.
                    692:     <li>Made EVP_PKEY_set1_hkdf_key() fail on a NULL key.
                    693:     <li>On socket errors in the poll loop, netcat could issue system calls
                    694:       on invalidated file descriptors.
                    695:     <li>Allow IP addresses to be specified in a URI.
                    696:     <li>Fixed a copy-paste error in ASN1_TIME_compare() that could lead
                    697:       to two UTCTimes or two GeneralizedTimes incorrectly being compared
                    698:       as equal.
                    699:     </ul>
                    700:   <li>Documentation improvements
                    701:     <ul>
                    702:     <li>Improved documentation of BIO_ctrl(3), BIO_set_info_callback(3),
                    703:       BIO_get_info_callback(3), BIO_method_type(3), and BIO_method_name(3).
                    704:     <li>Marked BIO_CB_return(), BIO_cb_pre(), and BIO_cb_post() as intentionally
                    705:       undocumented.
                    706:     <li>Made it very explicit that the verify callback should not be used.
                    707:     <li>Called out that the CRL lastUpdate is standardized as thisUpdate.
                    708:     <li>Documented the RFC 3779 API and its shortcomings.
                    709:     </ul>
                    710:   <li>Testing and Proactive Security
                    711:     <ul>
                    712:     <li>Significantly improved test coverage of BN_mod_sqrt() and GCD.
                    713:     <li>As always, new test coverage is added as bugs are fixed and subsystems
                    714:       are cleaned up.
1.1       deraadt   715:     </ul>
                    716:   </ul>
                    717:
1.13      dtucker   718: <li>OpenSSH 9.5 and OpenSSH 9.4
1.1       deraadt   719:   <ul>
1.12      dtucker   720:   <li>Potentially incompatible changes
1.1       deraadt   721:     <ul>
1.12      dtucker   722:     <li><a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>:
                    723:         generate Ed25519 keys by default. Ed25519 public keys
                    724:         are very convenient due to their small size. Ed25519 keys are
                    725:         specified in RFC 8709 and OpenSSH has supported them since version 6.5
                    726:         (January 2014).
                    727:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                    728:         the Subsystem directive now accurately preserves quoting of
                    729:         subsystem commands and arguments. This may change behaviour for exotic
                    730:         configurations, but the most common subsystem configuration
                    731:         (sftp-server) is unlikely to be affected.
1.13      dtucker   732:     <li><a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a>:
                    733:         PKCS#11 modules must now be specified by their full
                    734:         paths. Previously dlopen(3) could search for them in system
                    735:         library directories.
1.1       deraadt   736:     </ul>
1.12      dtucker   737:   <li>New features
1.1       deraadt   738:     <ul>
1.12      dtucker   739:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    740:         add keystroke timing obfuscation to the client. This attempts
                    741:         to hide inter-keystroke timings by sending interactive traffic at
                    742:         fixed intervals (default: every 20ms) when there is only a small
                    743:         amount of data being sent. It also sends fake "chaff" keystrokes for
                    744:         a random interval after the last real keystroke. These are
                    745:         controlled by a new ssh_config ObscureKeystrokeTiming keyword.
                    746:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    747:         <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                    748:         Introduce a transport-level ping facility. This adds
                    749:         a pair of SSH transport protocol messages SSH2_MSG_PING/PONG to
                    750:         implement a ping capability. These messages use numbers in the "local
                    751:         extensions" number space and are advertised using a "ping@openssh.com"
                    752:         ext-info message with a string version number of "0".
1.13      dtucker   753:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                    754:         allow override of Subsystem directives in sshd Match blocks.
                    755:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    756:         allow forwarding Unix Domain sockets via ssh -W.
                    757:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    758:         add support for configuration tags to ssh(1).
                    759:         This adds a ssh_config(5) "Tag" directive and corresponding
                    760:         "Match tag" predicate that may be used to select blocks of
                    761:         configuration similar to the pf.conf(5) keywords of the same
                    762:         name.
                    763:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    764:          add a "match localnetwork" predicate. This allows matching
                    765:          on the addresses of available network interfaces and may be used to
                    766:          vary the effective client configuration based on network location.
                    767:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    768:         <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>,
                    769:         <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>:
                    770:         infrastructure support for KRL
                    771:         extensions.  This defines wire formats for optional KRL extensions
                    772:         and implements parsing of the new submessages. No actual extensions
                    773:         are supported at this point.
                    774:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                    775:         AuthorizedPrincipalsCommand and AuthorizedKeysCommand now
                    776:         accept two additional %-expansion sequences: %D which expands to
                    777:         the routing domain of the connected session and %C which expands
                    778:         to the addresses and port numbers for the source and destination
                    779:         of the connection.
                    780:     <li><a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>:
                    781:         increase the default work factor (rounds) for the
                    782:         bcrypt KDF used to derive symmetric encryption keys for passphrase
                    783:         protected key files by 50%.
1.1       deraadt   784:     </ul>
                    785:   <li>Bugfixes
                    786:     <ul>
1.12      dtucker   787:     <li><a href="https://man.openbsd.org/scp.1">scp(1)</a>:
                    788:         fix scp in SFTP mode recursive upload and download of
                    789:         directories that contain symlinks to other directories. In scp mode,
                    790:         the links would be followed, but in SFTP mode they were not.
                    791:     <li><a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>:
                    792:         handle cr+lf (instead of just cr) line endings in
                    793:         sshsig signature files.
                    794:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    795:         interactive mode for ControlPersist sessions if they
                    796:         originally requested a tty.
                    797:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                    798:         make PerSourceMaxStartups first-match-wins
                    799:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                    800:         limit artificial login delay to a reasonable maximum (5s)
                    801:         and don't delay at all for the "none" authentication mechanism.
1.13      dtucker   802:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                    803:         Log errors in kex_exchange_identification() with level
1.12      dtucker   804:         verbose instead of error to reduce preauth log spam. All of those
                    805:         get logged with a more generic error message by sshpkt_fatal().
                    806:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                    807:         correct math for ClientAliveInterval that caused the probes
                    808:         to be sent less frequently than configured.
1.13      dtucker   809:     <li><a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a>:
                    810:         improve isolation between loaded PKCS#11 modules
                    811:         by running separate ssh-pkcs11-helpers for each loaded provider.
                    812:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    813:         make -f (fork after authentication) work correctly with
                    814:         multiplexed connections, including ControlPersist.
                    815:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    816:         make ConnectTimeout apply to multiplexing sockets and not
                    817:         just to network connections.
                    818:     <li><a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a>,
                    819:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    820:         improve defences against invalid PKCS#11
                    821:         modules being loaded by checking that the requested module
                    822:         contains the required symbol before loading it.
                    823:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                    824:         fix AuthorizedPrincipalsCommand when AuthorizedKeysCommand
                    825:         appears before it in sshd_config. Since OpenSSH 8.7 the
                    826:         AuthorizedPrincipalsCommand directive was incorrectly ignored in
                    827:         this situation.
                    828:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>,
                    829:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                    830:         <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>:
1.16      jsg       831:         remove vestigial support for KRL
1.13      dtucker   832:         signatures When the KRL format was originally defined, it included
                    833:         support for signing of KRL objects. However, the code to sign KRLs
1.16      jsg       834:         and verify KRL signatures was never completed in OpenSSH. This
1.13      dtucker   835:         release removes the partially-implemented code to verify KRLs.
                    836:         All OpenSSH tools now ignore KRL_SECTION_SIGNATURE sections in
                    837:         KRL files.
                    838:      <li>All: fix a number of memory leaks and unreachable/harmless integer
                    839:         overflows.
                    840:     <li><a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a>,
                    841:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    842:         don't truncate strings logged from PKCS#11 modules
                    843:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>,
                    844:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    845:         better validate CASignatureAlgorithms in
                    846:         ssh_config and sshd_config. Previously this directive would accept
                    847:         certificate algorithm names, but these were unusable in practice as
                    848:         OpenSSH does not support CA chains.
                    849:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    850:         make <code>ssh -Q CASignatureAlgorithms</code> only list signature
                    851:         algorithms that are valid for CA signing. Previous behaviour was
                    852:         to list all signing algorithms, including certificate algorithms.
                    853:     <li><a href="https://man.openbsd.org/ssh-keyscan.1">ssh-keyscan(1)</a>:
                    854:         gracefully handle systems where rlimits or the
                    855:         maximum number of open files is larger than INT_MAX
                    856:     <li><a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>:
                    857:         fix "no comment" not showing on when running
                    858:         <code>ssh-keygen -l</code> on multiple keys where one has a comment
                    859:         and other following keys do not.
                    860:     <li><a href="https://man.openbsd.org/scp.1">scp(1)</a>,
1.14      dtucker   861:         <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>:
1.13      dtucker   862:         adjust ftruncate() logic to handle servers that
                    863:         reorder requests. Previously, if the server reordered requests then
                    864:         the resultant file would be erroneously truncated.
                    865:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                    866:         don't incorrectly disable hostname canonicalization when
1.16      jsg       867:         CanonicalizeHostname=yes and ProxyJump was explicitly set to
1.13      dtucker   868:         "none".
                    869:     <li><a href="https://man.openbsd.org/scp.1">scp(1)</a>:
                    870:         when copying local to remote, check that the source file
                    871:         exists before opening an SFTP connection to the server.
1.1       deraadt   872:     </ul>
                    873:   </ul>
                    874:
                    875: <li>Ports and packages:
                    876:   <p>Many pre-built packages for each architecture:
                    877:   <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    878:   <ul style="column-count: 3">
1.25      naddy     879:     <li>aarch64:    11508
                    880:     <li>amd64:      11845
1.1       deraadt   881:     <li>arm:
1.25      naddy     882:     <li>i386:       10603
1.1       deraadt   883:     <li>mips64:
                    884:     <li>powerpc:
                    885:     <li>powerpc64:
                    886:     <li>riscv64:
                    887:     <li>sparc64:
                    888:   </ul>
                    889:
                    890:   <p>Some highlights:
1.7       tb        891:   <ul style="column-count: 3"><!-- XXX all need to be checked/updated 2023-03-04 -->
1.6       matthieu  892:     <li>Asterisk 16.30.1, 18.19.0 and 20.4.0
1.5       matthieu  893:     <li>Audacity 3.3.3
                    894:     <li>CMake 3.27.5
1.10      matthieu  895:     <li>Chromium 117.0.5838.149
1.5       matthieu  896:     <li>Emacs 29.1
                    897:     <li>FFmpeg 4.4.4
1.1       deraadt   898:     <li>GCC 8.4.0 and 11.2.0
1.5       matthieu  899:     <li>GHC 9.2.7
                    900:     <li>GNOME 44
                    901:     <li>Go 1.21.1
                    902:     <li>JDK 8u382, 11.0.20 and 17.0.8
                    903:     <li>KDE Applications 23.08.0
1.1       deraadt   904:     <li>KDE Frameworks 5.98.0
1.5       matthieu  905:     <li>Krita 5.1.5
                    906:     <li>LLVM/Clang 13.0.0 and 16.0.6
                    907:     <li>LibreOffice 7.6.2.1
                    908:     <li>Lua 5.1.5, 5.2.4, 5.3.6 and 5.4.6
                    909:     <li>MariaDB 10.9.6
                    910:     <li>Mono 6.12.0.199
                    911:     <li>Mozilla Firefox 118.0.1 and ESR 115.3.1
                    912:     <li>Mozilla Thunderbird 115.3.1
                    913:     <li>Mutt 2.2.12 and NeoMutt 20230517
                    914:     <li>Node.js 18.18.0
1.1       deraadt   915:     <li>OCaml 4.12.1
1.5       matthieu  916:     <li>OpenLDAP 2.6.6
                    917:     <li>PHP 7.4.33, 8.0.30, 8.1.24 and 8.2.11
                    918:     <li>Postfix 3.7.3
                    919:     <li>PostgreSQL 15.4
                    920:     <li>Python 2.7.18, 3.9.18, 3.10.13 and 3.11.5
                    921:     <li>Qt 5.15.10 and 6.5.2
                    922:     <li>R 4.2.3
                    923:     <li>Ruby 3.0.6, 3.1.4 and 3.2.2
                    924:     <li>Rust 1.72.1
1.9       lteo      925:     <li>SQLite 3.42.0
1.5       matthieu  926:     <li>Shotcut 23.07.29
                    927:     <li>Sudo 1.9.14.2
                    928:     <li>Suricata 6.0.12
                    929:     <li>Tcl/Tk 8.5.19 and 8.6.13
                    930:     <li>TeX Live 2022
                    931:     <li>Vim 9.0.1897 and Neovim 0.9.1
                    932:     <li>Xfce 4.18
1.1       deraadt   933:   </ul>
                    934:   <p>
                    935:
                    936: <li>As usual, steady improvements in manual pages and other documentation.
                    937:
                    938: <li>The system includes the following major components from outside suppliers:
1.7       tb        939:   <ul><!-- XXX all need to be checked/updated 2023-03-04 -->
1.5       matthieu  940:     <li>Xenocara (based on X.Org 7.7 with xserver 21.1.8 + patches,
                    941:         freetype 2.13.0, fontconfig 2.14.2, Mesa 22.3.7, xterm 378,
1.1       deraadt   942:         xkeyboard-config 2.20, fonttosfnt 1.2.2 and more)
                    943:     <li>LLVM/Clang 13.0.0 (+ patches)
                    944:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.5       matthieu  945:     <li>Perl 5.36.1 (+ patches)
                    946:     <li>NSD 4.7.0
                    947:     <li>Unbound 1.18.0
1.1       deraadt   948:     <li>Ncurses 5.7
                    949:     <li>Binutils 2.17 (+ patches)
                    950:     <li>Gdb 6.3 (+ patches)
1.5       matthieu  951:     <li>Awk September 12, 2023
                    952:     <li>Expat 2.5.0
1.1       deraadt   953:   </ul>
                    954:
                    955: </ul>
                    956: </section>
                    957:
                    958: <hr>
                    959:
                    960: <section id=install>
                    961: <h3>How to install</h3>
                    962: <p>
                    963: Please refer to the following files on the mirror site for
                    964: extensive details on how to install OpenBSD 7.4 on your machine:
                    965:
                    966: <ul>
                    967: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/alpha/INSTALL.alpha">
1.2       jsg       968:        .../OpenBSD/7.4/alpha/INSTALL.alpha</a>
1.1       deraadt   969: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/amd64/INSTALL.amd64">
1.2       jsg       970:        .../OpenBSD/7.4/amd64/INSTALL.amd64</a>
1.1       deraadt   971: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/arm64/INSTALL.arm64">
1.2       jsg       972:        .../OpenBSD/7.4/arm64/INSTALL.arm64</a>
1.1       deraadt   973: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/armv7/INSTALL.armv7">
1.2       jsg       974:        .../OpenBSD/7.4/armv7/INSTALL.armv7</a>
1.1       deraadt   975: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/hppa/INSTALL.hppa">
1.2       jsg       976:        .../OpenBSD/7.4/hppa/INSTALL.hppa</a>
1.1       deraadt   977: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/i386/INSTALL.i386">
1.2       jsg       978:        .../OpenBSD/7.4/i386/INSTALL.i386</a>
1.1       deraadt   979: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/landisk/INSTALL.landisk">
1.2       jsg       980:        .../OpenBSD/7.4/landisk/INSTALL.landisk</a>
1.1       deraadt   981: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/loongson/INSTALL.loongson">
1.2       jsg       982:        .../OpenBSD/7.4/loongson/INSTALL.loongson</a>
1.1       deraadt   983: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/luna88k/INSTALL.luna88k">
1.2       jsg       984:        .../OpenBSD/7.4/luna88k/INSTALL.luna88k</a>
1.1       deraadt   985: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/macppc/INSTALL.macppc">
1.2       jsg       986:        .../OpenBSD/7.4/macppc/INSTALL.macppc</a>
1.1       deraadt   987: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/octeon/INSTALL.octeon">
1.2       jsg       988:        .../OpenBSD/7.4/octeon/INSTALL.octeon</a>
1.1       deraadt   989: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/powerpc64/INSTALL.powerpc64">
1.2       jsg       990:        .../OpenBSD/7.4/powerpc64/INSTALL.powerpc64</a>
1.1       deraadt   991: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/riscv64/INSTALL.riscv64">
1.2       jsg       992:        .../OpenBSD/7.4/riscv64/INSTALL.riscv64</a>
1.1       deraadt   993: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/sparc64/INSTALL.sparc64">
1.2       jsg       994:        .../OpenBSD/7.4/sparc64/INSTALL.sparc64</a>
1.1       deraadt   995: </ul>
                    996: </section>
                    997:
                    998: <hr>
                    999:
                   1000: <section id=quickinstall>
                   1001: <p>
                   1002: Quick installer information for people familiar with OpenBSD, and the use of
                   1003: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                   1004: If you are at all confused when installing OpenBSD, read the relevant
                   1005: INSTALL.* file as listed above!
                   1006:
                   1007: <h3>OpenBSD/alpha:</h3>
                   1008:
                   1009: <p>
                   1010: If your machine can boot from CD, you can write <i>install74.iso</i> or
                   1011: <i>cd74.iso</i> to a CD and boot from it.
                   1012: Refer to INSTALL.alpha for more details.
                   1013:
                   1014: <h3>OpenBSD/amd64:</h3>
                   1015:
                   1016: <p>
                   1017: If your machine can boot from CD, you can write <i>install74.iso</i> or
                   1018: <i>cd74.iso</i> to a CD and boot from it.
                   1019: You may need to adjust your BIOS options first.
                   1020:
                   1021: <p>
                   1022: If your machine can boot from USB, you can write <i>install74.img</i> or
                   1023: <i>miniroot74.img</i> to a USB stick and boot from it.
                   1024:
                   1025: <p>
                   1026: If you can't boot from a CD, floppy disk, or USB,
                   1027: you can install across the network using PXE as described in the included
                   1028: INSTALL.amd64 document.
                   1029:
                   1030: <p>
                   1031: If you are planning to dual boot OpenBSD with another OS, you will need to
                   1032: read INSTALL.amd64.
                   1033:
                   1034: <h3>OpenBSD/arm64:</h3>
                   1035:
                   1036: <p>
                   1037: Write <i>install74.img</i> or <i>miniroot74.img</i> to a disk and boot from it
                   1038: after connecting to the serial console.  Refer to INSTALL.arm64 for more
                   1039: details.
                   1040:
                   1041: <h3>OpenBSD/armv7:</h3>
                   1042:
                   1043: <p>
                   1044: Write a system specific miniroot to an SD card and boot from it after connecting
                   1045: to the serial console.  Refer to INSTALL.armv7 for more details.
                   1046:
                   1047: <h3>OpenBSD/hppa:</h3>
                   1048:
                   1049: <p>
                   1050: Boot over the network by following the instructions in INSTALL.hppa or the
                   1051: <a href="hppa.html#install">hppa platform page</a>.
                   1052:
                   1053: <h3>OpenBSD/i386:</h3>
                   1054:
                   1055: <p>
                   1056: If your machine can boot from CD, you can write <i>install74.iso</i> or
                   1057: <i>cd74.iso</i> to a CD and boot from it.
                   1058: You may need to adjust your BIOS options first.
                   1059:
                   1060: <p>
                   1061: If your machine can boot from USB, you can write <i>install74.img</i> or
                   1062: <i>miniroot74.img</i> to a USB stick and boot from it.
                   1063:
                   1064: <p>
                   1065: If you can't boot from a CD, floppy disk, or USB,
                   1066: you can install across the network using PXE as described in
                   1067: the included INSTALL.i386 document.
                   1068:
                   1069: <p>
                   1070: If you are planning on dual booting OpenBSD with another OS, you will need to
                   1071: read INSTALL.i386.
                   1072:
                   1073: <h3>OpenBSD/landisk:</h3>
                   1074:
                   1075: <p>
                   1076: Write <i>miniroot74.img</i> to the start of the CF
                   1077: or disk, and boot normally.
                   1078:
                   1079: <h3>OpenBSD/loongson:</h3>
                   1080:
                   1081: <p>
                   1082: Write <i>miniroot74.img</i> to a USB stick and boot bsd.rd from it
                   1083: or boot bsd.rd via tftp.
                   1084: Refer to the instructions in INSTALL.loongson for more details.
                   1085:
                   1086: <h3>OpenBSD/luna88k:</h3>
                   1087:
                   1088: <p>
                   1089: Copy 'boot' and 'bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                   1090: from the PROM, and then bsd.rd from the bootloader.
                   1091: Refer to the instructions in INSTALL.luna88k for more details.
                   1092:
                   1093: <h3>OpenBSD/macppc:</h3>
                   1094:
                   1095: <p>
                   1096: Burn the image from a mirror site to a CDROM, and power on your machine
                   1097: while holding down the <i>C</i> key until the display turns on and
                   1098: shows <i>OpenBSD/macppc boot</i>.
                   1099:
                   1100: <p>
                   1101: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
1.2       jsg      1102: /7.4/macppc/bsd.rd</i>
1.1       deraadt  1103:
                   1104: <h3>OpenBSD/octeon:</h3>
                   1105:
                   1106: <p>
                   1107: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                   1108: Refer to the instructions in INSTALL.octeon for more details.
                   1109:
                   1110: <h3>OpenBSD/powerpc64:</h3>
                   1111:
                   1112: <p>
                   1113: To install, write <i>install74.img</i> or <i>miniroot74.img</i> to a
                   1114: USB stick, plug it into the machine and choose the <i>OpenBSD
                   1115: install</i> menu item in Petitboot.
                   1116: Refer to the instructions in INSTALL.powerpc64 for more details.
                   1117:
                   1118: <h3>OpenBSD/riscv64:</h3>
                   1119:
                   1120: <p>
                   1121: To install, write <i>install74.img</i> or <i>miniroot74.img</i> to a
                   1122: USB stick, and boot with that drive plugged in.
                   1123: Make sure you also have the microSD card plugged in that shipped with the
                   1124: HiFive Unmatched board.
                   1125: Refer to the instructions in INSTALL.riscv64 for more details.
                   1126:
                   1127: <h3>OpenBSD/sparc64:</h3>
                   1128:
                   1129: <p>
                   1130: Burn the image from a mirror site to a CDROM, boot from it, and type
                   1131: <i>boot cdrom</i>.
                   1132:
                   1133: <p>
                   1134: If this doesn't work, or if you don't have a CDROM drive, you can write
                   1135: <i>floppy74.img</i> or <i>floppyB74.img</i>
                   1136: (depending on your machine) to a floppy and boot it with <i>boot
                   1137: floppy</i>. Refer to INSTALL.sparc64 for details.
                   1138:
                   1139: <p>
                   1140: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                   1141: will most likely fail.
                   1142:
                   1143: <p>
                   1144: You can also write <i>miniroot74.img</i> to the swap partition on
                   1145: the disk and boot with <i>boot disk:b</i>.
                   1146:
                   1147: <p>
                   1148: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                   1149: </section>
                   1150:
                   1151: <hr>
                   1152:
                   1153: <section id=upgrade>
                   1154: <h3>How to upgrade</h3>
                   1155: <p>
1.3       jsg      1156: If you already have an OpenBSD 7.3 system, and do not want to reinstall,
1.1       deraadt  1157: upgrade instructions and advice can be found in the
                   1158: <a href="faq/upgrade74.html">Upgrade Guide</a>.
                   1159: </section>
                   1160:
                   1161: <hr>
                   1162:
                   1163: <section id=sourcecode>
                   1164: <h3>Notes about the source code</h3>
                   1165: <p>
                   1166: <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
                   1167: This file contains everything you need except for the kernel sources,
                   1168: which are in a separate archive.
                   1169: To extract:
                   1170: <blockquote><pre>
                   1171: # <kbd>mkdir -p /usr/src</kbd>
                   1172: # <kbd>cd /usr/src</kbd>
                   1173: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
                   1174: </pre></blockquote>
                   1175: <p>
                   1176: <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
                   1177: This file contains all the kernel sources you need to rebuild kernels.
                   1178: To extract:
                   1179: <blockquote><pre>
                   1180: # <kbd>mkdir -p /usr/src/sys</kbd>
                   1181: # <kbd>cd /usr/src</kbd>
                   1182: # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
                   1183: </pre></blockquote>
                   1184: <p>
                   1185: Both of these trees are a regular CVS checkout.  Using these trees it
                   1186: is possible to get a head-start on using the anoncvs servers as
                   1187: described <a href="anoncvs.html">here</a>.
                   1188: Using these files
                   1189: results in a much faster initial CVS update than you could expect from
                   1190: a fresh checkout of the full OpenBSD source tree.
                   1191: </section>
                   1192:
                   1193: <hr>
                   1194:
                   1195: <section id=ports>
                   1196: <h3>Ports Tree</h3>
                   1197: <p>
                   1198: A ports tree archive is also provided.  To extract:
                   1199: <blockquote><pre>
                   1200: # <kbd>cd /usr</kbd>
                   1201: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
                   1202: </pre></blockquote>
                   1203: <p>
                   1204: Go read the <a href="faq/ports/index.html">ports</a> page
                   1205: if you know nothing about ports
                   1206: at this point.  This text is not a manual of how to use ports.
                   1207: Rather, it is a set of notes meant to kickstart the user on the
                   1208: OpenBSD ports system.
                   1209: <p>
                   1210: The <i>ports/</i> directory represents a CVS checkout of our ports.
                   1211: As with our complete source tree, our ports tree is available via
                   1212: <a href="anoncvs.html">AnonCVS</a>.
                   1213: So, in order to keep up to date with the -stable branch, you must make
                   1214: the <i>ports/</i> tree available on a read-write medium and update the tree
                   1215: with a command like:
                   1216: <blockquote><pre>
                   1217: # <kbd>cd /usr/ports</kbd>
1.2       jsg      1218: # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_7_4</kbd>
1.1       deraadt  1219: </pre></blockquote>
                   1220: <p>
                   1221: [Of course, you must replace the server name here with a nearby anoncvs
                   1222: server.]
                   1223: <p>
                   1224: Note that most ports are available as packages on our mirrors. Updated
                   1225: ports for the 7.4 release will be made available if problems arise.
                   1226: <p>
                   1227: If you're interested in seeing a port added, would like to help out, or just
                   1228: would like to know more, the mailing list
                   1229: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                   1230: </section>
                   1231: </body>
                   1232: </html>