Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2021 21:21:49 +0000
From:      Glen Barber <gjb@freebsd.org>
To:        freebsd-snapshots@freebsd.org
Subject:   New FreeBSD snapshots available: stable/12 (20210826 r370408)
Message-ID:  <20210826212149.GC1630@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

New FreeBSD development branch installation ISOs and virtual machine
disk images have been uploaded to the FreeBSD Project mirrors.

As with any development branch, the installation snapshots are not
intended for use on production systems.  We do, however, encourage
testing on non-production systems as much as possible.

Please also consider installing the sysutils/panicmail port, which can
help in providing FreeBSD developers the necessary information regarding
system crashes.

Checksums for the installation ISOs and the VM disk images follow at
the end of this email.

=== Installation ISOs ===

Installation images are available for:

o 12.2-STABLE amd64 GENERIC
o 12.2-STABLE i386 GENERIC
o 12.2-STABLE powerpc GENERIC
o 12.2-STABLE powerpc64 GENERIC64
o 12.2-STABLE powerpcspe MPC85XXSPE
o 12.2-STABLE sparc64 GENERIC
o 12.2-STABLE aarch64 GENERIC

Snapshots may be downloaded from the corresponding architecture
directory from:

    https://download.freebsd.org/ftp/snapshots/ISO-IMAGES/

Please be patient if your local mirror has not yet caught up with the
changes.

Problems, bug reports, or regression reports should be reported through
the Bugzilla PR system or the appropriate mailing list such as -current@
or -stable@ .

=== Virtual Machine Disk Images ===

VM disk images are available for the following architectures:

o 12.2-STABLE amd64
o 12.2-STABLE i386
o 12.2-STABLE aarch64

Disk images may be downloaded from the following URL (or any of the
FreeBSD Project mirrors):

    https://download.freebsd.org/ftp/snapshots/VM-IMAGES/

Images are available in the following disk image formats:

    ~ RAW
    ~ QCOW2 (qemu)
    ~ VMDK (qemu, VirtualBox, VMWare)
    ~ VHD (qemu, xen)

The partition layout is:

    ~ 512k - freebsd-boot GPT partition type (bootfs GPT label)
    ~ 1GB  - freebsd-swap GPT partition type (swapfs GPT label)
    ~ 24GB - freebsd-ufs GPT partition type (rootfs GPT label)

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 edk2-aarch64-code.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-0e8bdb3cdd47f07e7
  eu-north-1 region: ami-0580bd2579f3a1b5b
  ap-south-1 region: ami-0d8bd00a4c901e95e
  eu-west-3 region: ami-029c98101f2593bff
  eu-west-2 region: ami-0c743e7d12e104575
  eu-south-1 region: ami-0a063d43356ac17b2
  eu-west-1 region: ami-0df0319529d05a562
  ap-northeast-3 region: ami-0b45be5198daf25b6
  ap-northeast-2 region: ami-02a9bf2332218978c
  me-south-1 region: ami-0da394124f3e39bf6
  ap-northeast-1 region: ami-058ce88cc5f7e429c
  sa-east-1 region: ami-00cd8ecef63c32ded
  ca-central-1 region: ami-0087e5513753288ca
  ap-east-1 region: ami-07dcc94ffd8d11758
  ap-southeast-1 region: ami-0e00f6225e03b0453
  ap-southeast-2 region: ami-059f10fcfac84bb6c
  eu-central-1 region: ami-0f9a789c3be553b26
  us-east-1 region: ami-09b8e62abe97981b3
  us-east-2 region: ami-0c2616ae16e7563c7
  us-west-1 region: ami-06d440f934f2724ae
  us-west-2 region: ami-00863398229a8b390

FreeBSD/aarch64 EC2 AMIs are available in the following regions:

  af-south-1 region: ami-06d4e164a0bf554ac
  eu-north-1 region: ami-03a5ba658d63854cf
  ap-south-1 region: ami-052a48ec6dd960be6
  eu-west-3 region: ami-06992188f15d37119
  eu-west-2 region: ami-03d26720e6c33f3c7
  eu-south-1 region: ami-03e07ee42f9dd6e1a
  eu-west-1 region: ami-0a3e63ab3002fddf3
  ap-northeast-3 region: ami-01f3966851b97f92e
  ap-northeast-2 region: ami-070dd5596ab1b806b
  me-south-1 region: ami-0115d2a5f4df0b081
  ap-northeast-1 region: ami-0b447a3fa1867f41f
  sa-east-1 region: ami-0dd1a899fc9bbe08d
  ca-central-1 region: ami-071893460baf90ef4
  ap-east-1 region: ami-0a37ba5719852b0ab
  ap-southeast-1 region: ami-0ffd0ae31a4f4d90b
  ap-southeast-2 region: ami-0c5affb6e3e58548c
  eu-central-1 region: ami-0c1867f7ac690d76c
  us-east-1 region: ami-056588a038cd4200e
  us-east-2 region: ami-0dc9235b46aaa9d22
  us-west-1 region: ami-0a9d6b7ae89eb2e3d
  us-west-2 region: ami-053493b37ecfd163b

