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

Annotation of www/72.html, Revision 1.13

1.1       deraadt     1: <!doctype html>
                      2: <html lang=en id=release>
                      3: <head>
                      4: <meta charset=utf-8>
                      5:
                      6: <title>OpenBSD 7.2</title>
                      7: <meta name="description" content="OpenBSD 7.2">
                      8: <meta name="viewport" content="width=device-width, initial-scale=1">
                      9: <link rel="stylesheet" type="text/css" href="openbsd.css">
                     10: <link rel="canonical" href="https://www.openbsd.org/72.html">
                     11: </head><body>
                     12: <h2 id=OpenBSD>
                     13: <a href="index.html">
                     14: <i>Open</i><b>BSD</b></a>
                     15: 7.2
                     16: </h2>
                     17:
                     18: <table>
                     19: <tr>
                     20: <td>
                     21: <a href="images/XXX.png">
                     22: <img width="227" height="303" src="images/XXX-s.gif" alt="XXX"></a>
                     23: <td>
                     24: Released Oct 20, 2022. (53rd OpenBSD release)<br>
                     25: Copyright 1997-2022, Theo de Raadt.<br>
                     26: <br>
                     27: Artwork by Luc Houweling.
                     28: <br>
                     29: <ul>
                     30: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     31:     a list of mirror machines.
                     32: <li>Go to the <code class=reldir>pub/OpenBSD/7.2/</code> directory on
                     33:     one of the mirror sites.
                     34: <li>Have a look at <a href="errata72.html">the 7.2 errata page</a> for a list
                     35:     of bugs and workarounds.
                     36: <li>See a <a href="plus72.html">detailed log of changes</a> between the
                     37:     7.1 and 7.2 releases.
                     38: <p>
                     39: <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
                     40:     pubkeys for this release:<p>
                     41:
                     42: <table class=signify>
                     43: <tr><td>
                     44: openbsd-72-base.pub:
                     45: <td>
                     46: <a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/openbsd-72-base.pub">
                     47: RWQTKNnK3CZZ8Lid7/kWPO1WxjEsTeuxiXbJSSg6RDir9OJmV+t7GrOo
                     48: <tr><td>
                     49: openbsd-72-fw.pub:
                     50: <td>
                     51: RWRvwsB/ZxwZxiQBgNVhuCnEacKE1MhrcDX25jFccqaj0pxsY9oIPJq4
                     52: <tr><td>
                     53: openbsd-72-pkg.pub:
                     54: <td>
                     55: RWSyNc+EwQQo5bZ5XtDpnk0FUl8NrIl+Ocq4FV/5VTvP9rOgHzKEnBx0
                     56: <tr><td>
                     57: openbsd-72-syspatch.pub:
                     58: <td>
                     59: RWQuBB7PRAc2Zy+C7VAynLuan8WDVtQ9R4xLpl8yjf1zxfqEBRRJ+66w
                     60: </table>
                     61: </ul>
                     62: <p>
                     63: All applicable copyrights and credits are in the src.tar.gz,
                     64: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     65: files fetched via <code>ports.tar.gz</code>.
                     66: </table>
                     67:
                     68: <hr>
                     69:
                     70: <section id=new>
                     71: <h3>What's New</h3>
                     72: <p>
                     73: This is a partial list of new features and systems included in OpenBSD 7.2.
                     74: For a comprehensive list, see the <a href="plus72.html">changelog</a> leading
                     75: to 7.2.
                     76:
                     77: <ul>
                     78:
                     79: <li>New/extended platforms:
                     80:   <ul>
1.4       jsg        81:   <li>Added support for Ampere Altra
                     82:   <li>Added support for Apple M2
                     83:   <li>Added support for Qualcomm Snapdragon 8cx Gen 3 (SC8280XP)
1.1       deraadt    84:   <li>...
                     85:   </ul>
                     86:
                     87: <li>Various kernel improvements:
                     88:   <ul>
1.12      benno      89:   <li>Allowed bsd.rd and bsd/bsd.mp to boot on Oracle Cloud amd64 instances.
                     90:   <li>Added support for switching from glass console to serial console
                     91:        on arm64 systems that default to glass console.
1.9       bluhm      92:   <li>pf(4) automatically allows IGMP and ICMP6 MLD packets with
                     93:     router alert option.
                     94:     Special allow-opts rules are no longer needed for multicast
                     95:     discovery.
                     96:   <li>Implement "show all routes" to print routing tables in ddb(4).
                     97:   <li>Count dropped network packets due to low memory in netstat(1).
1.12      benno      98:   <li>Simplified machine command handling in <a
                     99:        href="https://man.openbsd.org/ddb.4">ddb(4)</a>.
                    100:   <li>Changed to a simpler formula to calculate a default kern.maxthread
                    101:        value: 2*NPROCESS.
                    102:   <li>Enabled <a href="https://man.openbsd.org/kstat.4">kstat(4)</a>, a
                    103:        device that exports kernel statistics that can be read by <a
                    104:        href="https://man.openbsd.org/kstat.4">kstat(4)</a>.
