Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

Ubuntu Touch OTA 2.0 Officially Released for Supported Linux Phones and Tablets

Ubuntu Touch OTA 2.0 is the second major update based on the Ubuntu 24.04 LTS (Noble Numbat) operating system series, introducing an updated browser engine for the Morph Browser app based on Chromium 134, which improves compatibility with today’s websites, along with an installer for Widevine for playing DRM-protected content.

LibreOffice 26.2.5 Open-Source Office Suite Released with More Than 20 Bug Fixes

Coming seven weeks after LibreOffice 26.2.4, the LibreOffice 26.2.5 release brings more bug fixes to address various issues, crashes, and other annoyances reported by users, as well as stability improvements contributed by LibreOffice’s global community of developers, QA engineers, and ecosystem companies.

Tails 7.10 Anonymous Linux OS Introduces New Shutdown Procedure

Coming a month after Tails 7.9, which only updated to Tor Browser 15.0.16 and some firmware packages, the Tails 7.10 release is a bigger one, introducing a new shutdown procedure, the one from the GNOME desktop environment, which is slower but better prevents data loss. The previous, faster emergency shutdown can still be used.

Mozilla Firefox 154 Enters Public Beta Testing, Here’s What to Expect

Firefox 154 promises support for clearing and updating cached favicons when performing a hard reload on a page, a “Manage AI” quick action in the address bar that opens the AI section of Settings, and the ability to highlight selected text in PDFs like in normal web pages.

COSMIC 1.4 Desktop Environment Introduces New Default Sound Theme

Coming only a week after COSMIC 1.3, which introduced the highly anticipated Frosted Glass effect, the COSMIC 1.4 release is here to introduce a new default sound theme, improve screen edge pointer accuracy with fractional scaling, improve NetworkManager support, and add xdg-desktop-portal-cosmic as a system service.

Raspberry Pi Launches 10-Inch Raspberry Pi Touch Display 2 at $80

Raspberry Pi Touch Display 2 is a multi-touch portrait display for Raspberry Pi single-board computers. It is designed to be used for all sorts of interactive projects, such as tablets, entertainment systems, home automation dashboards, robotics interfaces, gaming systems, and information dashboards.

New Steam Client Update Improves NVIDIA GPU Hardware Acceleration on Linux

For Linux gamers, the July 21st, 2026, Steam Client update fixes a steamwebhelper crash that occurred when hardware acceleration is enabled on NVIDIA GPUs and fixes a crash that occurred when manually starting a game recording.

Tor Project blog

New Release: Tails 7.10

The standard shutdown procedure is a bit slower, but better prevents data loss.

New Alpha Release: Tor Browser 16.0a9

This version includes important security updates to Firefox.

LinuxGizmos.com

Sfera Labs ships Strato Pi Plus with quad RS-485 and CAN FD

Sfera Labs has begun shipping the Strato Pi Plus, a DIN-rail industrial edge server based on the Raspberry Pi 4B or Raspberry Pi 5. The system adds a 10–50 V DC power supply, up to four isolated RS-485 interfaces, CAN FD connectivity, and an independent RP2354 microcontroller.

Raspberry Pi launches 10-inch Touch Display 2 with 1200 × 1920 resolution

Raspberry Pi has introduced a 10-inch version of its Touch Display 2, expanding the display family beyond the existing 5-inch and 7-inch models. The new panel provides a 1200 × 1920 resolution, ten-point capacitive touch, and compatibility with the Raspberry Pi 5 and supported Compute Module platforms.

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

Mourning Dan Williams
I have just received the shocking news that Dan Williams, a longtime, high-profile kernel developer
COSMIC 1.4 Desktop Environment Introduces New Default Sound Theme
COSMIC 1.4 desktop environment is now available with improvements to COSMIC Settings, COSMIC Panel, COSMIC Monitor, COSMIC Launcher, COSMIC Files, COSMIC Applets, COSMIC Workspaces, and more.
Stop believing these myths about Qubes OS. It's much easier than you think
If you've heard of Qubes, you've probably heard about its steep hardware requirements or difficulty of use
GNU/Linux Measured at 5.3% in Costa Rica [original]
3 weeks later we see it approaching 6% [...] Almost none can escape the allure of the only potent rival to Vista 11
Four Birds [original]
there's a mental and physical health benefit
Mozilla Thunderbird 153 Is Out with Various New Features and Many Fixes
Mozilla Thunderbird 153 open-source email client is now available for download with new features, improvements, and numerous bug fixes. Here’s what’s new!
 
