Date: Wed, 26 Jul 2017 00:50:46 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50567 - head/en_US.ISO8859-1/htdocs/releases/11.1R Message-ID: <201707260050.v6Q0okxD079947@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Wed Jul 26 00:50:46 2017 New Revision: 50567 URL: https://svnweb.freebsd.org/changeset/doc/50567 Log: Add announce.xml and announce.asc. Connect announce.xml and announce.asc to the build. Switch RC3 to RELEASE in signatures.xml. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Added: head/en_US.ISO8859-1/htdocs/releases/11.1R/announce.asc (contents, props changed) head/en_US.ISO8859-1/htdocs/releases/11.1R/announce.xml (contents, props changed) Modified: head/en_US.ISO8859-1/htdocs/releases/11.1R/Makefile head/en_US.ISO8859-1/htdocs/releases/11.1R/signatures.xml Modified: head/en_US.ISO8859-1/htdocs/releases/11.1R/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/11.1R/Makefile Wed Jul 26 00:40:26 2017 (r50566) +++ head/en_US.ISO8859-1/htdocs/releases/11.1R/Makefile Wed Jul 26 00:50:46 2017 (r50567) @@ -12,11 +12,13 @@ _REVISION?= 11.1 _BRANCH?= RC3 THISRELEASE?= ${_OS}-${_REVISION}-${_BRANCH} -DOCS= index.xml \ +DOCS= announce.xml \ + index.xml \ schedule.xml \ signatures.xml -DATA= docbook.css \ +DATA= announce.asc \ + docbook.css \ errata.html \ hardware.html \ installation.html \ Added: head/en_US.ISO8859-1/htdocs/releases/11.1R/announce.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/htdocs/releases/11.1R/announce.asc Wed Jul 26 00:50:46 2017 (r50567) @@ -0,0 +1,567 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + + FreeBSD 11.1-RELEASE Announcement + + The FreeBSD Release Engineering Team is pleased to announce the + availability of FreeBSD 11.1-RELEASE. This is the second release of the + stable/11 branch. + + Some of the highlights: + + * Clang, LLVM, LLD, LLDB, and libc++ have been updated to version + 4.0.0. + + * Many third-party (contributed) software updates, such as the Elf Tool + Chain, ACPICA, libarchive(3), ntpd(8), unbound(8), and more. + + * Support for blacklistd(8) has been added to OpenSSH. + + * The zfsbootcfg(8) utility has been added, providing one-time + boot.config(5)-style options for zfsboot(8). + + * The efivar(8) utility has been added, providing an interface to + manage UEFI variables. + + * Support for Microsoft(R) Hyper-V(TM) Generation 2 virtual machines + has been added. + + * The ena(4) driver has been added, providing support for "next + generation" Enhanced Networking on the Amazon(R) EC2(TM) platform. + + * The NFS client now supports the Amazon(R) Elastic File System(TM) + (EFS). + + * The EFI loader can now access remote files via TFTP in addition to + NFS as a runtime configuration option. + + * ZFS now stores compressed data in cache, improving cache hit rates + and performance. + + * Several updates to provide build reproducibility. + + For a complete list of new features and known problems, please see the + online release notes and errata list, available at: + + * https://www.FreeBSD.org/releases/11.1R/relnotes.html + + * https://www.FreeBSD.org/releases/11.1R/errata.html + + For more information about FreeBSD release engineering activities, please + see: + + * https://www.FreeBSD.org/releng/ + +Availability + + FreeBSD 11.1-RELEASE is now available for the amd64, i386, powerpc, + powerpc64, sparc64, armv6, and aarch64 architectures. + + FreeBSD 11.1-RELEASE can be installed from bootable ISO images or over + the network. Some architectures also support installing from a USB memory + stick. The required files can be downloaded as described in the section + below. + + SHA512 and SHA256 hashes for the release ISO, memory stick, and SD card + images are included at the bottom of this message. + + PGP-signed checksums for the release images are also available at: + + * https://www.FreeBSD.org/releases/11.1R/signatures.html + + A PGP-signed version of this announcement is available at: + + * https://www.FreeBSD.org/releases/11.1R/announce.asc + + Note for those upgrading from 11.1-RC2 in VirtualBox(TM): + If system panics were experienced when upgrading from 11.1-RC1 to + 11.1-RC2, and the emulators/virtualbox-ose-additions{,-nox11} port was + built locally as a resolution, the port will either need to be rebuilt + when upgrading from 11.1-RC2 to 11.1-RELEASE, or reinstall the package + from the pkg(8) mirrors using either: + + # pkg install -f virtualbox-ose-additions + + or: + + # pkg install -f virtualbox-ose-additions-nox11 + + To ensure the system does not panic after rebooting into the updated + kernel, it is recommended to disable the vboxguest service in rc.conf(5) + prior to rebooting the system if possible, or use pkg(8) to forcefully + reinstall the package. + + Systems being upgraded from 11.1-RC1 and earlier and 11.1-RC3 to + 11.1-RELEASE should be unaffected. + + The purpose of the images provided as part of the release are as follows: + + dvd1 + + This contains everything necessary to install the base FreeBSD + operating system, the documentation, debugging distribution sets, + and a small set of pre-built packages aimed at getting a + graphical workstation up and running. It also supports booting + into a "livefs" based rescue mode. This should be all you need if + you can burn and use DVD-sized media. + + disc1 + + This contains the base FreeBSD operating system. It also supports + booting into a "livefs" based rescue mode. There are no pre-built + packages. + + bootonly + + This supports booting a machine using the CDROM drive but does + not contain the installation distribution sets for installing + FreeBSD from the CD itself. You would need to perform a network + based install (e.g., from an HTTP or FTP server) after booting + from the CD. + + memstick + + This can be written to an USB memory stick (flash drive) and used + to do an install on machines capable of booting off USB drives. + It also supports booting into a "livefs" based rescue mode. There + are no pre-built packages. + + As one example of how to use the memstick image, assuming the USB + drive appears as /dev/da0 on your machine something like this + should work: + + # dd if=FreeBSD-11.1-RELEASE-amd64-memstick.img \ + of=/dev/da0 bs=1m conv=sync + + Be careful to make sure you get the target (of=) correct. + + mini-memstick + + This can be written to an USB memory stick (flash drive) and used + to boot a machine, but does not contain the installation + distribution sets on the medium itself, similar to the bootonly + image. It also supports booting into a "livefs" based rescue + mode. There are no pre-built packages. + + As one example of how to use the mini-memstick image, assuming + the USB drive appears as /dev/da0 on your machine something like + this should work: + + # dd if=FreeBSD-11.1-RELEASE-amd64-mini-memstick.img \ + of=/dev/da0 bs=1m conv=sync + + Be careful to make sure you get the target (of=) correct. + + FreeBSD/arm SD card images + + These can be written to an SD card and used to boot the supported + arm system. The SD card image contains the full FreeBSD + installation, and can be installed onto SD cards as small as + 512Mb. + + For convenience for those without console access to the system, a + freebsd user with a password of freebsd is available by default + for ssh(1) access. Additionally, the root user password is set to + root, which it is strongly recommended to change the password for + both users after gaining access to the system. + + To write the FreeBSD/arm image to an SD card, use the dd(1) + utility, replacing KERNEL with the appropriate kernel + configuration name for the system. + + # dd if=FreeBSD-11.1-RELEASE-arm-armv6-KERNEL.img \ + of=/dev/da0 bs=1m conv=sync + + Be careful to make sure you get the target (of=) correct. + + FreeBSD 11.1-RELEASE can also be purchased on CD-ROM or DVD from several + vendors. One of the vendors that will be offering FreeBSD 11.1-based + products is: + + * FreeBSD Mall, Inc. https://www.freebsdmall.com + + Pre-installed virtual machine images are also available for the amd64 + (x86_64), i386 (x86_32), and AArch64 (arm64) architectures in QCOW2, VHD, + and VMDK disk image formats, as well as raw (unformatted) images. + + FreeBSD 11.1-RELEASE amd64 is also available on these cloud hosting + platforms: + + * Amazon(R) EC2(TM): + AMIs are available in the following regions: + + ap-south-1 region: ami-8a760ee5 + eu-west-2 region: ami-f2425396 + eu-west-1 region: ami-5302ec2a + ap-northeast-2 region: ami-f575ab9b + ap-northeast-1 region: ami-0a50b66c + sa-east-1 region: ami-9ad8acf6 + ca-central-1 region: ami-622e9106 + ap-southeast-1 region: ami-6d75e50e + ap-southeast-2 region: ami-bda2bede + eu-central-1 region: ami-7588251a + us-east-1 region: ami-70504266 + us-east-2 region: ami-0d725268 + us-west-1 region: ami-8b0128eb + us-west-2 region: ami-dda7bea4 + + AMIs will also available in the Amazon(R) Marketplace once they have + completed third-party specific validation at: + https://aws.amazon.com/marketplace/pp/B01LWSWRED/ + + * Google(R) Compute Engine(TM): + Instances can be deployed using the gcloud utility: + + % gcloud compute instances create INSTANCE \ + --image freebsd-11-1-release-amd64 \ + --image-project=freebsd-org-cloud-dev + % gcloud compute ssh INSTANCE + + Replace INSTANCE with the name of the Google Compute Engine instance. + + * Hashicorp/Atlas(R) Vagrant(TM): + Instances can be deployed using the vagrant utility: + + % vagrant init freebsd/FreeBSD-11.1-RELEASE + % vagrant up + + * Microsoft(R) Azure(TM): + FreeBSD virtual machine images will be available once they have + completed third-party specific validation at: + https://azuremarketplace.microsoft.com/marketplace/apps/Microsoft.FreeBSD111?tab=Overview + +Download + + FreeBSD 11.1-RELEASE may be downloaded via https from the following site: + + * https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.1/ + + FreeBSD 11.1-RELEASE virtual machine images may be downloaded from: + + * https://download.freebsd.org/ftp/releases/VM-IMAGES/11.1-RELEASE/ + + For instructions on installing FreeBSD or updating an existing machine to + 11.1-RELEASE please see: + + * https://www.FreeBSD.org/releases/11.1R/installation.html + +Support + + Based on the new FreeBSD support model, the FreeBSD 11 release series + will be supported until at least September 30, 2021. This point release, + FreeBSD 11.1-RELEASE, will be supported until at least three months after + FreeBSD 11.2-RELEASE. Additional support information can be found at: + + * https://www.FreeBSD.org/security/ + +Acknowledgments + + Many companies donated equipment, network access, or man-hours to support + the release engineering activities for FreeBSD 11.1 including The + FreeBSD Foundation, Yahoo!, NetApp, Internet Systems Consortium, ByteMark + Hosting, Sentex Communications, New York Internet, Juniper Networks, + NLNet Labs, iXsystems, and Yandex. + + The release engineering team for 11.1-RELEASE includes: + + Glen Barber <gjb@FreeBSD.org> Release Engineering Lead, + 11.1-RELEASE Release Engineer + Konstantin Belousov <kib@FreeBSD.org> Release Engineering + Bryan Drewery <bdrewery@FreeBSD.org> Release Engineering, Package + Building + Marc Fonvieille <blackend@FreeBSD.org> Release Engineering, Documentation + Rodney Grimes <rgrimes@FreeBSD.org> Release Engineering Emeritus + Xin Li <delphij@FreeBSD.org> Release Engineering, Security + Officer + Remko Lodder <remko@FreeBSD.org> Security Team Liaison + Hiroki Sato <hrs@FreeBSD.org> Release Engineering, Documentation + Gleb Smirnoff <glebius@FreeBSD.org> Release Engineering, Security + Officer Deputy + Marius Strobl <marius@FreeBSD.org> Release Engineering Deputy Lead + Robert Watson <rwatson@FreeBSD.org> Release Engineering + +Trademark + + FreeBSD is a registered trademark of The FreeBSD Foundation. + +ISO Image Checksums + + amd64 (x86_64): + + SHA512 (FreeBSD-11.1-RELEASE-amd64-bootonly.iso) = aa5891b9ab0bd2a1c13fdffd3ab80998f3d17bc54afeae0c183cf286d746f9b5eb8e1bd6b1a5598aeb36419fd1ca0becfa02d3f9854f382b1d7ad0cc2423f47f + SHA512 (FreeBSD-11.1-RELEASE-amd64-bootonly.iso.xz) = d267e66a434c40ed409862ecdbe1610f3ced7a11cfc6f3b4ac59bd849d169169982ab8b028681c6daf30f6cf0815aec3b3c89fdfb1c442bef193ece1143dc605 + SHA512 (FreeBSD-11.1-RELEASE-amd64-disc1.iso) = cd35b6b406724416c436ae5eb73943d8248e267aee608c0539a969ae79e0201e6590a9ad7550162fecfb21d577ff40edafbf934ab45fda61c8f3d2c30c1f1e05 + SHA512 (FreeBSD-11.1-RELEASE-amd64-disc1.iso.xz) = 68fd11b8ea4c109b658078b667114a4ac2abe5c9c82ae402ac42df5de35d8a2950935947fc08394b5760346afba8e043ad077322bca00d714b2b569371193496 + SHA512 (FreeBSD-11.1-RELEASE-amd64-dvd1.iso) = a6aa4363270c14620a291baf4db377785dbccfa9c92c1c1d5f01453400259f63de4ba0b033ec6f415056fc7e563d99cb327c869c95f68a1871baf86bfe7e7024 + SHA512 (FreeBSD-11.1-RELEASE-amd64-dvd1.iso.xz) = 2c6c60839441f95f2f849aedf0c672366f33e35f2b81be0c6ca0b35c3fd7abd339f6faf1ef3e933322ff1d2879f005dc8d9378fb2b46c357e3d01f499442c0cc + SHA512 (FreeBSD-11.1-RELEASE-amd64-memstick.img) = f42b04c4db7b783bfb5758e5f32ebba2db2bd2d8f57e1153dd29ea71f3d758e9995c89017e2c230291b7a93d4d7b434a5c3d6a9e685431170707c146de2b4284 + SHA512 (FreeBSD-11.1-RELEASE-amd64-memstick.img.xz) = 5435027ea310fb72f521b4580e9c20b89f917f2eb611f97f55db94ddce251ad3949500f0ad3aa2e8734a3f61766d7276ff2a9874533d737f7f64618013cf2f2d + SHA512 (FreeBSD-11.1-RELEASE-amd64-mini-memstick.img) = d88a76291a4674c54c610756dd45d4eb8bfbfedfb3b036be79d1e70832f93d5a9b96252b4d2f7aac7b701ee79e7faabe06b3caa8883bd5d7f8cd2aaa9930427b + SHA512 (FreeBSD-11.1-RELEASE-amd64-mini-memstick.img.xz) = dbe066cb726b375eebca397aff12d18d6e48ad6c84b776253aabc2bbdff8fb9742e17fb68356581b0b20709002fdf9c3c77eccfd9c0c745e8f93a830264148a5 + + + SHA256 (FreeBSD-11.1-RELEASE-amd64-bootonly.iso) = ab1539894e74aef77c1c4729fbd2362fc3bd30b71f24db68e1b0307723b72752 + SHA256 (FreeBSD-11.1-RELEASE-amd64-bootonly.iso.xz) = 1f83538d95435d1475216a97fc6e5158cc7fe2e7d74c6182bc77c90b6ae6c40c + SHA256 (FreeBSD-11.1-RELEASE-amd64-disc1.iso) = ff4c749ea0aaaceedb2432ba3e0fd0c1b64f5a72141b1ec06b9ced52b5de0dbf + SHA256 (FreeBSD-11.1-RELEASE-amd64-disc1.iso.xz) = cd6cd655f79e9cbf61cb9a5d324dfe451f0dae33ea556232d9101d96ee9f258d + SHA256 (FreeBSD-11.1-RELEASE-amd64-dvd1.iso) = 49e8f32e0a097a1ab411cb85f1adf6d78ba931ff557a07cd1e84af62a47c2d6f + SHA256 (FreeBSD-11.1-RELEASE-amd64-dvd1.iso.xz) = 1b953e083722d4b285307cb853313abe40eb137df9220a4dc537164179d38881 + SHA256 (FreeBSD-11.1-RELEASE-amd64-memstick.img) = d4c58df629c7db6bf2ee2d43ae7f7b9e1c8b98fca0b89dd1afa1bed21891ecc2 + SHA256 (FreeBSD-11.1-RELEASE-amd64-memstick.img.xz) = d113591c7a7b7df2bc136c477c11fbadf4e9c87133ba5a5f27ed99f7b925b8f5 + SHA256 (FreeBSD-11.1-RELEASE-amd64-mini-memstick.img) = 67abef93e1c0ac88cda57cf6e1ef9b32ecec56b3b4de132dd252285fea391462 + SHA256 (FreeBSD-11.1-RELEASE-amd64-mini-memstick.img.xz) = 519e53941325cf5a2959b1526702adcdd8b0a65e98d8ce00dfb23d55427056cb + + + i386 (x86): + + SHA512 (FreeBSD-11.1-RELEASE-i386-bootonly.iso) = 44a9d31942c7dadb4db658a2e0945d99435db40953a3e3d9d79256f450cbd908b2051e923665502525435179da12c147a357759659eaa90ca2503e47645457cf + SHA512 (FreeBSD-11.1-RELEASE-i386-bootonly.iso.xz) = ce93658f24a29870f80b93831020192132ea19e024af84d9b22aa9fb457424f8f915215ec2ce5e0592af98ce1214f0eea154a67596081822637e937efc64553c + SHA512 (FreeBSD-11.1-RELEASE-i386-disc1.iso) = bf7839ff0a2db9821f65e59946c4e647f52a88c899b8a1066c8ddbbc3c23accd1f569a4f90add717af9a5467644a530e1a8c5b18dd1b722a623f1d013e766348 + SHA512 (FreeBSD-11.1-RELEASE-i386-disc1.iso.xz) = 26c71fbdccb55ac5289da8169e203a75a640e5bda386431ee428b297fc4843ff6bea04efb026f9dc5e7e4066e7b59d830e928d0e3dc7be089892b6f7a7eaa746 + SHA512 (FreeBSD-11.1-RELEASE-i386-dvd1.iso) = 082ebce2665b2da58e12e56c5fa7cc0cd92934fdf99b38132a0ba6ff540a8a0ab6c3c03971312946d5c23aff8f2b0855582a3a0c9beb6e4db3472433113cb06f + SHA512 (FreeBSD-11.1-RELEASE-i386-dvd1.iso.xz) = 0d3cfe5490860f2f41393e84fc598d0f1ac8f6195ebfaed01775822f36f18e093f2f2c8f98939b8c4f42f371f89d190c7a503dc225267ee1f4970deafe1f65b8 + SHA512 (FreeBSD-11.1-RELEASE-i386-memstick.img) = 4402c09dec1799670fd8393c9732c416a3f70d10dac8db725531232258cb4ecd209fe234107b82b5c41045fd8bec7220192049056cd88858a8d69a61a048dc52 + SHA512 (FreeBSD-11.1-RELEASE-i386-memstick.img.xz) = 050cfac52db078f3e6ce42e04a1b9c4f45a4f7d3d0831e34e4cfad8dfb3a2cc3735e2b1e74663efe39b331dacde7278bc5ef6a89bce566afb9f0dd52c1701932 + SHA512 (FreeBSD-11.1-RELEASE-i386-mini-memstick.img) = fd41b778870deafb1819595918b4bcde03addb1ff2dec526825332afd85d5b4ec4cfbb107c40f4f17ca203f2d3d14fb550f97e0eb6085511ea0b42ae26b18a7f + SHA512 (FreeBSD-11.1-RELEASE-i386-mini-memstick.img.xz) = f231cd32c1b63b243659ea24a037d38026356e834c9df98aaeac14ca7dd74f652fa76a89a6f731a89b8cb73ab82234c91095dd4018591ba3aca099178e35e9dc + + + SHA256 (FreeBSD-11.1-RELEASE-i386-bootonly.iso) = 3986e61b373cbbfa80087630ac200a921a9c4c0c7c0c8e376eee5839d638c74c + SHA256 (FreeBSD-11.1-RELEASE-i386-bootonly.iso.xz) = 65d86b13f62bd0191aef9a34069a1900cb00218d4e670036cad648b191617573 + SHA256 (FreeBSD-11.1-RELEASE-i386-disc1.iso) = e53ae5fc58fd2e28643ba4c64e2c49505cf9d84d22396e3633ee9670782aab57 + SHA256 (FreeBSD-11.1-RELEASE-i386-disc1.iso.xz) = c11612a546eaf2fd7d3ea9516992ccd6dfff049da8e06723da5848865fe45d95 + SHA256 (FreeBSD-11.1-RELEASE-i386-dvd1.iso) = c251633216b943414d16c7e4930f80a417604aeed3d4f88ca15d31fb4c5eaf86 + SHA256 (FreeBSD-11.1-RELEASE-i386-dvd1.iso.xz) = f108216f75612b43f7a80ff21d20aee0cb038a011116ee1b66a53d4ed73716a6 + SHA256 (FreeBSD-11.1-RELEASE-i386-memstick.img) = 8a3dd07aa98d777e429be03cb2c213b5e8745fe8976a52c0868ac8e536014d89 + SHA256 (FreeBSD-11.1-RELEASE-i386-memstick.img.xz) = c3d88e1d32be923b86da4b2f335830b710f9c9a9e85448935997649665e70750 + SHA256 (FreeBSD-11.1-RELEASE-i386-mini-memstick.img) = e95e8555505479acc0b85bd19a5076e48408dfe943eedda7d093f075aec27902 + SHA256 (FreeBSD-11.1-RELEASE-i386-mini-memstick.img.xz) = e8f2cdf1c14845aa55f609f492b7d098fe11777901a3a2e27930520fdfe697ed + + + powerpc: + + SHA512 (FreeBSD-11.1-RELEASE-powerpc-bootonly.iso) = c9f392d06750141a8b3f2defd0948e683faa81ffe2337d8bfa67e6baf42a016935b5202584cc28745c8856612fc0838bb94266e799e9fa7a13db75c5c6404183 + SHA512 (FreeBSD-11.1-RELEASE-powerpc-bootonly.iso.xz) = baa942c5bd22474029f7509819830cd532947155c2f0c99c5e6420fc3f8439cf9b8ac23587ddf01ff4428837db020187df5326e6c0ae7565db6a88400420b2c8 + SHA512 (FreeBSD-11.1-RELEASE-powerpc-disc1.iso) = af14f9876fb72c1d77013aae85501d60837872250f1c901befe20539f31a99bd7fa02f5d150e38c2cdd1b3e023a7a75c8bd16175c85efee7e5fe83a5fee15c3f + SHA512 (FreeBSD-11.1-RELEASE-powerpc-disc1.iso.xz) = 6f82212e77a635bae1a2fd4c4cac0481fbce5734da253b7690bd6bc9655bfab66f4c89da1f5fdf222798a011fc05e9832a0567f107a8cd044f2f69c0ff8edd30 + SHA512 (FreeBSD-11.1-RELEASE-powerpc-dvd1.iso) = b1cf88ec31c3216e6d8a419289ea1e25772df8af452515852bfafffec1990045e6bdb29927e47e33ed999e70d30a9d00b2c3329006d168a75af54e0c785a9b14 + SHA512 (FreeBSD-11.1-RELEASE-powerpc-dvd1.iso.xz) = 78672130d8b275bc6788106ff8979a2ffe5142d6b7950809f257568f2c99ad13b95d49d5e3842e1866e0ba0d23dd4737c932a84464e84128fa70cb63efc61962 + SHA512 (FreeBSD-11.1-RELEASE-powerpc-memstick.img) = 4ddd8e9387dcff1bb65a8a18934d746b93205bcf49988624ec3fab0a8a26b0565ebdfc012b5d3910dfc6f8ff83f57a3e227ca368d9a85e37ed87aef11852802d + SHA512 (FreeBSD-11.1-RELEASE-powerpc-memstick.img.xz) = f7106d02f8c922c17257be4badf96f377380627b85ac9f1c8b3862c9ea17e0111d647b00313aa0c151cc2a37146743f536510401d12b7c36dfa46ab3421ae3a8 + SHA512 (FreeBSD-11.1-RELEASE-powerpc-mini-memstick.img) = d703f23f11d83d1d0e2dcafa1758df44f2dae00e6b8a13e1383a4c7a8276535abfd7e6d945d60e46425863d14673dba076b6051efb824aa4efd4ca8a1f2e3cfa + SHA512 (FreeBSD-11.1-RELEASE-powerpc-mini-memstick.img.xz) = a0d900b3115988c5331565d4d2e6e48a75c0dca0845a08ee426d5b679ca8bb66f246d8a123cf152f8cbb50640dc4e4a94c3646600878e432c9fe88d09ea6a089 + + + SHA256 (FreeBSD-11.1-RELEASE-powerpc-bootonly.iso) = 096d0498c0552bbbde30287b757bd4b9e91fa99f9bc5208b3500d83a05680c16 + SHA256 (FreeBSD-11.1-RELEASE-powerpc-bootonly.iso.xz) = 298231f31d5dc346f3df22a95d6f09d337bf32629fcae8d583af5670c8d62087 + SHA256 (FreeBSD-11.1-RELEASE-powerpc-disc1.iso) = cac1989dfb8456fcc091168d42ba07a6f6c1f4c9ebe43c93888e96fe9ce3ec0e + SHA256 (FreeBSD-11.1-RELEASE-powerpc-disc1.iso.xz) = fbcdc8ab194f204aaee5de9b4cd741ae4e3d6673cf960408c2ba723af02022ee + SHA256 (FreeBSD-11.1-RELEASE-powerpc-dvd1.iso) = 61d501f67217705c1875af05b2b59bb594993e6c37209cd53b78ed8aee91443b + SHA256 (FreeBSD-11.1-RELEASE-powerpc-dvd1.iso.xz) = a531f8fdd6b669abe2d1e809a60eabe2d4250354e431879552827c6546e746c5 + SHA256 (FreeBSD-11.1-RELEASE-powerpc-memstick.img) = 01bd77bea01088e025a7021c0f103625af07c70489c63e49e0ad76e8a0e0e3d8 + SHA256 (FreeBSD-11.1-RELEASE-powerpc-memstick.img.xz) = c89651f5fdf03654269850007b9bec518c36ec0c5d2c59f901b8a9e16e175179 + SHA256 (FreeBSD-11.1-RELEASE-powerpc-mini-memstick.img) = cea3405ed4adcdaf49a48f407415b898d88c6c46bd26fb2c461ad2090876f353 + SHA256 (FreeBSD-11.1-RELEASE-powerpc-mini-memstick.img.xz) = 7715bc142f13a1e3e98212f60005e55bb488c3add53d3af1c98a8207a1e4863a + + + powerpc64: + + SHA512 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-bootonly.iso) = b42084942b270a6ff83d3581a54f2e773250647954abf8e01f871704fa5e798f81fa69ef5fe657402274b18e5abb508b560e16bbc77e71fcdc51d439de94df18 + SHA512 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = 3b4fbce3ed6544b9c8cf691f57b03104881424a59eb614ebe187df68bf6ab4b5bfa20becb1d82c91cc1aabb36af5bac02b64b7ca99d58778ea5b0a0cb571b0aa + SHA512 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-disc1.iso) = 6a83956f2fcb4e304939ad5d8720e77929a503b44bf9b14268c9d569b4962422cf5f5480b7fc3c164164adf85219cb5f2b2c23dc8f33ec433c49626f17c6fb01 + SHA512 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-disc1.iso.xz) = 282588b1b12e3bc086297c5ee2642939eb1ea2bd82f030def0f596925905744b27414d9f7d95c34946dbb557fb8e3d6eec9c840ae43f0d2305e0718ce70ef62f + SHA512 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-dvd1.iso) = 8b22c024391e07683bf9694481f36c6a3307615f913ac76d80307815f62f95e761d084b5acd8d35f91bdb751ba3530450893d62a0ce7f694c0d651247cc7f623 + SHA512 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-dvd1.iso.xz) = 702cf923cd4bf1b5915b0ed8db831ec5827ed85f18270ed36cb063ae1c63abe6a0603f79b4a06c95376d8d8fc8a88772ce11c65e1935cf736bf0f54926bd8d48 + SHA512 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-memstick.img) = 99dc11dc1559921a25cf3845254f0824eede6adf923f0c96bf996c0c49a66d0638d9d88e4d7f6e1ee22b69e78db78c544ae485fc5bb605534984bce7bd96a0dd + SHA512 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-memstick.img.xz) = 62eefcfdf8590e0df940c1e16bdd809f2297d92869a5280f30806a3a8f15d1bdde322b5bd33313f9a27ae764a144c85cc23d48c42dcb8aa4bd60cccdcbde3b17 + SHA512 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-mini-memstick.img) = 68a95ad190b58c8a02d2b327f713812e845df2d6b5af1486e4cd3c59ea50f3cac91ceca16f1bc11fec2f8b22e2dabb839179d3750b14e52f2b5416afa981460b + SHA512 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = a164608cd9bb8e9de01ac7533e19774d5fc2f0ccf544f1ca6223242124f2b23a7dc98efe2abe344f1df7ec7570edb29f6082df12848efc12fcbc3b2d9ee1dd7c + + + SHA256 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-bootonly.iso) = e5686a66f2cd2ac11d71e5aa191fc5c2eb84c52fc22f3f1d1874e41dcc8f9634 + SHA256 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = 4cb9a5a1f19d1df89e48c5fa8dbc2f728b68c2ee843d387a055654ec43214e00 + SHA256 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-disc1.iso) = 9d9d547a5836e6a80d512e7be232795f7e784057903a787bab22cccf3808ccb1 + SHA256 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-disc1.iso.xz) = 069847372258993b087acb5e83ebfe89501eb7a61d68dd0d6b7204cd1ae26f54 + SHA256 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-dvd1.iso) = d2c5562f69827e0874d9516121cdc984ef511a435a594f9eaecdef55966b266c + SHA256 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-dvd1.iso.xz) = 40bcedef1dd952d411b5d59a052789a6b34507f031fdda2e1bd11d04ed62db7d + SHA256 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-memstick.img) = 2467a40de6102a539420e6bbf4be470be650cd8dd1956585b26a306977688f67 + SHA256 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-memstick.img.xz) = 334ee611b07b51835a7245479bda0c9d98dee6fb5ee5063ac4869480d52ac49e + SHA256 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-mini-memstick.img) = d3b531e2e2be9d6a782344f8fdc176007ef27a265ac458e986987c6612f784ac + SHA256 (FreeBSD-11.1-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = 8ffb19bd1303fa9adfa2b0eaa64fe1eb3405b836dd9d7106cfa8896dc4a1c83a + + + sparc64: + + SHA512 (FreeBSD-11.1-RELEASE-sparc64-bootonly.iso) = de59c9614c2a432e4c820df905a7446bf57f4390b56679d71d3e53080bc794c430e79a3ec2f22abe9e5cb215efea971d5a4a1ca19cec1b3ad0420f83b831bf8c + SHA512 (FreeBSD-11.1-RELEASE-sparc64-bootonly.iso.xz) = ea9d49c5437d6bb37d886f39017b373bd902cb69b93873520b20c8955b6b7e6cc3076d41d615baa142208da0e44953669467820804e98736a66e8302127bdf0f + SHA512 (FreeBSD-11.1-RELEASE-sparc64-disc1.iso) = a37960372a1ffde8f7822d0b86224079e7798943b6b4421debed3ee1d0e7f70f878b2d06ffaecf714cb8600cc747863c927a799b4efd3946801edfe7eff279d8 + SHA512 (FreeBSD-11.1-RELEASE-sparc64-disc1.iso.xz) = 03a3e62ae16ef82604d0685b1dfdbdbb55305ff79ef321654802d5a3bb224a844a9df16f69bdde56eab93194cf92824216d1fde94cd4c52d6e9b15777fec9b27 + SHA512 (FreeBSD-11.1-RELEASE-sparc64-dvd1.iso) = 9083db8e16155cb5599a613b63bf2507fd0625028a94689b0d13dd09645dc5f7f182c609ec3c5a9d2bc9a04831f11aabcd5b1dba1bc3b94ad3c6135b3885ffa9 + SHA512 (FreeBSD-11.1-RELEASE-sparc64-dvd1.iso.xz) = 0bd8318a710f2df1f8321dc5516c6a1259911c5317880114adfdc9358ca54953eba80b1f4a1f75b445d654f93115300079cff004050d21f2201d3b717f375c1f + + + SHA256 (FreeBSD-11.1-RELEASE-sparc64-bootonly.iso) = e76165d20f2215c05f63201d88289cc91d5af654a2b1ad940f9f634e56d9992c + SHA256 (FreeBSD-11.1-RELEASE-sparc64-bootonly.iso.xz) = 793a0b4b5c0a759a647964a48479b24baf31e2a88330042474cb479cb46a3780 + SHA256 (FreeBSD-11.1-RELEASE-sparc64-disc1.iso) = 8d8fdb03ef10405ea222addf35d5273a4a1c034b563193c183a55dbf14fa15c8 + SHA256 (FreeBSD-11.1-RELEASE-sparc64-disc1.iso.xz) = 9599ca5b7c002eac5b0849a044c893bc161d9d7f681eae415e49ec3520485775 + SHA256 (FreeBSD-11.1-RELEASE-sparc64-dvd1.iso) = 3f1af43e4159963257b8fc83a97ca421fbc4ffc8641e31dfe25d832a06a7c7e6 + SHA256 (FreeBSD-11.1-RELEASE-sparc64-dvd1.iso.xz) = a97263c62e98c77c2e96af44b45da536817e56b97d89a2fda702b992fe33794a + + + aarch64: + + SHA512 (FreeBSD-11.1-RELEASE-arm64-aarch64-memstick.img) = 8643121512cd0c559042f9a80a239a44eda5a5817755203d54ed963b06e1afc20a623a82c62cb5fdccee42aa6fe79a33dff765f44deaaeef1b368aecbb76c859 + SHA512 (FreeBSD-11.1-RELEASE-arm64-aarch64-memstick.img.xz) = efb22179e89482eb7bf1cf7a9e53ea882c47ef599f45b7b5fbb153d99667de1b5fef2da109559e9224db06d9913c456d29ccc8f14c51eeafb9a3bc2c9b1623ca + SHA512 (FreeBSD-11.1-RELEASE-arm64-aarch64-mini-memstick.img) = 5eb5d3e2e5586524bdc1a54f8234da854aeb870ca52f99d645cff98f72f894b4a6252a04eb8430cfe03e03ecff2f478f8cd43bca91e95204e569300fe70286d3 + SHA512 (FreeBSD-11.1-RELEASE-arm64-aarch64-mini-memstick.img.xz) = 6b157359aee8537320a3b0fc68b7a4a5cc80c29821f8252b7fab2ecdfe5b4a78e37d39bba7aae9e79e0be14e1c76168cb05c800ded6d1a9560d7c04cc8cdcac3 + + + SHA256 (FreeBSD-11.1-RELEASE-arm64-aarch64-memstick.img) = c8f60b7376b8ba48379d658da3cfce07552461ff11b92717f8b6e652591e8684 + SHA256 (FreeBSD-11.1-RELEASE-arm64-aarch64-memstick.img.xz) = 883d4523c1b035f268587f1b7613dd6e616e6f48d4a5beff7e87e526a4a6fbb2 + SHA256 (FreeBSD-11.1-RELEASE-arm64-aarch64-mini-memstick.img) = 61d2a29631b5ed4661a93dc2fb377eeab5651bf893ba468c6e0c211c99baa3f8 + SHA256 (FreeBSD-11.1-RELEASE-arm64-aarch64-mini-memstick.img.xz) = 2ffe85b6ba20ede3736204fc6959d87925c4b31f42f15684ba8766b6481493f0 + + + armv6 BANANAPI: + + SHA512 (FreeBSD-11.1-RELEASE-arm-armv6-BANANAPI.img.xz) = e61c8c7bd4ba16590d3afc1805a2a08bff86c12f5561eaf1be0236bc510d6ee3315a94d3cedf7034182fb9b88d5beaae764cb94f20bcbf5ebaf56b9ed9a0a3e7 + + + SHA256 (FreeBSD-11.1-RELEASE-arm-armv6-BANANAPI.img.xz) = d85540e9f6af6d5bd12b2c1f95b67cba1997cbf5e27ee4b520ff99ef8489bd86 + + + armv6 BEAGLEBONE: + + SHA512 (FreeBSD-11.1-RELEASE-arm-armv6-BEAGLEBONE.img.xz) = 9ebe1aad5675657c5b22e445c397826b3f7cca837c02de10f6115e30a2d1b9d3a1d7411c93aeb1791c196bcc34ce3704320d53535e3e819a524197efb0e192b0 + + + SHA256 (FreeBSD-11.1-RELEASE-arm-armv6-BEAGLEBONE.img.xz) = 66fb05143c93f6b4290c79aac41623a097140be6fd8e95639dfcecfc7486b2a6 + + + armv6 CUBIEBOARD: + + SHA512 (FreeBSD-11.1-RELEASE-arm-armv6-CUBIEBOARD.img.xz) = 0e0bf9fc8541feb224bbe0b80270985cf65141007047bbe4825ad81641d4fa10af79ec1ab7f6b4a9eb173566099e755f1d2662420ce90dd0a273dbc65e957a4f + + + SHA256 (FreeBSD-11.1-RELEASE-arm-armv6-CUBIEBOARD.img.xz) = c2ada7cba57126d55523ca47aba15b58a612ead90435870f65ef4239f916645c + + + armv6 CUBIEBOARD2: + + SHA512 (FreeBSD-11.1-RELEASE-arm-armv6-CUBIEBOARD2.img.xz) = 4dc1abeb8e779797fef5f034f427461f33d0fcbae86f94ddacb6bc2766e141aa250f9240e6903c99bfe9d1e64cba2dd6566ad760ff061314e8404f87e39f40fb + + + SHA256 (FreeBSD-11.1-RELEASE-arm-armv6-CUBIEBOARD2.img.xz) = 8ca59f6d5ad6608866f99a51b69dc029588058e0f1ee951ce7074fc37d65fe84 + + + armv6 CUBOX-HUMMINGBOARD: + + SHA512 (FreeBSD-11.1-RELEASE-arm-armv6-CUBOX-HUMMINGBOARD.img.xz) = 7634db1a425a92e3cbeef699a516633e2acc3af84a65927d1759d5ea157be0a5c812736a1af76aa3afd73ec044a0dab6758750469efd9675123ad448bcf30c3f + + + SHA256 (FreeBSD-11.1-RELEASE-arm-armv6-CUBOX-HUMMINGBOARD.img.xz) = b2de919a118dd0c9dc70a123245af5ec5cb1b80f7ff774d9437ddafc90bea7e4 + + + armv6 GUMSTIX: + + SHA512 (FreeBSD-11.1-RELEASE-arm-armv6-GUMSTIX.img.xz) = 5a9244419d4b8188ea0dd7eec8d79443465ecc62eb4d6964f8231ccd0455ebbc744da0919fd57979d0d45bb011ea9699b96be15a5bc443feb6f3b718fb968bbf + + + SHA256 (FreeBSD-11.1-RELEASE-arm-armv6-GUMSTIX.img.xz) = 6dcd75e4b223fd6a641138885d381ac77e93b3fe4de00f170b488a7187a1d45b + + + armv6 RPI-B: + + SHA512 (FreeBSD-11.1-RELEASE-arm-armv6-RPI-B.img.xz) = 6afc1640e0c857bca73bfccbf7d21cb88cea76fcc082825a3cfe82bd45dbcc989fe6b54af76dfaac7c3cc794b55e74147290caa114dd7effd62e5699ed9ef5eb + + + SHA256 (FreeBSD-11.1-RELEASE-arm-armv6-RPI-B.img.xz) = e222992064d6db616dc3112d58429b8e31a627140901c57cbd1a302730d5714b + + + armv6 RPI2: + + SHA512 (FreeBSD-11.1-RELEASE-arm-armv6-RPI2.img.xz) = c7c74243c31569e90ec22f71f8d5780c647b53409752182483f6570b8a4b42b5fd456a57223a2d3e6502c8351ebfcdd9500884737457920e932c0fb134f1dffc + + + SHA256 (FreeBSD-11.1-RELEASE-arm-armv6-RPI2.img.xz) = 7376a533f8368d4841e3d81476ada4b0684870a03818e3dd30aea8ab2504626e + + + armv6 PANDABOARD: + + SHA512 (FreeBSD-11.1-RELEASE-arm-armv6-PANDABOARD.img.xz) = c8c7ffeaaf8d60882a16dee828078266b1a522a56ae77ac2c4539393958542dcc77b5240a8463922929c07690b8dc9824cb6174abaaf7a8d1f27730f2aa2b4c0 + + + SHA256 (FreeBSD-11.1-RELEASE-arm-armv6-PANDABOARD.img.xz) = d72e3c6e529b2b46f12f08367b9c23b48f0ee006594d8c6c3beefcc8197502c7 + + + armv6 WANDBOARD: + + SHA512 (FreeBSD-11.1-RELEASE-arm-armv6-WANDBOARD.img.xz) = f074f75054e575f7b6a3d1b8e8912dec7f0ef1842dbab4d4456a8a9b67ee4c5d18f408ee9a809b3ec5a223ff21a23f83380927343de5951a115c1ce469e37f3d + + + SHA256 (FreeBSD-11.1-RELEASE-arm-armv6-WANDBOARD.img.xz) = 6a4239b9f87ac8b0d4c767cf2bfa38405fad198c5b8a4044e1151855d0fe18a6 + + +Virtual Machine Disk Image Checksums + + amd64 (x86_64): + + SHA512 (FreeBSD-11.1-RELEASE-amd64.qcow2.xz) = 88e0d88058d2748732706f88c1d27b51447430968f1acbb645749d3201c9766eba31046784148355b7a0ecbbf87ac159363d3a38a65b19482e0900e2d97fd05a + SHA512 (FreeBSD-11.1-RELEASE-amd64.raw.xz) = c569776334131fdc85cd25a2a0d5aecafdc3e4b2e6e010dffaa2488d934293ce4f091f23481079dd91ad20dfd2dfc3d3487707096c59448f1d8914c5d7d6b582 + SHA512 (FreeBSD-11.1-RELEASE-amd64.vhd.xz) = 2c63d0d515e6bb02001847d83c302cf3d1a32ab21062b2b98fa30a1524315e1680c3f5099944b30f7d24e512dcc78bdd922fe7a821ffa5a1b5ea6947f34fc2ca + SHA512 (FreeBSD-11.1-RELEASE-amd64.vmdk.xz) = aeb43f94a8e6dfa663f1bc69f53317a49a073a376bfa707ea5df02b94ae58edb3c127eb4f791803232f19c99a505feab67225a512ea2cc3bed41577e178d0089 + + + SHA256 (FreeBSD-11.1-RELEASE-amd64.qcow2.xz) = 9e9f0fe9c7e3be2dc8b742f416541eedff2f005a0a2dda61a959cb2789ce78a9 + SHA256 (FreeBSD-11.1-RELEASE-amd64.raw.xz) = 233c6b269a29c1ce38bb4eb861251d1c74643846c1de937b8e31cc0316632bc0 + SHA256 (FreeBSD-11.1-RELEASE-amd64.vhd.xz) = 4e287c0504f0ecb63fc9140901c1bc31baf1fe74a6d2314426afaa73886dae58 + SHA256 (FreeBSD-11.1-RELEASE-amd64.vmdk.xz) = 373c606f065c5850e722fcc92a1cbdb3ce72fbdf4162916e4c1281363a13e5b6 + + + i386 (x86): + + SHA512 (FreeBSD-11.1-RELEASE-i386.qcow2.xz) = 50a62e269d5e64e31cb8d10d9c5ff52fd3035375ba5a7c9f07f99f94db2d97bc02a9e0498e6e2d6ca7ccba34ceb71c2cf0fec75c88f75b66468de73bfdf996a2 + SHA512 (FreeBSD-11.1-RELEASE-i386.raw.xz) = cbe00b009953845c9d968a8a7d4334f173f5d92654b643cec0fa03a979049a520c0e20d52d57b9907e8bc6c3678100fda936e6fed8a77a96d6d46c894b0de706 + SHA512 (FreeBSD-11.1-RELEASE-i386.vhd.xz) = 07c276988cc3e4c29ed61508ccefde2948a427d0df0fb4a816982c46b5694d74448fc422b3323c825922405aeadb0a56e7947251e3422b3436b10ec1f19cbb3b + SHA512 (FreeBSD-11.1-RELEASE-i386.vmdk.xz) = 1904b85abf75e9b164ec22f88b72ae4942d6391b7b275c412b9561ca8d76b7f0218d4b950a39846a3d421245a5bf10d062203ea4a745f485a4bc469f9b461411 + + + SHA256 (FreeBSD-11.1-RELEASE-i386.qcow2.xz) = 693e64a76c3097d83500a907ee48daf5d8c08c8e19d96d73516873775f7a6948 + SHA256 (FreeBSD-11.1-RELEASE-i386.raw.xz) = 22708a4d63607e16a3714887b32dec12111a04bf9e2a8cb25dc3faa9eed99b49 + SHA256 (FreeBSD-11.1-RELEASE-i386.vhd.xz) = 8f614d5771e98f7bd5db4dc2903d6abbcb5c0b1a2a47e778892111774a5e91f2 + SHA256 (FreeBSD-11.1-RELEASE-i386.vmdk.xz) = 61fc5ac92a4563d4a1e1d9841440e021b776cedac90f7c65a3cf0e91499bae13 + + + aarch64 (arm64): + + SHA512 (FreeBSD-11.1-RELEASE-arm64-aarch64.qcow2.xz) = d633eee589c0d4fdede6973608749bff5014e52ce7ad18086fab70f4315494e14764a6789eeccc02aec868a1d56dcd61aa3085a69dcede927a9a9264883b0cf7 + SHA512 (FreeBSD-11.1-RELEASE-arm64-aarch64.raw.xz) = 34d878de3a9040fae18192ad34d6f4dfe2e0bf52c3f06a918368d4c7ca5e4133897fdc09e91e420b9caab0b6c4ee86dd63d68026c7faaf204c7f547bce2ac418 + SHA512 (FreeBSD-11.1-RELEASE-arm64-aarch64.vhd.xz) = 37edc26e1dce16a598b2feb0fbd9b1e3f56e0fb05088ab8f6f9ca13816912d40e0a65f0f72e43202c287f2b099941f539cbd10d2c4225695b5097ac217d17537 + SHA512 (FreeBSD-11.1-RELEASE-arm64-aarch64.vmdk.xz) = e1cc7ca416d0bea78da9588634afd62797344f0fcf2d409825e1f1b7a5b01a954a3c87c213fc1bfdcacd249da0a511ead1f9555b241c20178d3566c04945c7b5 + + + SHA256 (FreeBSD-11.1-RELEASE-arm64-aarch64.qcow2.xz) = e4dccf7ed908c73ba6a8f68ad15dbbb548c5a3dacde35c39b24ba47044111d51 + SHA256 (FreeBSD-11.1-RELEASE-arm64-aarch64.raw.xz) = 46e69462cf394578b9526a7ff88c3925eab740286546e91db8bb23732146d287 + SHA256 (FreeBSD-11.1-RELEASE-arm64-aarch64.vhd.xz) = fe2ee8e0c0434be2cdaf038d2463062fa68f9a82dd5b97e066c0c9d6e915d7c3 + SHA256 (FreeBSD-11.1-RELEASE-arm64-aarch64.vmdk.xz) = 5d735a2d35672d617ff13cf200612bd106a26e54032e67bbd0a68fd6c97749f2 + + + Love FreeBSD? Support this and future releases with a donation to The + FreeBSD Foundation! https://www.FreeBSDFoundation.org/donate/ + +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAll35XAACgkQAxRYpUeP +4pMS9RAAgOLUOUejYQ2NcDBYGh3wXtgVBXlopTVJ9OhUrSKplOqGWJZs0Csz3t1/ +TGqXQVPu1magdKdqPN1Xlqdr4Kx6OYQRQJcbH4iHUts3fy24ahvx3x9BhZ63yJuf +Idk0RexHR3/p3CeM3VJvq23YfNiBNrSfMU8BG4T+KZ9Lu4VhRDFzVRw7snznU/Z7 +KfZL+/OYpciJy8L/30UjF2NCpWMaxEW7pcOMiI6qpbaXBx5U8CmLElj9BFFuBLYQ +W+LdbZxMYxxyE9UsvDm4xWT2aoxqZUgncHlgtJJIDz/pGgWGwIEej4OsnmMdKy4c +rAgIrxXMRFS5FCdK05753w2adNG82QcwpI7wAVU1Y8AYszM9wO4oi75xtmdUCFxf +D0X58Zj6kJ677qgaasjvuo6V0+zfCv7GKYm2UuhA0Xc/OcRyjeCmQIw54UVYv/E2 +jRwXqzCF/8SuSdY5gs7rO75rV/VpiK6GwMhDUq1OJUDzO8eJ9YPfaI+gpfKIRPuZ +wHsoqpM0wkfDHTvzr+uE2QHtklS/avbGKReMFk4xc12gkjJ/FDUrQUG3FFFBg1S/ +5htwZDu0kNzE8YECdWZQK60U1o3hx7ELfcupWAcphPtdt0wQ5f5OjF8r7YaTFO1R +YhF22XrubO5CxZnkAzcrpD1EVyrFcl5XMMJvz3wHlIJX5ZjC7Tc= +=04+h +-----END PGP SIGNATURE----- Added: head/en_US.ISO8859-1/htdocs/releases/11.1R/announce.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/htdocs/releases/11.1R/announce.xml Wed Jul 26 00:50:46 2017 (r50567) @@ -0,0 +1,749 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN" +"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [ +<!ENTITY thisbranch "11"> +<!ENTITY thisrelease "&thisbranch;.1"> +<!ENTITY nextrelease "&thisbranch;.2"> +<!ENTITY lastrelease "11.0"> +<!ENTITY title "FreeBSD &thisrelease;-RELEASE Announcement"> +<!ENTITY thiseol "September 30, 2021"> +]> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <title>&title;</title> + + <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword> + </head> + + <body class="navinclude.download"> + + <p>The &os; Release Engineering Team is pleased to announce the + availability of &os; &thisrelease;-RELEASE. This is the + second release of the stable/&thisbranch; branch.</p> + + <p>Some of the highlights:</p> + + <ul> + <li> + <p>Clang, LLVM, LLD, LLDB, and libc++ have been updated to + version 4.0.0.</p> + </li> + + <li> + <p>Many third-party (contributed) software updates, such as + the Elf Tool Chain, ACPICA, libarchive(3), ntpd(8), + unbound(8), and more.</p> + </li> + + <li> + <p>Support for blacklistd(8) has been added to OpenSSH.</p> + </li> + + <li> + <p>The zfsbootcfg(8) utility has been added, providing + one-time boot.config(5)-style options for zfsboot(8).</p> + </li> + + <li> + <p>The efivar(8) utility has been added, providing an + interface to manage UEFI variables.</p> + </li> + + <li> + <p>Support for Microsoft® Hyper-V™ Generation 2 + virtual machines has been added.</p> + </li> + + <li> + <p>The ena(4) driver has been added, providing support for + "next generation" Enhanced Networking on the + Amazon® EC2™ platform.</p> + </li> + + <li> + <p>The NFS client now supports the Amazon® Elastic File + System™ (EFS).</p> + </li> + + <li> + <p>The EFI loader can now access remote files via TFTP in + addition to NFS as a runtime configuration option.</p> + </li> + + <li> + <p>ZFS now stores compressed data in cache, improving cache + hit rates and performance.</p> + </li> + + <li> + <p>Several updates to provide build reproducibility.</p> + </li> + </ul> + + <p>For a complete list of new features and known problems, please + see the online release notes and errata list, available at:</p> + + <ul> + <li><p><tt><a href="https://www.FreeBSD.org/releases/&thisrelease;R/relnotes.html">https://www.FreeBSD.org/releases/&thisrelease;R/relnotes.html</a></tt></p></li> + <li><p><tt><a href="https://www.FreeBSD.org/releases/&thisrelease;R/errata.html">https://www.FreeBSD.org/releases/&thisrelease;R/errata.html</a></tt></p></li> + </ul> + + <p>For more information about &os; release engineering + activities, please see:</p> + + <ul> + <li><p><tt><a href="https://www.FreeBSD.org/releng/">https://www.FreeBSD.org/releng/</a></tt></p></li> + </ul> + + <h2 id="availability">Availability</h2> + + <p>&os; &thisrelease;-RELEASE is now available for the amd64, + i386, powerpc, powerpc64, sparc64, armv6, and aarch64 + architectures.</p> + + <p>&os; &thisrelease;-RELEASE can be installed from bootable + ISO images or over the network. Some architectures also support + installing from a USB memory stick. The required files can be + downloaded as described in the section below.</p> + + <p>SHA512 and SHA256 hashes for the release ISO, memory stick, and + SD card images are included at the bottom of this message.</p> + + <p>PGP-signed checksums for the release images are also available + at:</p> + + <ul> + <li> + <a href="https://www.FreeBSD.org/releases/&thisrelease;R/signatures.html">https://www.FreeBSD.org/releases/&thisrelease;R/signatures.html</a> + </li> + </ul> + + <p>A PGP-signed version of this announcement is available at:</p> + + <ul> + <li> + <a href="https://www.FreeBSD.org/releases/&thisrelease;R/announce.asc">https://www.FreeBSD.org/releases/&thisrelease;R/announce.asc</a> + </li> + </ul> + + <p><b>Note for those upgrading from 11.1-RC2 in + VirtualBox™:</b><br/>If system panics were experienced + when upgrading from 11.1-RC1 to 11.1-RC2, and the + emulators/virtualbox-ose-additions{,-nox11} port was built + locally as a resolution, the port will either need to be rebuilt + when upgrading from 11.1-RC2 to 11.1-RELEASE, or reinstall the + package from the <tt>pkg(8)</tt> mirrors using either:</p> + + <p><tt># pkg install -f virtualbox-ose-additions</tt></p> + + <p>or:</p> + + <p><tt># pkg install -f virtualbox-ose-additions-nox11</tt></p> + + <p>To ensure the system does not panic after rebooting into the + updated kernel, it is recommended to disable the vboxguest + service in <tt>rc.conf(5)</tt> prior to rebooting the system if + possible, or use <tt>pkg(8)</tt> to forcefully reinstall the + package.<br/><br/> Systems being upgraded from 11.1-RC1 and + earlier and 11.1-RC3 to 11.1-RELEASE should be unaffected.</p> + + <p>The purpose of the images provided as part of the release are + as follows:</p> + + <dl> + <dt>dvd1</dt> + + <dd> + <p>This contains everything necessary to install the base &os; + operating system, the documentation, debugging distribution + sets, and a small set of pre-built packages aimed at getting + a graphical workstation up and running. It also supports + booting into a "livefs" based rescue mode. This should be + all you need if you can burn and use DVD-sized media.</p> + </dd> + + <dt>disc1</dt> + + <dd> + <p>This contains the base &os; operating system. It also + supports booting into a "livefs" based rescue mode. There + are no pre-built packages.</p> + </dd> + + <dt>bootonly</dt> + + <dd> + <p>This supports booting a machine using the CDROM drive but + does not contain the installation distribution sets for + installing &os; from the CD itself. You would need to + perform a network based install (e.g., from an HTTP or FTP + server) after booting from the CD.</p> + </dd> + + <dt>memstick</dt> + + <dd> + <p>This can be written to an USB memory stick (flash drive) + and used to do an install on machines capable of booting off + USB drives. It also supports booting into a "livefs" based + rescue mode. There are no pre-built packages.</p> + + <p>As one example of how to use the memstick image, assuming + the USB drive appears as /dev/da0 on your machine something + like this should work:</p> + + <pre> + # dd if=FreeBSD-&thisrelease;-RELEASE-amd64-memstick.img \ + of=/dev/da0 bs=1m conv=sync</pre> + + <p>Be careful to make sure you get the target (of=) + correct.</p> + </dd> + + <dt>mini-memstick</dt> + + <dd> + <p>This can be written to an USB memory stick (flash drive) + and used to boot a machine, but does not contain the + installation distribution sets on the medium itself, similar + to the bootonly image. It also supports booting into + a "livefs" based rescue mode. There are no pre-built + packages.</p> + + <p>As one example of how to use the mini-memstick image, + assuming the USB drive appears as /dev/da0 on your machine + something like this should work:</p> + + <pre> + # dd if=FreeBSD-&thisrelease;-RELEASE-amd64-mini-memstick.img \ + of=/dev/da0 bs=1m conv=sync</pre> + + <p>Be careful to make sure you get the target (of=) + correct.</p> + </dd> + + <dt>&os;/arm SD card images</dt> + + <dd> + <p>These can be written to an SD card and used to boot the + supported arm system. The SD card image contains the full + &os; installation, and can be installed onto SD cards as + small as 512Mb.</p> + + <p>For convenience for those without console access to the + system, a <tt>freebsd</tt> user with a password of + <tt>freebsd</tt> is available by default for <tt>ssh(1)</tt> + access. Additionally, the <tt>root</tt> user password is + set to <tt>root</tt>, which it is strongly recommended to + change the password for both users after gaining access to + the system.</p> + + <p>To write the &os;/arm image to an SD card, use the + <tt>dd(1)</tt> utility, replacing <i>KERNEL</i> with the + appropriate kernel configuration name for the system.</p> + + <pre> + # dd if=FreeBSD-&thisrelease;-RELEASE-arm-armv6-<i>KERNEL</i>.img \ + of=/dev/da0 bs=1m conv=sync</pre> + + <p>Be careful to make sure you get the target (of=) + correct.</p> + </dd> + + </dl> + + <p>&os; &thisrelease;-RELEASE can also be purchased on CD-ROM + or DVD from several vendors. One of the vendors that will be + offering &os; &thisrelease;-based products is:</p> + + <ul> + <li> + <p>&os; Mall, Inc.<tt> <a + href="https://www.freebsdmall.com/">https://www.freebsdmall.com</a></tt></p></li> + </ul> + + <p>Pre-installed virtual machine images are also available for the + amd64 (x86_64), i386 (x86_32), and AArch64 (arm64) architectures + in <tt>QCOW2</tt>, <tt>VHD</tt>, and <tt>VMDK</tt> disk image + formats, as well as raw (unformatted) images.</p> + + <p>&os; &thisrelease;-RELEASE &arch.amd64; is also available + on these cloud hosting platforms:</p> + + <ul> + <li> + <p>Amazon® EC2™:<br/> + AMIs are available in the following regions:</p> + + <pre> ap-south-1 region: ami-8a760ee5 + eu-west-2 region: ami-f2425396 + eu-west-1 region: ami-5302ec2a + ap-northeast-2 region: ami-f575ab9b + ap-northeast-1 region: ami-0a50b66c + sa-east-1 region: ami-9ad8acf6 + ca-central-1 region: ami-622e9106 + ap-southeast-1 region: ami-6d75e50e + ap-southeast-2 region: ami-bda2bede + eu-central-1 region: ami-7588251a + us-east-1 region: ami-70504266 + us-east-2 region: ami-0d725268 + us-west-1 region: ami-8b0128eb + us-west-2 region: ami-dda7bea4</pre> + + <p>AMIs will also available in the Amazon® Marketplace + once they have completed third-party specific validation + at:<br/><a + href="https://aws.amazon.com/marketplace/pp/B01LWSWRED/">https://aws.amazon.com/marketplace/pp/B01LWSWRED/</a> + </p> + </li> + + <li> + <p>Google® Compute Engine™:<br/> + Instances can be deployed using the <tt>gcloud</tt> + utility:</p> + + <pre> + % gcloud compute instances create <i>INSTANCE</i> \ + --image freebsd-11-1-release-amd64 \ + --image-project=freebsd-org-cloud-dev + % gcloud compute ssh <i>INSTANCE</i></pre> + + <p>Replace <i>INSTANCE</i> with the name of the Google Compute + Engine instance.</p> + </li> + + <li> + <p>Hashicorp/Atlas® Vagrant™:<br/> + Instances can be deployed using the <tt>vagrant</tt> + utility:</p> + + <pre> + % vagrant init freebsd/FreeBSD-11.1-RELEASE + % vagrant up</pre> + </li> + + <li> + <p>Microsoft® Azure™:<br/> + &os; virtual machine images will be available once they have + completed third-party specific validation at:<br/><a + href="https://azuremarketplace.microsoft.com/marketplace/apps/Microsoft.FreeBSD111?tab=Overview">https://azuremarketplace.microsoft.com/marketplace/apps/Microsoft.FreeBSD111?tab=Overview</a></p> + </li> + </ul> + + <h2>Download</h2> + + <p>&os; &thisrelease;-RELEASE may be downloaded via https + from the following site:</p> + + <ul> + <li><p><tt><a href="https://download.freebsd.org/ftp/releases/ISO-IMAGES/&thisrelease;/">https://download.freebsd.org/ftp/releases/ISO-IMAGES/&thisrelease;/</a></tt></p></li> + </ul> + + <p>&os; &thisrelease;-RELEASE virtual machine images may be + downloaded from:</p> + + <ul> + <li><p><tt><a href="https://download.freebsd.org/ftp/releases/VM-IMAGES/&thisrelease;-RELEASE/">https://download.freebsd.org/ftp/releases/VM-IMAGES/&thisrelease;-RELEASE/</a></tt></p></li> + </ul> + + <p>For instructions on installing &os; or updating an existing + machine to &thisrelease;-RELEASE please see:</p> + + <ul> + <li><p><tt><a href="https://www.FreeBSD.org/releases/&thisrelease;R/installation.html">https://www.FreeBSD.org/releases/&thisrelease;R/installation.html</a></tt></p></li> + </ul> + + <h2>Support</h2> + + <p>Based on the new &os; support model, the &os; 11 release + series will be supported until at least &thiseol;. This point + release, &os; &thisrelease;-RELEASE, will be supported + until at least three months after + &os; &nextrelease;-RELEASE. Additional support information + can be found at:</p> + + <ul> + <li><p><tt><a href="https://www.FreeBSD.org/security/">https://www.FreeBSD.org/security/</a></tt></p></li> + </ul> + + <h2>Acknowledgments</h2> + + <p>Many companies donated equipment, network access, or man-hours + to support the release engineering activities for + &os; &thisrelease; including The &os; Foundation, + Yahoo!, NetApp, Internet Systems Consortium, ByteMark Hosting, + Sentex Communications, New York Internet, Juniper Networks, + NLNet Labs, iXsystems, and Yandex.</p> + + <p>The release engineering team for &thisrelease;-RELEASE + includes:</p> + + <table border="0"> + <tbody> + <tr> + <td>Glen Barber <<a href="mailto:gjb@FreeBSD.org">gjb@FreeBSD.org</a>></td> + <td>Release Engineering Lead, &thisrelease;-RELEASE Release Engineer</td> + </tr> + + <tr> + <td>Konstantin Belousov <<a href="mailto:kib@FreeBSD.org">kib@FreeBSD.org</a>></td> + <td>Release Engineering</td> + </tr> + + <tr> + <td>Bryan Drewery <<a href="mailto:bdrewery@FreeBSD.org">bdrewery@FreeBSD.org</a>></td> + <td>Release Engineering, Package Building</td> + </tr> + + <tr> + <td>Marc Fonvieille <<a href="mailto:blackend@FreeBSD.org">blackend@FreeBSD.org</a>></td> + <td>Release Engineering, Documentation</td> + </tr> + + <tr> + <td>Rodney Grimes <<a href="mailto:rgrimes@FreeBSD.org">rgrimes@FreeBSD.org</a>></td> + <td>Release Engineering Emeritus</td> + </tr> + + <tr> + <td>Xin Li <<a href="mailto:delphij@FreeBSD.org">delphij@FreeBSD.org</a>></td> *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707260050.v6Q0okxD079947>