FreeBSD 10.2-RC2 Now Available

Glen Barber gjb at FreeBSD.org
Sat Aug 1 17:52:00 UTC 2015


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

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

Installation images are available for:

o amd64 GENERIC
o i386 GENERIC
o ia64 GENERIC
o powerpc GENERIC
o powerpc64 GENERIC64
o sparc64 GENERIC

The image checksums follow at the end of this email.

FreeBSD/arm SD card images are available for:

o BEAGLEBONE
o CUBOX-HUMMINGBOARD
o GUMSTIX
o RPI-B
o PANDABOARD
o WANDBOARD

Note:  For convenience for those without console access to supported arm
devices, a default 'freebsd' user exists for ssh(1) login.  The password
is 'freebsd', which it is strongly recommended to change after gaining
access to the system.  Additionally, the 'root' user password is 'root',
which is also recommended to change.

All images can be downloaded from:

  ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/10.2/

If you notice problems, please report them through the Bugzilla PR
system.

If you would like to use SVN to do a source based update of an existing
system, use the "releng/10.2" branch.

A list of changes since 10.1-RELEASE are available in the release notes:

  https://www.freebsd.org/releases/10.2R/relnotes.html

Please note, the release notes page is not yet complete, and will be
updated on an ongoing basis as the 10.2-RELEASE cycle progresses.

=== Changes Since 10.2-RC1 ===

o The pkg(8) repository configuration file used to populate the
  /packages directory on the dvd1.iso for amd64 and i386 has been
  corrected to use the 'quarterly' branch for RC2.

o ntpd(8) has been updated to use a static build date for
  reproducibility, as well as no longer links against libmd.

o The nvme(4) driver has been updated to fix an issue where ZFS TRIM
  on pool initialization would appear to hang the system, with several
  additional updates.

o An issue where the UEFI loader would create an invalid device path has
  been fixed.

o A bug in the pre-8.x F_GETLK command for fcntl(2) emulation of
  advisory locks was fixed.

o A shell injection vulnerability in patch(1) has been fixed.
  [FreeBSD-SA-15:14]

o An issue with TCP reassembly leading to mbuf(9) exhaustion has been
  fixed.  [FreeBSD-SA-15:15]

o OpenSSH has been updated to address multiple vulnerabilities.
  [FreeBSD-SA-15:16]

o A regression related to suspend and resume for several laptops has
  been fixed.

o Several issues have been fixed in pf(4).

o The VHD-formatted virtual machine disk images have changed to use the
  fixed-size format instead of the dynamic-size format.

o An issue related to UDP checksum offloading has been fixed for Hyper-V
  on Windows Server 2012 and earlier.

o A locking issue that could cause FreeBSD/sparc64 systems to panic has
  been fixed.

o An issue in the uart(4) driver that could trigger a system panic has
  been fixed.

o tar(1) has been updated to address an issue when compressing sparse
  files.

o The pms(4) driver for PMC Sierra SAS/SATA HBA controllers has been
  removed from the GENERIC kernel configuration.  In order to use the
  driver, add pmspcv_load="YES" to loader.conf(5) or at the loader(8)
  prompt, run 'load pmspcv.ko'.  Note, there is an issue with the driver
  where it will attempt to attach to controllers it should not.  At
  present, a post-release Errata Notice is planned for this issue, to
  allow time for the issue to be properly resolved in 11-CURRENT and
  10-STABLE.

=== Virtual Machine Disk Images ===
 
VM disk images are available for the amd64 and i386 architectures.
Disk images may be downloaded from the following URL (or any of the
FreeBSD FTP mirrors):

  ftp://ftp.freebsd.org/pub/FreeBSD/releases/VM-IMAGES/10.2-RC2/

The partition layout is:

 ~ 512k - freebsd-boot GPT partition type (bootfs GPT label)
 ~ 1GB  - freebsd-swap GPT partition type (swapfs GPT label)
 ~ ~17GB - 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, which
decompress to a 20GB sparse image.

Note to consumers of the dvd1.iso image: The bsdconfig(8) utility cannot
install the packages included on the DVD, however they can be installed
manually.

To install packages from the dvd1.iso image, create and mount the /dist
directory:

        # mkdir -p /dist
	# mount -t cd9660 /dev/cd0 /dist

Replace '/dev/cd0' with the appropriate cd(4) device as necessary.

Next, bootstrap pkg(8) from the DVD: 

	# env REPOS_DIR=/dist/packages/repos \
	  pkg bootstrap