1.13    ! benno     105:   <li>Added cpu frequency sensors for each core on CPUs that have MPERF/APERF support.
        !           106:
1.1       deraadt   107:   </ul>
                    108:
                    109: <li>SMP Improvements
                    110:   <ul>
1.9       bluhm     111:   <li>Make route timer MP safe and use pool rttmr.
                    112:   <li>Use kernel lock to protect parts of ARP, ND6 and PPPoE that
                    113:     are not MP safe.
                    114:     Lookup of existing ARP entry is MP safe and can run in parallel.
                    115:   <li>Start up to 4 softnet tasks to run IP input and forwarding
                    116:     in parallel on multiple cores.
                    117:   <li>Run IPv4 packet reassembly in parallel.
                    118:   <li>Run IPv6 hop-by-hop options processing in parallel.
                    119:   <li>Add a mutex to rate limiting functions to make them MP safe.
                    120:   <li>Introduce mutex and reference counter for internet protocol
                    121:     control block.
                    122:   <li>Protect UDP, raw IP, and divert packet input routines
                    123:     with a per socket mutex.
                    124:   <li>Protect recv(2) system call for UDP and raw IP packets with
                    125:     a per socket mutex and shared netlock.
                    126:     Allows to receive packets while forwarding in parallel.
                    127:   <li>Protect multicast deliver loop for UDP and raw IP sockets with rwlock.
1.13    ! benno     128:   <li>Only grab netlock in IGMP and MLD timer when necessary.
1.9       bluhm     129:   <li>TCP slow timer runs without netlock.
                    130:   <li>Rework rwlock so that a writer will get the lock eventually.
                    131:     Readers cannot share the lock forever.
                    132:     This prevents starvation of the writer.
                    133:   <li>Run interface media ioctl with shared netlock so packets
                    134:     can be processed while running ifconfig(8).
                    135:   <li>btrace(8) can be used to debug reference counting.
                    136:   <li>Use MP safe refcount for interface addresses.
1.1       deraadt   137:   <li>...
                    138:   </ul>
                    139:
1.13    ! benno     140: <li>Direct Rendering Manager and graphics drivers
1.1       deraadt   141:   <ul>
1.5       jsg       142:   <li>Updated <a href="https://man.openbsd.org/drm.4">drm(4)</a>
                    143:       to Linux 5.15.69
                    144:   <li><a href="https://man.openbsd.org/inteldrm.4">inteldrm(4)</a>:
                    145:       support for Alder Lake, Raptor Lake
1.13    ! benno     146:   <li>Reimplemented the page allocation code using <a
        !           147:        href="https://man.openbsd.org/bus_dma.9">bus_dma(9)</a> APIs to make
        !           148:        sure DMA addresses are translated properly on architectures with an
        !           149:        IOMMU. This fixed <a
        !           150:        href="https://man.openbsd.org/amdgpu.4">amdgpu(4)</a> and <a
        !           151:        href="https://man.openbsd.org/radeondrm.4">radeondrm(4)</a> on
        !           152:        powerpc, sparc64, and arm64 machines.
1.1       deraadt   153:   </ul>
                    154:
                    155: <li>VMM/VMD improvements
                    156:   <ul>
1.11      benno     157:   <li>Improved error handling and logging in <a
                    158:        href="https://man.openbsd.org/vmd.8">vmd(8)</a>
                    159:   <li>Unify all internal structures and interfaces between <a
                    160:        href="https://man.openbsd.org/vmd.8">vmd(8)</a>, <a
                    161:        href="https://man.openbsd.org/vmctl.8">vmctl(8)</a> and <a
                    162:        href="https://man.openbsd.org/vmm.4">vmm(4)</a> to use bytes for
1.13    ! benno     163:        memory and disk sizes.
1.11      benno     164:   <li>fix rebooting a received vm in <a
                    165:         href="https://man.openbsd.org/vmd.8">vmd(8)</a>.
                    166:   <li>Have <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> provide
                    167:        a copy of bios at 4g boundary, SeaBIOS and newer Linux kernels expect
                    168:        it there.
                    169:   <li>In <a href="https://man.openbsd.org/vmd.8">vmd(8)</a>, fix off by
                    170:        one in vm memory range check.
                    171:   <li>In <a href="https://man.openbsd.org/vmd.8">vmd(8)</a>, add
                    172:        support for mmio assist. In <a
                    173:        href="https://man.openbsd.org/vmm.4">vmm(4)</a>, send all port io
                    174:        emulation to userland.
                    175:   <li>Have <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> compute
                    176:        i8254 read-back command latch from singular timestamp.
                    177:   <li>Improve the command line parsing in <a
                    178:         href="https://man.openbsd.org/vmctl.8">vmctl(8)</a>.
                    179:   <li>Let <a href="https://man.openbsd.org/vmm.4">vmm(4)</a> allow
                    180:        reading MSR_TSC on Intel hosts.
                    181:   <li>In <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>, reference
                    182:        count vm's and vcpu's.
                    183:   <li>In <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>, zero
                    184:        virtual addresses of vcpu state pages after freeing.
                    185:   <li>Fix `vmctl send` on Intel hosts by load the vmcs before reading
                    186:        vcpu registers in <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>.
                    187:   <li>Fix `vmctl receive` on Intel hosts by adding an additional fault
                    188:        type in <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>.
                    189:   <li>Add additional <a href="https://man.openbsd.org/dt.4">dt(4)</a>
                    190:        tracepoints in various <a
                    191:        href="https://man.openbsd.org/vmm.4">vmm(4)</a> codepaths.