=== Vagrant Images ===

FreeBSD/amd64 images are available on the Hashicorp Atlas site for the
VMWare Desktop and VirtualBox providers, and can be installed by
running:

    % vagrant init freebsd/FreeBSD-12.2-STABLE
    % vagrant up

== ISO CHECKSUMS ==

o 12.2-STABLE amd64 GENERIC:
  SHA512 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-bootonly.iso) = ed8db6e9851d60b4cfe7d9fa0dcc068cc61172dca353c5fa3ecd341fd0e14e2b6b6f78e1720a265cb654b698253933854bbb6df9f08c20e489b8dc73cb02dcb4
  SHA512 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-bootonly.iso.xz) = a6c03e7fb8c8efcf1a4eb24bc3fd27e53e939b90cd8a8e340354417525cacc0e6b1ff297e09030db17757098da51c3b2be81ea5859e33a7264591a4268e23d52
  SHA512 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-disc1.iso) = 4d7dc12053bd0ea456cac81c3f34ebb6c7f674f53654685656e9047c2caa02a591ba85ef771e985d836a1767b11eb8763f79e82226a3ce7132bd7da7904cc541
  SHA512 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-disc1.iso.xz) = c468baeb50cf56ce74502e51f260eaa08903fda3a1501a67fcb75c596ff26bb89c885eb5b55b6076ad63a64d9ec14c2ca77976153b41ce1871051d6c7aa52b8d
  SHA512 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-memstick.img) = f0504d19a126d7f16a877fe9783a689545d95ed1988a00eae682a9c7a06d868924b9061648e2898969031d1cb35c6c18557b884bdfc43fe3b99ae9a4d2a6217e
  SHA512 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-memstick.img.xz) = 1e7009a8d1830f61a137b1fc9bef9d6ee7f29c24248135095881a01d194fba736d7b7a132a20efa03160b68f4c279b5e4f659ff79a65a8cb5051a37e77750c8e
  SHA512 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-mini-memstick.img) = 2a2ff50569e3da159fa66fb5f4cc33ef6e6de8abeb666ff78f2d511ed06b985498ce6c893239d0d7a4473b82c236181bca6c932412873003cf8d97c1b0144585
  SHA512 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-mini-memstick.img.xz) = ad2957c630b91f0f4af21454b9b90a845bb2d0eb04953424868c15c75e14f4d33b2b12ad177c4c2f865cff910ccb690cef47e986ff75c09ffe5aee5944e3d9fd

  SHA256 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-bootonly.iso) = 0fc4c34e504182d344b021dcd16fdbca09845b478acc0136548e9606246b3719
  SHA256 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-bootonly.iso.xz) = 84c0f4f09a8f48bd3e1793d2efab3db350074f4f0e0b95bfb47baa7243969ed4
  SHA256 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-disc1.iso) = 1c5150c966ff5d896b78c819cf4f2ce75ad0d49823b3ae3ba3c572734614b82a
  SHA256 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-disc1.iso.xz) = 736cedabd2611273563c4c71ec1e67e5616a9e05114c68eaec9342fc6a8d143f
  SHA256 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-memstick.img) = d0d96dfbb70d300f038605c598ccafc431a32a8054f536911391882af63ba1a1
  SHA256 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-memstick.img.xz) = 0127fb229250de81d235639b848bd29464ad66db2e7ea5a96bfcc81b8f2e486b
  SHA256 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-mini-memstick.img) = d8079ad74a51a7993a78b4ccd33aa5c4f2284f912899601d52ff808ec0527bb5
  SHA256 (FreeBSD-12.2-STABLE-amd64-20210826-r370408-mini-memstick.img.xz) = 3be6df9d73c2e91bfae34cce4a924e13e3000a1d64e71eaa7c65534b78c79fac


