Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

LILYGO T-Impulse Plus wearable dev board comes with LoRa, GNSS, OLED, and IMU

LILYGO has listed the T-Impulse Plus, a low-power wristband-style development board based on the Nordic nRF52840 microcontroller. The device offers LoRa connectivity, Bluetooth 5 support, GNSS positioning, an IMU, a small OLED display, power management, and a vibration motor in a compact wearable enclosure.

DietPi v10.5 Updates Raspberry Pi Display and Camera Options

The June 2026 release of DietPi v10.5 updates the dietpi-config display options, with several Raspberry Pi-specific changes related to graphics drivers, camera support, and display configuration. The release also adds ARMv7 support for the RustDesk Client package and includes several bug fixes affecting NanoPi K2, RTC configuration, and ownCloud Infinite Scale installations.

QuadRF uses Raspberry Pi 5 for 4×4 MIMO SDR, RF visualization, and scalable phased-array support

Crowd Supply recently featured QuadRF, a 4×4 MIMO software-defined radio platform designed for spatial RF visualization, beamforming, and phased-array experimentation. The platform includes four coherent transmit/receive channels, swappable dual-polarization antennas, an integrated Raspberry Pi 5, and a browser-based interface for viewing nearby wireless activity.

9to5Linux

NVIDIA 580.173.02 Linux Graphics Driver Released for GeForce 10 Series

The NVIDIA 580.173.02 graphics driver is here to fix an issue where OpenGL buffers allocated with glBufferStorage and no storage flags were allowed to migrate from GPU memory to host memory, as well as a bug that could cause black screens after modesets in X11 apps using the Present extension.

Calibre 9.10 Open-Source E-Book Manager Brings New UI to the Content Server

Coming a month after Calibre 9.9, the Calibre 9.10 release updates the Content Server with a new “modern” interface that features a sidebar for easier navigation and support for installing as a PWA (Progressive Web App) when used with HTTPS, adds support for CSS Level 4 selectors to the CSS parser, and adds an option to convert PNG images to JPEG or WebP in the e-book editor.

DXVK 3.0 Released with Shader Compilation and D3D9 Improvements

Highlights of DXVK 3.0 include support for dxbc-spirv for shader compilation, which should fix rendering issues in games, Shader Model 1-3 support for D3D9, support for the VK_EXT_descriptor_heap Vulkan extension by default on drivers that support it, and support for shared resources to work on Wine’s upstream implementation.

Purism Announces Librem 16 as World’s Most Private and Secure Linux Laptop

Featuring a 16-inch display with 1920×1200 resolution and 16:10 aspect ratio and a high-quality aluminum chassis with no branding, the Librem 16 is powered by a 13th-generation Intel Core i7-13620H processor with 10 cores, 16 threads, up to 4.9 GHz clock speed, and Intel UHD Graphics, up to 64GB DDR4 RAM, and up to 16TB M.2 PCIe NVMe SSD storage.

KaOS Linux 2026.06 Launches Officially as First Release with Dinit

As previously reported, the KaOS Linux devs have decided to move away from systemd and the KDE Plasma desktop environment after more than 12 years of using them by default. Earlier this year, in February, they dropped KDE Plasma for a Niri/Noctalia setup, but they were still working on replacing systemd with another init system.

Latest Steam Client Update Improves PipeWire Session Logic on Linux

The June 23rd, 2026, Steam Client update is here to improve the PipeWire session logic on Linux, which means that when persistent capture permissions are granted to the Steam Client, there will only be an active PipeWire session when streaming or recording.

FreeBSD 12.4-RC2 Now Available

posted by Roy Schestowitz on Nov 11, 2022

The second RC build of the 12.4-RELEASE release cycle is now available.