At this point, pkg-install(8) can be used to install additional packages
from the DVD.  Please note, the REPOS_DIR environment variable should be
used each time using the DVD as the package repository, otherwise
conflicts with packages from the upstream mirrors may occur when they
are fetched.  For example, to install Gnome and Xorg, run:

	# env REPOS_DIR=/dist/packages/repos \
	  pkg install xorg-server xorg gnome3 [...]

=== Amazon EC2 AMI Images ===

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

 us-east-1 region: ami-9ff355f4
 us-west-1 region: ami-1b1be75f
 us-west-2 region: ami-bb68618b
 sa-east-1 region: ami-5b199746
 eu-west-1 region: ami-9cd98eeb
 eu-central-1 region: ami-e00206fd
 ap-northeast-1 region: ami-2ac5782a
 ap-southeast-1 region: ami-82515dd0
 ap-southeast-2 region: ami-b12b6b8b

=== Azure / VM Depot Images ===

FreeBSD/amd64 images are available for use within the Microsoft Azure
hosting platform through VM Depot.  For deployment instructions, see:

  https://vmdepot.msopentech.com/Vhd/Show?vhdId=56718&version=59090

=== 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-10.2-RC2
	% vagrant up

=== Upgrading ===

The freebsd-update(8) utility supports binary upgrades of amd64 and i386
systems running earlier FreeBSD releases.  Systems running earlier
FreeBSD releases can upgrade as follows:

	# freebsd-update upgrade -r 10.2-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 9.x.  Alternatively, the user can install misc/compat9x 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 10.2-RC2 amd64 GENERIC:
  SHA256 (FreeBSD-10.2-RC2-amd64-bootonly.iso) = 5181465f01ec0d51d00dd4da69e9706230a42b40026efd73aba6c976909c298d
  SHA256 (FreeBSD-10.2-RC2-amd64-bootonly.iso.xz) = 1a674c91ec780f438d8694924299ade9aac7dc38773c35f08894d3ab906a162c
  SHA256 (FreeBSD-10.2-RC2-amd64-disc1.iso) = 81d0697402324751ad7d044c2322efcafe65d99c83f53f7bf18cf37ec7ae20a4
  SHA256 (FreeBSD-10.2-RC2-amd64-disc1.iso.xz) = c82ad4e273c1f263381739ccb35af6b4eb2ab7be818e350e4357d98ce3340cf5
  SHA256 (FreeBSD-10.2-RC2-amd64-dvd1.iso) = 41400542bf8d6e938d737c299bf04b012c47921e3b78dd77c7bb7477e8bbf17b
  SHA256 (FreeBSD-10.2-RC2-amd64-dvd1.iso.xz) = eca0d41e51a8081641c64d9688f58178074b8d27b6cb50f8ee0226e21b34a273
  SHA256 (FreeBSD-10.2-RC2-amd64-memstick.img) = ebab3ebf1c03d396dab6773974e4e99175fd89e8460708cfa26fe47272459e60
  SHA256 (FreeBSD-10.2-RC2-amd64-memstick.img.xz) = 199be0f8ace73ff667baaa24c00d48b38e3c30883c8a3cbdefd5252bfbf80a52
  SHA256 (FreeBSD-10.2-RC2-amd64-mini-memstick.img) = 4a623c1513a3d7898364d875be8f2139d11740a8ae1f3e877b380f4df20c7182
  SHA256 (FreeBSD-10.2-RC2-amd64-mini-memstick.img.xz) = d04fd6ee2f4ea33070ae20c568245ddc1378cafd2a02c7e42b9442a381b833bb
  SHA256 (FreeBSD-10.2-RC2-amd64-uefi-bootonly.iso) = 252e2a7c9f408e121a358ff73afc7bd4ee500b8360427854ee2a8d355a7e993b
  SHA256 (FreeBSD-10.2-RC2-amd64-uefi-bootonly.iso.xz) = 8568617f1b84682a6c3d9e2163b9c3c598af8d839cea158f3ca45548b17581ca
  SHA256 (FreeBSD-10.2-RC2-amd64-uefi-disc1.iso) = 802d2467e2facf17392b119c3342c2000b6d6910ebb85d1dcb62eb9c851188d0
  SHA256 (FreeBSD-10.2-RC2-amd64-uefi-disc1.iso.xz) = 939729895c976c66101ab26bb4560d96391c654b85fb3c006fc61993b0cc95ee
  SHA256 (FreeBSD-10.2-RC2-amd64-uefi-dvd1.iso) = e4734fcd8c49a1580802cdeee7cf541215c665d6505820f9f373bd2553bcb3c6
  SHA256 (FreeBSD-10.2-RC2-amd64-uefi-dvd1.iso.xz) = 48a3093099bcd5319f72800aefeb45600b463c108693f73ef028638f40f8c17c
  SHA256 (FreeBSD-10.2-RC2-amd64-uefi-memstick.img) = c0bffbd607d820ce0ae3f83a323f9ad62d210c6ab8ad7a0ce24d7f1e2afcbc23
  SHA256 (FreeBSD-10.2-RC2-amd64-uefi-memstick.img.xz) = fbd7cea015f26c7a05c92151d6a38dfc2d685614c96cb9303ae34d94c1ea8dcc
  SHA256 (FreeBSD-10.2-RC2-amd64-uefi-mini-memstick.img) = 2b1f69293a67f1c5701d8eda8a6995e55125a45f9bc6d7f72b6eace504713fd5
  SHA256 (FreeBSD-10.2-RC2-amd64-uefi-mini-memstick.img.xz) = 33331f6ea70b4ae4d55b93bd608e8ca8f01fdb9a3f2cb432ae37659ae39cfef8

  MD5 (FreeBSD-10.2-RC2-amd64-bootonly.iso) = 33b8d52e3c6ca1a51fcd8954505a7893
  MD5 (FreeBSD-10.2-RC2-amd64-bootonly.iso.xz) = d3b1a278ef2912c27b2c7c441cea2ffb
  MD5 (FreeBSD-10.2-RC2-amd64-disc1.iso) = 64da91eac0b490301b816037823e524e
  MD5 (FreeBSD-10.2-RC2-amd64-disc1.iso.xz) = 4dd11509ebc5ebaf0dbe77a3e6ec3262
  MD5 (FreeBSD-10.2-RC2-amd64-dvd1.iso) = f387fa915299757b3069e0af6aeaa264
  MD5 (FreeBSD-10.2-RC2-amd64-dvd1.iso.xz) = 41fb93258911b44577787d0e2d4a3656
  MD5 (FreeBSD-10.2-RC2-amd64-memstick.img) = 1458071358d2e956b65597af74fc56aa
  MD5 (FreeBSD-10.2-RC2-amd64-memstick.img.xz) = b6a77a170ee864285b0b93be393fb5c3
  MD5 (FreeBSD-10.2-RC2-amd64-mini-memstick.img) = c675a1810598a86256f9297357fc2a15
  MD5 (FreeBSD-10.2-RC2-amd64-mini-memstick.img.xz) = a9442434098549f354fdf2fcc9113ee9
  MD5 (FreeBSD-10.2-RC2-amd64-uefi-bootonly.iso) = 5a9399a4c496ddb420f75b1731490bd5
  MD5 (FreeBSD-10.2-RC2-amd64-uefi-bootonly.iso.xz) = 45f5d4faf0def3f3cd59ac121e547126
  MD5 (FreeBSD-10.2-RC2-amd64-uefi-disc1.iso) = 7ec1d673b5adbce27c20a08ad883b089
  MD5 (FreeBSD-10.2-RC2-amd64-uefi-disc1.iso.xz) = 20c2f48e7a52c460ef91f45de890b966
  MD5 (FreeBSD-10.2-RC2-amd64-uefi-dvd1.iso) = b7dfc1220353cc601e1bd17d3c24ab0f
  MD5 (FreeBSD-10.2-RC2-amd64-uefi-dvd1.iso.xz) = de83c7c4cec26b7facd30e94d6a6d370
  MD5 (FreeBSD-10.2-RC2-amd64-uefi-memstick.img) = 0a21702a315ec918bccc17485a04a219
  MD5 (FreeBSD-10.2-RC2-amd64-uefi-memstick.img.xz) = d97f7d8bb49671ce8479fa95c1bc2a06
  MD5 (FreeBSD-10.2-RC2-amd64-uefi-mini-memstick.img) = a2dc75d194c6d012574cb94a7ee308d9
  MD5 (FreeBSD-10.2-RC2-amd64-uefi-mini-memstick.img.xz) = c99617c4c6b91c4915a4cca86d7bf276