o 12.2-STABLE i386 GENERIC:
  SHA512 (FreeBSD-12.2-STABLE-i386-20210826-r370408-bootonly.iso) = 922909a4fe0935f978eaa8c6bda0e7d610f739a32b46b7f5d31145e668facc048e34fc52af60f15681741cf798f25ceba7df99349729ddec06650e58c232446c
  SHA512 (FreeBSD-12.2-STABLE-i386-20210826-r370408-bootonly.iso.xz) = 4bbed0e48816da99c9130f77f3232d2940c3176c0d1d010062d0e7ff0e5f250f35acd8170872a399d4a9dd1cc614a39e396e4476fd27c4284f0d7d9fa075cb41
  SHA512 (FreeBSD-12.2-STABLE-i386-20210826-r370408-disc1.iso) = d68d3e07db06bfb524ce2e42950eae1552e374705d2acbc4fe9ef81a082b1052d82cdeba937859808c4fdbca3a0d38ac7c1b0313974c1160da332689adf89582
  SHA512 (FreeBSD-12.2-STABLE-i386-20210826-r370408-disc1.iso.xz) = 0d5080a88e52aa5275fbc416940c8e798e82299e77c09598ebd0f7cdbbf9ee8fb924e3a9edbc6ce05cf84a95bac2452342208a60b460081350d3d8bdfa6ecc18
  SHA512 (FreeBSD-12.2-STABLE-i386-20210826-r370408-memstick.img) = ca7d478ebf8f4093256f218f86609256392417776558416601e5aa043eaece35d249f2e0e6a4b0c1dc268678197d50c6534c1f39be48a4e1c5a74b06b55244d8
  SHA512 (FreeBSD-12.2-STABLE-i386-20210826-r370408-memstick.img.xz) = ef9e869c4e6d6e8975abed9b6ba681a86a13bb3a14670a74db6a8acb9df1f505b3f233b98b985eb23f831b4665f09988b8785cdd0ea2e6282763779c76f92b70
  SHA512 (FreeBSD-12.2-STABLE-i386-20210826-r370408-mini-memstick.img) = d6a29ebb05f1a6a583ba2650b54fa055030181820eeb3aa22e08e3dafa85eec5bb46557e4029f892a6e97536a5aecda4cf51ac7ddba54ee614479b1674dc7133
  SHA512 (FreeBSD-12.2-STABLE-i386-20210826-r370408-mini-memstick.img.xz) = 3f9d85da5eba2a9f4b431110b24c5396f10026bb51d29f74f066eb21a889240d35353f7f73ff20bc684dab5fff894721cb51a47936f809dd5f17720120d6a1cb

  SHA256 (FreeBSD-12.2-STABLE-i386-20210826-r370408-bootonly.iso) = 67cc797d40f9ef6f1a3584b3b3b2a4e7ce47c0fcce07a5e27818c4ed7b1066ec
  SHA256 (FreeBSD-12.2-STABLE-i386-20210826-r370408-bootonly.iso.xz) = da1e26863e0d89a2a05104a833e3504a021612999590bcb2ecfb3c70a1c4d41f
  SHA256 (FreeBSD-12.2-STABLE-i386-20210826-r370408-disc1.iso) = a582f330e520241f0a68b9359358dff660b4632421cc9d0c569eee7fe8e43625
  SHA256 (FreeBSD-12.2-STABLE-i386-20210826-r370408-disc1.iso.xz) = 75a12f24d6607369d81052243eee4fea874a1b10f76577d529e2e7d3f69ad698
  SHA256 (FreeBSD-12.2-STABLE-i386-20210826-r370408-memstick.img) = d5105a9cf9b385b2cfbeebb44d52a5df62384bd7ad49683710dc452c2269fe97
  SHA256 (FreeBSD-12.2-STABLE-i386-20210826-r370408-memstick.img.xz) = 4e743ad97fa02b98a3ea5a53888323f52490a047b1da229ab68d86bf71b4775b
  SHA256 (FreeBSD-12.2-STABLE-i386-20210826-r370408-mini-memstick.img) = d249c3624b586e4ae9d47be685d43ad23ff293fbc194811b32a172985cae155d
  SHA256 (FreeBSD-12.2-STABLE-i386-20210826-r370408-mini-memstick.img.xz) = 8984b2e1394738202f73a3102ada0f6b7a616fad2b26300b29ac50e190eb782a