Installation images are available for:
o 12.4-RC2 amd64 GENERIC o 12.4-RC2 i386 GENERIC o 12.4-RC2 powerpc GENERIC o 12.4-RC2 powerpc64 GENERIC64 o 12.4-RC2 powerpcspe MPC85XXSPE o 12.4-RC2 sparc64 GENERIC o 12.4-RC2 armv6 RPI-B o 12.4-RC2 armv7 BANANAPI o 12.4-RC2 armv7 CUBIEBOARD o 12.4-RC2 armv7 CUBIEBOARD2 o 12.4-RC2 armv7 CUBOX-HUMMINGBOARD o 12.4-RC2 armv7 RPI2 o 12.4-RC2 armv7 WANDBOARD o 12.4-RC2 armv7 GENERICSD o 12.4-RC2 aarch64 GENERIC o 12.4-RC2 aarch64 RPI3 o 12.4-RC2 aarch64 PINE64 o 12.4-RC2 aarch64 PINE64-LTS
Note regarding arm SD card images: 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.
Installer images and memory stick images are available here:
https://download.freebsd.org/releases/ISO-IMAGES/12.4/
The image checksums follow at the end of this e-mail.
If you notice problems you can report them through the Bugzilla PR system or on the -stable mailing list.
If you would like to use Git to do a source based update of an existing system, use the "releng/12.4" branch.
A summary of changes since 12.4-RC1 includes:
o if_vxlan(4): Check the size of data available in mbuf before using them
o ofed: allow using IPv6 address in rc_pingpong server
o ssh: correct parse_cert_times case for hex "to" time
o ipfw: Have NAT steal the TH_RES1 bit, instead of the TH_AE bit
A list of changes since 12.3-RELEASE is available in the releng/12.4 release notes:
https://www.freebsd.org/releases/12.4R/relnotes/
Please note, the release notes page is not yet complete, and will be updated on an ongoing basis as the 12.4-RELEASE cycle progresses.
=== Virtual Machine Disk Images ===
VM disk images are available for the amd64, i386, and aarch64 architectures. Disk images may be downloaded from the following URL (or any of the FreeBSD download mirrors):
https://download.freebsd.org/releases/VM-IMAGES/12.4-RC2/
The partition layout is:
~ 16 kB - freebsd-boot GPT partition type (bootfs GPT label) ~ 1 GB - freebsd-swap GPT partition type (swapfs GPT label) ~ 20 GB - freebsd-ufs GPT partition type (rootfs GPT label)
The disk images are available in QCOW2, VHD, VMDK, and raw disk image formats. The image download size is approximately 135 MB and 165 MB respectively (amd64/i386), decompressing to a 21 GB sparse image.
Note regarding arm64/aarch64 virtual machine images: a modified QEMU EFI loader file is needed for qemu-system-aarch64 to be able to boot the virtual machine images. See this page for more information:
https://wiki.freebsd.org/arm64/QEMU
To boot the VM image, run:
% qemu-system-aarch64 -m 4096M -cpu cortex-a57 -M virt \ -bios QEMU_EFI.fd -serial telnet::4444,server -nographic \ -drive if=none,file=VMDISK,id=hd0 \ -device virtio-blk-device,drive=hd0 \ -device virtio-net-device,netdev=net0 \ -netdev user,id=net0
Be sure to replace "VMDISK" with the path to the virtual machine image.
=== Amazon EC2 AMI Images ===
FreeBSD/amd64 EC2 AMIs are available in the following regions:
af-south-1 region: ami-0bb9241eb5b7ce3d6 ap-south-1 region: ami-0527af8666dda5829 eu-north-1 region: ami-0d6177cd754aa72dc eu-west-3 region: ami-08f680889e53634c2 eu-south-1 region: ami-08ac6171a6fed25fb eu-west-2 region: ami-0fb4469bed6238be9 eu-west-1 region: ami-0e8e36a247c8ed53d ap-northeast-3 region: ami-09c228acdad5d7a79 ap-northeast-2 region: ami-0e7721f26bd4de3ec me-south-1 region: ami-0b02ae646b10c6de2 ap-northeast-1 region: ami-0aec441df71470ea8 me-central-1 region: ami-0d6ad0499882dce86 ca-central-1 region: ami-0f2d11db9ea0b1aa4 sa-east-1 region: ami-0b80e81dfe36d4fbb ap-east-1 region: ami-01e42305963671dc2 ap-southeast-1 region: ami-0cd111eb6e15d09ec ap-southeast-2 region: ami-02cec3f2f7642419a eu-central-1 region: ami-04152d204e92e9f99 ap-southeast-3 region: ami-0b73f7e14f7e0012d us-east-1 region: ami-0d6c71982e7c3f9e3 us-east-2 region: ami-0a5c8791ac08ed8e0 us-west-1 region: ami-068dd3ee6d391a9c2 us-west-2 region: ami-02a1825d8f14de513
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.4/RC2
FreeBSD/aarch64 EC2 AMIs are available in the following regions:
af-south-1 region: ami-00c20ae46d8c9cb3e ap-south-1 region: ami-0ae33af93d0bebb0f eu-north-1 region: ami-06b32a5074a82fa79 eu-west-3 region: ami-014bfd8fb0efa0959 eu-south-1 region: ami-013b9ddd5a309a314 eu-west-2 region: ami-041da668b00a5f253 eu-west-1 region: ami-0020336a5d7d4d1cc ap-northeast-3 region: ami-03cd672d518d29d14 ap-northeast-2 region: ami-047ad3d08bb9347f6 me-south-1 region: ami-0f87d9fe1774c8e60 ap-northeast-1 region: ami-08026b5278c3763ae me-central-1 region: ami-0f2e0e6e59eaaa35c ca-central-1 region: ami-01ace02b97682b91c sa-east-1 region: ami-0113afee2306ddb59 ap-east-1 region: ami-09b5a1bcc45575039 ap-southeast-1 region: ami-0538f0f2470e7e8cd ap-southeast-2 region: ami-0fbe1fc1c091462ec eu-central-1 region: ami-0fab18ffda73511e3 ap-southeast-3 region: ami-0df8e3a770e4f6563 us-east-1 region: ami-0c3f9257eff6424df us-east-2 region: ami-092f55aaddf0b33f8 us-west-1 region: ami-0e4b71ec869a264df us-west-2 region: ami-02008ed41fe078a24
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.4/RC2
=== Vagrant Images ===
FreeBSD/amd64 images are available on the Hashicorp Atlas site, and can be installed by running:
% vagrant init freebsd/FreeBSD-12.4-RC2 % vagrant up
=== Upgrading ===
The freebsd-update(8) utility supports binary upgrades of amd64, i386, and aarch64 systems running earlier FreeBSD releases. Systems running earlier FreeBSD releases can upgrade as follows:
# freebsd-update upgrade -r 12.4-RC2
During this process, freebsd-update(8) may ask the user to help by merging some configuration files or by confirming that the automatically performed merging was done correctly.
# freebsd-update install
The system must be rebooted with the newly installed kernel before continuing.
# shutdown -r now
After rebooting, freebsd-update needs to be run again to install the new userland components:
# freebsd-update install
It is recommended to rebuild and install all applications if possible, especially if upgrading from an earlier FreeBSD release, for example, FreeBSD 12.x. Alternatively, the user can install misc/compat12x and other compatibility libraries, afterwards the system must be rebooted into the new userland:
# shutdown -r now
Finally, after rebooting, freebsd-update needs to be run again to remove stale files:
# freebsd-update install
== ISO CHECKSUMS ==
o 12.4-RC2 amd64 GENERIC: SHA512 (FreeBSD-12.4-RC2-amd64-bootonly.iso) = be83e22018b35a5bd0edf27fc62fa94c4e447b34b86aca50b3300f65157dff4d0bd2539ea8c3ceb033b1852ac323b3bf91b63fa1a0950c0582acda3fc07e3e2c SHA512 (FreeBSD-12.4-RC2-amd64-bootonly.iso.xz) = e6e0f0f47c32654801005b42d8fd834adc86b76bdb6bb9f68e97bf5f30a84fab8ccc30f66a63d684b894b1f599857d404bd86dae0e4fe71469ff67188197edf5 SHA512 (FreeBSD-12.4-RC2-amd64-disc1.iso) = 29bb3412d33c96ab430cf9d4e50c689d45e92d72740a7656b702742db341f430ef69220fe585b9181c47a02b80459028cb760a7861740088eb3eb04022095f62 SHA512 (FreeBSD-12.4-RC2-amd64-disc1.iso.xz) = 842adeb0284d38449db67d4b623f319192f2b997615c6cd9daa38db6ab406cea59061c7ff64db25abf4494f4f9edb06b47f909e8ef4c87bcee94dc599c868b25 SHA512 (FreeBSD-12.4-RC2-amd64-dvd1.iso) = 6e4a87b9eb343fbfbb37d031e5dbf55d33038e8c9d25388c08aca62172c1fb151351dcaed67238ddd6b16569aadd1f42b1819889226ff34774214b3b79f6b50e SHA512 (FreeBSD-12.4-RC2-amd64-dvd1.iso.xz) = c417375f9fbeb7a212937746ffe0edb989d476462fc7751a72bf2ce8f79f629a33fdee57db2331e9522483418c6d1aff0988f5fb05f5ccedc747d847653a96cb SHA512 (FreeBSD-12.4-RC2-amd64-memstick.img) = 5c9abf2c5923777e1508249c4584937fcc60be53bf5a2ab30433e0d35a808c0a8b4d352246adaa249bc7a805b8aad1f4a9894aa537de53a50a8e68bbca59df30 SHA512 (FreeBSD-12.4-RC2-amd64-memstick.img.xz) = 3204775025e9b92385150c1c12080146c5c5caef876c09e8e800b0220bfcee11a1aac78bae85d79ad23957e7fd504962f6382a225e387502e1bdc5a5ae1e81e2 SHA512 (FreeBSD-12.4-RC2-amd64-mini-memstick.img) = d2675ecbc1339c6854acfef6a21525a46759a72c82adfffd398e50266d2953ab66a9554836c7b36f1cdb22374dbbdf69ee0e8445025a37c8385383e26de62ec8 SHA512 (FreeBSD-12.4-RC2-amd64-mini-memstick.img.xz) = 0066e29dec93fd9230dcebc80dbd26bf65576da92f9930eb2385b5f79a8957b2165ca61d5e4edfa99a6ac9a9bece553c1f172a918a39be589967bd81e2d2562c
SHA256 (FreeBSD-12.4-RC2-amd64-bootonly.iso) = 0f6f70c3e7c12accfc3592c27a6887a46eba3f95b139f9d4850f458e2505dd54 SHA256 (FreeBSD-12.4-RC2-amd64-bootonly.iso.xz) = 0eeaa75e92a7aac741adb5ee0e928ef09302c5927636de570fd00c186c887335 SHA256 (FreeBSD-12.4-RC2-amd64-disc1.iso) = db204e03ca5c76383e11dced93b402f4f3b20eee43ff1dd98409853878cf2981 SHA256 (FreeBSD-12.4-RC2-amd64-disc1.iso.xz) = 670829ad674a71c3ceee1f1757ffc002e58c072b265f11da3d7c3dee4d45e98f SHA256 (FreeBSD-12.4-RC2-amd64-dvd1.iso) = d2d1a0706ea8f2bf39b191a8d2d2584ddd733b32b338a495a4373ddc878f812c SHA256 (FreeBSD-12.4-RC2-amd64-dvd1.iso.xz) = 1ae33eaac440379f99bae09b9cd5390c3fc1a8a87a81df8d3f754b1da8fb5f16 SHA256 (FreeBSD-12.4-RC2-amd64-memstick.img) = e8d5728bab1f20a8034aec538ad7f97ae64c2b20123929633f38fcc49159841c SHA256 (FreeBSD-12.4-RC2-amd64-memstick.img.xz) = f7bb4a42071d02c6d2e0e46deafd79fc24300b70d82fe08a2bd86f1c85c92904 SHA256 (FreeBSD-12.4-RC2-amd64-mini-memstick.img) = 884d4c0c90339e5acd989012e4d3b3750411fedc83697da30dea89fd6af03211 SHA256 (FreeBSD-12.4-RC2-amd64-mini-memstick.img.xz) = 51b30a1f2a556086877a4cb7dda0e203da42f9c2ffdbbc52c4205d68a7bbeb87
o 12.4-RC2 i386 GENERIC: SHA512 (FreeBSD-12.4-RC2-i386-bootonly.iso) = fc6c5a55bb81f68eda03a4b337d247b4260a97f59ae10f4e2f1a5b62f9e9d82c18eb15268b598efe7a754214c2daf4bacb0bc142e1085d447ea4e3ddebbb660f SHA512 (FreeBSD-12.4-RC2-i386-bootonly.iso.xz) = f7c55272a959c2eddbbf5e091aed5ec62a0433b2db58df2685c18b594e1bc0f58c8bb873c3b45f9a6e613b4d75efe979a8b07174cffe110555e95ee2558dfa18 SHA512 (FreeBSD-12.4-RC2-i386-disc1.iso) = 2776c8216c9d043f35ff2e3c73bcce59dc2039c68c5d563951f08c4cb54262d7848f1d14fa34dd4dd71979ee46deef45bc37738d50bc43dc6387dceb65f84004 SHA512 (FreeBSD-12.4-RC2-i386-disc1.iso.xz) = 11b46fbde1ed93ec4713fdf9b3fda9397a4a519e1696b72082c6d317662753159144b9facea3dca807776f66673f8a6a35c59aa6f76f80aae30454eb3960b738 SHA512 (FreeBSD-12.4-RC2-i386-dvd1.iso) = 9a767e1e92c5e9a046bdd73f793d59b2c74083e89010fab86135bf3c2a584f5442d555fb583ab71ed797e409e3dc267e6fa05e289040a68e27895632576082dc SHA512 (FreeBSD-12.4-RC2-i386-dvd1.iso.xz) = 1ef65fdb152ae91da2b20729c9349ff55133728d0bc4a6c45a6bcc4bf5d10f639b72342787fd4b89d0b111998f69e57b4320e3f8d6384a3d7c94b2bf158a3e58 SHA512 (FreeBSD-12.4-RC2-i386-memstick.img) = 4dec15dfbe070333907466644eda8b1c9d681323ab9a3ad05debdd0f043e206df2e5c4141d442db6ae65caea0bd8a78a77dee3b1f79c2134a5ccd0a22f20135b SHA512 (FreeBSD-12.4-RC2-i386-memstick.img.xz) = 1b19757d6cbc2e4f4f9547cf079e4c784a0615732ec699b57417e620b290007de7508e847e1508faf2388afcf4cb058db03840627dd41cfc7ae1abee1ac0cab8 SHA512 (FreeBSD-12.4-RC2-i386-mini-memstick.img) = 2932babdf88ba6788d1c97af601d0a2cb65595b8d6d28fc3ff8770817545f0ebd7ad6883d9fe686f442eb3b5c94d1f4fd8bcf2e43d6f9ec8833a9934336661a9 SHA512 (FreeBSD-12.4-RC2-i386-mini-memstick.img.xz) = 1c7acc861fc1e1777520f415797490c82fd966d3c17cbad84fe9ebfcaf508ed1007e6797ea7d9f9fd35d16bd9fb3fddb445b983db6e7ba709c88358baf079212
SHA256 (FreeBSD-12.4-RC2-i386-bootonly.iso) = dcd162294a7343d5d8e5087879247bdf05ae41fea3ad94a20fefc18fe6a93df8 SHA256 (FreeBSD-12.4-RC2-i386-bootonly.iso.xz) = 93039e1f1748ff62e677fcafb56c8c56a7547a29f38d4b4bdfc870ae81e6d280 SHA256 (FreeBSD-12.4-RC2-i386-disc1.iso) = 49a0ede4cee3dc5859209bd9e359006203e50ae7ffb0fb5ac171714ab83a6c0a SHA256 (FreeBSD-12.4-RC2-i386-disc1.iso.xz) = 06278947a96ff53f656889f8fdb4984b5515c472d1b8cdfc81b5f8e5ba24abc7 SHA256 (FreeBSD-12.4-RC2-i386-dvd1.iso) = 2f10e0508b4fb87a623009b5a8fdf5448af9d83f6d4259dca270950f9c3f9e45 SHA256 (FreeBSD-12.4-RC2-i386-dvd1.iso.xz) = 15289a78fcc42e2d6b558fe55628a302d9d3da1922f785c37325bd0cfa1d7911 SHA256 (FreeBSD-12.4-RC2-i386-memstick.img) = c43a45367f630c6cc07fe41728520a73f07eda8ec58a6b39e9a92308f3ef0507 SHA256 (FreeBSD-12.4-RC2-i386-memstick.img.xz) = 08f3aa40b5537b12b8766847a5ca45523f69fdbba08d443cf08338a1e2cd2d2f SHA256 (FreeBSD-12.4-RC2-i386-mini-memstick.img) = a881c58120566d9495af30cc51c647cc190e8d9a879c10b3eb56e4a45e659a6f SHA256 (FreeBSD-12.4-RC2-i386-mini-memstick.img.xz) = c3e81565fcb9d7ccf92f63a9f343ae6fa8b81a5ad42bf61ae68732a53101bfc2
o 12.4-RC2 powerpc GENERIC: SHA512 (FreeBSD-12.4-RC2-powerpc-bootonly.iso) = b4afebb8af8b37b40ee96538462eea53659eea49f153cfe62b7a07b8ad503f2fa01867607ed77ff24b123866c8dcad8b1c7a3959cfe0a16b23e471edac3ae93c SHA512 (FreeBSD-12.4-RC2-powerpc-bootonly.iso.xz) = 700b4006b2b92ea8a69862a6f72139751dd99230f79e350e9fd0d44e44cc067835eb237320ee433e142942e52a03dd76c8216e4ba442a503c982fff84ec7de38 SHA512 (FreeBSD-12.4-RC2-powerpc-disc1.iso) = 30cf90caac1772b80c253cc3ab1d3b552518aef402d4b9fea3b18e1f0468f1fbeafee0e5f27a331fbce8322fef8e44f467f6e2e5f25356002dd1385677d88b48 SHA512 (FreeBSD-12.4-RC2-powerpc-disc1.iso.xz) = 5b572e34454c58c7395dc3f0104e53d7a853d262275da92ce476499c8af1aad070b1aa56a603959c89a34b3ff7a9bccf2f22aff01e636426738bbbef00f7647e SHA512 (FreeBSD-12.4-RC2-powerpc-memstick.img) = 7349a9ec618525daf8c0fdec48f524670b9b3858878cf5f3f77d9772de3031b79e23b3b92ac6f06cf02468a9593290fd928564785333ba3e0b4918069fec343e SHA512 (FreeBSD-12.4-RC2-powerpc-memstick.img.xz) = e85acc904ee27025b775d6de85943a784e3cd790bd1f03509dc08f398becd3fbc9e560b8b7f744fdee0d9abdea640467ba8e4d3b322f71f2a88923c1cb01c4aa SHA512 (FreeBSD-12.4-RC2-powerpc-mini-memstick.img) = 5a249c9cef8b2b90874a40bb54bfcd61dc13e643d5b6035f05a97b37b17ecdb061c322dae43723d41925c31cfc2989c4d91c9a70dc7b42b9486784ea3fd5f2a5 SHA512 (FreeBSD-12.4-RC2-powerpc-mini-memstick.img.xz) = 3a773e82c13003bc4870b3ce425974ee69cb892f7ba55ff46f378cf5e92b884b06a3699fe17f13f29849984649e38033ff00fbed2edabad36f051fba670ca557
SHA256 (FreeBSD-12.4-RC2-powerpc-bootonly.iso) = a2ae21a051c29f969a61544fedeba1aa3cd1e5b750db5622bbeadebf4bffdebd SHA256 (FreeBSD-12.4-RC2-powerpc-bootonly.iso.xz) = 1cab8a6931a9246de5a3074dd2ac7d28a86b6c5540185b49aac0df586ec7257b SHA256 (FreeBSD-12.4-RC2-powerpc-disc1.iso) = 4f2fd8400be05e7dc9ddffd63bc042be9b84fc0f0bb65ad6b0aa6aa8f81c3e53 SHA256 (FreeBSD-12.4-RC2-powerpc-disc1.iso.xz) = 55f561ec6a5abf6056effb9e6664d8a1f648b2ca26032f0a2afc0bd552d592f6 SHA256 (FreeBSD-12.4-RC2-powerpc-memstick.img) = 131bbcf1582dcb674bb7e659ffd560d7b69fcf557208e66ce449f86f389b1df2 SHA256 (FreeBSD-12.4-RC2-powerpc-memstick.img.xz) = 66e88ddf58c7e6a83e690e67779519409ba453ccfa78e9e1d502e716fa90734c SHA256 (FreeBSD-12.4-RC2-powerpc-mini-memstick.img) = 359d31a588b0b83890394bcba860e737476d79d5e60138784cae87d74d0c9bb3 SHA256 (FreeBSD-12.4-RC2-powerpc-mini-memstick.img.xz) = 16df6a076692405fd045fd2223bad96ad18cf5b22ba5f3e620252cdf6ddfbe3e
o 12.4-RC2 powerpc64 GENERIC64: SHA512 (FreeBSD-12.4-RC2-powerpc-powerpc64-bootonly.iso) = d35597257ad6c3107b3443652895e67442b92d75438baf1aad257b336e1c535efafb4426afec769a4401b5ad5d7c40a150eaccb5dc5030d189315e5ecb29f11f SHA512 (FreeBSD-12.4-RC2-powerpc-powerpc64-bootonly.iso.xz) = 2a1b23e677fb31efd8bf8615d20e521a07367772d5a56e81f7aed0daa275e3a041962bfff2d9bedd15546b37fbce27cd2c154646bec41cebe10f278108a70afe SHA512 (FreeBSD-12.4-RC2-powerpc-powerpc64-disc1.iso) = b39aaa7092bbd1412b543b35819a6d5123a76fcd40548ba071593b459191a590090bc73f80326d58988896758dd4cff1485d88e4c15301f229c737e83ffe72ab SHA512 (FreeBSD-12.4-RC2-powerpc-powerpc64-disc1.iso.xz) = 268df0966323e5f84057585eae3a0c8aeef2bc72dcd10193f64631d7ae28178134a50462079c4078af4a61d4d626c5bb4006188c7278bad5d4df0e9782ee74da SHA512 (FreeBSD-12.4-RC2-powerpc-powerpc64-memstick.img) = d793e7eba003b4c54c42df4fa72d6c8d128a4872e01e0c20f138057cc3ede40690e6cec50116424ca0a47eb3f46c447f268d161410e2249b5aaf030ca1d0fd14 SHA512 (FreeBSD-12.4-RC2-powerpc-powerpc64-memstick.img.xz) = faa6bb410208631c6b23b9790d400922e36703dbee42d68c8c23de8323cac6ce9383ce448d1a2500e1d011294d6c4dbb691d8c7770e79f74ec6b6fc82cac0b6c SHA512 (FreeBSD-12.4-RC2-powerpc-powerpc64-mini-memstick.img) = 0cdc65eabf9e7cf2a3f1cfaabc77f7153362daac1081538bf0c7739ae393335aa8ef58522bd9dffb46f47ba79e19e88b01f48aa1117f00202675ae473a3b531a SHA512 (FreeBSD-12.4-RC2-powerpc-powerpc64-mini-memstick.img.xz) = 303c86589de940a57240e729c45a0c06ad6bba86e86cd154c1b034acaf0447a2697f69c70ca7595e3a99bfcc37754da9d977ff53b96d1ea090ee227a63c456ae
SHA256 (FreeBSD-12.4-RC2-powerpc-powerpc64-bootonly.iso) = d2ddcb6322005df121f84fa97590e1ebcb1650dc44e5098202d982a99154500c SHA256 (FreeBSD-12.4-RC2-powerpc-powerpc64-bootonly.iso.xz) = 262ed13847bcaede1a2429affde4481a4d867fa4f0263956fb751a1a5a626ac4 SHA256 (FreeBSD-12.4-RC2-powerpc-powerpc64-disc1.iso) = 9a5e3770cd3d81ca0a149468992b6e3672d92967d91120a172f0337627bb47a9 SHA256 (FreeBSD-12.4-RC2-powerpc-powerpc64-disc1.iso.xz) = a04af9f54300bb069b9f103a155400fcb7ef28dea798be8009e006b1b24e0bd5 SHA256 (FreeBSD-12.4-RC2-powerpc-powerpc64-memstick.img) = 8a8f0d7d211305f9cecd2039ea096c57e03a22c93d0ee7ddbe9757109569e4d3 SHA256 (FreeBSD-12.4-RC2-powerpc-powerpc64-memstick.img.xz) = 84cd6823f741272c5f520d6ae9cab05c44a994e95fa7db905f4cad066619d336 SHA256 (FreeBSD-12.4-RC2-powerpc-powerpc64-mini-memstick.img) = d6c42ddf9347373655806c648e7d48c390236bb9796ddf28c9950ce80cf7b17b SHA256 (FreeBSD-12.4-RC2-powerpc-powerpc64-mini-memstick.img.xz) = 1186aaacea04893c7db2db2e2d02dcacae5f068b5b5d533ab6684dbc6b0af049
o 12.4-RC2 powerpcspe MPC85XXSPE: SHA512 (FreeBSD-12.4-RC2-powerpc-powerpcspe-bootonly.iso) = 05699e0fe6ffc7b7f64d8da4262346357c758a05c53513c6adfb0eb6e8f92dd35de705c0bec7989f648982744c8b10fc0949f1a05f2a587d88d518500c518177 SHA512 (FreeBSD-12.4-RC2-powerpc-powerpcspe-bootonly.iso.xz) = 05aaa5740fe00d89ee17640cd776a7b9426536c0e79e7f6a584d88c2627465669264ee1254d100d9da7f701b196170d2b253ade5c5fdffd829bb4ac38c82c4a4 SHA512 (FreeBSD-12.4-RC2-powerpc-powerpcspe-disc1.iso) = 758751462348101cd1042385b8af5982d2aeff4a198be73d995f3094d40aec1de782fd4b060334f55ae130e8d9b519b747c8aa3510faff224dc2068daae97b55 SHA512 (FreeBSD-12.4-RC2-powerpc-powerpcspe-disc1.iso.xz) = 877cabc665fce201a5e96deaded3af1d19afb1f4bea78a1f43b424726783ab9206313b79475656b060c6a6948cef1f85691d5b880ec386b6c37d0082dcb10dc6 SHA512 (FreeBSD-12.4-RC2-powerpc-powerpcspe-memstick.img) = 89840153e6e5e8bcb36a777dc035c42bb42a553e02d2af4ccece3199ca0ded637328a824e19a562ebad85c985e5b44a7113fe0c5cc75cf792dbb1a7e71192708 SHA512 (FreeBSD-12.4-RC2-powerpc-powerpcspe-memstick.img.xz) = e631680d080a70205c68c51934fc04a8032a5331880599e13d8b48b38e4b3d3bcac22e4158f75c3028806debbd8c2acad9ccadc55f21bb32bf4079e9d82a8818 SHA512 (FreeBSD-12.4-RC2-powerpc-powerpcspe-mini-memstick.img) = 107d080f8f633bbc26e859e4ff343442747ddce26495f3ffb38324b335f6a1ba443348ba1d03c1d6cd3e28ab713b1e893b6a60e8a64e91c026e11b7d99128515 SHA512 (FreeBSD-12.4-RC2-powerpc-powerpcspe-mini-memstick.img.xz) = 2520a17e4d02577aa3b766df89bf3ae081e65cf60390941fbaf276bd3a536084e86a715275f577e9ccc3dc69450cb2157443bb495cfee0b4c8234f134fa40e32
SHA256 (FreeBSD-12.4-RC2-powerpc-powerpcspe-bootonly.iso) = e7e5b773c0595d8c23a9797449775ea88160ea2ace64cc13ce5093cfe8ef4d49 SHA256 (FreeBSD-12.4-RC2-powerpc-powerpcspe-bootonly.iso.xz) = e412ed0d0f693f59d3c8b9fd68fcb21a6d4a9c9de1df4cf7db9cad5117bad9e7 SHA256 (FreeBSD-12.4-RC2-powerpc-powerpcspe-disc1.iso) = aeca93ca3a637b5ecf89248df62b9d0ce33151648978802bc09f3eca0688fee7 SHA256 (FreeBSD-12.4-RC2-powerpc-powerpcspe-disc1.iso.xz) = 330129c0a0051b028feba166f33750d73194497ed785e8bf21dc3a961eb8d9d9 SHA256 (FreeBSD-12.4-RC2-powerpc-powerpcspe-memstick.img) = 55351301baa7cbc38c3addd3debe13c55bb6f431a5d10dd602c483eaee9d3ca6 SHA256 (FreeBSD-12.4-RC2-powerpc-powerpcspe-memstick.img.xz) = c2a8b21516f8072d9574b01abf4a124565d6c6de14346e33cc276276a70b22b4 SHA256 (FreeBSD-12.4-RC2-powerpc-powerpcspe-mini-memstick.img) = 965272ccc095f9d382bfe2b6d16c879e634fd0762b2ec97b7fc8f45e2b79d1be SHA256 (FreeBSD-12.4-RC2-powerpc-powerpcspe-mini-memstick.img.xz) = 54d6366c291362e97f9fcbcf2f9fe07dfef54f26bbfcc461cb8eac68bdf484f0
o 12.4-RC2 sparc64 GENERIC: SHA512 (FreeBSD-12.4-RC2-sparc64-bootonly.iso) = 1d3251f1599f86338c771fa6a946a9d720c1d882b45f10111ab29877e9fdd4e3265bc912c9f3eff0f868cebb2641ff445544bf1920aff21c81df5dc800eb6df4 SHA512 (FreeBSD-12.4-RC2-sparc64-bootonly.iso.xz) = 8b36b3fb46c09aaeae7d2ea35ec1aef97d1190300d7d466e05dfaf439cb8fcd2542c86bfaa32d45c5b2bac940d17a3f253771426ae742574db092f2353d5109d SHA512 (FreeBSD-12.4-RC2-sparc64-disc1.iso) = 2d5ad547bbf8a0bff6f66726fed52153e9c0bfff0978cec6f76a1f2b3bc241cb892500976c29786762a0bc100c9fa0c8dacb852e3412932af2313ece2bf9bf38 SHA512 (FreeBSD-12.4-RC2-sparc64-disc1.iso.xz) = 9859c8fab96f82cf1586a9e7df8ae717e1eeed9a47281f382a7b43cbbf9d081f8117e00b40562e181e772e3ed0699100c4418a18497ee8a630f41d7cf98563f0
SHA256 (FreeBSD-12.4-RC2-sparc64-bootonly.iso) = 697838276d2d7654ee584010afd712efae6115dd22d04f45ae7be525cf84dcd8 SHA256 (FreeBSD-12.4-RC2-sparc64-bootonly.iso.xz) = ebb14b45e406abc87d6da8a69cdcec89e6b014c4e2db9437fef547044ff98010 SHA256 (FreeBSD-12.4-RC2-sparc64-disc1.iso) = d24850abff6616de82ae1a1d689e9d2a05fbb37e8a54a7e6848c4c08c0d99624 SHA256 (FreeBSD-12.4-RC2-sparc64-disc1.iso.xz) = f6bdc78b11ab84bae072e6cc57b5dd9de14a7cec95934fe8e9bea9eff87371a3
o 12.4-RC2 armv6 RPI-B: SHA512 (FreeBSD-12.4-RC2-arm-armv6-RPI-B.img.xz) = 23846432635349cc9a35cb36e2dd23e70bef686f5945dd151f3b413613621c344de1e80deec19a3cb0377e384e2734bf81a6224b849fb32500af1d2085241bfc
SHA256 (FreeBSD-12.4-RC2-arm-armv6-RPI-B.img.xz) = 764a3ae0140a458fa4bf1dc60ba393f16dc1f7e26fab1c25c7334c2351f9cc3e
o 12.4-RC2 armv7 BANANAPI: SHA512 (FreeBSD-12.4-RC2-arm-armv7-BANANAPI.img.xz) = d47af5e696e8f0a9d5db8dc76f712168c30bc073f43f071b8eccd6117b3b4f1f6e8c52675ebceaae004e2981b798831ec757928472518330d6fe776562c49bab
SHA256 (FreeBSD-12.4-RC2-arm-armv7-BANANAPI.img.xz) = 9d4ed72b62f705c200d85f5b18a1c900e43bcd1cc3e9d533b8cd9742dcd497c4
o 12.4-RC2 armv7 CUBIEBOARD: SHA512 (FreeBSD-12.4-RC2-arm-armv7-CUBIEBOARD.img.xz) = 66d15d47eca800c418bdb9ee421b4614412d2536c744ef586c1c08bd0f596066258791c2ed5cfa2ca55bdcc486df9bf2b05f4762e4a9c547e8352fe0f436e7bc
SHA256 (FreeBSD-12.4-RC2-arm-armv7-CUBIEBOARD.img.xz) = 2f3eb202fd14d1f243a3c41a886759af9ea62e9576fbaed7d4753ec8737d385b
o 12.4-RC2 armv7 CUBIEBOARD2: SHA512 (FreeBSD-12.4-RC2-arm-armv7-CUBIEBOARD2.img.xz) = 92ba839eed11e564cda1cbfc65de3236829a28f02ea3484edeb0c854c029aadbc24f13e603b2b96b2edd4eca67621ec410f04242341ebbacdbfef1b514324745
SHA256 (FreeBSD-12.4-RC2-arm-armv7-CUBIEBOARD2.img.xz) = b93c43bbf2935db751607587489e91ce58eb02dd70caee6749b814248abff41f
o 12.4-RC2 armv7 CUBOX-HUMMINGBOARD: SHA512 (FreeBSD-12.4-RC2-arm-armv7-CUBOX-HUMMINGBOARD.img.xz) = ebe8d5f0e0d6a690eb1aaae4848626a7e9454fc3d7cb55e850603e8e86c02c47df4dc3b18ec4cde97411081f6e43887790c0fd6c746d48cad801733d104656d1
SHA256 (FreeBSD-12.4-RC2-arm-armv7-CUBOX-HUMMINGBOARD.img.xz) = bc82ebaa1d7193dafe2d0656ea106f9b5957bb4c1087e5bda6b38b471340016b
o 12.4-RC2 armv7 RPI2: SHA512 (FreeBSD-12.4-RC2-arm-armv7-RPI2.img.xz) = 996ce897301874c4767e0258aef85d8711340086d0ca76750c5ed72ecfcf8450654f40ae65d09146b32214d0b1578dcfb55f6e008808faea9d5263b1f717bfb7
SHA256 (FreeBSD-12.4-RC2-arm-armv7-RPI2.img.xz) = 7a2c3cf6bb5267e1c70c862069e16c8d48177c8588963a1adab4d03060e8e1c8
o 12.4-RC2 armv7 WANDBOARD: SHA512 (FreeBSD-12.4-RC2-arm-armv7-WANDBOARD.img.xz) = 8b2a35a2c7af999efbcbf90e596f74f3c7deda71285475cd61d5e14c65df6d6034ae4f3b28888cb8107d58e8d194f8adb9d9cceb7104ad7947609aaa32a734f7
SHA256 (FreeBSD-12.4-RC2-arm-armv7-WANDBOARD.img.xz) = 5b4e415d0a79d995e8800382e2fac1cd8fe978f7f6f14503508936a45c9763b5
o 12.4-RC2 armv7 GENERICSD: SHA512 (FreeBSD-12.4-RC2-arm-armv7-GENERICSD.img.xz) = 200421dfb62f4b046fc622360aa7e3e2f5c251d79ce321c7c6718bd7898125000a797db951a2ae71f9770a4e387a908993b18e48d2614936a4da1b5eb6461fd4
SHA256 (FreeBSD-12.4-RC2-arm-armv7-GENERICSD.img.xz) = 2d7e27796de0a9eda1256d506fd7daceb2d367a83c4cc7d6663bd705bff40543
o 12.4-RC2 aarch64 GENERIC: SHA512 (FreeBSD-12.4-RC2-arm64-aarch64-bootonly.iso) = b4ef0023887730f12987abf46ca5d45b0d0d756d98d68828aa4290d36f834fbe19f2d7f0e37e58f20534b9edd3152b148cfba5d5d95168a300b3515be9f1f707 SHA512 (FreeBSD-12.4-RC2-arm64-aarch64-bootonly.iso.xz) = f0fa4e29ad5b726407e9dcc0c30e1308429e509c8b89ffba7d310b143a36b62a4df7cb71b901be377953545df7d966bc52532235efcfe5c8142f61c5068a2c4b SHA512 (FreeBSD-12.4-RC2-arm64-aarch64-disc1.iso) = 5b210deace7ae9e116727785a442ab539f601f6facccb95980dc06968b776cde9fa39b3b1ac27239d84a23116b5c624f5dabb7f8e391ba83bd36a41e30cc1952 SHA512 (FreeBSD-12.4-RC2-arm64-aarch64-disc1.iso.xz) = ecf1877685b06284df84b7c83b18915357ffe63017354ceb908dedfef996ff71470d39433270c179df6a8b595ab7017298411389f6a8de0811455b5060bd2b84 SHA512 (FreeBSD-12.4-RC2-arm64-aarch64-dvd1.iso) = 857b0cb9340bb095c398b122a895c32718a547ad1764ebee9f3ffa3cb5b56a81b442f4d3c0ba6b0ca4b256e764abac85093dd8085b8f22f75cc80cbe2e1d4ee6 SHA512 (FreeBSD-12.4-RC2-arm64-aarch64-dvd1.iso.xz) = 2d722c0ff71557b0507bb85e6e928d54567626e1ad1c0068dfb6c4459d057c1b78e336076ef7c7aa270e86087db86bec7214c3f9e5f295bbf1fb7792b81d8345 SHA512 (FreeBSD-12.4-RC2-arm64-aarch64-memstick.img) = 80c46e797315e3a921c2b999c6369e0572a902be6b61c0c32d9857a494aa7ca642f5858679f65251acaac25e8cc8289b5d805ee50042a7c529067c0edd30afbf SHA512 (FreeBSD-12.4-RC2-arm64-aarch64-memstick.img.xz) = 773b4d53e18ae4f3af7cb96dba5f6423b7f8850c09b5c6f43a55486e7df50fbdce0d6105ee3e9fdfaec1bd980b827817968fffd2121422b267be0d50e1334fd3 SHA512 (FreeBSD-12.4-RC2-arm64-aarch64-mini-memstick.img) = 0c477d1c260794fab1c56f7472977c5f013f5ef9785e8e1404745b158eeb33d7d59642ac649d62144bd720280eeff53ff10d7a3b7a459cfe2c1010d85e740512 SHA512 (FreeBSD-12.4-RC2-arm64-aarch64-mini-memstick.img.xz) = 31a44cf84b5d43cc70ec91d33459acfd0fd4590a37e64619ed8a5e82c6dc4300cb870688627bea8b85b3eb167b13a468a76d4ce77a8ef20637d33dbf71f4340b
SHA256 (FreeBSD-12.4-RC2-arm64-aarch64-bootonly.iso) = 28ce714569417d5b217f236cc94face88dd11359582bdd605255bb7e35eeb6b9 SHA256 (FreeBSD-12.4-RC2-arm64-aarch64-bootonly.iso.xz) = 92ecbbebb411e329131102256acd1430352c11db273e24837af181c5668133e3 SHA256 (FreeBSD-12.4-RC2-arm64-aarch64-disc1.iso) = 9fb641ad42d01dee44d6783a906b93741bb1c80e4d45188c9daeb2b8a561e21f SHA256 (FreeBSD-12.4-RC2-arm64-aarch64-disc1.iso.xz) = 7e3eadfe587b886f4087213fb7750f056bb70088fc2093f4a428c275a16f7e13 SHA256 (FreeBSD-12.4-RC2-arm64-aarch64-dvd1.iso) = 3c5d7a07f591efb9a0ae45a61b377e060eacecda294119b82a45ca0bf895aa48 SHA256 (FreeBSD-12.4-RC2-arm64-aarch64-dvd1.iso.xz) = 6b3235d932efa51137340b9bd513227be5133427f28b83712041d6f0fdc1a09b SHA256 (FreeBSD-12.4-RC2-arm64-aarch64-memstick.img) = e1ca0bc4681bb1188ed49db9065ac98fb37faa6c18b2936e14a1b53b5955ea65 SHA256 (FreeBSD-12.4-RC2-arm64-aarch64-memstick.img.xz) = 6278b8123c34b304eac848a25ff61ae9870f95f39f36b601d591a77b9b91cedf SHA256 (FreeBSD-12.4-RC2-arm64-aarch64-mini-memstick.img) = de9719232698ea2524cb509825d2467b2d7f64c921f992fee67b6915036220b1 SHA256 (FreeBSD-12.4-RC2-arm64-aarch64-mini-memstick.img.xz) = e11f35a7bfb47a8df5a87b2481f4a00d5b2494f870e3eb88d3021dd60938feb9
o 12.4-RC2 aarch64 RPI3: SHA512 (FreeBSD-12.4-RC2-arm64-aarch64-RPI3.img.xz) = a11d18f008663677975233db22bcb88669f4762b23218dea90a98d37da48bb00381d4e8d8180103688d4b340d4d2ab991c7b63ed403125b83422bc6b9674d90d
SHA256 (FreeBSD-12.4-RC2-arm64-aarch64-RPI3.img.xz) = 4e7e7cf1fa2b9e1b60362c1c5b9a91e31b555ef8c76bcb12e9b4956c274883b1
o 12.4-RC2 aarch64 PINE64: SHA512 (FreeBSD-12.4-RC2-arm64-aarch64-PINE64.img.xz) = 440620de5878bfaa7a1a75a3e75a60a1bf30a71aa707578e085a92a005a42fdbea5ddb6312a56afda984c0fd9fe64b5d74e28310e2885f4797301a06ae2c4501
SHA256 (FreeBSD-12.4-RC2-arm64-aarch64-PINE64.img.xz) = 518b0ea06071e07978fc1352452ad0931cc109831661b1de87e2446f30e518cf
o 12.4-RC2 aarch64 PINE64-LTS: SHA512 (FreeBSD-12.4-RC2-arm64-aarch64-PINE64-LTS.img.xz) = 336644f5fbf4ab00dba35ab1ee903a6cf911554a35ec07e8148360318728a86c44dce529253c2cf1420a74f0733a849831de8fc820f411a252fbc1c6458f86df
SHA256 (FreeBSD-12.4-RC2-arm64-aarch64-PINE64-LTS.img.xz) = d4ac0d7443f2ae40a50310f459d4edf3029d13db0baeadcf91403a6daccf4ec0
== VM IMAGE CHECKSUMS ==
o 12.4-RC2 amd64: SHA512 (FreeBSD-12.4-RC2-amd64.qcow2.xz) = 1fd0f6ea3f390b7ce5d65a24b5e23ab0731dbb78a85aa16078390bab368203709cf4f4fddaa1907c27c2e41c8ef7e847a205581aa8acac36cd38ae5f56c7edb1 SHA512 (FreeBSD-12.4-RC2-amd64.raw.xz) = d73a2019c794d36eebdaa098aeadb4460556bad9ae16dc5c0da39760746824788a13d389dad5ad60280c91ea74bfe1acd58458384bd8408154cae9c9152d3689 SHA512 (FreeBSD-12.4-RC2-amd64.vhd.xz) = 91458ba7e0cfd8cd58d8e0f22d588b3c08cb27448667dc6c4e69f9e614264483282f216df79535ef0ac37b1e955e483db5f929c3d2f37a667d08bcbc4c71d844 SHA512 (FreeBSD-12.4-RC2-amd64.vmdk.xz) = efa39c07e8358d54aecac825e8c358f840bbbf357ed344addc0a468f236aa510f709f00be32e1e640f8f2ea88a2c69c8e1a5cc5fe590e79196679a749fb262a5
SHA256 (FreeBSD-12.4-RC2-amd64.qcow2.xz) = 2fa157b24adbe603cb30cd5c75a0f336a96413b173854e732b9bb79065e97453 SHA256 (FreeBSD-12.4-RC2-amd64.raw.xz) = d1639f95724b9728a69d265c98f8f6ed6f2c53bab6000e1c792484ce93464f9c SHA256 (FreeBSD-12.4-RC2-amd64.vhd.xz) = 618332a2e956b21d5d1a51e9e9273e0369b40e81a3f9edb6803f6529f9035e5c SHA256 (FreeBSD-12.4-RC2-amd64.vmdk.xz) = 2343a94bc5d1c5f3a12f851e2c043f574bdad5f69e502bc91a335dcb65f9655a
o 12.4-RC2 i386: SHA512 (FreeBSD-12.4-RC2-i386.qcow2.xz) = 47d5c63366dbd9e2bab921d8d7f59cbded6e81fad6f2b7d2a1486d21d618a8682895f034d7068d3b082984f478b7fe1f814a82396be6315128a2fb86122b7e4f SHA512 (FreeBSD-12.4-RC2-i386.raw.xz) = c66ea81c3a6f35bba618f37b54535b03ca5679a0ab13301c09900de154bf3ffaf318080548a846948caf3f215b338f4cff215a60a66ec6b1e02b69caf58e9fe5 SHA512 (FreeBSD-12.4-RC2-i386.vhd.xz) = d97775668af24fd26c823d6e7354bd658eae93fcebc0c62129a7db4c821b4ab606570654a359cbf0ad3e098413868d23967024cb740900392801a6cb8c4b99b4 SHA512 (FreeBSD-12.4-RC2-i386.vmdk.xz) = d2245c85eaa863fb087f701c468ed62cf8e9c11360a13d430c97de6e64802af46dbf1ad49b2f39cc27b3393f04316bdbc3f1c397c30a7607aa7ca97a5cdcbe6c
SHA256 (FreeBSD-12.4-RC2-i386.qcow2.xz) = be16830529ae407e29e06320575c3c938731925e14aca706c3382942e50613b0 SHA256 (FreeBSD-12.4-RC2-i386.raw.xz) = b2c682338e85336e5a20b3583782c15443a33e8514e5e019c4b7cc81fc22e9c2 SHA256 (FreeBSD-12.4-RC2-i386.vhd.xz) = b0bc35b072ad6b10613fad27b9d9735893a475f09e4dec463e16b9bef5a72c52 SHA256 (FreeBSD-12.4-RC2-i386.vmdk.xz) = adb4f0260763863f525d285127c52347f3cfc83646dcd9909dedaabcbb17f8ea
o 12.4-RC2 aarch64: SHA512 (FreeBSD-12.4-RC2-arm64-aarch64.qcow2.xz) = 649ec1f6a34354488e182bf5e9a1b2ec28862ea14e598266c971caefc4f27f4828bdaace2b818c2015cf3d5ff74daec63010cbf53d810700dc44a9a55a4cbc7e SHA512 (FreeBSD-12.4-RC2-arm64-aarch64.raw.xz) = 8243ce2ef27c946463dc7486a88f38569531b5d23c7421e1a07d2cc59944bbabd86ed77d1a13330b16cb73d674d5447cf68ec8efa4b35853ebc009b9b114b9a6 SHA512 (FreeBSD-12.4-RC2-arm64-aarch64.vhd.xz) = 74086140a72b8fa0d956f16ae5cf60adf9bd3429175c0d6c9f9cbc4e3a6adf9eef9f0f2c3a039ff54aadef7a8d4999771fd8885cedf3b701dadeb07991464ce1 SHA512 (FreeBSD-12.4-RC2-arm64-aarch64.vmdk.xz) = b6fc563af970c173959d2918b948266581ce39fbaecfb60655dc48517b680afad1e3831014f6c97174a0172fee98ede190010338576a2e09f10b745949be45e6
SHA256 (FreeBSD-12.4-RC2-arm64-aarch64.qcow2.xz) = 93251ae1f3909463106c63f3f9df0a0f352a70f94e7462c9d479b9718c56ebc6 SHA256 (FreeBSD-12.4-RC2-arm64-aarch64.raw.xz) = d63701918a70a943e361f83eda432e801d2687d5953918181731ff9293862b5a SHA256 (FreeBSD-12.4-RC2-arm64-aarch64.vhd.xz) = d5a129a1b9406333dc31d6beaddece6bbea8fab5c6d3dc6c9be8285667d08621 SHA256 (FreeBSD-12.4-RC2-arm64-aarch64.vmdk.xz) = b09c9f0b1a2baddd25a1ebdfb794a9b63c941870fcda7e83d507f94aab1357d4
Regards,
Glen
Love FreeBSD? Support this and future releases with a donation to the FreeBSD Foundation! https://www.freebsdfoundation.org/donate/