1.1       deraadt   192:   </ul>
                    193:
                    194: <li>Various new userland features:
                    195:   <ul>
1.12      benno     196:   <li>Added <a href="https://man.openbsd.org/kstat.1">kstat(1)</a>, a
                    197:        utility to display kernel statistics collected by <a
                    198:        href="https://man.openbsd.org/kstat.4">kstat(4)</a>.
1.1       deraadt   199:   </ul>
                    200:
                    201: <li>Various bugfixes and tweaks in userland:
                    202:   <ul>
1.12      benno     203:   <li>Changed <a href="https://man.openbsd.org/compress">compress(1)</a>
                    204:        to print a more accurate message when -v is used with -k.
                    205:   <li>Fixed <a href="https://man.openbsd.org/openrsync">openrsync(1)</a>
                    206:        on sparc64 by eliminating a redundant second conversion of the int
                    207:        value from little to host endian.
                    208:   <li>Made use of the fact that repositories are unique objects in <a
                    209:        href="https://man.openbsd.org/pkg_add">pkg_add(1)</a> and annotated
                    210:        the quirks repository as cached, allowing for a large speed increase.
                    211:   <li>Fixed <a href="https://man.openbsd.org/kbd.8">kbd(8)</a> so it
                    212:        doesn't fail silently when executed by a regular user.
1.13    ! benno     213:   <li>Prevented a crash in <a
        !           214:        href="https://man.openbsd.org/vi">vi(1)</a> when cursor key support is disabled.
        !           215:   <li>Updated <a href="https://man.openbsd.org/vi">vi(1)</a> to apply
        !           216:        expandtab to the output of a ! command.
        !           217:   <li>Added missing uuid_dec_le() to init_fp() so <a
        !           218:        href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> -A works on
        !           219:        big-endian architectures.
1.1       deraadt   220:   </ul>
                    221:
                    222: <li>Improved hardware support and driver bugfixes, including:
                    223:   <ul>
1.7       jsg       224:   <li>New <a href="https://man.openbsd.org/arm64/aplaudio.4">aplaudio(4)</a>
                    225:       driver for Apple audio subsystem.
                    226:   <li>New <a href="https://man.openbsd.org/arm64/aplmca.4">aplmca(4)</a>
                    227:       driver for Apple MCA controller.
                    228:   <li>New <a href="https://man.openbsd.org/arm64/aplsart.4">aplsart(4)</a>
                    229:       driver for Apple SART address filter.
                    230:   <li>New alpdc, apldchidev, apldckbd, apldcms, and aplrtk drivers for
                    231:       keyboard and trackpad on Apple M2 laptops.
                    232:   <li>New <a href="https://man.openbsd.org/arm64/qcgpio.4">qcgpio(4)</a>
                    233:       driver for Qualcomm Snapdragon GPIO controller.
                    234:   <li>New <a href="https://man.openbsd.org/arm64/qciic.4">qciic(4)</a>
                    235:       driver for Qualcomm Snapdragon GENI I2C controller.
                    236:   <li>New <a href="https://man.openbsd.org/riscv64/sfgpio.4">sfgpio(4)</a>
                    237:       driver for SiFive GPIO controller.
                    238:   <li>New <a href="https://man.openbsd.org/riscv64/stfclock.4">stfclock(4)</a>
                    239:       driver for StarFive JH7100 clock controller.
                    240:   <li>New <a href="https://man.openbsd.org/riscv64/stfpinctrl.4">stfpinctrl(4)</a>
                    241:       driver for StarFive JH7100 pin configuration.
                    242:   <li>New stftemp
                    243:       driver for StarFive JH7100 temperature sensor.
                    244:   <li>New <a href="https://man.openbsd.org/sxirintc.4">sxirintc(4)</a>
                    245:       driver for Allwinner wakeup interrupt controller.
                    246:   <li>New gpiorestart
                    247:       driver for system reset via GPIO pin.
1.12      benno     248:   <li>Added support for more power sensors to <a
                    249:        href="https://man.openbsd.org/ipmi.4">ipmi(4)</a>.
                    250:
1.1       deraadt   251:   </ul>
                    252:
                    253: <li>New or improved network hardware support:
                    254:   <ul>
1.6       mbuhl     255:   <li>Enabled checksum offloads in <a href="https://man.openbsd.org/igc.4"
                    256:       >igc(4)</a>.
1.13    ! benno     257:   <li>Extended <a href="https://man.openbsd.org/ksmn.4">ksmn(4)</a> to show CCD temperatures if available.
1.1       deraadt   258:   </ul>
                    259:
                    260: <li>Added or improved wireless network drivers:
                    261:   <ul>