o 12.2-STABLE powerpc GENERIC:
  SHA512 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-bootonly.iso) = e487f7a4f175a314b99ba8ede25a8cc07442be2d4552fb4a2397d8d339d783edee316882485e59a5604395927fbd2dc6555a1e5dcc55b53214ee3f85783e7743
  SHA512 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-bootonly.iso.xz) = 20566e17c560ff665b736d3171608206a1458242a498ca34ddc795ed1d5afe682acf9b32f9177ab8e6dbffae5fdb21f632b0f8f8320ccf87784ea327f5e3b4bc
  SHA512 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-disc1.iso) = 878a84e30ed9dedfa8093458c13b9c2bf453fb29da6974358942e99bde268817c69d243999d78c690cacfdb67bd338fc328cea634e0b9a3ff36b9053666b1af8
  SHA512 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-disc1.iso.xz) = 602cb2787e0527b605b26e038b0489788c6c3d2d05c147c2be59ec7de0aa887a14d1a31d8f65117b0bcf5135fca81734d2eefd0ae3958d020a09bbeb8c307721
  SHA512 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-memstick.img) = 75e41146fe35fb4a34a93e3c9731680f760758fc96a6a98be97b39966105d09f50de1d8c97b951fb2b785ba104019e9650c40f4828fb0f02094f5dd64cb431c5
  SHA512 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-memstick.img.xz) = 4e91c43455242d455d3c7a9e30286f59703a9afc31b343617cefea0b73a5b53c79043f66cdb7b6a28728a80e8de68b08cb7aef44eb8abaf6b12c9deb8d9adc3a
  SHA512 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-mini-memstick.img) = 155c1bf12c582cdbbcf1ec3567a4fa4388e99bd2bd9d15ead5cb86c9faae9da913fd961df3614df60b200a552a0d8083f51440234c4bbd7a844d14acdc4cc167
  SHA512 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-mini-memstick.img.xz) = d6e02b5b4400f8b24431ef0e693478641bdec6898beb28412c95600eb148eeff3f6efb055a813facae1ad87965275de1a6031f42d4b7d7e936b8e04e7260b0cb

  SHA256 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-bootonly.iso) = 95737775a00bcbef50c531bc5f3ac36ee273666511de5c13f375fdd62573fef9
  SHA256 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-bootonly.iso.xz) = 54ce9026192362de7cd43885762a24631ceccb4e68986e69a82ae7fe2dfb6cc7
  SHA256 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-disc1.iso) = 39d15959aa4a59e0a1322957c8b81e84a956995f610bdfaba40f7f247ca44996
  SHA256 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-disc1.iso.xz) = e1b7a45ad056ed66743969d300062eb7dc7b85ce01cecd0b6b10d8adcffd4d84
  SHA256 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-memstick.img) = 41c7ae05e304852928d9680b245d720fce1dc1beacf25f88f59970ddfd489a45
  SHA256 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-memstick.img.xz) = 7a5db76db9a1e66784e0556051f1f9cccb05149bf34ab057236515fbc89f7044
  SHA256 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-mini-memstick.img) = cd1adcbf38bbdbe36f8f85ada1c69d6101dd0e7738e6b754c0a8d9e6f47debad
  SHA256 (FreeBSD-12.2-STABLE-powerpc-20210826-r370408-mini-memstick.img.xz) = 04d3de07d29f8c91f8c19a33d5916da8f4c248a575e3afe1bb8864f00678c1bd


o 12.2-STABLE powerpc64 GENERIC64:
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-bootonly.iso) = 334670018b584e8467ef922d13e1412091f1d4693ed5b863e6466928360c01282bc5a75483722ea9afcc5e7182f2a94ae4e9f25de5183951959b41c202cdb27e
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-bootonly.iso.xz) = 322a7e8ae09edca24db288ab8ec0d4bc5ce03f43271a823b015c391b7911ecaa39c5c30bcd14159b096c2d509f990883685c41f4e9f5f12dddacdee62f0e034b
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-disc1.iso) = ed25959db1978f4b16d7191dc2fc37c42965288a4a0a55dec5c025b32acdbe9243888ebd016d43023fbcb78a8e197de88483c4ce8ca7b4e6ad7cb4354db5548a
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-disc1.iso.xz) = 94489ef99b358e40ce48a6ee8aee9e90ec95fafabdd3874f7e886956d0aab497b6d9b93a2f15f27c6c8d54b75f517888be1ca132b453f092fca8ee390da3cfce
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-memstick.img) = bcd1fb915ce73d0cdc34edf3787b186ee9d6c319ab155569c6030b06a776d4db9114a44eaf9065e9df989c16e3e17937ba5b68ff7ce4c0c0aac7d7f840642ce6
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-memstick.img.xz) = f28235e67a37adccbd71d1ec08a0a0817129afb464220202d4f538041977cd00dbe935d0bd881882fd822a3cac4b93b3a86dc4890a66495ddf4ed316e93f295c
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-mini-memstick.img) = f558ea35fa3bad5ddad37a3f19757140c65228257add94add0be385fce26fe9b0a2387c5ed2c3dc890b02edc8de667f3f09a122dcd4bde882435a78993c98d5a
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-mini-memstick.img.xz) = aad80a9eab8879adeeb8d8816535da53e5209298f9e6fcf2944ca8bc522c4cff8f130d0249ee54f0cc33d2a665ded119ece1ebdf4480e11c89fddd7a3a3fe4be

  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-bootonly.iso) = dfb8351a057bc932054906ecc1ff140c499ff0cf79c53044899b34fbbe94cade
  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-bootonly.iso.xz) = 0294bdc3721daa35760e41afe78f499e8dc42b839eef61a25b35d54c913e69ba
  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-disc1.iso) = 716fd5c7f0f8471b7d4c76e9a95ff9a88333b996efcd9a47b462dbe185d9b151
  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-disc1.iso.xz) = 110701de1644398aa1dc417b368848712102caea5bf4587c6d250b579a40f9c2
  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-memstick.img) = e624a2f62e75acdb1013027afa2b98c946a8a27264c18400f1138346f3bbfb22
  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-memstick.img.xz) = e55c462fb2ddc45df8b26440e7db092a6f46fd9217d466485a392f477d4a6662
  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-mini-memstick.img) = bad5e6a27a9ab9d61ab3bff96e8a2291b176dc2e02d0afa9d59601de015e8045
  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpc64-20210826-r370408-mini-memstick.img.xz) = 28eb5df5192711a46523a4979ecb112040e233767d3debf04641f583d24afa7f