o 10.2-RC2 i386 GENERIC:
  SHA256 (FreeBSD-10.2-RC2-i386-bootonly.iso) = 0ee1952b1b4adee44dfac62f4cc57438bf84276815a83bd5162cfaac5adcb99c
  SHA256 (FreeBSD-10.2-RC2-i386-bootonly.iso.xz) = 3f4967313af8145bd2ad38ba3c728819fe98f4ee6c1821103f3fe825e1c51f06
  SHA256 (FreeBSD-10.2-RC2-i386-disc1.iso) = 35eb1a25f20e8e8436f19f530f5ccc1e1d13efaa4311c2e22e56fa0f61b87ed1
  SHA256 (FreeBSD-10.2-RC2-i386-disc1.iso.xz) = f6d9ca9e469ab0231a917affda684eab3562fc12401c4762833a3f9018f60309
  SHA256 (FreeBSD-10.2-RC2-i386-dvd1.iso) = c4d46710a64b02d617bcebc2cf29f60cf92e68fb9d5021948404847415669861
  SHA256 (FreeBSD-10.2-RC2-i386-dvd1.iso.xz) = 81fa6d9b25894725a29d3ab587007bff54c35de53063762cb278b444c523f169
  SHA256 (FreeBSD-10.2-RC2-i386-memstick.img) = a155ffbeb418cb4dba421e737b4e53f05e01a0cb04ab7dc59774f6dc9b97a270
  SHA256 (FreeBSD-10.2-RC2-i386-memstick.img.xz) = ad7faa719b107aa2e47859a1b664e6d81b3c6b6784f3e31103629b77e20c4dc5
  SHA256 (FreeBSD-10.2-RC2-i386-mini-memstick.img) = 10f730bf42171061239ce77dc9520f0a7ecdad074e7196046cc731812a5b04a0
  SHA256 (FreeBSD-10.2-RC2-i386-mini-memstick.img.xz) = 51b04a58271d8b54c6acb7f183375aa4ef8e2c5f9a12cc562112e159e9f50a32

  MD5 (FreeBSD-10.2-RC2-i386-bootonly.iso) = 51dca259a81b66e2f30b264684ba50bc
  MD5 (FreeBSD-10.2-RC2-i386-bootonly.iso.xz) = 40afc1b4677eb06cf7d6ba19ede7a9dd
  MD5 (FreeBSD-10.2-RC2-i386-disc1.iso) = 16c5324c2e49a4337a5d000f1e2101a7
  MD5 (FreeBSD-10.2-RC2-i386-disc1.iso.xz) = b55ccd4b08375eeb546fe0616e2595da
  MD5 (FreeBSD-10.2-RC2-i386-dvd1.iso) = e394c7b5f041a941139f0a7e81943273
  MD5 (FreeBSD-10.2-RC2-i386-dvd1.iso.xz) = d63b17c522dd6760e8cf0edfb28d0648
  MD5 (FreeBSD-10.2-RC2-i386-memstick.img) = 54d4e50df9fcc3bd84a3637d5c895d40
  MD5 (FreeBSD-10.2-RC2-i386-memstick.img.xz) = 884ee87af399de2aca383871e37d5b6c
  MD5 (FreeBSD-10.2-RC2-i386-mini-memstick.img) = 041f514691d1b9f13d0de2ad55fb18b4
  MD5 (FreeBSD-10.2-RC2-i386-mini-memstick.img.xz) = abbe98a829c95e6ed54ef6500eab209c