1.12      benno     262:   <li>Made device matching in <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> more similar to linux iwlwifi.
1.13    ! benno     263:   <li>Repaired <a href="https://man.openbsd.org/rge.4">rge(4)</a> hardware vlan tagging.
        !           264:   <li>Updated various wireless drivers to use <a href="https://man.openbsd.org/memset.3">memset(3)</a> to initialize ieee80211_rxinfo struct properly.
        !           265:   <li>Increased rx buffer size on <a href="https://man.openbsd.org/uaq.4">uaq(4)</a> to 62kB.
        !           266:
1.1       deraadt   267:   </ul>
                    268:
                    269: <li>IEEE 802.11 wireless stack improvements and bugfixes:
                    270:   <ul>
                    271:   <li>...
                    272:   </ul>
                    273:
                    274: <li>Installer and upgrade improvements:
                    275:   <ul>
                    276:   <li>...
                    277:   </ul>
                    278:
                    279: <li>Security improvements:
                    280:   <ul>
                    281:   <li>...
                    282:   </ul>
                    283:
1.12      benno     284: <li>Changes in the network stack:
                    285:   <ul>
1.13    ! benno     286:   <li>Relaxed address availability check for <a
        !           287:        href="https://man.openbsd.org/multicast.4">multicast(4)</a> binds so
        !           288:        processes listening for the same multicast address do not need to be
        !           289:        the same UID.
        !           290:   <li>Introduced dedicated link entries for snapshots to <a
        !           291:        href="https://man.openbsd.org/pfsync.4">pfsync(4)</a>.
1.12      benno     292:   </ul>
                    293:
1.1       deraadt   294: <li>Routing daemons and other userland network improvements:
                    295:   <ul>
1.11      benno     296:   <li>IPsec support was improved:
                    297:   <ul>
                    298:   </ul>
                    299:   <li>In <a href="https://man.openbsd.org/bgpd.conf.5">bgpd(8)</a>,
                    300:   <ul>
                    301:        <li>Implement max-communities filter to limit the number of allowed
                    302:                communities, ext-communities and large-communities.
                    303:        <li>Fix insertion of additional non-transitive extended communities when
                    304:                sending out prefixes.
                    305:        <li>Relax IP address limitation by allowing prefixes in 240/4.
                    306:        <li>Implement RFC 9234 - Route Leak Prevention and Detection Using Roles
                    307:                in UPDATE and OPEN Messages.
                    308:        <li>Full support for RFC 7911 - Advertisement of Multiple Paths in BGP.
                    309:        <li>Improve FIB code, handle IPv6 scoped addresses properly.
                    310:        <li>Add <a href="https://man.openbsd.org/bgplgd.8">bgplgd(8)</a>,
                    311:                a fastcgi server providing a REST API of bgpctl.
                    312:        <li>Bugfix: bgpd(8) could fail to invalidate nexthops and incorrectly
                    313:                leave them in the FIB or Adj-RIB-Out.
                    314:        <li>Speedup <a href="https://man.openbsd.org/bgpctl.8">bgpctl</a>
                    315:                <code>show rib 10/8 or-longer</code> and <code>show rib 10/8
                    316:                or-shorter</code>
                    317:        <li>Switch various static hash tables to RB trees improving
                    318:                performance on large systems
                    319:        <li>Export per neighbor pending update and withdraw statistics
                    320:        <li>Fix race between a neighbor session reset and its update message
                    321:                backlog
                    322:        <li>Improve handling of nexthop reachability state changes
                    323:   </ul>
                    324:   <li><a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> saw some changes:
                    325:   <ul>
1.12      benno     326:        <li>Allowed more than one CRL URI in certificates.
1.11      benno     327:        <li>Do not apply timezone offsets when converting X509 times.  X509
                    328:                times are in UTC and comparing them to times in different timezones
                    329:                would cause validity problems.
                    330:        <li>Add support for an operator-configurable skiplist facility.
                    331:                Operators can specify a list of FQDNs which should not be contacted
                    332:                when synchronizing the local cache to the network.
                    333:        <li>Emit a warning when a RRDP session serial number decreases.
                    334:        <li>DER decoding functions were refactored to leverage ASN.1 templates.
                    335:        <li>Add support to validate & inspect .sig files containing RPKI Signed
                    336:                Checklists in filemode (-f). (draft-ietf-sidrops-rpki-rsc-08)
                    337:        <li>Print various statistics after the completion of the main process.
                    338:        <li>Add support to decode & print TAL (RFC 8630) details in filemode (-f).
                    339:        <li>Emit objects in Concatenated JSON format when filemode (-f) and the JSON
                    340:                output flag (-j) are combined.
1.13    ! benno     341:        <li>Add support for validating Autonomous System Provider Authorization
1.11      benno     342:                (ASPA) objects conforming to draft-ietf-sidrops-aspa-profile-10.
                    343:                Validated ASPA payloads are visible in JSON and filemode (-f) output.
                    344:        <li>Set rsync connection I/O idle timeout to 15 seconds.