o 12.2-STABLE powerpcspe MPC85XXSPE:
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-bootonly.iso) = 53cbedf52389f3dd372a8898c0ed3fd3e9f9fd5b9f8ed901d4b9bc1e8aac3e4a72752b229fa16b453c6ed9c941d686b0a9834460f6fc1fe4e0e31e97262b0cf5
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-bootonly.iso.xz) = 9094e6bd53a0f00e8251ce88d0b2d7b5f510d80de1c722c21551923a1e063e62754f952f6407b750776cf907ea30908a5c9579e74269d510253d03f8f4280ff2
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-disc1.iso) = 5a2ed29bd29979698ec3adeea90553a6dc1794e35bf13e3c72678884ee512849132f6d9a07cbfd20d3a977e226e544ade0ceb0ea390f0a675c0f4101e7ecf0e9
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-disc1.iso.xz) = da71bec252486450280c1c4d5cadee28c9362706c324a5d843cff92d7d0115f8fd81753e354109ac817642ee23d07343d68733097a751acb18a9cc3e164bd820
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-memstick.img) = 4d58740b8d1c2e6962f98ad3982df227f1060fcf12dc92d220ab12902374a5284dcbbed0a4d6077b050920a8185a50898a574d49cda42dbfca68c889c63c4f4d
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-memstick.img.xz) = fbc0525a2d3178bab7e3c8a0859f087b53c9fd3755e0576b9cb9f2c6a84333a1d2952fc66debf735e2ca75bcf28e38050373d9d896c7d037602ca5cca48e3211
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-mini-memstick.img) = 5a6d761a314ba9fb69226963468ee1f114e84218b6271ea62a64521c47bcd0ae0367bd2634b55160c640e60f392d8ecf263961f3dc62d6a0a1e170344fa3840d
  SHA512 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-mini-memstick.img.xz) = 55d3cec8330ebaebe5151d650427114c07909d7109bf424ba43109794b287c708a01cdd7a9338c91d0cf0b26f7787ae955bf5bd84a51eb07349ca9856e469f6b

  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-bootonly.iso) = 6e605f857d08f3cfa0ab14fb978a310417c6d3f97ebb29d7978614f445aea787
  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-bootonly.iso.xz) = 726204fcb790332e9e088fce9201d1da18db1d98fc58c9515bdb722cf9756bc2
  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-disc1.iso) = 75d0bae95ea076c2f30df93b2e6bf5796a323b4e0cd6e465b0acd46b3453bd2b
  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-disc1.iso.xz) = 507dcf8251eafb6b08bae05910355a8ec659de23238fd3722ae0f49255d5820f
  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-memstick.img) = e43829849bedf1bec0161235824ec1db92549ae024b1f41ffb1905e569cbeb85
  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-memstick.img.xz) = 87f76cf8fed8e14a3912d30b66ca11948f5241013a5790af8c5b0d9f15285a60
  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-mini-memstick.img) = 3ae4c0bc6dc6d4a4a23d38eb4983cc1d61b4b026e802e40ce2305d3d437cbd88
  SHA256 (FreeBSD-12.2-STABLE-powerpc-powerpcspe-20210826-r370408-mini-memstick.img.xz) = adcc7ec17134e09ea79ad469f117abca9b1a09409489d62bed346423182752d4