o 10.2-RC2 ia64 GENERIC:
  SHA256 (FreeBSD-10.2-RC2-ia64-bootonly.iso) = 6355fb82ec453d49f7443abfffd1e06b75ec04787d27b0c8a8d9f1bab2a0c839
  SHA256 (FreeBSD-10.2-RC2-ia64-bootonly.iso.xz) = 8ddab4b3c7807ae58041d953607ce5cd5619610de8c81f9681ffda6180589d17
  SHA256 (FreeBSD-10.2-RC2-ia64-disc1.iso) = 1195b8bd9cec3b8e19926368b2a5cbcda32d903454c2e043bdfd3dbac0aae880
  SHA256 (FreeBSD-10.2-RC2-ia64-disc1.iso.xz) = 0092b923b7cb9b2740ed8392d5d417a4436d92caaca01b2a820d2192c055f3ae
  SHA256 (FreeBSD-10.2-RC2-ia64-dvd1.iso) = 764c06d5730aa0275bc5a439aebfb1c0bce960cc53675ab06800580a54759287
  SHA256 (FreeBSD-10.2-RC2-ia64-dvd1.iso.xz) = 027aff47730ac15d288405e8c3f20d26f680a933bbbea3b121f3e4a01c458eb6
  SHA256 (FreeBSD-10.2-RC2-ia64-memstick.img) = b400bb5e767293178405b2f5348278db220abf407d8c80d6b62e46ba46c992fc
  SHA256 (FreeBSD-10.2-RC2-ia64-memstick.img.xz) = 4d89ec9776afc937b2e085872fe486aec2da31c9d0d67a4415a5f6b2674541c3
  SHA256 (FreeBSD-10.2-RC2-ia64-mini-memstick.img) = ba6827b6aa0170184cf04371cd5fba2b25750b23890741396f62d5ec9ed69555
  SHA256 (FreeBSD-10.2-RC2-ia64-mini-memstick.img.xz) = f861e08a6112cf264bce76f0a959efae2a09edfd88ee2ad95af96135376dea35

  MD5 (FreeBSD-10.2-RC2-ia64-bootonly.iso) = 922bfd4e135c3cffc79b05468e366803
  MD5 (FreeBSD-10.2-RC2-ia64-bootonly.iso.xz) = 2418b0f83ab27a1d9ce00a2e5832884e
  MD5 (FreeBSD-10.2-RC2-ia64-disc1.iso) = 10c5150906a7d45d628aa3e5e789f05b
  MD5 (FreeBSD-10.2-RC2-ia64-disc1.iso.xz) = ca56d0c322be28e6eef3b922beb59de1
  MD5 (FreeBSD-10.2-RC2-ia64-dvd1.iso) = 16ea5ac01a31c76723511231367866b5
  MD5 (FreeBSD-10.2-RC2-ia64-dvd1.iso.xz) = 7fd7ba69d66720c667a7eb430778ebf8
  MD5 (FreeBSD-10.2-RC2-ia64-memstick.img) = 04ada0cda579cc79a06ae4c836d0e737
  MD5 (FreeBSD-10.2-RC2-ia64-memstick.img.xz) = 3511b8654610879cf028a91f3c9ac690
  MD5 (FreeBSD-10.2-RC2-ia64-mini-memstick.img) = 794f50343d0bed117ebbde1c142d91aa
  MD5 (FreeBSD-10.2-RC2-ia64-mini-memstick.img.xz) = 5792f83c07ca5e6034f1176224303883