1.13    ! benno     345:        <li>Unify the maximum idle I/O and connect timeouts for rsync & HTTPS.
1.11      benno     346:        <li>Rpki-client now performs stricter EE certificate validation:
                    347:        <ul>
                    348:                <li>Disallow AS Resources extensions in ROA EE certificates.
                    349:                <li>Disallow Subject Information Access (SIA) extensions in RPKI
                    350:                        Signed Checklist (RSC) EE certs.
                    351:                <li>Check the resources in ROAs and RSCs against EE certs.
                    352:        </ul>
                    353:        <li>Improve readability and add various information being printed in
                    354:                verbose mode.
                    355:        <li>Extend filemode (-f) output and print X.509 certificates in PEM
                    356:                format when increased verbosity (-vv) is specified.
                    357:        <li>Shorten the RRDP I/O idle timeout.
                    358:        <li>Introduce a deadline timer that aborts all repository synchronization
                    359:                after seven eights of timeout (-s). With this rpki-client has improved
1.13    ! benno     360:                chances to complete and produce an output even when a CA is excessively
1.11      benno     361:                slow.
                    362:        <li>Abort a currently running RRDP request process when the per-repository
                    363:                timeout is reached.
                    364:        <li>Permit multiple AccessDescription entries in SIA X.509 extensions. While
                    365:                fetching from secondary locations is not yet supported, rpki-client will
1.13    ! benno     366:                not treat occurrence as a fatal error.
1.11      benno     367:        <li>Resolve a potential for a race condition in non-atomic RRDP deltas.
                    368:        <li>Fix some memory leaks.
                    369:        <li>Improve compliance with the HTTP protocol specification.
                    370:   </ul>
                    371:
                    372:   <li>In <a href="https://man.openbsd.org/rpki-client.8">ospfd(8)</a>,
                    373:        relax the limitations on what is an acceptable unicast IP. There are no
                    374:        more experiments in IPv4 and so there is less reason for network
                    375:        daemons to deny formerly experimental IP space.  Multicast IPs
1.13    ! benno     376:        (224/4) and loopback (127/8) are still disallowed.
1.11      benno     377:
1.1       deraadt   378:   </ul>
                    379:
                    380: <li><a href="https://man.openbsd.org/tmux">tmux(1)</a> improvements and bug fixes:
                    381:   <ul>
                    382:   <li>...
                    383:   </ul>
                    384:
1.2       jsg       385: <li>LibreSSL version 3.6.0
1.1       deraadt   386:   <ul>
                    387:   <li>New Features
                    388:     <ul>
                    389:     <li>...
                    390:     </ul>
                    391:
                    392:   <li>Portable Improvements
                    393:     <ul>
                    394:     <li>...
                    395:     </ul>
                    396:
                    397:   <li>Compatibility Changes
                    398:     <ul>
                    399:     <li>...
                    400:     </ul>
                    401:
                    402:   <li>Bug fixes
                    403:     <ul>
                    404:     <li>...
                    405:     </ul>
                    406:
                    407:   <li>Internal Improvements
                    408:     <ul>
                    409:     <li>...
                    410:     </ul>
                    411:
                    412:   <li>Documentation improvements
                    413:     <ul>
                    414:     <li>...
                    415:     </ul>
                    416:   </ul>
                    417:
1.2       jsg       418: <li>OpenSSH 9.1
1.1       deraadt   419:   <ul>
                    420:   <li>...
                    421:   </ul>
                    422:
                    423: <li>mandoc 1.14.6 plus several bugfixes, including:
                    424:   <ul>
1.12      benno     425:   <li>Fixed calculation of the width of spanned columns in <a
                    426:        href="https://man.openbsd.org/mandoc">mandoc(1)</a>.
1.1       deraadt   427:   </ul>
                    428:
                    429: <li>Ports and packages:
                    430:   <p>Many pre-built packages for each architecture:
                    431:   <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    432:   <ul style="column-count: 3">
                    433:     <li>aarch64:     XXXX
                    434:     <li>amd64:       XXXX
                    435:     <li>arm:         XXXX
                    436:     <li>i386:        XXXX
                    437:     <li>mips64:      XXXX
                    438:     <li>powerpc:     XXXX
                    439:     <li>powerpc64:   XXXX
                    440:     <li>riscv64:     XXXX
                    441:     <li>sparc64:     XXXX
                    442:   </ul>
                    443:
                    444:   <p>Some highlights:
                    445:   <ul style="column-count: 3">
1.3       sthen     446:     <li>Asterisk 16.28.0, 18.14.0 and 19.6.0
1.1       deraadt   447:     <li>Audacity 2.4.2
1.3       sthen     448:     <li>CMake 3.24.2
                    449:     <li>Chromium 105.0.5195.125
                    450:     <li>Emacs 28.2
                    451:     <li>FFmpeg 4.4.2