o 12.2-STABLE sparc64 GENERIC:
  SHA512 (FreeBSD-12.2-STABLE-sparc64-20210826-r370408-bootonly.iso) = d1603e239651c70d55de8f4d44eff10e346d44d3a1ad9d30f3bc7163116377fa47350c4b6fa9656435ed4d52b782cd27b3d2148c67641a0a8be6edefbf0baac8
  SHA512 (FreeBSD-12.2-STABLE-sparc64-20210826-r370408-bootonly.iso.xz) = 3f8066701619d5be8deae703e6f25ac91b4991ef31e6ba50440acef003ae97328ef7ace54b33b7e5c48bf09b3880ff4bb368b8431dc437e4dd2fd724ddf135df
  SHA512 (FreeBSD-12.2-STABLE-sparc64-20210826-r370408-disc1.iso) = ab26ac30f4e1b4e267e0573672a6b26dff7430cf4efdaea09882468727db42facd28f18679d688b7a3d343f76da07b5a7499fe31178e9231475e0f77402ed6ad
  SHA512 (FreeBSD-12.2-STABLE-sparc64-20210826-r370408-disc1.iso.xz) = c99f7f6ba55f88604f54c17082f4441498aecdb6016beb1e559a4165f4dd09cc3ef7643f14e8005f5f7170f7d7c7b94460d12392471ac761e1db65d784deafeb

  SHA256 (FreeBSD-12.2-STABLE-sparc64-20210826-r370408-bootonly.iso) = 57cb7b9e1c8ac93634da0a938a13b720fa6ead7b960431755caef5f847545a8b
  SHA256 (FreeBSD-12.2-STABLE-sparc64-20210826-r370408-bootonly.iso.xz) = 02b9b99ef1bd2d9b74b117fd61689e96c1d035b24f501321405544263b7fcaca
  SHA256 (FreeBSD-12.2-STABLE-sparc64-20210826-r370408-disc1.iso) = 4f048c7b8b08a716f3495fe38420b9e662b18f18ba910c11f339eb1dcdfcf312
  SHA256 (FreeBSD-12.2-STABLE-sparc64-20210826-r370408-disc1.iso.xz) = e9e2b9e7870a0a648a1296c16d5a3fa73b8fe3ab35400e0090835448b1385072


o 12.2-STABLE aarch64 GENERIC:
  SHA512 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-bootonly.iso) = 7a9a60bc23e9183471361b9f8c65734f6eeca9ee6a8a657eac5e8bbfdf766d5f9b5df46219e95f3b201c5bbb02c91a02bd0214f019a510547ce7d437defbd5a9
  SHA512 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-bootonly.iso.xz) = 837298962d2551a92152c94438068b1bc64f099414b5ff655840eb70ae7e65a21b47ca9f1ebf4c1a6e385402bfed8a8353af23c4be7fcbff14ec9c800504b178
  SHA512 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-disc1.iso) = b93229ce0624ea0b558511bdfa3c9f34244e1c83ce4a5f5b77d83bbe725e82929d5d1506329b702f9400720023bc97e8f8f8d53f5c48fd10c1f1ff835ccde33a
  SHA512 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-disc1.iso.xz) = a187a99fc3f3f96de5f6ed5cc6f4d4bc41b74c4bad472c85d55612231ce6da4b8bcce5403316572888b4d90411ede086f6ba22734a0b6d04ac51589c1d1e35ab
  SHA512 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-memstick.img) = b8bd3c890ee83c9e0fd233e059b8273ede8ce4e3c713090f979b47b87acf2721f0c169944e6c26d7aca9324395580b59a8d8836290cde3c7b8943bfc3d8f1043
  SHA512 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-memstick.img.xz) = 54c8434afece2f6b2733e49e33b4940d0d744730b94bf9a7384049ef0889da57226fa1e7a3d4968574917e513508aa3b3615eb1391566c70f62a45760f4d3495
  SHA512 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-mini-memstick.img) = 24bf10193478f0427edeacec04d8310400f23f2238cacdb6bf7777c7d0cb7053ccf3552a563c62048328e14e7af68544725daae81b21d2de4a8378b239765a14
  SHA512 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-mini-memstick.img.xz) = 84a0736ed95a56582431b84bfd4f5e9baba2f4dd5f72a46d0a6e261c4b550f16c932d154bedc3f162b2429c2595b8f73f3de30a3d9ac7860757aac2bb8cc7723

  SHA256 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-bootonly.iso) = 6cb30bfaf5170c4f4f99f22e3b15ac897aa56cc62d6879eccd3cfb776f11dc46
  SHA256 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-bootonly.iso.xz) = 94a63018514d5d870d50487c65ff779e5453c52cc1604603f45bef89097cabcf
  SHA256 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-disc1.iso) = ec63fed72052b73d558a54688e4a392861dd4cca842545b568654108449a67ae
  SHA256 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-disc1.iso.xz) = 46f89eb8d9b58931d959c4ab9948eba3c0ed3f4ca6f2e7d13d2f317a818a2c2c
  SHA256 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-memstick.img) = 0350319b76dc95cacdf779e3fc26e87b00eca1f8c266043cc66e51bd1b95abb6
  SHA256 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-memstick.img.xz) = b907254a03591e4a8c9042a0681572032b9ce6acc8f2835c7484ae77dfedb9d6
  SHA256 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-mini-memstick.img) = 6b6ca39237355cb4f7ace45a4135077e020ef3e313fa99f894cdbd29e0d9e0a1
  SHA256 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408-mini-memstick.img.xz) = 6afe17c89482415eed492aab0da51ffb9a5bfa3185135dc016600dbc127418e1