Red Hat on Slop and Servers
mostly from redhat.com
Games: Space Battles, Proton, Steam Machine with SteamOS Linux, and More
mostly GamingOnLinux
Mike Masnick Was Right About Lady Streisand [original]
Lady Streisand shows this approach can backfire
Ubuntu Touch OTA 2.0 Officially Released for Supported Linux Phones and Tablets
Ubuntu Touch OTA 2.0 rolls out with support for Nothing Phone (1) and Zinwa Q25, the ability to adapt for device notches and rounded corners, improved web compatibility, and more.
8 Years Without Flying [original]
It used to be an annual thing
Linuxiac is Dead. It's a Slopfarm Composed With LLMs. [original]
We won't link to it, we're done [...] If you wish to support journalism about GNU/Linux, do not visit or link to slop
Slop Versus Free Software and Linux
4 picks
All About Proton
Linux gaming has come a long way
The smallest desktop OS you’ve never heard of
KolibriOS is an open-source project that brings you an entire operating system in just over a megabyte
Sega Dreamcast and Linux Gaming
The funny thing about following Linux development is that you learn the kernel is compatible with more hardware than you originally thought
My Linux laptop runs better now that I treat it like a server
My Linux machines are either running Proxmox or they're running CachyOS with bleeding-edge desktop software and the latest in hardware
Immutable Linux distros are not the only way to build a system you can't break
Immutable Linux distros absolutely deserve all of the attention they get
Fedora quietly turned into a serious gaming distro while everyone argued about Ubuntu
If you had gathered a congregation of Linux gamers into a single room and asked them which distro they use
I switched from Zorin to elementary OS for a Mac-like PC experience I never expected
When it comes to finding the perfect Linux distro
LibreOffice 26.2.5 Open-Source Office Suite Released with More Than 20 Bug Fixes
LibreOffice 26.2.5 is now available for download as the fifth point release to the LibreOffice 26.2 office suite series with 21 bug fixes.
5 signs you're using the wrong Linux distro
Linux isn't really just one operating system. It's the bones of an operating system
This single KDE Plasma feature solves Linux's biggest multi-monitor frustration
Instead of treating every display as one large workspace, Plasma now lets each monitor switch independently
Melanoides Tuberculatus [original]
it has been extremely satisfying (and very easy) to deal with these creatures
I'm not upgrading to Windows 11, but I'm not tolerating Linux either
I love the excitement of a new operating system, but I'm not upgrading my old laptop to Windows 11
Quiting the Addictive Fake 'Social' 'Media' [original]
Life is too short to be stuck inside a skinnerbox
Share Food and Water [original]
Sharing is caring
Another Week Comes to an End [original]
It's Friday already!
Getting Back to 99.99% Reliability/Availability [original]
We'll soon need to apply some kernel patches, then reboot
Android Leftovers
Your Android phone is downgrading your Bluetooth headphones, and one developer setting fixes it
Free and Open Source Software
This is free and open source software
Today in Techrights
Some of the latest articles
Dual-booting Linux is no longer worth the headache—there's a better way
For a very long time, if you wanted to try Linux on a semi-permanent basis
Free and Open Source Software
This is free and open source software
Planet KDE: Legal obligations vs social contracts
My post about responsibility for bug reports on old software versions the other day stirred up quite some discussion
Free, Libre, and Open Source Software Leftovers
Education, The Document Foundation (TDF), and more
GNU/Linux and BSD Leftovers
mostly GNU/Linux
Emulation: LWN Looks at Kitty and PlayStation 3 Emulator Improves GNU/Linux Support
a pair of stories
I've used Linux for 30 years, and this free security suite does it all - almost perfectly
Linux may be the most secure OS available
Kiwi TCMS 16.2, Broken Links, and WordPress 7.1 Beta 3
Content Management Systems (CMS) picks
Red Hat Leftovers and IBM's Demise
redhat.com and more
Open Hardware/Modding; Raspberry Pi, Arduino, and More
devices and more
Web, HTML, Thunderbird, and Firefox
WWW related picks
Programming Leftovers
Development picks
Ubuntu Changes, Canonical Upselling
Canonical and Ubuntu leftovers
CVE-2026-8933: Canonical's Snaps System Has Problems
some news links
Security Leftovers
Security picks
KDE Eco and Kaidan 0.16.0
KDE news
Applications for GNU/Linux: VPN. IPAM, Sniffnet, and More
software leftovers
today's howtos
Instructionals/Technical posts
Peter Hutterer on Latest libei Work
Peter Hutterer's latest blog posts
Linux Kernel and Graphics Work
Linux bugs and more
OBS Studio 32.2 Released with New Filter to Compose SDR into HDR
OBS Studio 32.2 open-source video recording and live streaming software is now available for download with a new filter to compose SDR into HDR, dynamic bitrate support for multitrack video, and more.
When and how did the world's dental clinics start to offer Botox? [original]
If this is real or not, as I am not sure (hard to believe), it needs to be scrutinised
LWN on Kernel
4 new article outside paywall
Games: 60 FPS NES Emulator On ESP32, IVOR, Proton-CachyOS, and More
mostly GamingOnLinux
LibreOffice 26.8 RC1 is available for testing
LibreOffice 26.8 will be released as final at the end of August, 2026
Free and Open Source Software, and Benchmark
I’ll put the Beelink mini PC through its paces from a Linux perspective
Plex's Open Source Alternative Jellyfin is Having a Leadership Crisis
The departures come just months after the project flagged burnout as a growing risk
Tails 7.10 Anonymous Linux OS Introduces New Shutdown Procedure
Tails 7.10 anonymous Linux distribution is now available for download with the Celluloid media player, a new shutdown procedure, and other changes.
Android Leftovers
Samsung & Google’s first Android XR glasses have 9-hour battery life
Only one new Galaxy foldable supports Linux Terminal, and not everywhere
Linux Terminal support means you can run full-blown Linux apps like GIMP, LibreOffice, and Firefox on your phone
100+ Shells [original]
Shells are an interesting companion which does not require much maintenance
VirtualBox 7.2.14 Released with Initial Support for Linux Kernel 7.2
VirtualBox 7.2.14 open-source virtualization software is now available for download with initial support for Linux kernel 7.2, better support for updated RHEL 9.8 and 9.9 kernels, and more.
Free and Open Source Software, howtos and Installations
This is free and open source software
IPFire 2.29 Core Update 203 Firewall Distro Replaces Unbound with Knot Resolver
IPFire 2.29 Core Update 203 hardened Linux firewall distro is now available for download with Knot Resolver, 6 GHz Wi-Fi band support, and other changes.
Fairphone 6 with /e/OS 4.0 - Results, results, results
The options are many. GrapheneOS, LineageOS, /e/OS, and then some
Raspberry Pi and Raspberry Pi OS
This arrangement allows the controller to detect an unresponsive Raspberry Pi and initiate a recovery without relying on software running under Raspberry Pi OS
New to Linux? This 10-day checklist will help you settle in nice and easy
I wish I had followed this 10-day plan when I started using Linux 30 years ago
Today in Techrights
Some of the latest articles
GNOME can look like Windows – and Flashback can do it without extensions
We built it and installed it, and it works
Security Leftovers
Security picks
Education and Free, Libre, and Open Source Software
FOSS and sharing
Web Browsers/Web Servers/Feed Readers Leftovers
WWW and more
Mozilla Firefox 153 ESR Is Now Available for Download, Here’s What’s New
Mozilla Firefox 153 ESR open-source web browser is now available for download as the new Extended Support Release series with various new features and enhancements.
GNU/Linux Leftovers
GNU/Linux related news
IBM's Red Hat Rebranding as Slop Company (Still)
latest from developers.redhat.com
OpenBSD, NetBSD, FreeBSD, and BSDCan
BSD leftovers
Games: Denuvo, Godot, and More
Games related picks
RISC-V, Linux, Open Source Vacuum, and More
devices and more
Audiocasts/Shows: Linux Matters and Fedora's Plug
a couple of new episodes
Linux 7.2 Benchmarks and Linux is Being Overtaken by LLM Slop After 'Linux' Foundation Got Paid to Participate in the Hype
kernel picks
"Ubuntu Certified" and Canonical Breaking Things in Ubuntu for No Good Reason
Canonical spoiling Ubuntu some more
Programming Leftovers
mostly R
today's howtos
Instructionals/Technical picks
Mozilla Firefox 154 Enters Public Beta Testing, Here’s What to Expect
Firefox 154 open-source web browser is now available for public beta testing with a new “Manage AI” quick action in the address bar, support for clearing cached favicons, and more.
Some Changes to GNOME Security Tracking
I have been managing GNOME security issue tracking since November 2020.
Canonical Launches the Enterprise Store for Ubuntu Pro Users
Ubuntu maker Canonical announced today the general availability of Enterprise Store as a new way to manage software behind firewalls and in air-gapped environments.
GNU/Linux Exceeds 5% in Ireland, According to Irish Company [original]
Ireland is in a good position to exceed 10% "market share" for GNU/Linux
Mozilla and Firefox Derivatives: Waterfox 6.6.17, Browser 15.0.19, Native Containers in Firefox 153
Firefox and relatives
Games: GameStream, Game Theory, RPG 'GRAFT', and More
gaming picks
Server: Istio 1.30.3, Istio 1.29.6, and 10ZiG
3 more picks
Recent Videos and Shows About GNU/Linux
via Invidious
100% of Red Hat's Blog Posts Yesterday Are "Quantum" and Slop (to Help IBM Fool the Shareholders With Vapourware)
latest 4
Arch Linux: Reviving a 15-year-old netbook with Arch Linux Collabora Releases First 64-Bit Arm Arch Linux Packages
pair of Arch Linux articles
Programming Leftovers
Development picks
A Tux Machines Anniversary This Coming Saturday [original]
This current site is very simple and light
GNU/Linux at 7% in the UK, Glimmer of Hype and Hope for Rain [original]
nobody mentions the latest data from statCounter
Raspberry Pi Launches 10-Inch Raspberry Pi Touch Display 2 at $80
A new Raspberry Pi Touch Display 2 model is now available with a 10-inch display and an $80 USD price tag, compatible with Raspberry Pi 5 and Raspberry Pi 5 CM SBCs.
SLAPP Reform in the UK [original]
We've meanwhile seen politicians who want to crack down on SLAPPs appointed to the new cabinet
Android Leftovers
Gboard rolling out M3 Expressive redesign of shortcuts on Android
I finally tried an Atomic Linux desktop—and I'm no longer afraid to break my system
I have broken Linux desktops in all the usual ways
Blur my Shell adding Blur Support for GNOME Menus & OSD Popups
Blur my Shell, the popular extension that adds blur effect to GNOME shell, is finally adding blur support for pop-up menus
Free and Open Source Software, and Benchmark
This is free and open source software
KDE for Enterprise Needs a Strong PIM Infrastructure
This post has been long overdue, but let’s say I’ve been busy and the reason will be obvious in this short piece
Fedora Xfce or Xubuntu: Which is the best Linux desktop?
Xfce is a Linux desktop environment that is great at giving old machines new life
This Android 17 setting logs suspicious activity on your phone for troubleshooting - turn it on ASAP
When something suspicious happens on your phone, it helps to have the means to track down what occurred
GNU/Linux in Angola: Over 3% Now, It Used to be Zero [original]
Angola is one of Africa's largest nations
Today in Techrights
Some of the latest articles
New Steam Client Update Improves NVIDIA GPU Hardware Acceleration on Linux
Valve released a new stable Steam Client update that promises to improve hardware acceleration for NVIDIA GPUs and game recording on Linux systems.