1.1       deraadt   452:     <li>GCC 8.4.0 and 11.2.0
1.3       sthen     453:     <li>GHC 9.2.4
                    454:     <li>GNOME 42.4
                    455:     <li>Go 1.19.1
                    456:     <li>JDK 8u342, 11.0.16 and 17.0.4
                    457:     <li>KDE Applications 22.08.1
                    458:     <li>KDE Frameworks 5.98.0
                    459:     <li>Krita 5.1.1
1.1       deraadt   460:     <li>LLVM/Clang 13.0.0
1.3       sthen     461:     <li>LibreOffice 7.4.1.2
1.1       deraadt   462:     <li>Lua 5.1.5, 5.2.4 and 5.3.6
1.3       sthen     463:     <li>MariaDB 10.9.3
                    464:     <li>Mono 6.12.0.182
                    465:     <li>Mozilla Firefox 105.0.1 and ESR 102.3.0
                    466:     <li>Mozilla Thunderbird 102.3.0
                    467:     <li>Mutt 2.2.7 and NeoMutt 20220429
                    468:     <li>Node.js 16.17.1
1.1       deraadt   469:     <li>OCaml 4.12.1
1.3       sthen     470:     <li>OpenLDAP 2.6.3
                    471:     <li>PHP 7.4.30, 8.0.23 and 8.1.10
                    472:     <li>Postfix 3.7.2
                    473:     <li>PostgreSQL 14.5
                    474:     <li>Python 2.7.18, 3.9.14 and 3.10.7
                    475:     <li>Qt 5.15.6 and 6.3.1
                    476:     <li>R 4.2.1
                    477:     <li>Ruby 2.7.6, 3.0.4 and 3.1.2
                    478:     <li>Rust 1.63.0
                    479:     <li>SQLite 3.39.3
                    480:     <li>Shotcut 22.06.23
                    481:     <li>Sudo 1.9.11.2
                    482:     <li>Suricata 6.0.6
                    483:     <li>Tcl/Tk 8.5.19 and 8.6.12
1.1       deraadt   484:     <li>TeX Live 2021
1.3       sthen     485:     <li>Vim 9.0.0192 and Neovim 0.7.2
1.1       deraadt   486:     <li>Xfce 4.16
                    487:   </ul>
                    488:   <p>
                    489:
                    490: <li>As usual, steady improvements in manual pages and other documentation.
                    491:
                    492: <li>The system includes the following major components from outside suppliers:
                    493:   <ul>
1.2       jsg       494:     <li>Xenocara (based on X.Org 7.7 with xserver 21.1.4 + patches,
1.13    ! benno     495:         freetype 2.12.1, fontconfig 2.13.94, Mesa 21.3.8, xterm 372,
1.1       deraadt   496:         xkeyboard-config 2.20, fonttosfnt 1.2.2 and more)
                    497:     <li>LLVM/Clang 13.0.0 (+ patches)
                    498:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
                    499:     <li>Perl 5.32.1 (+ patches)
1.2       jsg       500:     <li>NSD 4.6.0
                    501:     <li>Unbound 1.16.3
1.1       deraadt   502:     <li>Ncurses 5.7
                    503:     <li>Binutils 2.17 (+ patches)
                    504:     <li>Gdb 6.3 (+ patches)
1.2       jsg       505:     <li>Awk September 12, 2022
                    506:     <li>Expat 2.4.9
1.1       deraadt   507:   </ul>
                    508:
                    509: </ul>
                    510: </section>
                    511:
                    512: <hr>
                    513:
                    514: <section id=install>
                    515: <h3>How to install</h3>
                    516: <p>
                    517: Please refer to the following files on the mirror site for
                    518: extensive details on how to install OpenBSD 7.2 on your machine:
                    519:
                    520: <ul>
                    521: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/alpha/INSTALL.alpha">
                    522:        .../OpenBSD/7.2/alpha/INSTALL.alpha</a>
                    523: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/amd64/INSTALL.amd64">
                    524:        .../OpenBSD/7.2/amd64/INSTALL.amd64</a>
                    525: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/arm64/INSTALL.arm64">
                    526:        .../OpenBSD/7.2/arm64/INSTALL.arm64</a>
                    527: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/armv7/INSTALL.armv7">
                    528:        .../OpenBSD/7.2/armv7/INSTALL.armv7</a>
                    529: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/hppa/INSTALL.hppa">
                    530:        .../OpenBSD/7.2/hppa/INSTALL.hppa</a>
                    531: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/i386/INSTALL.i386">
                    532:        .../OpenBSD/7.2/i386/INSTALL.i386</a>
                    533: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/landisk/INSTALL.landisk">
                    534:        .../OpenBSD/7.2/landisk/INSTALL.landisk</a>
1.8       jsg       535: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/loongson/INSTALL.loongson">
                    536:        .../OpenBSD/7.2/loongson/INSTALL.loongson</a>