o 10.2-RC2 powerpc GENERIC:
  SHA256 (FreeBSD-10.2-RC2-powerpc-bootonly.iso) = 6ff8ad256917caecde94461682a21c953aeec637008aa619bc922ddb743420b9
  SHA256 (FreeBSD-10.2-RC2-powerpc-bootonly.iso.xz) = a53ed05821bb2af13f1ce6991ba76ba992495146717e18149b8f41bd0dddc147
  SHA256 (FreeBSD-10.2-RC2-powerpc-disc1.iso) = ba68d8596609156b9c852e50614b35f068001877b7be7b9cd7e7ba71f0715967
  SHA256 (FreeBSD-10.2-RC2-powerpc-disc1.iso.xz) = 082eec450b1541e0d7670009fe59aef6b4caf55c17e0355a0a300775d5c6fd8f
  SHA256 (FreeBSD-10.2-RC2-powerpc-dvd1.iso) = 033daec1abdc0a1bfedbea5908d6852a7ea11e6969b2e8c5b1ed20b3fbe5dc74
  SHA256 (FreeBSD-10.2-RC2-powerpc-dvd1.iso.xz) = 02a88f290950369143db7feba2de462e71cfd5a33d41e3a96bc3105c24fa4e82
  SHA256 (FreeBSD-10.2-RC2-powerpc-memstick.img) = bf8f13cb8d05a6f8da21ddee6d1e9b9b6dfa6df7fd2f6ebaae3f89b0d4774987
  SHA256 (FreeBSD-10.2-RC2-powerpc-memstick.img.xz) = 71fa9439bc922e03b220caf5593a85334aa5804c14d05084b7bd1d6aba7a66b3
  SHA256 (FreeBSD-10.2-RC2-powerpc-mini-memstick.img) = 22b47262d3406c48e7e6d3aab6b691994ac46a885a3c85f10dc01068f19ecd76
  SHA256 (FreeBSD-10.2-RC2-powerpc-mini-memstick.img.xz) = fb6e95c4570e92d40595f60ef8733e5acb360be091a31e7f2417b111d1d09063

  MD5 (FreeBSD-10.2-RC2-powerpc-bootonly.iso) = a95dd867946e502ddfc361cf53cbec1a
  MD5 (FreeBSD-10.2-RC2-powerpc-bootonly.iso.xz) = 46a7958db0071fded612914e0028544f
  MD5 (FreeBSD-10.2-RC2-powerpc-disc1.iso) = b530720a37ba74ee2f9f3559275fdd6a
  MD5 (FreeBSD-10.2-RC2-powerpc-disc1.iso.xz) = ca977488b84e14ff4252ab6cd412ba52
  MD5 (FreeBSD-10.2-RC2-powerpc-dvd1.iso) = 28da4c577bf3ea9444911ae8658fe4cc
  MD5 (FreeBSD-10.2-RC2-powerpc-dvd1.iso.xz) = e7947e407dc7c5b57afa0d70b7e38527
  MD5 (FreeBSD-10.2-RC2-powerpc-memstick.img) = 91dec47a0c65d179fb13964e28a48dab
  MD5 (FreeBSD-10.2-RC2-powerpc-memstick.img.xz) = 7ed3e61f5d718697c692a1a509d88a12
  MD5 (FreeBSD-10.2-RC2-powerpc-mini-memstick.img) = c1e1d1b21e3348e1191982f6789367ea
  MD5 (FreeBSD-10.2-RC2-powerpc-mini-memstick.img.xz) = c682826e506c2d5c16f6357bb5902921


