• FreeBSD 14.3-RELEASE Now Available (1/2)

    From Colin Percival@21:1/5 to All on Tue Jun 10 01:00:05 2025
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA512

    FreeBSD 14.3-RELEASE Announcement

    Date: June 10, 2025

    The FreeBSD Release Engineering Team is pleased to announce the
    availability of FreeBSD 14.3-RELEASE. This is the fourth release of the
    stable/14 branch.

    Some of the highlights:

    * 802.11ac is now supported by the iwlwifi driver for modern chipsets
    found in many laptops.

    * OCI container images are now published in Docker and GitHub
    repositories.

    * LLVM and associated tools have been upgraded to version 19.1.7.

    * OpenSSH has been upgraded to version 9.9p2.

    * xz has been upgraded to version 5.8.1.

    * expat has been upgraded to 2.7.1.

    For a complete list of new features, supported hardware, and known
    problems, please see the online release notes, hardware compatibility
    notes, and errata list, available at:

    * https://www.FreeBSD.org/releases/14.3R/relnotes/

    * https://www.FreeBSD.org/releases/14.3R/hardware/

    * https://www.FreeBSD.org/releases/14.3R/errata/

    For more information about FreeBSD release engineering activities, please
    see:

    * https://www.FreeBSD.org/releng/

    Availability

    FreeBSD 14.3-RELEASE is now available for the amd64, i386, aarch64,
    armv7, powerpc, powerpc64, and riscv64 architectures.

    FreeBSD 14.3-RELEASE can be installed from bootable ISO images or over
    the network. Some architectures also support installing from a USB memory
    stick. The required files can be downloaded as described below.

    SHA512 and SHA256 hashes for the release ISO, memory stick, and SD card
    images are included at the bottom of this message.

    PGP-signed checksums for the release images are also available at:

    * https://www.FreeBSD.org/releases/14.3R/signatures/

    A PGP-signed version of this announcement is available at:

    * https://www.FreeBSD.org/releases/14.3R/announce.asc

    The purpose of the images provided as part of the release are as follows:

    dvd1

    This contains everything necessary to install the base FreeBSD
    operating system, the documentation, debugging distribution sets,
    and a small set of pre-built packages aimed at getting a
    graphical workstation up and running. It also supports booting
    into a "livefs" based rescue mode. This should be all you need if
    you can burn and use DVD-sized media.

    Additionally, this can be written to a USB memory stick (flash
    drive) for the amd64 architecture and used to do an install on
    machines capable of booting off USB drives. It also supports
    booting into a "livefs" based rescue mode.

    As one example of how to use the dvd1 image, assuming the USB
    drive appears as /dev/da0 on your machine something like this
    should work:

    # dd if=FreeBSD-14.3-RELEASE-amd64-dvd1.iso \
    of=/dev/da0 bs=1m conv=sync

    Be careful to make sure you get the target (of=) correct.

    disc1

    This contains the base FreeBSD operating system. It also supports
    booting into a "livefs" based rescue mode. There are no pre-built
    packages.

    Additionally, this can be written to a USB memory stick (flash
    drive) for the amd64 architecture and used to do an install on
    machines capable of booting off USB drives. It also supports
    booting into a "livefs" based rescue mode. There are no pre-built
    packages.

    As one example of how to use the disc1 image, assuming the USB
    drive appears as /dev/da0 on your machine something like this
    should work:

    # dd if=FreeBSD-14.3-RELEASE-amd64-disc1.iso \
    of=/dev/da0 bs=1m conv=sync

    Be careful to make sure you get the target (of=) correct.

    bootonly

    This supports booting a machine using the CDROM drive but does
    not contain the installation distribution sets for installing
    FreeBSD from the CD itself. You would need to perform a network
    based install (e.g., from an HTTP or FTP server) after booting
    from the CD.

    Additionally, this can be written to a USB memory stick (flash
    drive) for the amd64 architecture and used to do an install on
    machines capable of booting off USB drives. It also supports
    booting into a "livefs" based rescue mode. There are no pre-built
    packages.

    As one example of how to use the bootonly image, assuming the USB
    drive appears as /dev/da0 on your machine something like this
    should work:

    # dd if=FreeBSD-14.3-RELEASE-amd64-bootonly.iso \
    of=/dev/da0 bs=1m conv=sync

    Be careful to make sure you get the target (of=) correct.

    memstick

    This can be written to a USB memory stick (flash drive) and used
    to do an install on machines capable of booting off USB drives.
    It also supports booting into a "livefs" based rescue mode. There
    are no pre-built packages.

    As one example of how to use the memstick image, assuming the USB
    drive appears as /dev/da0 on your machine something like this
    should work:

    # dd if=FreeBSD-14.3-RELEASE-amd64-memstick.img \
    of=/dev/da0 bs=1m conv=sync

    Be careful to make sure you get the target (of=) correct.

    mini-memstick

    This can be written to a USB memory stick (flash drive) and used
    to boot a machine, but does not contain the installation
    distribution sets on the medium itself, similar to the bootonly
    image. It also supports booting into a "livefs" based rescue
    mode. There are no pre-built packages.

    As one example of how to use the mini-memstick image, assuming
    the USB drive appears as /dev/da0 on your machine something like
    this should work:

    # dd if=FreeBSD-14.3-RELEASE-amd64-mini-memstick.img \
    of=/dev/da0 bs=1m conv=sync

    Be careful to make sure you get the target (of=) correct.

    FreeBSD/arm SD card images

    These can be written to an SD card and used to boot the supported
    arm system. The SD card image contains the full FreeBSD
    installation, and can be installed onto SD cards as small as 5
    GB.

    For convenience for those without console access to the system, a
    freebsd user with a password of freebsd is available by default
    for ssh(1) access. Additionally, the root user password is set to
    root; it is strongly recommended to change the password for both
    users after gaining access to the system.

    To write the FreeBSD/arm image to an SD card, use the dd(1)
    utility, replacing KERNEL with the appropriate kernel
    configuration name for the system.

    # dd if=FreeBSD-14.3-RELEASE-arm64-aarch64-RPI.img \
    of=/dev/da0 bs=1m conv=sync

    Be careful to make sure you get the target (of=) correct.

    FreeBSD 14.3-RELEASE can also be purchased on DVD from several vendors.
    One of the vendors that will be offering FreeBSD 14.3-based products is:

    * FreeBSD Mall, Inc. https://www.freebsdmall.com

    Pre-installed virtual machine images are also available for the amd64
    (x86_64), i386 (x86_32), AArch64 (arm64), and RISCV (riscv64)
    architectures in QCOW2, VHD, and VMDK disk image formats, as well as raw
    (unformatted) images.

    FreeBSD 14.3-RELEASE is also available on these cloud hosting platforms:

    * FreeBSD Amazon(R) EC2(TM):

    FreeBSD/amd64 EC2 AMI IDs can be retrieved from the Systems Manager
    Parameter Store in each region using the keys:

    /aws/service/freebsd/amd64/base/ufs/14.3/RELEASE
    /aws/service/freebsd/amd64/base/zfs/14.3/RELEASE
    /aws/service/freebsd/amd64/builder/ufs/14.3/RELEASE
    /aws/service/freebsd/amd64/builder/zfs/14.3/RELEASE
    /aws/service/freebsd/amd64/cloud-init/ufs/14.3/RELEASE
    /aws/service/freebsd/amd64/cloud-init/zfs/14.3/RELEASE
    /aws/service/freebsd/amd64/small/ufs/14.3/RELEASE
    /aws/service/freebsd/amd64/small/zfs/14.3/RELEASE

    AMIs are also available in the AWS Marketplace at:

    https://aws.amazon.com/marketplace/pp/prodview-sxzreyutwngxy (UFS)
    https://aws.amazon.com/marketplace/pp/prodview-4csbncujmsgbk (ZFS)

    FreeBSD/aarch64 EC2 AMI IDs can be retrieved from the Systems Manager
    Parameter Store in each region using the keys:

    /aws/service/freebsd/arm64/base/ufs/14.3/RELEASE
    /aws/service/freebsd/arm64/base/zfs/14.3/RELEASE
    /aws/service/freebsd/arm64/builder/ufs/14.3/RELEASE
    /aws/service/freebsd/arm64/builder/zfs/14.3/RELEASE
    /aws/service/freebsd/arm64/cloud-init/ufs/14.3/RELEASE
    /aws/service/freebsd/arm64/cloud-init/zfs/14.3/RELEASE
    /aws/service/freebsd/arm64/small/ufs/14.3/RELEASE
    /aws/service/freebsd/arm64/small/zfs/14.3/RELEASE

    AMIs are also available in the AWS Marketplace at:

    https://aws.amazon.com/marketplace/pp/prodview-axdyrrhr6pboq (UFS)
    https://aws.amazon.com/marketplace/pp/prodview-7xtubzy4v4oo4 (ZFS)

    * Google(R) Compute Engine(TM):
    Instances can be deployed using the gcloud utility:

    % gcloud compute instances create INSTANCE \
    --image freebsd-14-3-release-amd64-ufs \
    --image-project=freebsd-org-cloud-dev
    % gcloud compute ssh INSTANCE

    Replace INSTANCE with the name of the Google Compute Engine instance.
    FreeBSD images are also available in the Google Compute Engine(TM)
    Marketplace at:
    https://console.cloud.google.com/marketplace/browse?filter=category:os&filter=price:free&q=freebsd

    * Oracle Cloud Infrastructure:
    FreeBSD images are available in the Oracle Cloud Infrastructure
    Marketplace for amd64 and aarch64 architectures, in both UFS and ZFS
    filesystems, at:
    https://cloudmarketplace.oracle.com/marketplace/app/freebsd-release

    * Microsoft(R) Azure(TM):
    FreeBSD images are expected to be available in the Azure Marketplace
    at:
    https://azuremarketplace.microsoft.com/marketplace/apps/thefreebsdfoundation.freebsd-14_3

    Download

    FreeBSD 14.3-RELEASE may be downloaded via https from the following site:

    * https://download.freebsd.org/releases/ISO-IMAGES/14.3/

    FreeBSD 14.3-RELEASE virtual machine images may be downloaded from:

    * https://download.freebsd.org/releases/VM-IMAGES/14.3-RELEASE/

    FreeBSD 14.3-RELEASE BASIC-CI images may be downloaded from:

    * https://download.freebsd.org/releases/CI-IMAGES/14.3-RELEASE/

    FreeBSD 14.3-RELEASE OCI container images may be downloaded from:

    * https://download.freebsd.org/releases/OCI-IMAGES/14.3-RELEASE/

    and are also available in the Docker and GitHub container repositories.

    For instructions on installing FreeBSD or updating an existing machine to
    14.3-RELEASE please see:

    * https://www.FreeBSD.org/releases/14.3R/installation/

    Support

    This point release, FreeBSD 14.3-RELEASE, will be supported until 30
    June, 2026. The previous point release, FreeBSD 14.2-RELEASE, will reach
    its End of Life at 30 September, 2025. The FreeBSD 14 release series will
    be supported until 30 November, 2028. Additional support information can
    be found at:

    * https://www.FreeBSD.org/platforms/

    * https://www.FreeBSD.org/security/

    Acknowledgments

    Many companies donated equipment, network access, or human time to
    support the release engineering activities for FreeBSD 14.3 including:

    Amazon
    The FreeBSD Foundation
    Juniper Networks
    New York Internet
    Sentex Data Communications
    Tarsnap
    365 Data Centers

    The release engineering team for 14.3-RELEASE includes:

    Konstantin Belousov <kib@FreeBSD.org> Release Engineering
    Antoine Brodin <antoine@FreeBSD.org> Package Building
    Dave Cottlehuber <dch@FreeBSD.org> Release Engineering
    Marc Fonvieille <blackend@FreeBSD.org> Release Engineering, Documentation
    John Hixson <jhixson@FreeBSD.org> Release Engineering
    Xin Li <delphij@FreeBSD.org> Release Engineering, Security Team
    Liaison
    Mahdi Mokhtari <mmokhi@FreeBSD.org> Release Engineering
    Ed Maste <emaste@FreeBSD.org> Release Engineering Deputy Lead
    Colin Percival <cperciva@FreeBSD.org> Release Engineering Lead,
    14.3-RELEASE Release Engineer
    Doug Rabson <dfr@FreeBSD.org> Release Engineering
    Muhammad Moinur Rahman Release Engineering
    <bofh@FreeBSD.org>

    Trademark

    FreeBSD is a registered trademark of The FreeBSD Foundation.

    ISO Image Checksums

    amd64 (x86_64):

    SHA512 (FreeBSD-14.3-RELEASE-amd64-bootonly.iso) = 647bd1bf80051ba209db49d65679e297dac18f55ecc2843071d2a4fbcdf72787788258863c0d5ae017183de44234d92e14a32e26c5b7215b2802d27623992df1
    SHA512 (FreeBSD-14.3-RELEASE-amd64-bootonly.iso.xz) = ab45a3f181c10ef8bcb532a774e7deab44724b1d63b63b7bc77c70f03b786859d0e914416a8f53ee1a6fd4ab39adedf48b43cc0e6e527c00f1f886f4a3a3db31
    SHA512 (FreeBSD-14.3-RELEASE-amd64-disc1.iso) = dad0013280da5e74475a6f9c0b57d909edc7ffc1ef378597f239432f22575d3f5103ab2f8f330857b7fcccca8af332ce1e0193a59381fb2c47b63a7fc2b86641
    SHA512 (FreeBSD-14.3-RELEASE-amd64-disc1.iso.xz) = 493fcfcf7a78ab416de47c5ebbf815421572ca7770efc93c33dc5695eec8c26896f1ec6590bf05d06ab5edf968e20b09c78284b31e712df0558bfc27b3074b28
    SHA512 (FreeBSD-14.3-RELEASE-amd64-dvd1.iso) = 565037c4c84be1c6cdaa0b2d203c1cd5f478fb99b328a83f5590782ecdc7de300b4ebabbe2ca59527175acf7f2b674059e1b6f779b7383805870d3daf8e3764e
    SHA512 (FreeBSD-14.3-RELEASE-amd64-dvd1.iso.xz) = f5b6abcd37919cefd03a8b6d5bfba2ebfb781c3f11dc676382c8fdb584c5e8535244031a49d91547bb567bd02f3f6e230a4de22de94d20f383693c58b9c4d1b4
    SHA512 (FreeBSD-14.3-RELEASE-amd64-memstick.img) = e9fd1ebed924f5698a6d102f51ab59df4839e70d1759cd327e526a2fdddc78fa4e4cce6400de591e1f9cb459cfc80f1120fc790d3beefb3d70a7d074d33b5644
    SHA512 (FreeBSD-14.3-RELEASE-amd64-memstick.img.xz) = efc19ac6b3f5e3c0be8ca0ea89f3d9556780801abc2413ead6bc0250d6aa469ea851a9246e678dd5e9a3e8de8e78d521a6e342eb2270bf3ababf30ab85ec4cd8
    SHA512 (FreeBSD-14.3-RELEASE-amd64-mini-memstick.img) = f08afb42d69a805259ccc18a38a5ec220d2cef7434e960c386cd212dff6272f00785eb4a861ed2ef2d84db963279f385faa26766537e922a76ec905f49524f01
    SHA512 (FreeBSD-14.3-RELEASE-amd64-mini-memstick.img.xz) = 413ca0cb9c3508e736b1b28f4aaf8d2934b449d9d1ebc016c0a4c8c12fd1f4e482b02a80d4d3a56d9ed8bed6f4b7e04f169ddb1f1c074a3854b24c7d31617d5c

    SHA256 (FreeBSD-14.3-RELEASE-amd64-bootonly.iso) = b3c242b27e0dda3efc280c4a68f5cbe0b8dbc50d7993baadef7617bf32b17f0c
    SHA256 (FreeBSD-14.3-RELEASE-amd64-bootonly.iso.xz) = ef9ed0815eb5f960f6725a8545382ff773806500b03f3f6ccd08ac717c80f85d
    SHA256 (FreeBSD-14.3-RELEASE-amd64-disc1.iso) = f564822bc72d420d1e1a6faacb72f6056d828fcf539dfafd52e08503ef5fab68
    SHA256 (FreeBSD-14.3-RELEASE-amd64-disc1.iso.xz) = ff02d4d90429dba7e09287b0d1c95463c583437213a7c98244cadc774b2642ea
    SHA256 (FreeBSD-14.3-RELEASE-amd64-dvd1.iso) = 3e285faab79b139a8f75dfdc2650e6a79e68fdbe0aa82645828de8f3cf584da1
    SHA256 (FreeBSD-14.3-RELEASE-amd64-dvd1.iso.xz) = 07f1747700a433fc7476a9b46a606c243b4f6d2d12c641aa86a041cd261a5017
    SHA256 (FreeBSD-14.3-RELEASE-amd64-memstick.img) = b32cbd63d12670526b91d809584e8001b5694599d648a9556fb372518a750bba
    SHA256 (FreeBSD-14.3-RELEASE-amd64-memstick.img.xz) = 95e17aa7da2aeb517917a3c554664e6aa43692d88c503e54fca6fad394a41c89
    SHA256 (FreeBSD-14.3-RELEASE-amd64-mini-memstick.img) = 7eca1d08879168f6d53a767a99a2f1d0a9707d8291903dd7c1c0f79981e88b35
    SHA256 (FreeBSD-14.3-RELEASE-amd64-mini-memstick.img.xz) = aaaef5ea921514d249d85e9917a91148e1f6f99132c12f56a4c3db7243e3ec50

    i386 (x86):

    SHA512 (FreeBSD-14.3-RELEASE-i386-bootonly.iso) = de3a3b967287e6ee5d7115f28cc4cc3229267ca9412b91dbb69d551cf246f04cd1e3374f758368753e1ee02a2cd9d6f8ff9b21ebf0453194a1098abf6363213a
    SHA512 (FreeBSD-14.3-RELEASE-i386-bootonly.iso.xz) = 7497fbfbbc59f54af063c547faac95eca1e4b531fe06e38f52cac6d339a3ce388065ba6175759f1f466974085459f782d20caf3205b1b785f9e81ee2a6e67393
    SHA512 (FreeBSD-14.3-RELEASE-i386-disc1.iso) = 9a77bd482e1fba04c5b52ae2715bf130bda4e4e4b7f7eb0164d4981862b758bf2f8aa50c7a6fbf18e008dd4b389c53be0356c93103b27afee86fd06070d9eebc
    SHA512 (FreeBSD-14.3-RELEASE-i386-disc1.iso.xz) = c8c9ff84354c56211f09c87c32458bbb360166211802dafe07900552dc6fabb5de1b5f5da4f51564b93d6d897ead6d9f5e3b1685bfa39821513bafa5167ec38f
    SHA512 (FreeBSD-14.3-RELEASE-i386-dvd1.iso) = 396b8f2fd6519d0ea92d232d963cb631921664afb1bda3c06225fc440e86d7a288045df3c33fce4364eff45e335670e1ccbb6e87d1c7d7be6e6d4048710b75b5
    SHA512 (FreeBSD-14.3-RELEASE-i386-dvd1.iso.xz) = 2efc13fdfc99582543f78ee006a9bf6950a947cdc1a818ebed49043f138c2eaf43ef2d36ab6d64a351d37c31afcb02f3ec1b7f123ab4717e4e9975a9857ab8bf
    SHA512 (FreeBSD-14.3-RELEASE-i386-memstick.img) = 4bd155a61a95ae5d84b8b4ffecae25963f8f8a2f08220c2f8e262b66a892287f4f990528d5dce231235132c492fa503f21913b37b841a2e8bcec0a20c7c8911b
    SHA512 (FreeBSD-14.3-RELEASE-i386-memstick.img.xz) = 971e3f7c762d10ee5a1991533040a3b237ff1587298be993d1adf9c720da98732950b7ed7377b2518729790f407f67d64c12c7af00573f6802bbfb91751d5b06
    SHA512 (FreeBSD-14.3-RELEASE-i386-mini-memstick.img) = 00a7495b90b0369652b3e536462a973fd53fe53b6e16a217fe1867a867be4040b850ab8a12b5a27bab584539384573816ef9adadcc0fb3c37fc91f930058f463
    SHA512 (FreeBSD-14.3-RELEASE-i386-mini-memstick.img.xz) = 288638c76ec0546cff21b275b7763998de61c36ce3bfd015969461aeda669433667b908bdf372f1ebec0b85b47111a677e6a1708d78f27f0fd3519d4735ffa0f

    SHA256 (FreeBSD-14.3-RELEASE-i386-bootonly.iso) = 9601377b839fb447e05da980c086df505f859a7af421b70099af12018e418d9b
    SHA256 (FreeBSD-14.3-RELEASE-i386-bootonly.iso.xz) = 687d657d7a7affec7bb4fced608f28e6b43076d0ff77ea381d8df1820b557d7e
    SHA256 (FreeBSD-14.3-RELEASE-i386-disc1.iso) = a3d4d1b885ecf8fcdb1c28ba47ad20508c8831c36d58c6afca53132ce598645e
    SHA256 (FreeBSD-14.3-RELEASE-i386-disc1.iso.xz) = 72d262a3b7e2dcb98ee9fc6c5a7ff797284107a2c729ad8bb19c0ec3c42d0119
    SHA256 (FreeBSD-14.3-RELEASE-i386-dvd1.iso) = 5e38cd7c1846d8a17c03096a0b5cc3c265dfe7eaff2dfa138afab6e973f7dbbd
    SHA256 (FreeBSD-14.3-RELEASE-i386-dvd1.iso.xz) = 399cd56ed67a8a1107222ffd7d5f747258a036f82d88a3d44bb032b00d20b228
    SHA256 (FreeBSD-14.3-RELEASE-i386-memstick.img) = 5c6e2ee19cb98ff89ce6c6a5bb30596a6bc43a9707a67e281af51afdfadd5b75
    SHA256 (FreeBSD-14.3-RELEASE-i386-memstick.img.xz) = 49bcc9e112e44e7f2a689c46a645117bf6227842b6f38e3bc1a41bf14df60dd5
    SHA256 (FreeBSD-14.3-RELEASE-i386-mini-memstick.img) = f3f206a3e304164fda0543972ad667ac6c7a9624781f57c8b8fab18879905b16
    SHA256 (FreeBSD-14.3-RELEASE-i386-mini-memstick.img.xz) = ddba9bb837705f7d1371f8d1aa98ad7e8ec35eee9865a7a4dc75830b50732434

    aarch64 GENERIC:

    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-bootonly.iso) = 0904581f4ded98a48acad53fa1352caa767b88824c28a62983ba71a1fc93a5c506de9512da8e959b53b6fb806879656ec7bb1b78d52fdb7b64d17c1f2dd8afc1
    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-bootonly.iso.xz) = d66fa58026ea314d3fd05c5f789649c07f042ff36010f821f8cb1fe563b06b82f6a7395193805737332170b874541470b6dae808bca6a21ee001ba8b13508fb8
    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-disc1.iso) = 35317fbe26088d1527de56adb1dc9033ea7e03e379c22096e876c29e6c9c51eaa6e5aa7df6b95b89d7e1dfbd688e27fba05e972b0bf7366f5183ecbb884227a9
    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-disc1.iso.xz) = a3512ac23dc0cd9763a290c3062d31b11ae107ee6c4b7678cc39b8923fecfec5f7dde700c2f953a04ab0ea4ad11d2e8326c89a6c9f9417b60e2e86e7d6254d8a
    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-dvd1.iso) = dce773fadc5f3eb044f5a4af5751121109188d63c5210b4f4f867abe1372a64fb648df7a483b520057d3df32467012ac3d7e4d2793e6ef073b1b00d259b708bd
    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-dvd1.iso.xz) = 3e181a3776794b73db483c5e5e1bc184e7bd86ec653b9cae1485e4f37e5c6b56be34dda073f1cbcf6bd0879508dc05e9d1c189b79cba9625e767a52e8b5a64b8
    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-memstick.img) = 1404595fbdc1e17c1ab94f6bfe122a022237c93d5688e0833b382cb9f77c144fd72f382b0370f550e1b0de05386b47c5da436f9f7f66bc5ec0ba1dbadad06ff1
    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-memstick.img.xz) = dbb100ab64dbcfb6237012b7b40f068a061e6417c2ed6adb956098cace8c4b8528d54af08e6e1dadbc1b01a3858361e9a0606ec9570abccb2a34631f0862b5f5
    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-mini-memstick.img) = 1bf7f51b11bbad2396288ef4e32c40ef4b3a6b5693424388d4f88f471537d2bd1b7d84008d44a03af138b7858208f9ee541b21c226d62e53485761195f85ad03
    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-mini-memstick.img.xz) = e992e9c09ce97ab881700b4612700e57e35e3cf32028f7251c8e49145c4171a23ad08e8fb4b564d4d2e6ec0fcf2db85e69a8974de5908ecf70597bf5b86926d7

    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-bootonly.iso) = 041ba4190188c3a2db76fe17d4e816b28fdd66d8b5cc880b5d88ded633890409
    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-bootonly.iso.xz) = f13c9b93f4175d00e383c7438cf4f253198ed84e0fca39cac06aadd227e4e74c
    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-disc1.iso) = 5dc944961a58d7951f53b8e2d4a4590b60185ba9db83b1e145218550aa2617d1
    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-disc1.iso.xz) = c3c3c6be171359234639260cb9f19ced14dce3b053dd0a6eb3fc8a3165cef926
    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-dvd1.iso) = 1c41fdca8fcd8c746eb05f31a82a4bff2ad866c5fde1808f16b822a6df3f0de5
    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-dvd1.iso.xz) = 982dd85a040d3cea7312210c7a54607adb955e856fa8b4b4e59ebef3aa992b88
    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-memstick.img) = c68c695cefc44bc1523cf9be06070f9645cd7a769277e3d2f2a0d7cda6650d37
    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-memstick.img.xz) = 05103de0ff26a2fe68a8b91aa42e6b0c4b876930d51d34870ab7ca5ef79e33d7
    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-mini-memstick.img) = 49e204f0e04035cc8ffd2639aed7f6add3fbe2ac1f0cc3834eabfcc7d28fc24d
    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-mini-memstick.img.xz) = c5f251e9a6abb26fff2e323c0c97b5eaa35881459fb1fab378eee777d61bd7e0

    aarch64 RPI (3/4):

    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-RPI.img.xz) = 4d3f4ad6a23458492f246dc5a659dd70b6eb9054a8f9a7128fdce21ce94d771fa1e83cf8eb53d14d88120f2968c82a5f22fc7d99fc984569b3cc987b1bb7fdaf

    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-RPI.img.xz) = d9850012811a5fdf07e2585f1ba13f38c920e6fa5d6e992b688f4913912e021b

    aarch64 PINE64:

    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-PINE64.img.xz) = 009d8c6c8f9ba624e27ce5b50580c5da7343a8c33cf3e249843a5ffa6df3be57344458eef25e7003c413018f67f308a2b8b7954c987054ba073e3dd5c3f605aa

    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-PINE64.img.xz) = 952dcd27bf4a184c9b7c16f2e7b92f4e095b366b4c77889ddb42e723985b91d0

    aarch64 PINE64-LTS:

    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-PINE64-LTS.img.xz) = 46332b4efe9983d25187be2bf09d1b37bb09b4aca9435ce77677745fdb860882135ed749d87fceee5d9ab1b716c4a84ba5b5ac21ff5a46a1ffa53ec20bd58e7b

    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-PINE64-LTS.img.xz) = 924dc346150efb9a87bc9dc49fabfe31e75c9ee7fc2baa4e5958dcce55020925

    aarch64 PINEBOOK:

    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-PINEBOOK.img.xz) = 06fee97178369dad4cc998ccb596f16c35e90693fad5f0a6b61dcfffbe25595aa056f85221457fcb97e3e2d1eccc19c5814bfb697829fd5f400b80e1cea0d177

    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-PINEBOOK.img.xz) = 08bb62019e0cbba64b4651b1896aa4f277d915a9f95a2c5bd2a3e85f35795a7b

    aarch64 ROCK64:

    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-ROCK64.img.xz) = 13ba93e7444c24428eea906f50d7ae55b4f55b19a6bd4c706de6c7f4a33a0a0e4037901d78f28bcfc14e9ffb2a9c8b49f86303b20568aa5996a04890c8250c0a

    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-ROCK64.img.xz) = 21949f5beebf855d83cefa29a477ebef417a92c807b4a2120f6c64257fe81b40

    aarch64 ROCKPRO64:

    SHA512 (FreeBSD-14.3-RELEASE-arm64-aarch64-ROCKPRO64.img.xz) = 1628a55a26f5a8caa41b63208fe657aa9d35f9b3d2f2438c8b96f0266645b92cff2af8707a3d36268c7207ea0bdfcab37b8e21bb339deb82892a4a3d7bb5e38d

    SHA256 (FreeBSD-14.3-RELEASE-arm64-aarch64-ROCKPRO64.img.xz) = 73639c026d9688da24cc0770eb1e860f3a6e9f5ed4a2dfced25c101d4a43515e

    armv7 GENERICSD:

    SHA512 (FreeBSD-14.3-RELEASE-arm-armv7-GENERICSD.img.xz) = 2093deba104a4832398af330c86842df8e843b834d320e19f64577a6ba8a0230a6f0142f936e8c49fa91143bacca6f1e44454bb229a27fd5a956e602a3097a5e

    SHA256 (FreeBSD-14.3-RELEASE-arm-armv7-GENERICSD.img.xz) = b3627a92f8f8cc4b4eb0caaafe809fe0a2139a41cbaa8bee2a3c451ad81c4048

    powerpc64:

    SHA512 (FreeBSD-14.3-RELEASE-powerpc-powerpc64-bootonly.iso) = 1c43ba5ef01b62a94d0730bd1ffe5d3848b2a7a6aad4669396ce4b1d4dfbc0e1eacce60bbaf89c4989fe37640a71e4316648f934db872335754e82816f54d7a2
    SHA512 (FreeBSD-14.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = 23c4dd9b62a118f8c3446ab5787523ca989b2b5988f8fab880c6320d281ae65434beec3f02eda93a2d7fd385d22ff04252565c1ee2ceddce1cf12559b6707aa4
    SHA512 (FreeBSD-14.3-RELEASE-powerpc-powerpc64-disc1.iso) = c00588da497c79ad20cbdc6c4396ee4a4a10c4b8739b5ada6f4f3dc17fdc008cb2b16aa7519a0e3f965784ea6f073f80667060f8a613561869890979ca8a32fc
    SHA512 (FreeBSD-14.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = b2111afa7779acf7bd819f752ffd3bcc536922fd97127180b5b07a73c09bd1b1c66fa38837b5da8a12daca57f93653c6a8ff06682a698d1d0903dbdd6d5eba58

    SHA256 (FreeBSD-14.3-RELEASE-powerpc-powerpc64-bootonly.iso) = c84dbc0be4d074f27147faaec3ac43e11e1808813bc4804826ac364e700488fa
    SHA256 (FreeBSD-14.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = 5e9bc3d5b165099914af9e77fd324bd79a9ae4be8c6685833dc1e04ddeb61a21
    SHA256 (FreeBSD-14.3-RELEASE-powerpc-powerpc64-disc1.iso) = bd2396d286dd365e8f71e0d813197007d841f6cc79e48ec32734f97f68efc6a0
    SHA256 (FreeBSD-14.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = f3f944fd97616da81e30e786c286949a2129fd8f60c7c1d997bc49599ee2c7ad

    powerpc64le:

    SHA512 (FreeBSD-14.3-RELEASE-powerpc-powerpc64le-bootonly.iso) = 99d76f11fe53fd19f4095183a881291059e2b67c669c8ecb472240182e5a53117a41156bb4a536a0d5c039771603ef6addcb39a9ac17d8cb850973228384e155
    SHA512 (FreeBSD-14.3-RELEASE-powerpc-powerpc64le-bootonly.iso.xz) = 8be29f53a4c145ec38bd1aaf21d1a0b88c4ec004a8d75a6a7969daaa06a194261b79cf4fea6061f361037f2d9899ac1af153eb2796ab85d574a0accb19b23583
    SHA512 (FreeBSD-14.3-RELEASE-powerpc-powerpc64le-disc1.iso) = 7b42e6d6b6b81c0c063ffef2e32c5531bddff00401324208e1383e5b1e881ba2a2ed0f14a2c0d4815848f350adc29566dde39a6f5c088dc7859e563573eeb694
    SHA512 (FreeBSD-14.3-RELEASE-powerpc-powerpc64le-disc1.iso.xz) = 21cf0f5f0038deda06505f4d6beea019a57a5e9e3c5c53a60d5fec0bf7a71aa20f5a64359a5fc0b888d71d548648f5f1b4257b250163b0ca9ad06e78a6493238

    SHA256 (FreeBSD-14.3-RELEASE-powerpc-powerpc64le-bootonly.iso) = 1ee9c54e2a8c1c51bb07c85fda27283d5f3da2817ce90d42df308b0bf5c3031d
    SHA256 (FreeBSD-14.3-RELEASE-powerpc-powerpc64le-bootonly.iso.xz) = 1702c904d18bb5bc7b21e58d39ebb9a46ca3a360f39505b8843c3e814dcd3acc
    SHA256 (FreeBSD-14.3-RELEASE-powerpc-powerpc64le-disc1.iso) = e386b9a13e88242766b1df54c8df029bd10214200218f39543bba8fd9264dfc7
    SHA256 (FreeBSD-14.3-RELEASE-powerpc-powerpc64le-disc1.iso.xz) = 69572c95159c709652a7a4a0d1f6d03e751e711392ebafaaef18740e9e28e045

    powerpc:

    SHA512 (FreeBSD-14.3-RELEASE-powerpc-bootonly.iso) = e49e0947da4ae48634875c1e3290c218a592d92f5245b855baf3211b2dcb6b739d2632d66781c3f7c0cc89dad9e5d80ba915c152279aa5717dad0b37da41d816
    SHA512 (FreeBSD-14.3-RELEASE-powerpc-bootonly.iso.xz) = 444e163341ac51b8575359ff384aa227378de1c099b09e5667c9c98c6e3734b4fe553cb8bdfe40b8bd1173c99a013d518480a1cbec305d5177b33b8320de98ba
    SHA512 (FreeBSD-14.3-RELEASE-powerpc-disc1.iso) = dcc71ae8054deaf3f4204918e52eb770eb57ba0092067f1d5ae16a9d3891f3624442916f32b83a250ae5325d33c2ae9ec66b4b6ebe9b4a1ff397cc1deb5b287f
    SHA512 (FreeBSD-14.3-RELEASE-powerpc-disc1.iso.xz) = d1829aa661c0a0b68a710318165627cd0e8c120ceea8b1d3fda16e54a1290f990d9dc1437859a7a20ab9291dd5846805619eb4371e9c4cc5dc5a9b868ff771c3

    SHA256 (FreeBSD-14.3-RELEASE-powerpc-bootonly.iso) = a0782ce12ecb3e66bd9a1432e0fb7ffedb4c6a1c2edcb8421b5844f24b24f9e8
    SHA256 (FreeBSD-14.3-RELEASE-powerpc-bootonly.iso.xz) = 168be4617a0938ca7dd29181c75c90b9109d8e7ba90bf988a8bc1b17f34ab9c6
    SHA256 (FreeBSD-14.3-RELEASE-powerpc-disc1.iso) = 9e923b834ddf03099624963f20c0780dbf6f80362688d1002e42bbcccb206cda
    SHA256 (FreeBSD-14.3-RELEASE-powerpc-disc1.iso.xz) = ebad91511650825e7ea6fc9d7e47d4e8d7d66aa3c8be6fd2aafd91548a1f0c9f

    powerpcspe:

    SHA512 (FreeBSD-14.3-RELEASE-powerpc-powerpcspe-bootonly.iso) = 74eda7f19cab9ffe8e50549e0309518b9c7e5e749f047a3126fc76539420b44dd2d7c77298ea7f638aaba73546c3c7c39fe412dd5da26d4b6b1f8c0bcef606ca
    SHA512 (FreeBSD-14.3-RELEASE-powerpc-powerpcspe-bootonly.iso.xz) = 45f96d8f9cf74462a2992f4d1aad143d8acc686ee1cb11341651976e6784dc5b2bbddaccf9675b62db30cdc60e84ceb5ddd6ff019550329d5d4ce991aa0124c4
    SHA512 (FreeBSD-14.3-RELEASE-powerpc-powerpcspe-disc1.iso) = aeb088b789e8ac84e87d93dbc40676f82b5a649c097ed28e8432e8d866acd9f1dafda9bb57e88e8ddd1e0aa86253ae9e5f9321c6d8d12af4150ff56ba0b37054
    SHA512 (FreeBSD-14.3-RELEASE-powerpc-powerpcspe-disc1.iso.xz) = 3df1979171727cf483507d47ba3c326c0a67ead36c57081ab99bdcd6f0e421a0bd716f7fce78a3a5c86c189fa93439ee7600e21bf1fc2afe8bcd7c0f1dcd7da2

    SHA256 (FreeBSD-14.3-RELEASE-powerpc-powerpcspe-bootonly.iso) = 3a0696bd80b4a468e751737a2962903ec037aa7a88929aac0067f0f97c4e0709
    SHA256 (FreeBSD-14.3-RELEASE-powerpc-powerpcspe-bootonly.iso.xz) = 8d638ab75cefdfc73587a91086bf17c46431fb410a53fecbe5cfd37796720b7b
    SHA256 (FreeBSD-14.3-RELEASE-powerpc-powerpcspe-disc1.iso) = d3df6a17435f088ba82c29e15ef69038879ac8878000fe6dc0087391a3dfd366
    SHA256 (FreeBSD-14.3-RELEASE-powerpc-powerpcspe-disc1.iso.xz) = 8f4d68e191a6c007211862a11bab444c16a66acc6c59363844a842cfb9f6af27

    riscv64 GENERIC

    SHA512 (FreeBSD-14.3-RELEASE-riscv-riscv64-bootonly.iso) = 000b2a7149eb6bdb533dcee5c8fe2ce4cbdfa7d216b7e5ca6a54f9ad562b3bd5f0ef7bd1723c85bbe9e61b95978e7c23d852b92a222c8fb6e14a4f2a7d0e6aca
    SHA512 (FreeBSD-14.3-RELEASE-riscv-riscv64-bootonly.iso.xz) = 36cd86dbece2528eb0e4163d4a4c4fdc072d1e59b96311311a3cc9d7d8973c25c032c1b635ae1ba481173e53f7d5461b611d150daeb927d6c09b71293dee1651
    SHA512 (FreeBSD-14.3-RELEASE-riscv-riscv64-disc1.iso) = 4752088b68f7eff949c25549e73b5be9b1decdd0f7208aced4a29c816926b47524b3806eb885a06c37d776e48c6e9c3939b254b63609fa20334e598fb71ff363
    SHA512 (FreeBSD-14.3-RELEASE-riscv-riscv64-disc1.iso.xz) = 05b069ae084c2af9cb1e180c8dcf1198cf71b9679f18a77d5ad8f594b72b656dbed95a6b8ca07a2c17c8fe7dd55678c75e6475f2439c2ca8e52ce4589019b1d4
    SHA512 (FreeBSD-14.3-RELEASE-riscv-riscv64-memstick.img) = c50e5d98296c98c9961c23f7936e09017d44d0235282f47bfdd3a5cf75f6de85e874d308a1ac4a4777866cc6eef5376e728fe1014c98c06cf40236414698da67
    SHA512 (FreeBSD-14.3-RELEASE-riscv-riscv64-memstick.img.xz) = 47679989d82d9ffa9aabbeb5b9b760c7b623b1f7e06b102d3da516b795c68b5dc22daafde4d7657010ec17be216f56649175753527e12ff3cdb42b8de06f00b2
    SHA512 (FreeBSD-14.3-RELEASE-riscv-riscv64-mini-memstick.img) = 14c67f8ebd224b59b22c17020826549f637172bbb704b245cabe6fc34f3fdbe72ad577ba8a1f4344fda107aa0f10e48f5a5fbfbf74aa24302f9679a48cc15826
    SHA512 (FreeBSD-14.3-RELEASE-riscv-riscv64-mini-memstick.img.xz) = bdb38776793277b5bde8580b312b0bb5e4fb23968b33d47611ccf51cee99c814ead91eb9f59dfc0ba3db35c9c0e7f973feae9225e9273e201f2f1d24353c0cbc

    SHA256 (FreeBSD-14.3-RELEASE-riscv-riscv64-bootonly.iso) = dcddd13754c880328f7b12019c404ab963a8df011579ee9659de8bb9dea1a287
    SHA256 (FreeBSD-14.3-RELEASE-riscv-riscv64-bootonly.iso.xz) = 31937fac0d0459804d2b5bb4a5135f784bb641c731028c6c6ac58e78121a5f2a
    SHA256 (FreeBSD-14.3-RELEASE-riscv-riscv64-disc1.iso) = e2e91a1227e3d4cff8de85f4e8d778ba4047455cf392163f2efdf058c3e4f28c
    SHA256 (FreeBSD-14.3-RELEASE-riscv-riscv64-disc1.iso.xz) = 55863b7ad612f399c2f337f5675f269a84cbd4a859e104d8d5d49fbec995f45e

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)