== VM IMAGE CHECKSUMS ==

o 12.2-STABLE amd64:
  SHA512 (FreeBSD-12.2-STABLE-amd64-20210826-r370408.qcow2.xz) = a8adff39a711f4c46077463edf72a5f262427fe5ad306f4f9db582a852d236b99481e46b2cba885f37da4ec53386aa86db1d3651dc6d5c5b36c2e18235a0fdd2
  SHA512 (FreeBSD-12.2-STABLE-amd64-20210826-r370408.raw.xz) = f6b205d4f02749b4b024ebd7369caea6eea111604ebaf29a5202cff6b7bccf6c52cd6825c73b8181f388b307cc91c44cc1d76070cabf9a9adf6b98250c5c4600
  SHA512 (FreeBSD-12.2-STABLE-amd64-20210826-r370408.vhd.xz) = 1eaa34e27182283c35474af9b5044d6dc7ffa5f335a3cc307863d294727eeaf0918d6c13637117736c15e170de214ead8267a9a3482c8885d107c8b93a528301
  SHA512 (FreeBSD-12.2-STABLE-amd64-20210826-r370408.vmdk.xz) = d4881a0bc820ab1cd259057fc865d8903393dcbd8c0c2500951e09f52d67823d326ae14b01ad890913820012475bdb1daa904b36cc382f1f2cc278e2d2b5e8aa

  SHA256 (FreeBSD-12.2-STABLE-amd64-20210826-r370408.qcow2.xz) = dc41e04929cc282428eaf61865be49039dccbbfb3b1a2fb711bb314a7f0b2f2e
  SHA256 (FreeBSD-12.2-STABLE-amd64-20210826-r370408.raw.xz) = 2a88e9b40114b1a5589018c53dea755b4e228812a0eb462f39e48e1c8a1c7701
  SHA256 (FreeBSD-12.2-STABLE-amd64-20210826-r370408.vhd.xz) = de6cf1b397590445a4967f33a8a72e045de5d03c9d9f466eadab121f5c3655ef
  SHA256 (FreeBSD-12.2-STABLE-amd64-20210826-r370408.vmdk.xz) = 132f21389a45fe2c9a519bc23b48e8bc989743525e94c1a1ca0678465a93ee05


o 12.2-STABLE i386:
  SHA512 (FreeBSD-12.2-STABLE-i386-20210826-r370408.qcow2.xz) = 4d653c6951be183a78bd32dcb0c5482103a2aaae548345d5c34ef2e3bbda5be1ab9ab920fde16f1a90cec569fa37d5927d1aae43d7ff5616d853c047f10cf479
  SHA512 (FreeBSD-12.2-STABLE-i386-20210826-r370408.raw.xz) = dd815ddc5bad95565fd4d0209aba147a35911766b93b58b4d85cdcfbeaeab58cd0bb0fdd312e80b6ba69aedb7899019250b9216faee8c8f68f3a93c8a61c03d7
  SHA512 (FreeBSD-12.2-STABLE-i386-20210826-r370408.vhd.xz) = 1d300542e6b56269d3bbd4f214b961920143763d8f17f3bf3fc2c3ebf555bc4c4dc73816f92df5d987fff4c6be6203490ebbb35f84ab9923b5751418f328e5e8
  SHA512 (FreeBSD-12.2-STABLE-i386-20210826-r370408.vmdk.xz) = b66d1279e49ae1e469208553ced4a838da914fba2acbe3ba9c377f05a470be0ddd096acd1db87bee49504c7cd9959a47855b173cde351d295be9f92cebd92c95

  SHA256 (FreeBSD-12.2-STABLE-i386-20210826-r370408.qcow2.xz) = 7bc0030fa8961d0a2b317841b0ac54873285112f9c2144dbbe9a2c99983a8d2d
  SHA256 (FreeBSD-12.2-STABLE-i386-20210826-r370408.raw.xz) = bc1f4c82e9b517b892eb3b43eece6477089343f5ed8230b294ad842d23846602
  SHA256 (FreeBSD-12.2-STABLE-i386-20210826-r370408.vhd.xz) = 356f08c1a5dbe81e1dfa26d6b4f6d6c22eef9a68c2d7c178806b7b4ed338cdcc
  SHA256 (FreeBSD-12.2-STABLE-i386-20210826-r370408.vmdk.xz) = c4b62270938fbef912b37decfc45a0672e044040319f3c41131829e7ac61e64a