o 10.2-RC2 powerpc64 GENERIC64:
  SHA256 (FreeBSD-10.2-RC2-powerpc-powerpc64-bootonly.iso) = e28b99fe0913f39ab7fac86d0ac688ac544f97e6e1cb8bfd92c9f3a9dc1f3d7d
  SHA256 (FreeBSD-10.2-RC2-powerpc-powerpc64-bootonly.iso.xz) = 7037586db570dfc3530709f2c20af2ad4aef3950716bb179e51472a0cb9f7f4f
  SHA256 (FreeBSD-10.2-RC2-powerpc-powerpc64-disc1.iso) = 10c5da355066bbae72dd4abac344dd9d13427b087a3f7fe5f72a8cc2d6ea67ee
  SHA256 (FreeBSD-10.2-RC2-powerpc-powerpc64-disc1.iso.xz) = 8fc87726807eb5308b8624578bff325b02a1abe856791dc998ad49491a762c34
  SHA256 (FreeBSD-10.2-RC2-powerpc-powerpc64-dvd1.iso) = bc3cb47e910f4cc0c592d61e281c5e08d41001f58f170fbdc063f9fe38e7d0b9
  SHA256 (FreeBSD-10.2-RC2-powerpc-powerpc64-dvd1.iso.xz) = 757952f16883c871706cf3477c8ccc2508f90a919b52ff0057bdf1cb27360a99
  SHA256 (FreeBSD-10.2-RC2-powerpc-powerpc64-memstick.img) = 9af2d8d41fae63030adae93094a9950365b141d90601bb93c0f82ef4e622ae12
  SHA256 (FreeBSD-10.2-RC2-powerpc-powerpc64-memstick.img.xz) = d2218be56930e0bb96179f65633f9984124fd8ca6ab3b39189b8e4e777ba674a
  SHA256 (FreeBSD-10.2-RC2-powerpc-powerpc64-mini-memstick.img) = 1585c7ba9fa1406c82e20187f2e77399029698bb21f1d7ab73d4186a842a35c8
  SHA256 (FreeBSD-10.2-RC2-powerpc-powerpc64-mini-memstick.img.xz) = d69bcea58b790c1205d91575551e63e33b573dc53ad58b42c2ba5043b3b31cf5

  MD5 (FreeBSD-10.2-RC2-powerpc-powerpc64-bootonly.iso) = a88b8259e6599dc38ec336b636223375
  MD5 (FreeBSD-10.2-RC2-powerpc-powerpc64-bootonly.iso.xz) = e0495c57f76f7ea434ccedc8ef2c6cc0
  MD5 (FreeBSD-10.2-RC2-powerpc-powerpc64-disc1.iso) = bc8e80ef3f207c631449bc2f88285f12
  MD5 (FreeBSD-10.2-RC2-powerpc-powerpc64-disc1.iso.xz) = d4edfe362d29e94144b413f3d7b1f5e6
  MD5 (FreeBSD-10.2-RC2-powerpc-powerpc64-dvd1.iso) = 3eb959263f44916294798370f7217b31
  MD5 (FreeBSD-10.2-RC2-powerpc-powerpc64-dvd1.iso.xz) = 04cc9ad3dd7b54e39bc7952ea2d8eb7b
  MD5 (FreeBSD-10.2-RC2-powerpc-powerpc64-memstick.img) = 19c7c718f3b6591f1aa4d76bba94343f
  MD5 (FreeBSD-10.2-RC2-powerpc-powerpc64-memstick.img.xz) = 2f20ec6f011fa10db4e775cc175dad4d
  MD5 (FreeBSD-10.2-RC2-powerpc-powerpc64-mini-memstick.img) = 8c996d2de578d2c6a934a0caa5b901f5
  MD5 (FreeBSD-10.2-RC2-powerpc-powerpc64-mini-memstick.img.xz) = ece65e1a4a60e52cf1d8c872e448b5c6


