• [FreeBSD-Announce] FreeBSD 12.3-RELEASE Now Available (1/2)

    From Glen Barber@21:1/5 to All on Tue Dec 7 22:00:05 2021
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256

    FreeBSD 12.3-RELEASE Announcement

    Date: December 7, 2021

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

    Some of the highlights:

    * Updates to various networking drivers.

    * Several updates to upstream contributed software.

    * Several userland application improvements and kernel bug fixes.

    * And much more...*

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

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

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

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

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

    Dedication

    The FreeBSD Project dedicates the FreeBSD 12.3-RELEASE to the memory of
    Ian Lepore.

    Availability

    FreeBSD 12.3-RELEASE is now available for the amd64, i386, powerpc,
    powerpc64, sparc64, armv6, armv7, and aarch64 architectures.

    FreeBSD 12.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 in the section
    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/12.3R/signatures/

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

    * https://www.FreeBSD.org/releases/12.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 memstick image, assuming the USB
    drive appears as /dev/da0 on your machine something like this
    should work:

    # dd if=FreeBSD-12.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 memstick image, assuming the USB
    drive appears as /dev/da0 on your machine something like this
    should work:

    # dd if=FreeBSD-12.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 memstick image, assuming the USB
    drive appears as /dev/da0 on your machine something like this
    should work:

    # dd if=FreeBSD-12.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-12.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-12.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
    512Mb.

    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, which 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-12.3-RELEASE-arm-armv6-KERNEL.img \
    of=/dev/da0 bs=1m conv=sync

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

    FreeBSD 12.3-RELEASE can also be purchased on CD-ROM or DVD from several
    vendors. One of the vendors that will be offering FreeBSD 12.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), and AArch64 (arm64) architectures in QCOW2, VHD,
    and VMDK disk image formats, as well as raw (unformatted) images.

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

    * FreeBSD/amd64 Amazon(R) EC2(TM):
    AMIs are available in the following regions:

    af-south-1 region: ami-0eb5b520bc6ffdf3c
    eu-north-1 region: ami-049a940cffe531b08
    ap-south-1 region: ami-0ce01cde4f9be6450
    eu-west-3 region: ami-0ea2db3e85025dcfa
    eu-west-2 region: ami-0265b59a89510e50f
    eu-south-1 region: ami-0d3fa75e54398c77c
    eu-west-1 region: ami-0d5cd35746013f7e3
    ap-northeast-3 region: ami-00a2c8bfc41fbbcc1
    ap-northeast-2 region: ami-0df9578e64d2a7ad8
    me-south-1 region: ami-046b86645e3576f9b
    ap-northeast-1 region: ami-09e3ff0f870e14442
    sa-east-1 region: ami-072830fc32709dca5
    ca-central-1 region: ami-03a70893a7eb10727
    ap-east-1 region: ami-0cda17669412af91b
    ap-southeast-1 region: ami-0c8858a5e3610b112
    ap-southeast-2 region: ami-003a185d6bc902f22
    eu-central-1 region: ami-08d7faf045c4b7a52
    us-east-1 region: ami-0762f1426163a4437
    us-east-2 region: ami-046c54f1c7e8cd30b
    us-west-1 region: ami-051d9d9e981f07e53
    us-west-2 region: ami-0c29a972614f0eaa0

    AMIs are also available in the Amazon(R) Marketplace at:
    https://aws.amazon.com/marketplace/pp/B07L6QV354/

    These AMI IDs can be retrieved from the Systems Manager Parameter Store
    in each region using the keys:

    /aws/service/freebsd/amd64/base/ufs/12.3/RELEASE

    + FreeBSD/arm64 Amazon(R) EC2(TM):
    AMIs are available in the following regions:

    +

    af-south-1 region: ami-0bafdb11f21d34857
    eu-north-1 region: ami-03aa15943bced5272
    ap-south-1 region: ami-07f3cf46b968d2857
    eu-west-3 region: ami-01d2b426e49f9e1ec
    eu-west-2 region: ami-00a23846ec16aed8a
    eu-south-1 region: ami-0f0c9c73e88f129bf
    eu-west-1 region: ami-090898b9e7da158fc
    ap-northeast-3 region: ami-05f946201fabf1abb
    ap-northeast-2 region: ami-00be59b6a951c98f2
    me-south-1 region: ami-0767087d3bfee825d
    ap-northeast-1 region: ami-077df7c7a330a0dc3
    sa-east-1 region: ami-0ab88db91655bb3d3
    ca-central-1 region: ami-068e2a023de403a70
    ap-east-1 region: ami-0c66499e650e24834
    ap-southeast-1 region: ami-0641f80688e885d72
    ap-southeast-2 region: ami-018fb7e6d549595e7
    eu-central-1 region: ami-00e003af907b57862
    us-east-1 region: ami-09a739e49858e7222
    us-east-2 region: ami-02a0f1c14934f37b6
    us-west-1 region: ami-081310253bb966725
    us-west-2 region: ami-05d8a3e81f9e22c16

    + AMIs are also available in the Amazon(R) Marketplace at:
    https://aws.amazon.com/marketplace/pp/B081NF7BY7/

    These AMI IDs can be retrieved from the Systems Manager Parameter Store
    in each region using the keys:

    /aws/service/freebsd/arm64/base/ufs/12.3/RELEASE

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

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

    Replace INSTANCE with the name of the Google Compute Engine instance.

    FreeBSD 12.3-RELEASE is also expected to be available in the Google
    Compute Engine(TM) Marketplace once they have completed third-party
    specific validation at:
    https://console.cloud.google.com/launcher/browse?filter=category:os&filter=price:free

    * Hashicorp/Atlas(R) Vagrant(TM):
    Instances can be deployed using the vagrant utility:

    % vagrant init freebsd/FreeBSD-12.3-RELEASE
    % vagrant up

    Download

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

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

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

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

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

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

    Support

    Based on the new FreeBSD support model, the FreeBSD 12 release series
    will be supported until at least June 30, 2024. This point release,
    FreeBSD 12.3-RELEASE, will be supported until at least three months after
    FreeBSD 12.4-RELEASE. Additional support information can be found at:

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

    Please note that 12.2 will be supported until three months from the 12.3
    release date, currently scheduled for March 31, 2022.

    Acknowledgments

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

    The FreeBSD Foundation
    Rubicon Communications, LLC (netgate.com)
    Tarsnap
    NetApp
    Internet Systems Consortium
    ByteMark Hosting
    CyberOne Data
    Sentex Data Communications
    New York Internet
    Juniper Networks
    NetActuate
    Department of Computer Science, National Chiao Tung University
    NLNet Labs
    iXsystems

    The release engineering team for 12.3-RELEASE includes:

    Glen Barber <gjb@FreeBSD.org> Release Engineering Lead,
    12.3-RELEASE Release Engineer
    Konstantin Belousov <kib@FreeBSD.org> Release Engineering
    Antoine Brodin <antoine@FreeBSD.org> Package Building
    Bryan Drewery <bdrewery@FreeBSD.org> Release Engineering, Package
    Building
    Marc Fonvieille <blackend@FreeBSD.org> Release Engineering, Documentation
    Xin Li <delphij@FreeBSD.org> Release Engineering, Security Team
    Liaison
    Ed Maste <emaste@FreeBSD.org> Security Officer Deputy
    Colin Percival <cperciva@FreeBSD.org> Release Engineering Deputy Lead
    Hiroki Sato <hrs@FreeBSD.org> Release Engineering, Documentation
    Gleb Smirnoff <glebius@FreeBSD.org> Release Engineering
    Gordon Tetlow <gordon@FreeBSD.org> Security Officer

    Special thanks to Tom Rhodes <trhodes@FreeBSD.org> for his work on the
    release notes.

    Trademark

    FreeBSD is a registered trademark of The FreeBSD Foundation.

    ISO Image Checksums

    amd64 (x86_64):

    SHA512 (FreeBSD-12.3-RELEASE-amd64-bootonly.iso) = 61a4d390d2f46ad52165f33adb5ac6abc17bd31c3576658bb4f19635cba21240e6cb65624d56349d3c7d5aea3bf92f238c76c07797fc72138aaf9286e1a253d6
    SHA512 (FreeBSD-12.3-RELEASE-amd64-bootonly.iso.xz) = 52324feb679934616a70cdbb6e87c9588734406cee8e750ff7336134ffdc210c3f2fec2a84fd4164ca635f88e7f92bf44339f54b502b1289dc58fc3736684d41
    SHA512 (FreeBSD-12.3-RELEASE-amd64-disc1.iso) = 5dd048f8072086c58019c9e18042dc5716d19c2044e96daa2894ddac535712827cf2c8ffbc3098062ea5bfe372bb24f83cc07eae766e4a16a03e1308030af029
    SHA512 (FreeBSD-12.3-RELEASE-amd64-disc1.iso.xz) = d8bd150902fc7a02b35f4e893fe801aad5205fb08ec3c7dfee4c88a6d67f00c74a21a662bea7850084f084c09d5ed9c8831c1ad8b1ebcba50f164e8cf5761aee
    SHA512 (FreeBSD-12.3-RELEASE-amd64-dvd1.iso) = 8f6098bdaba7a2729db321c425f51e61f2d864d3979319c08343d27293165fce9d4d46ac453b25aa845f6f47de0058106be6399b190b6d283384e1ecd5f66164
    SHA512 (FreeBSD-12.3-RELEASE-amd64-dvd1.iso.xz) = 0bfec684baa8fc17b9003cc0fd74219452bd0a27315043dfac390f057e61946b56f8dfcfde910e279bc60505e7811a78e521e41d5d5e331173056c8bc0d487f7
    SHA512 (FreeBSD-12.3-RELEASE-amd64-memstick.img) = ff7f61910ef896adbd41b95eaa234f27dbd6741c54f4b7242b16cda596dc6b03cc302379ef145e0983c9adef8c08ee2b81c42befef5d7dfc1f8a65b7f0c14d5a
    SHA512 (FreeBSD-12.3-RELEASE-amd64-memstick.img.xz) = 9c047cd6e9d4e542e3e9f831749624bd742e877f179e3fa5e1b081e8d98f28b7ac1567ef875a220c6ad08cdac49817caf335e2449fdc8676d6eaae3cf873771d
    SHA512 (FreeBSD-12.3-RELEASE-amd64-mini-memstick.img) = d7a65c018cad1d266d7002161bfc03e7489a9a2ed9caba9b7dcc4ffaf8de1875aeb9a228e9f87974526955a1106d6af49dff157ae80abaf3708299c46add90a8
    SHA512 (FreeBSD-12.3-RELEASE-amd64-mini-memstick.img.xz) = 8d78edfb1ef3568ff96bd2e16ca45ba151c53c806c860a37fb9aaf5e60853079cae0a4c9d5c74a294fd823e077f7f4894a313a7725457d72392fc6ff40774f00

    SHA256 (FreeBSD-12.3-RELEASE-amd64-bootonly.iso) = e35ff29e9499537fe8360304645d2e287e8b5627167207c5e9acef39bd2aa742
    SHA256 (FreeBSD-12.3-RELEASE-amd64-bootonly.iso.xz) = d4850ba13a86c67e619b4ffa0984f78e58bc3208e2c03780dc4fc9494a1f5863
    SHA256 (FreeBSD-12.3-RELEASE-amd64-disc1.iso) = 5f0c10ff9af582c7fca90f65868702aa02e80f344c186f0bc75639a687d65641
    SHA256 (FreeBSD-12.3-RELEASE-amd64-disc1.iso.xz) = 36dd0de50f1fe5f0a88e181e94657656de26fb64254412f74e80e128e8b938b4
    SHA256 (FreeBSD-12.3-RELEASE-amd64-dvd1.iso) = ab214a24c8fb3c2e0ca94eb09493a504d48a1fc5d85eeda1bc9c179f83c877c2
    SHA256 (FreeBSD-12.3-RELEASE-amd64-dvd1.iso.xz) = 207c71808f76de3c1f06988791c31db9255b130b67dfb1587b1b624282f466b5
    SHA256 (FreeBSD-12.3-RELEASE-amd64-memstick.img) = a9d79fc0fd6468888cd6c7a625387f58be80f66c69ba230a50b4b6387f8565a4
    SHA256 (FreeBSD-12.3-RELEASE-amd64-memstick.img.xz) = cb2af07ef25abba1e38aac7a2d98bd8fe75bf4ac748a210aa67f217b7ed5ba11
    SHA256 (FreeBSD-12.3-RELEASE-amd64-mini-memstick.img) = 605e8d9d2038d8eab8a4f04ac2b2c849d1aae938e3fa762f01c3b7ce10763ad4
    SHA256 (FreeBSD-12.3-RELEASE-amd64-mini-memstick.img.xz) = 593b844b37bff16904e288dc8457312b1e6494fa58ed8d1550b3ce23d45bf950

    i386 (x86):

    SHA512 (FreeBSD-12.3-RELEASE-i386-bootonly.iso) = fc3d29717d107f39c87b988f8eea5b5a7cfa5d9f23539e4f4c72bdb3117222a4c816473a35cfd5d1a1c59a35acc5346a345c675b3a5d128549601a585b6fffa0
    SHA512 (FreeBSD-12.3-RELEASE-i386-bootonly.iso.xz) = b3f9ec6d52ebcfadee56394b9e6251c3416e5dc097a594493eeeed18aa10262ed33f3077d9d6d08413980565636a84d482fbd4cb9b4ecb116ec9410d9e380959
    SHA512 (FreeBSD-12.3-RELEASE-i386-disc1.iso) = 1c768a312180c6d02d39e54ba3782279bf6be289c157420abecca072db35e895233f69c90ba71ac12d3e6e8788803ad404b2b8c579107dff541982374bab0fde
    SHA512 (FreeBSD-12.3-RELEASE-i386-disc1.iso.xz) = 90e56e519007dc9cd32c0d3b37072d2fb663790d4d48f764473a6d23b6db8519f2f1236864ad5e754b9601258fa8636903f61f97c459ee8beafbe2cdc1b0e309
    SHA512 (FreeBSD-12.3-RELEASE-i386-dvd1.iso) = 67196263baa3455919e6c99417893594031fe25f1f735ee6d854456592e0565bebb3571a2d8cc7aeb9ad405b19cecd7646f27b4a778ecefe2c14193ac43b2176
    SHA512 (FreeBSD-12.3-RELEASE-i386-dvd1.iso.xz) = 8eb79c9cb84d2671efe03991cf97fb80d9411ddd65375338f2e87f70816e82d0cbefc4970f4453ea4349ee3e93376cb744cb204df86da5c6924ab9b93a612b79
    SHA512 (FreeBSD-12.3-RELEASE-i386-memstick.img) = ceedec30a956141a1818ba55c5de6a685cb6d82f2129fa3d84f4ad47ef751669516f6d8ed4f5591e32348f0240d0dad06929f8b534c89711d1604a5329b088b7
    SHA512 (FreeBSD-12.3-RELEASE-i386-memstick.img.xz) = 06963299054ad0e472410c64e0af42809b6d2140a5f1a8cbce051d3a6c1266e94ee76ee7f76a2e10db50e04c5ad5dc116f9e625cef1c46d3cc02fad92c03e86b
    SHA512 (FreeBSD-12.3-RELEASE-i386-mini-memstick.img) = 9b7d610e1bc5ec8fcacfe824d8c2e9f2278ecf4ceb22c25961528fef84ece713ca174c4aafcbf83aa56d0185caa20d288ab223f378ab86d2fe237bc18ca032fa
    SHA512 (FreeBSD-12.3-RELEASE-i386-mini-memstick.img.xz) = fc99362673c9f0f8e7e09db458ca9e111ce43de81ef7b9089e5855b2274a97fd7eb131400c3c8c947f6aa1b650b50ae9e0007319767ee9c21e23375084c03e2a

    SHA256 (FreeBSD-12.3-RELEASE-i386-bootonly.iso) = fbad0309b7aa7daecce829b4338ddeafdbba903e36590f2ba7e2f9cece5e3b46
    SHA256 (FreeBSD-12.3-RELEASE-i386-bootonly.iso.xz) = 39b94be7d7eeb9cacf0ec8a5ba7cf3f3fb0b08e4dc18c316324a69de7a2ffbd4
    SHA256 (FreeBSD-12.3-RELEASE-i386-disc1.iso) = cc90ab819d3fc4782227fc4269ea7de0747c007cfca9df905f9e50c8617fd820
    SHA256 (FreeBSD-12.3-RELEASE-i386-disc1.iso.xz) = 383f18a64a9974fba513b758dbc992ffcbae060e132cbc2ad4c47aaee384cd8d
    SHA256 (FreeBSD-12.3-RELEASE-i386-dvd1.iso) = 9879bd1ef40e3ddd55285256bd3515b936581c743b98c4abaa3f5f7803fe7d0e
    SHA256 (FreeBSD-12.3-RELEASE-i386-dvd1.iso.xz) = 373de43e082164f2d99c6edc302fc60cd7d9761b082780337fa5365b38e232b1
    SHA256 (FreeBSD-12.3-RELEASE-i386-memstick.img) = e80943747fe95c8085d870f957630017fcb8a1522c29a8a747cb9fb907faee68
    SHA256 (FreeBSD-12.3-RELEASE-i386-memstick.img.xz) = 678a34611dfd93e846014e9d7ac202ca075d6923c89ed83bdc955d484e866cc7
    SHA256 (FreeBSD-12.3-RELEASE-i386-mini-memstick.img) = ec0ca1b5b2a5f9f044a85b0d59f04f0d229fba32d75f7e3eb32d7320345a1b59
    SHA256 (FreeBSD-12.3-RELEASE-i386-mini-memstick.img.xz) = 7fe964b320535723ef8b21b252b1dff29822de751d99cc2399fcbdcac3bc15e2

    powerpc:

    SHA512 (FreeBSD-12.3-RELEASE-powerpc-bootonly.iso) = a42f7a015437984227d094faf6efe2115aef693ddd603d61575f65c6f4b4f33baa22b8e3e7424bbec5cb361bcbc5ecb0b6f5bfaf9bda835338236bb946ef7bfd
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-bootonly.iso.xz) = 5f525262d2fbad56d41cb0e90b3e7c0f513578f56a844d74f266ea7931f40e874cdf740a191056703a8eb32d1e4ff7cdd675085fca9a68d44efdab8e1d7b7079
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-disc1.iso) = e03c54b131430d4522900d4562ff1a4e177524a8c44afc2d69b0613918defb01261521bd3841a606cb0ad0e6a957f389aa19ff8e91779a16827f72096a2514a2
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-disc1.iso.xz) = 869b0ee46f44a417175e9e2228ebc6cff604cfddd15fddf5c69150c9e7c111418cd85492b7e5e6986f06599ce616809d90cdd981e6b875b423485799ed2f0adb
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-dvd1.iso) = fb49e4051c1feab6f3053e1729c8715e93f95b77ba31085d93bb808cada734b1c2f08e7c9981c1a4f2659cb68d8176e20b5e14191987d966f887cb1b08ef9f66
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-dvd1.iso.xz) = 9c479916133dd52bd406695f1b16cae9128c56e3dbbd74fc96711eafa25d9f8ba3e4d614b2dc7b275a97a27c2cb771939ae1b1f5d0d37e2380d1283c652aef23
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-memstick.img) = 5f095b50be4b4c32ce457dd3f9f88389f166e8ced471fdc83de382108d9623dd257c753c4b03a290ac484eda58e7f2d4dc05a4caba457595e9b50b73674b11e9
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-memstick.img.xz) = a204c4acd295a1346e1b2278a5d35c75430bfcfad72288b9cbd9edf54e2020629d659dd98a15c7fbd784bc175e0524e09236351ff5250a5f65c15a886ba3bd54
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-mini-memstick.img) = 90f04c7712e4ae7278fa41627f4ea58f7b77b5c59a077331e5598467917e75812f7c66327060c06e719a5b5ac0ccf38525f4b8115ff808456809cbdc54f34b17
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-mini-memstick.img.xz) = d4bc4ba2cce1e888066917649f925e58d6af90bd60de70b0a548a99dea8eea4b76296576ee2095fe02c7745a6f01ac8201740bae1ba747c58f92f18c6b5d33c4

    SHA256 (FreeBSD-12.3-RELEASE-powerpc-bootonly.iso) = b91f6c86491a017bdb12349e0232110b578c1737639723e6b9cecde22945d486
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-bootonly.iso.xz) = 5470058e2476742b3b36944d6a6fb527c7ecfcba9b3b4766afd62adb6e6c2f57
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-disc1.iso) = f811cdd02db3b35d809b2dd41003e5e891ee86c201e54041159169973a4789c1
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-disc1.iso.xz) = 9a7b12c03b568ed328184317282a644ce7e8b67e1d6cd3c17890892df49d519f
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-dvd1.iso) = 294f080e3e9e913b9fe9a84e023dba19b6ccdc7fa9497d9820f6ba945ff57802
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-dvd1.iso.xz) = 2a3559735abba45ae116a1653f1eb32dc7cecf0adef5e3c6ae5f2665b0efbc51
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-memstick.img) = 4afa9659a4b96af692aebe5bb849b715ed17e3e038907b58643076dd9411c41d
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-memstick.img.xz) = ab7857ce4e4df7c2e648eb7273c367bec0b581ba2d8e57c0d4ef0ef8af54591d
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-mini-memstick.img) = 44f4a1a285bb53007dea9102a3907199f0cea63cf6b5a45ebbb539d07bfe5e4d
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-mini-memstick.img.xz) = 551e38150bb97760f97a54e6f8a67d2e04d0fcf6cadcfe2dd536b03de5f35887

    powerpc64:

    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-bootonly.iso) = bdb03ce7e373a4aa4f53b7763fca94b3c00cbe437f208d0193c19ef714258bf19e224f509908f3cbb3a50bd0448644a92b785752f3ecf3c5fdb81239bfeece85
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = 6d563d52bdfd937ebcb4df41038e3c9c17bcb2f8fb86c5ef703894be3a1f5de215d310442412a7917b208f7175c091c54403a88f6da83bde1476e1c7fbba848c
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-disc1.iso) = 6b5a0693aa608181dfd9a43beed976efcfb89e1f8535febdf55c8747701874611f6af6e0ecca38368938c1259d717ab1aeacd152d4d5f5fa0b3d75ea77b52e85
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = dfc96a53172ace7980da000bef15fb17915f6702ca7a0cd3c823bb08d8f5716740dcb0cb0a69ef1390066164d692fbaf0f54b0f4bf38964493373d0c1687cf3c
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-dvd1.iso) = 1929a8640070ffbc301b2b970e0f8fed964cb3b05cd9d5304aeb7deecd3c7387587860dc499a907e4269cf2f707746f29b2b6a4603d772328f3f4f53426e7dc3
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-dvd1.iso.xz) = 4bba44281312ceecd8987f06895685753a6ddac29398fcf94e52da42ad96ebf8c3eb430721a36b3b097a678acc3584d60b4ad9673b0a675a3290ec3eb67ee747
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-memstick.img) = 1275eda998346bb05ad09bef01d0b9cd68728597990cb66fd1218ec9d1d480482bdc30dcb16852fa132084e78bf46c7e8a7492a2741bdda2f5c7af708dffd6a0
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-memstick.img.xz) = 2f163ab61644510f0e7136adeaba66864ec51c5446e42bc152ba1682b94d1c6a6a7cd651ad8c7cc2886a0c2cc93b087be2d51e0e70dca3ef753d2de2c1d51c57
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-mini-memstick.img) = 9e06cc2712a46652dea437b75b3f8f37623802b0a1306a591b635525c8ab67d3bfae5e60a1b1d2aff252a69966f58d03e56474ffc24d0a900fe88e4d1c87b86f
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = ccf8a7f1b62832648cdc0a3c8b11d66cc6389331fa9c91344c6cb79b126ebb21f0d430a37e6e97c5fa5c67a50fef625ede04d6d3a84091327744cdac7c70774b

    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-bootonly.iso) = 7ae884ca94f6829d1af2c96b8044af95e606f2eeac5262d5721783ec0cb12a8b
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = 89920c266d8ecce0e14d0b5e62ff0dbae6fede8ecd566651f1a9e89ef8e30661
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-disc1.iso) = 506d35b74fd59879fc14a4542ac788bdcea5a8d881b5f8ba2dbcbd4e872d1b7d
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = 4c0c73ce725333ebd5f6a08a29c7e91922bcb629c156192615ae97618ae60530
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-dvd1.iso) = 6d99a21ca3af8c3b1e2d3832855b22d63ea60b8c5c36724c91ef57d8bba9596b
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-dvd1.iso.xz) = 6949b688308748b6c2438b000c9cc613527ec5a1cc9e9454d15683bbb13d7b4c
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-memstick.img) = 9fd96f4a7fbb36435105c44be686291aaf41a11967640683197bda78c6a0d47c
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-memstick.img.xz) = edafe5c8ed3e335c48bbd563dbf00d092dede13bc555e510d58b38cec7fa2633
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-mini-memstick.img) = 95acbda67efe1e2c13cc965936a1fa2b23d4674c9564009d59760c68e77aee57
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = 35fd854bea52f97b0343debcc0c79a7555a8e7987658f6533227f33972af849a

    powerpcspe:

    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-bootonly.iso) = b17bd599a244a3084326b4ff9d4e49d34f1116d1e6a3b4afce0b7369d35e1960e10ea86c906f9b0b05a4684c0b114637882991e8260a68478f03e86593616038
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-bootonly.iso.xz) = 6c31835fda404b51628598c63133a35d6bc2a5e29b251d39f9dae751f906b8d613f192381c8af03a5ebcbe0eb7bd3c82cf0c4e9930b82f108b2ee5b36fbf58c0
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-disc1.iso) = b74eb04febbe7a59ad2ee46490124183efe7ba6b05bfc4d96c13554c4159f0e278b11ba3209a0cc9839f6a4e88a72cf761c78ffabdf21b138ee983f130ae78c0
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-disc1.iso.xz) = 1ef5d374c566dab67e090c256bc9ddf4521889fd7c2a1b7177af07c1420ccac212a11cc411713ed229334465d5fbacf899577f59e380a8aec9477b04451b9a14
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-dvd1.iso) = 4a75f6b04998d7e956e2b2a3e0127d7172971d09dc25a10c587fa7b99de0194f1b7069a57c4dd0dc98b8440c9708046647b1165141a55978fd95537cd97f4e0a
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-dvd1.iso.xz) = 0b6479c586b8cf11e93fdcee59b9d9d90df469d6fb3b3b16150bcdbdec2af1be98c3c50532e095623f0bdf4349373f88cf2b1784450f6daacb642e8a7e281dbd
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-memstick.img) = 0e7f56d60bccfcf5b8a501a819de1bf80d4b54774ac57627851ac507f5ce1c08dc4d28d3be1baa9402fcee505b76270b615ab2d72fc23586ea8f526ce9171d76
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-memstick.img.xz) = 65cfde4c35e0095ff5027b09de55c58d26d5e615e657931d59b813825459307f35c8a2926432b83f512729e8ccd7ec025e45160ffe6ac044404ba2d224609815
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-mini-memstick.img) = 9bc50bb7766e89858903c580ff48666045038a9473e93f630782fa17ee69fe42ce30b81eea178d18d4271797dc0beeb148962bacf099d22f114b5da27f4756c8
    SHA512 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-mini-memstick.img.xz) = f8e35be271030bdb7e743c3e6238924eda18036605c0250402c6336db5acfd0f071fbaef1c4533140cf7d83182d7681f08d3653ed4e2852a12f787a91b55fad1

    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-bootonly.iso) = 7bec12afb66f38bc17c9af7ea4e433edf4847f9275a005c9591a45a92fb12dd1
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-bootonly.iso.xz) = 9d0b470fb8708d97fc8c8e4782db8ffb63c42df455885de61c9d56186a4ec0f0
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-disc1.iso) = 4520282a35ba461aba6dbc1bdcb8e8e9ba79cb6da4190161548c4ee7ec0d09e5
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-disc1.iso.xz) = ef97b7a39308e0a43657c7669f40f83e561e64ecd6bcc5e6d05f720b51b62263
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-dvd1.iso) = 580038fe2f9d1fa4e835ca5fb9ad2bb0d3ee1fcaafaf50613c21de7a53018d0c
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-dvd1.iso.xz) = 6365ca3654c7b4cf51132d179e1ae01e8866ba3cf73988b5e6cc1183e92a8d43
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-memstick.img) = 48ea17b09ea6fb000c04bfb9b922008faa59009e665b27845d3c1b71204905a4
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-memstick.img.xz) = 3671b4eb8cfe35780baa6c7fb533baef93c23aaa914eb2084e4a1671dd5bc06b
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-mini-memstick.img) = 04fc5a35382eaa9ca9a1449b265176f6dceba212537f0c0b3f942a8f679cd9e5
    SHA256 (FreeBSD-12.3-RELEASE-powerpc-powerpcspe-mini-memstick.img.xz) = 2f47292f0bdabb5071ca4ef530becc2fd4a454293289bc236d19c670479a65af

    sparc64:

    SHA512 (FreeBSD-12.3-RELEASE-sparc64-bootonly.iso) = 851a28c9f55853f20df09e6bed86eff05eebd4a72f48846c0a8607d4cbd0731f360cbc1f6dbf2e8c6a9d6c407e301f39e37f71b01ee9d0094393c4adc7059600
    SHA512 (FreeBSD-12.3-RELEASE-sparc64-bootonly.iso.xz) = a4e7b852e27592c93b27ae1a696486abfb8cddce0efe4dcaaf5b3787fdc3d2ece07d104017cfa9ea91f3517ca16e527595fb047a85b827d61645ff1883c7f0f9
    SHA512 (FreeBSD-12.3-RELEASE-sparc64-disc1.iso) = 661727fe99accab50a060d648d2081154059a4088e71d6aa08878224b06502c52134dd6deca0a0b0e34c0c62b42306bcbb4abedcffe4657a363084137fe514fa
    SHA512 (FreeBSD-12.3-RELEASE-sparc64-disc1.iso.xz) = 96444b3c7b243f5d1f1e106e110f08153512b0eeec121849e8442cd35fa884d8d2b2fdba569c9b557801ed86bc49dc4affb16a7848a488996848594aeb163434
    SHA512 (FreeBSD-12.3-RELEASE-sparc64-dvd1.iso) = b4c85fd43b7e19175862c54706aa7d9b72f9c33be804c90a11a1cab81ef391ff5466c09c1b3e4e37c1e238aee5f697b0ce771a6e5ea2a3d5ad5985b1e1488f1e
    SHA512 (FreeBSD-12.3-RELEASE-sparc64-dvd1.iso.xz) = c97d7e79e8b17d00ef8fc8f580d13e2bace196a0fb882016855f02944e791d7d4d9f75e43d3dc51b5530e39468a17dc90ba9e0cb80e5fd5024067e69a150c15d

    SHA256 (FreeBSD-12.3-RELEASE-sparc64-bootonly.iso) = c3fa1a8231bf960b75f42037d5556847494f80a8c4927f9b4e490f4a13aa4eb3
    SHA256 (FreeBSD-12.3-RELEASE-sparc64-bootonly.iso.xz) = e5f9001774903e1d145b9f770f72a1957ef05d32eb264d4b1f0ba248f295d7c0
    SHA256 (FreeBSD-12.3-RELEASE-sparc64-disc1.iso) = 3ed1ab02e10977a2927b852877092959464147eb39b4b4d7eb40b24f03ccedd8
    SHA256 (FreeBSD-12.3-RELEASE-sparc64-disc1.iso.xz) = 26743fd702f3248da4b8c131ed9b1494d1b4125ef1668272524e5cccf2a8d9b3
    SHA256 (FreeBSD-12.3-RELEASE-sparc64-dvd1.iso) = bc3fecac8f151a65415a62fd724f470ffb24eabbb9c391de98c5539f0bde2357
    SHA256 (FreeBSD-12.3-RELEASE-sparc64-dvd1.iso.xz) = d8db8e0aebda4c1fee3c4a1b4625d0d1b53340ca42d85ac1dbc7ebfc6ace27d8

    aarch64 GENERIC:

    SHA512 (FreeBSD-12.3-RELEASE-arm64-aarch64-bootonly.iso) = 4f0c0144fa47ea2e5dc258c34ec697c50f5277ceb073119b4e8a2a2eebdfb669664f337923f09690314b9ebc5cb3bef887531105025666d947dbb6ab7584174e
    SHA512 (FreeBSD-12.3-RELEASE-arm64-aarch64-bootonly.iso.xz) = da9313f4f644b5db2d6beaa559f8239794e56b5852393dd0a898ffc35025ec887169d366be32214947b1d2ceb463b4c696a737bc99b8bfa8dd48ed60207c81f0
    SHA512 (FreeBSD-12.3-RELEASE-arm64-aarch64-disc1.iso) = 7feed724f051466d6f7b181c1c824bdb261c0e6fa65c5ecc961545cd27393f9af498697d6167688ec6e96d2af652fd5e62b43c9b7fa284b39489e4da6358248e

    [continued in next message]

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