o 12.2-STABLE aarch64:
  SHA512 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408.qcow2.xz) = 27afc988a398af8f9192b110952fb00f594dba5f12e050d7a01dcf93cf8224c742579d60da583d535fd6a69d90c44e2d66a7bce89e93c299023538fa29025000
  SHA512 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408.raw.xz) = 4f2b9006a8b7ee77d50b60a19631a5e7b72cdfcebf90b41528ac8da05b75a87d8453e3c4a4d09ec6f0d67e01601b8d14230b701128d98f03dda437ae262efd0e
  SHA512 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408.vhd.xz) = 91be296c765c3103b01fa536e3b778becfc2515e83d1c42006cef489aa022fe7984a54d10f12049789fd807d8266d4cc82e5883d55491c7ed836d661f064d331
  SHA512 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408.vmdk.xz) = b32ce0e182f8d17e32489605d165865e751e45b8bbdd5a48f5cc80c37f8b12bba52cb5c2073a274734409c1fcf1aa71dd1138651d5baf1ee3817b267496bb0c3

  SHA256 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408.qcow2.xz) = 1a345419cecc0197d85c4b8a251174d4f292e0f3b3ec36b6e10d6d97cda21ef6
  SHA256 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408.raw.xz) = d121e25c92377d6b1531820f0e7282bbb59272a568bbf33796644f49e14e8adb
  SHA256 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408.vhd.xz) = 4de8255452382e85d6498c685bb099824315bf4246aef9b4e8f3970d147ab826
  SHA256 (FreeBSD-12.2-STABLE-arm64-aarch64-20210826-r370408.vmdk.xz) = aee67ad534fbb21c2361ce96203e52681f38e913594f68814443308ae7487ad1

Regards,

Glen

Love FreeBSD?  Support this and future releases with a donation to
the FreeBSD Foundation!  https://www.freebsdfoundation.org/donate/

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmEoBe0ACgkQAxRYpUeP
4pNj8w//WR/zx3l+eH5RfaGO8LPi4TQU2Mpx6BYZUzpj2owYHThLQzhuK12BQxIC
jvRK1QcEp20ALm10WVrql+q1tm/IoLFh7ZvB8y3yMKX88eTLZlRW029V+6zPoLmn
qGONg7N5uDYqNynQCZwcBPaEjsKu1bOLN/qwH1BeM7cO5cgcMMGlZgWEke/vjQG0
Y0BLzq53V74FekFPAJB7K02kdJDhSnucbeZgEtJcnCbhnD80RXFeMKpsFIlRNA+f
5sxWGn0BIg+VKWeqeWlGTE/KG26kSZXLYytEdr61udf637i5qYN2KQjoxfQA2EVN
vJ6fc/1lgjC+Od/AGWClI7K88bPYlaZZAkreVMbOpbQXthZmzz28sT6rNRUc/S+d
tXI5ifDuIqcqnqrwNwbfuvolp4aHiGoceyfUgxooHwWV+wBP1j91DEJboI47lYtG
VWe7HJ7HGsMiL79tqu+ht3/m/BzW0Gd4vGF5W1xqtVYMXeQNfCxk3CsMr5a/LF4X
LldM4ioh/NpH8VHebY0O3Z2nDROx4HHL/L5fPczKaBd6kivOqNSYFNldD+K1voLs
9QwWJlI7STGdXo9DGS48GAgpB3k/y0YISzuVJdcDGAINb/clWM7px4IBUtc8J5oF
iTLdtYysG20lyRBafhkbX0vc7Uh0VsiqQ7Cr1fkAFqNtiOE1dlI=
=xGZ9
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210826212149.GC1630>