o 10.2-RC2 sparc64 GENERIC:
  SHA256 (FreeBSD-10.2-RC2-sparc64-bootonly.iso) = 9ecbae55d43544eadda7cd3e36151975158a7bdfa8b170afb0813bbf6fdf96ce
  SHA256 (FreeBSD-10.2-RC2-sparc64-bootonly.iso.xz) = 93431d70bec6a7f8a25f3611cf660fa715fc71396ea9979882aa21dfe4573899
  SHA256 (FreeBSD-10.2-RC2-sparc64-disc1.iso) = 06be4dba0150bff840ca9901e471aacec1192b317383d92d319ab25c9ba7368b
  SHA256 (FreeBSD-10.2-RC2-sparc64-disc1.iso.xz) = 5759317c4beff989de9db59df575ab89ef3053d728f148d58333c77c6e20fa5f
  SHA256 (FreeBSD-10.2-RC2-sparc64-dvd1.iso) = 22ef3cb865329fc622039cc7c782ae7f3690f0c9e4c91e726e96ad86b704e007
  SHA256 (FreeBSD-10.2-RC2-sparc64-dvd1.iso.xz) = 5145334e80e48fe8cc6c85e42774998178f2e4f4305b48eb0c783126f0800179

  MD5 (FreeBSD-10.2-RC2-sparc64-bootonly.iso) = 6acbb3d9cd3194683e6d6920da7cf550
  MD5 (FreeBSD-10.2-RC2-sparc64-bootonly.iso.xz) = 15ade36dbeff830fe7da47419df0d61d
  MD5 (FreeBSD-10.2-RC2-sparc64-disc1.iso) = bccbcb2a15816d30c39e93fee379631b
  MD5 (FreeBSD-10.2-RC2-sparc64-disc1.iso.xz) = b9e6f409ecafe186bb393d3f23269a58
  MD5 (FreeBSD-10.2-RC2-sparc64-dvd1.iso) = 705e63e228c2341300d9c8370af7c4a8
  MD5 (FreeBSD-10.2-RC2-sparc64-dvd1.iso.xz) = 987b7118635c1dbeb70f9ee35bef4157


o 10.2-RC2 armv6 BEAGLEBONE:
  SHA256 (FreeBSD-10.2-RC2-arm-armv6-BEAGLEBONE.img.xz) = b1add6e12aa7fcf2e1c43677eff86675659b752c66dfcac7793049ec00894e9f

  MD5 (FreeBSD-10.2-RC2-arm-armv6-BEAGLEBONE.img.xz) = 50610ec640559aaff3fedc8ed903a22b


o 10.2-RC2 armv6 CUBOX-HUMMINGBOARD:
  SHA256 (FreeBSD-10.2-RC2-arm-armv6-CUBOX-HUMMINGBOARD.img.xz) = 862cb2095049435f12532d0dfe01640f1729e87cab7ee22396aebc7c7c1dd298

  MD5 (FreeBSD-10.2-RC2-arm-armv6-CUBOX-HUMMINGBOARD.img.xz) = c7fa0088aba9c669bb875ec2ed2e6988


o 10.2-RC2 armv6 GUMSTIX:
  SHA256 (FreeBSD-10.2-RC2-arm-armv6-GUMSTIX.img.xz) = 4cb3f14156db0ecd8e24e68cd20b49721d5309c01618aa888f9feb23926c4f21

  MD5 (FreeBSD-10.2-RC2-arm-armv6-GUMSTIX.img.xz) = 04dedc49c3cd066c29829fb22fdf4bf0


o 10.2-RC2 armv6 RPI-B:
  SHA256 (FreeBSD-10.2-RC2-arm-armv6-RPI-B.img.xz) = 622ab7e52c7f011a11f2710492a4add52240f9207d73dcf48ded050be48eede0

  MD5 (FreeBSD-10.2-RC2-arm-armv6-RPI-B.img.xz) = 948c40630b0ac026666b47b875e28bad


o 10.2-RC2 armv6 PANDABOARD:
  SHA256 (FreeBSD-10.2-RC2-arm-armv6-PANDABOARD.img.xz) = 143286f69017af3ef41e07a10a57f2b5b32f2868560b2fdf0dd1b20a2e0a1232

  MD5 (FreeBSD-10.2-RC2-arm-armv6-PANDABOARD.img.xz) = dc74bc9f10afd27f84f708e87e90f94b


o 10.2-RC2 armv6 WANDBOARD:
  SHA256 (FreeBSD-10.2-RC2-arm-armv6-WANDBOARD.img.xz) = d99d90a5e2240bd21ccec185a45d71900e58b2ce553af578f41df3a8e3e4ac07

  MD5 (FreeBSD-10.2-RC2-arm-armv6-WANDBOARD.img.xz) = 468226073ff648bf37a452774b9c70d3