1.1       deraadt   537: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/luna88k/INSTALL.luna88k">
                    538:        .../OpenBSD/7.2/luna88k/INSTALL.luna88k</a>
                    539: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/macppc/INSTALL.macppc">
                    540:        .../OpenBSD/7.2/macppc/INSTALL.macppc</a>
                    541: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/octeon/INSTALL.octeon">
                    542:        .../OpenBSD/7.2/octeon/INSTALL.octeon</a>
                    543: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/powerpc64/INSTALL.powerpc64">
                    544:        .../OpenBSD/7.2/powerpc64/INSTALL.powerpc64</a>
                    545: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/riscv64/INSTALL.riscv64">
                    546:        .../OpenBSD/7.2/riscv64/INSTALL.riscv64</a>
                    547: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.2/sparc64/INSTALL.sparc64">
                    548:        .../OpenBSD/7.2/sparc64/INSTALL.sparc64</a>
                    549: </ul>
                    550: </section>
                    551:
                    552: <hr>
                    553:
                    554: <section id=quickinstall>
                    555: <p>
                    556: Quick installer information for people familiar with OpenBSD, and the use of
                    557: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    558: If you are at all confused when installing OpenBSD, read the relevant
                    559: INSTALL.* file as listed above!
                    560:
                    561: <h3>OpenBSD/alpha:</h3>
                    562:
                    563: <p>
                    564: If your machine can boot from CD, you can write <i>install72.iso</i> or
                    565: <i>cd72.iso</i> to a CD and boot from it.
                    566: Refer to INSTALL.alpha for more details.
                    567:
                    568: <h3>OpenBSD/amd64:</h3>
                    569:
                    570: <p>
                    571: If your machine can boot from CD, you can write <i>install72.iso</i> or
                    572: <i>cd72.iso</i> to a CD and boot from it.
                    573: You may need to adjust your BIOS options first.
                    574:
                    575: <p>
                    576: If your machine can boot from USB, you can write <i>install72.img</i> or
                    577: <i>miniroot72.img</i> to a USB stick and boot from it.
                    578:
                    579: <p>
                    580: If you can't boot from a CD, floppy disk, or USB,
                    581: you can install across the network using PXE as described in the included
                    582: INSTALL.amd64 document.
                    583:
                    584: <p>
                    585: If you are planning to dual boot OpenBSD with another OS, you will need to
                    586: read INSTALL.amd64.
                    587:
                    588: <h3>OpenBSD/arm64:</h3>
                    589:
                    590: <p>
                    591: Write <i>install72.img</i> or <i>miniroot72.img</i> to a disk and boot from it
                    592: after connecting to the serial console.  Refer to INSTALL.arm64 for more
                    593: details.
                    594:
                    595: <h3>OpenBSD/armv7:</h3>
                    596:
                    597: <p>
                    598: Write a system specific miniroot to an SD card and boot from it after connecting
                    599: to the serial console.  Refer to INSTALL.armv7 for more details.
                    600:
                    601: <h3>OpenBSD/hppa:</h3>
                    602:
                    603: <p>
                    604: Boot over the network by following the instructions in INSTALL.hppa or the
                    605: <a href="hppa.html#install">hppa platform page</a>.
                    606:
                    607: <h3>OpenBSD/i386:</h3>
                    608:
                    609: <p>
                    610: If your machine can boot from CD, you can write <i>install72.iso</i> or
                    611: <i>cd72.iso</i> to a CD and boot from it.
                    612: You may need to adjust your BIOS options first.
                    613:
                    614: <p>
                    615: If your machine can boot from USB, you can write <i>install72.img</i> or
                    616: <i>miniroot72.img</i> to a USB stick and boot from it.
                    617:
                    618: <p>
                    619: If you can't boot from a CD, floppy disk, or USB,
                    620: you can install across the network using PXE as described in
                    621: the included INSTALL.i386 document.
                    622:
                    623: <p>
                    624: If you are planning on dual booting OpenBSD with another OS, you will need to
                    625: read INSTALL.i386.
                    626:
                    627: <h3>OpenBSD/landisk:</h3>
                    628:
                    629: <p>
                    630: Write <i>miniroot72.img</i> to the start of the CF
                    631: or disk, and boot normally.
1.8       jsg       632:
                    633: <h3>OpenBSD/loongson:</h3>
                    634:
                    635: <p>
                    636: Write <i>miniroot72.img</i> to a USB stick and boot bsd.rd from it
                    637: or boot bsd.rd via tftp.
                    638: Refer to the instructions in INSTALL.loongson for more details.