Read on

Other Recent Tux Machines' Posts

GNU Guix on Using Codeberg and GIMP 0.54.1 Released Again in 2026
GNU Project umbrella
Android Leftovers
The Android dark mode power-pack: 5 secrets for a smarter screen setup
Canonical/Ubuntu: Livepatching, Ubuntu in the Wild, and More
Canonical/Ubuntu leftovers
 
Ubuntu 26.10 “Stonking Stingray” Snapshot 2 Is Now Available for Download
Ubuntu 26.10 “Stonking Stingray” Snapshot 2 is now available for public testing for early adopters and application developers.
today's howtos
many howtos, mostly idroot
Red Hat's Latest Posts and Marketing (Most of It Slop Plagiarism, as Usual)
IBM agenda
Games: Football, Motorsport Manager 2, and More
GamingOnLinux picks mostly
NVIDIA 580.173.02 Linux Graphics Driver Released for GeForce 10 Series
NVIDIA 580.173.02 Linux graphics driver is now available for GeForce 10 Series GPUs to address a few bugs and improve performance.
Linux and Hardware Leftovers
mostly Open Hardware
Ubuntu Leftovers
3 stories related to Ubuntu
Android Leftovers
Android 17’s new foldable gaming mode could make flippy phones more fun
Dolphin Emulator 2606 finally added Game Boy Player Support
The new version of this popular video game console emulator finally implemented the Game Boy Player support, which was requested more than 16 years ago
Free and Open Source Software
This is free and open source software
After Social Control Media [original]
in the Cyber Show
Tflinux – Brazilian Linux distribution based on Debian
Tflinux is a Brazilian Linux distribution based on Debian 12 Bookworm
Getting More Out of KDE Plasma System Monitor
The k in KDE stands for "Kustomization" so let's "kustomize" the default system monitor
GNOME: The Day I Learned That “Remove” Doesn’t Mean Remove
Flatseal is a GNOME application that provides a graphical interface for managing Flatpak permissions
Today in Techrights
Some of the latest articles
Calibre 9.10 Open-Source E-Book Manager Brings New UI to the Content Server
Calibre 9.10 open-source e-book management software is now available for download with a new “modern” interface for the Content Server that features a sidebar for easier navigation and other changes.
today's howtos
Instructionals/Technical picks
Steam Machine Rising While XBox is Dying
Steam Machines and more
DXVK 3.0 Released with Shader Compilation and D3D9 Improvements
DXVK 3.0 Vulkan-based implementation of D3D9, D3D10, and D3D11 for Linux / Wine is now available for download with new features and various improvements for many games.
Biggest Microsoft Layoffs Commencing Early [original]
This is what it looked like for Intel a few years ago
Growing Up [original]
Lately we have had more opportunities to get our government involved and interested in what we do
Purism Announces Librem 16 as World’s Most Private and Secure Linux Laptop
Purism announced the launch of Librem 16 as the world’s most private and secure Linux laptop designed to protect your digital life.
Android Leftovers
Android 17 Update Triggers Widespread Touchscreen Issues on Pixel Phones
Security Leftovers
Security related news picks
Free and Open Source Software
This is free and open source software
Free Software, Open Data, and Standards Leftovers
FOSS and more
GNU/Linux Leftovers
KDE, Games, and More
Basalt Linux – Debian-based Linux distribution
Basalt Linux is a Debian-based Linux distribution built around the Xfce desktop environment
Programming Leftovers
Development picks
Linux Devices, Open Hardware, and T9 Keyboard
hardware projects and more
Red Hat's Fascination With Hey Hi (AI) Slop on Overdrive This Past Day
Hey Hi fluff and more
Kubernetes Device Management and New Releases of Istio
Server stuff
today's howtos
Instructionals/Technical posts
Audiocasts/Shows: FLOSS Weekly, Smashing Security, and More
new episodes
Bugfix and Reports in EasyOS: EasySR and More
EasyOS news
Games: Proton Experimental, GE-Proton, SteamOS, and More
latest from GamingOnLinux
Vendefoul Wolf is a Linux distro that goes against the grain with terrific results
Vendefoul Wolf is everything you need and nothing you don't
5 Linux distros that are perfect for running in a VM
If you want to experiment with new software, host a home service, or try a new operating system without risking your main PC
Kubuntu Focus M2 and Zr Linux Laptops Now Ship with Intel Core Ultra 9 290HX Plus
Kubuntu Focus launches refreshed versions of the Focus M2, Focus Zr, and Focus XE laptops, along with a new Focus Ar laptop with latest generation Intel processors.
Alpine Linux 3.24 scales new desktop heights with COSMIC
Alpine Linux 3.24 is out, bringing a new desktop environment that should make for a very high-performance combination
Best Free and Open Source Software, and Review
Only free and open source software qualifies for inclusion
Twenty glorious years of Dedoimedo!
This week marks the twentieth anniversary of Dedoimedo, a place to learn a lot about a lot
GNU/Linux Coverage in LWN (Mostly Kernel)
outside the paywall today
Today in Techrights
Some of the latest articles
Society Lost Empathy [original]
The behaviour of people in society seems to have worsened over time
The World Wide Web is Fundamentally Broken [original]
The state of the "modern" Web has become so sordid a mess that eventually people will opt out and look for something else
KaOS Linux 2026.06 Launches Officially as First Release with Dinit
KaOS Linux 2026.06 distribution is now available for download as the first ISO snapshot using Dinit as the default init system instead of systemd. Here’s what’s new!
Microsoft's Possibly Biggest-Ever Layoffs Next Week [original]
Expect GNU/Linux to truly capitalise on that
Free, Libre, and Open Source Software Leftovers
FOSS and sharing
GNU/Linux Videos/Shows: The Kernel Is Not a Museum and YouTube EasyOS Series
2 new picks
BSD: OpenBSD and FreeBSD on Its Core Team Elections
BSD leftovers
Kernel: Storage, LXC, and Upcoming Linux Release
Linux leftovers
BrowserEngineKit and Mozilla (Thunderbird and Firefox)
WWW and browsing stories
WordPress bloat and a WordPress exodus
WordPress picks
Microsoft's Open Source Initiative Promoting Slop, as Does 'Linux' Foundation (Pay-to-Say)
Openwashing and more
Linux Devices, 3D Printing, and Open Hardware
gadgets and more
Desktop Environments (DE)/Window Managers (WM): COSMIC and Niri
alternative ways of using GNU/Linux
Red Hat Leftovers
from Red Hat's official site
Fedora Leftovers: Report and Experiences
Fedora picks
Steam Machines, SteamOS, and Graphics With CUDA
gaming related leftovers
today's howtos
Instructionals/Technical picks
Security: Patches, Holes, and Rust
Security leftovers
postmarketOS 26.06 “Alpen Avocado” Released with GNOME 50 and KDE Plasma 6.6
postmarketOS 26.06 distribution is now available for download based on Alpine Linux 3.24 and featuring the GNOME 50, KDE Plasma 6.6, Phosh 0.55.0, and Sxmo 1.18.1 graphical interfaces.
Games: Godot Engine Sponsorship, Steam Machines, Forza Horizon, and More
mostly GamingOnLinux
Programming Leftovers
Development news
Android Leftovers
Can an Android tablet replace a desktop screen? I spent a week working with one
I gave my Android a terminal, and it became my most capable computer
It looks and functions like any other Android phone, but once I fire up Termux or Google's native Linux terminal
Whatever happened to Ubuntu TV? Where Linux smart TVs are now
Many of us have dreamed of running Linux on all the things, including our TVs
Inertia and Momentum [original]
Momentum is a big factor in blogging.
Latest Steam Client Update Improves PipeWire Session Logic on Linux
Valve released a new stable Steam Client update that promises to improve the PipeWire session logic on Linux systems, add support for the Malay language, and address various bugs.
Free and Open Source Software
This is free and open source software
KDE Plasma 6.7.1 Desktop Is Out with Fixes for Kickoff, Discover, and KWin
KDE Plasma 6.7.1 is now available as the first maintenance update to the latest KDE Plasma 6.7 desktop environment series with various bug and regression fixes, and some small improvements.
DietPi v10.5 Updates Raspberry Pi Display and Camera Options
DietPi is a lightweight, Debian-based operating system optimized for single-board computers and embedded devices
A Religious Take on the Lawfare Against Tux Machines [original]
Religions speak of relevant scenarios
Today in Techrights
Some of the latest articles