== VM IMAGE CHECKSUMS ==

o 10.2-RC2 amd64:
  SHA256 (FreeBSD-10.2-RC2-amd64.qcow2.xz) = 917defe46ed58a916265f88be2067565a500c309384f3ec9b135b295c04ac337
  SHA256 (FreeBSD-10.2-RC2-amd64.raw.xz) = d471d5825e05e4a2050a2c9ee35701d895bc308cffa1f3626a2b5c3826dcb70d
  SHA256 (FreeBSD-10.2-RC2-amd64.vhd.xz) = 431f2fabd12833b6cc527261edb104e256ec9a00552879b6d33f792b133206d2
  SHA256 (FreeBSD-10.2-RC2-amd64.vmdk.xz) = 915e25f5053b657604792ec0d457585f813efec696615d14236d7de92233c98b

  MD5 (FreeBSD-10.2-RC2-amd64.qcow2.xz) = fe4a631f3ccc2482f40ce9118d2f0ace
  MD5 (FreeBSD-10.2-RC2-amd64.raw.xz) = 7e4ee75fceec5fe8fef4ea506be73b1c
  MD5 (FreeBSD-10.2-RC2-amd64.vhd.xz) = 14b9abdf555c99c06bb3d456d1b63f51
  MD5 (FreeBSD-10.2-RC2-amd64.vmdk.xz) = 3dd8dcc1d450121cf5c10fdefc21b6d3


o 10.2-RC2 i386:
  SHA256 (FreeBSD-10.2-RC2-i386.qcow2.xz) = b86e628619e0c22fa234373aa8931135c6f05364f86367ab360270839eac048f
  SHA256 (FreeBSD-10.2-RC2-i386.raw.xz) = a67da1b5cfa113df23f504d8c11a1c3e0e6213a4a75eaea103b35618de93699f
  SHA256 (FreeBSD-10.2-RC2-i386.vhd.xz) = 5717cf5309b850cfcd0512aa24a1d07e7a467ff036ddd49fd91a1449b94e5a82
  SHA256 (FreeBSD-10.2-RC2-i386.vmdk.xz) = b35c2de8f29747999d3aa40f3c88fc3d506502f942e912b9abb53f0e4aa03f31

  MD5 (FreeBSD-10.2-RC2-i386.qcow2.xz) = 0a4d0a3d7b05b28e9821d20bab609222
  MD5 (FreeBSD-10.2-RC2-i386.raw.xz) = c0b3b9e1ab8a3c06d8d6e54e4d9b225a
  MD5 (FreeBSD-10.2-RC2-i386.vhd.xz) = 7df989697f74a3f664b61dc207f98a29
  MD5 (FreeBSD-10.2-RC2-i386.vmdk.xz) = 449affeb6a9f39ca4f6155e589fefec8

Regards,

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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJVvQc+AAoJEAMUWKVHj+KTM5wQAJMztZJOcfuxtz52QLV79FTX
YGf449YRFc5xYwT90laJARas2W8lj+vFSx0Ar1ceE5Msi/HXTSaVSo41Y2dy7nxL
dR7paCojBheCI+v1+CenYW0dIF56rGaTRbnS7ozttstlHy2WdS6G1sZQBOvjhTwG
m77fZrxzrq9FCj6QNAtUksNiv92bL7mzOr5I9GADh9Jx9Ax5HRuxRJ7PwNqbuNHL
EGbBEOnZtQBjqHRbFVEUqSbIYhx/zQ6ZdoAWFuQv6do0TA1m+DFD4Vi56nzl3i+3
iTWpmJJ3HSI5fbw0riFOdmj2NooR5WAWTytykF+5v1+XxQCQOhalffpHW0QMxewL
gprryVBAfnMcV1LkOCJ8macNZD+MdeU3DrFOezyur6uc04I7nlMCcbSsSGs1Lvjh
9YxcRL/s1l67+nC8F8m/dG2UvEzyOGR0TanW9uZXjWjX/MdjZ2eHdCKLYK1xJ3uB
Qf/SFTN/q6rU9zxpmJe0UBtUOlri1X67sxEeVVQuWeMWjHBDcTisPF0yKJSXhGS0
B1w/gff/+r62j8uz0C8Ri4ErbdTTyC1QHneZavDJiA1HAIyFMuom6hPkKzaQ2v4x
+GjxYi5OZwIar87Lc8w0U4/Df7QOSe3p1XoWJn/fbZpnV6rPXm5l5Bl59enJ/9Wv
2s2rpTZ1W7lxPdycndAO
=drOI
-----END PGP SIGNATURE-----


More information about the freebsd-stable mailing list