1.1       deraadt   639:
                    640: <h3>OpenBSD/luna88k:</h3>
                    641:
                    642: <p>
                    643: Copy 'boot' and 'bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    644: from the PROM, and then bsd.rd from the bootloader.
                    645: Refer to the instructions in INSTALL.luna88k for more details.
                    646:
                    647: <h3>OpenBSD/macppc:</h3>
                    648:
                    649: <p>
                    650: Burn the image from a mirror site to a CDROM, and power on your machine
                    651: while holding down the <i>C</i> key until the display turns on and
                    652: shows <i>OpenBSD/macppc boot</i>.
                    653:
                    654: <p>
                    655: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    656: /7.2/macppc/bsd.rd</i>
                    657:
                    658: <h3>OpenBSD/octeon:</h3>
                    659:
                    660: <p>
                    661: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    662: Refer to the instructions in INSTALL.octeon for more details.
                    663:
                    664: <h3>OpenBSD/powerpc64:</h3>
                    665:
                    666: <p>
                    667: To install, write <i>install72.img</i> or <i>miniroot72.img</i> to a
                    668: USB stick, plug it into the machine and choose the <i>OpenBSD
                    669: install</i> menu item in Petitboot.
                    670: Refer to the instructions in INSTALL.powerpc64 for more details.
                    671:
                    672: <h3>OpenBSD/riscv64:</h3>
                    673:
                    674: <p>
                    675: To install, write <i>install72.img</i> or <i>miniroot72.img</i> to a
                    676: USB stick, and boot with that drive plugged in.
                    677: Make sure you also have the microSD card plugged in that shipped with the
                    678: HiFive Unmatched board.
                    679: Refer to the instructions in INSTALL.riscv64 for more details.
                    680:
                    681: <h3>OpenBSD/sparc64:</h3>
                    682:
                    683: <p>
                    684: Burn the image from a mirror site to a CDROM, boot from it, and type
                    685: <i>boot cdrom</i>.
                    686:
                    687: <p>
                    688: If this doesn't work, or if you don't have a CDROM drive, you can write
                    689: <i>floppy72.img</i> or <i>floppyB72.img</i>
                    690: (depending on your machine) to a floppy and boot it with <i>boot
                    691: floppy</i>. Refer to INSTALL.sparc64 for details.
                    692:
                    693: <p>
                    694: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    695: will most likely fail.
                    696:
                    697: <p>
                    698: You can also write <i>miniroot72.img</i> to the swap partition on
                    699: the disk and boot with <i>boot disk:b</i>.
                    700:
                    701: <p>
                    702: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    703: </section>
                    704:
                    705: <hr>
                    706:
                    707: <section id=upgrade>
                    708: <h3>How to upgrade</h3>
                    709: <p>
1.10      benno     710: If you already have an OpenBSD 7.1 system, and do not want to reinstall,
1.1       deraadt   711: upgrade instructions and advice can be found in the
                    712: <a href="faq/upgrade72.html">Upgrade Guide</a>.
                    713: </section>
                    714:
                    715: <hr>
                    716:
                    717: <section id=sourcecode>
                    718: <h3>Notes about the source code</h3>
                    719: <p>
                    720: <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
                    721: This file contains everything you need except for the kernel sources,
                    722: which are in a separate archive.
                    723: To extract:
                    724: <blockquote><pre>
                    725: # <kbd>mkdir -p /usr/src</kbd>
                    726: # <kbd>cd /usr/src</kbd>
                    727: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
                    728: </pre></blockquote>
                    729: <p>
                    730: <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
                    731: This file contains all the kernel sources you need to rebuild kernels.
                    732: To extract:
                    733: <blockquote><pre>
                    734: # <kbd>mkdir -p /usr/src/sys</kbd>
                    735: # <kbd>cd /usr/src</kbd>
                    736: # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
                    737: </pre></blockquote>
                    738: <p>
                    739: Both of these trees are a regular CVS checkout.  Using these trees it
                    740: is possible to get a head-start on using the anoncvs servers as
                    741: described <a href="anoncvs.html">here</a>.
                    742: Using these files
                    743: results in a much faster initial CVS update than you could expect from
                    744: a fresh checkout of the full OpenBSD source tree.
                    745: </section>
                    746:
                    747: <hr>
                    748:
                    749: <section id=ports>
                    750: <h3>Ports Tree</h3>
                    751: <p>
                    752: A ports tree archive is also provided.  To extract:
                    753: <blockquote><pre>
                    754: # <kbd>cd /usr</kbd>
                    755: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
                    756: </pre></blockquote>
                    757: <p>
                    758: Go read the <a href="faq/ports/index.html">ports</a> page
                    759: if you know nothing about ports
                    760: at this point.  This text is not a manual of how to use ports.
                    761: Rather, it is a set of notes meant to kickstart the user on the
                    762: OpenBSD ports system.
                    763: <p>
                    764: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    765: As with our complete source tree, our ports tree is available via
                    766: <a href="anoncvs.html">AnonCVS</a>.
                    767: So, in order to keep up to date with the -stable branch, you must make
                    768: the <i>ports/</i> tree available on a read-write medium and update the tree
                    769: with a command like:
                    770: <blockquote><pre>
                    771: # <kbd>cd /usr/ports</kbd>
                    772: # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_7_2</kbd>
                    773: </pre></blockquote>
                    774: <p>
                    775: [Of course, you must replace the server name here with a nearby anoncvs
                    776: server.]
                    777: <p>
                    778: Note that most ports are available as packages on our mirrors. Updated
                    779: ports for the 7.2 release will be made available if problems arise.
                    780: <p>
                    781: If you're interested in seeing a port added, would like to help out, or just
                    782: would like to know more, the mailing list
                    783: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    784: </section>
                    785: </body>
                    786: </html>