freebsd-stable Digest, Vol 798, Issue 7

Jimmy Wilson minskynet at gmail.com
Sun Nov 25 15:13:13 UTC 2018


On Sun, Nov 25, 2018, 05:01 <freebsd-stable-request at freebsd.org wrote:

> Send freebsd-stable mailing list submissions to
>         freebsd-stable at freebsd.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> or, via email, send a message with subject or body 'help' to
>         freebsd-stable-request at freebsd.org
>
> You can reach the person managing the list at
>         freebsd-stable-owner at freebsd.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of freebsd-stable digest..."
>
>
> Today's Topics:
>
>    1. Re: 12-STABLE uname -a misses timestamp of the build (Yuri Pankov)
>    2. Re: 12-STABLE uname -a misses timestamp of the build (Jakub Lach)
>    3. Re: 12-STABLE uname -a misses timestamp of the build
>       (Tomoaki AOKI)
>    4. "sockstat: struct xinpgen size mismatch" in 11.2-p4 jail on
>       12-STABLE host (Paul Mather)
>    5. Re: SCSI and dmesg (Yuri Pankov)
>    6. FreeBSD 12.0-RC2 Now Available (Glen Barber)
>    7. [UPDATE] Re: FreeBSD 12.0-RC2 Now Available (Glen Barber)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 24 Nov 2018 15:13:15 +0300
> From: Yuri Pankov <yuripv at yuripv.net>
> To: Jakub Lach <jakub_lach at mailplus.pl>, freebsd-stable at freebsd.org
> Subject: Re: 12-STABLE uname -a misses timestamp of the build
> Message-ID: <183252d3-7080-8747-4534-da0e8b0480ff at yuripv.net>
> Content-Type: text/plain; charset="utf-8"
>
> Jakub Lach wrote:
> > Is there a way to restore it? I liked the old behaviour better, it was
> useful
> > info for me.
>
> See 20180913 in UPDATING and WITHOUT_REPRODUCIBLE_BUILD in src.conf(5).
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 488 bytes
> Desc: OpenPGP digital signature
> URL: <
> http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20181124/eb8724d2/attachment-0001.sig
> >
>
> ------------------------------
>
> Message: 2
> Date: Sat, 24 Nov 2018 05:18:05 -0700 (MST)
> From: Jakub Lach <jakub_lach at mailplus.pl>
> To: freebsd-stable at freebsd.org
> Subject: Re: 12-STABLE uname -a misses timestamp of the build
> Message-ID: <1543061885192-0.post at n6.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
> That was very helpful, thank you very much :)
>
>
>
> --
> Sent from:
> http://freebsd.1045724.x6.nabble.com/freebsd-stable-f3932046.html
>
>
> ------------------------------
>
> Message: 3
> Date: Sat, 24 Nov 2018 21:37:37 +0900
> From: Tomoaki AOKI <junchoon at dec.sakura.ne.jp>
> To: freebsd-stable at freebsd.org
> Subject: Re: 12-STABLE uname -a misses timestamp of the build
> Message-ID: <20181124213737.d8128e30920e8de5fcca1b3b at dec.sakura.ne.jp>
> Content-Type: text/plain; charset=US-ASCII
>
> WITHOUT_REPRODUCIBLE_BUILD should be default for now on stable/12,
> as releng/12.0 already branched.
>
> As I already proposed on -current ML, REPRODUCIBLE_BUILD should be
> enabled only for release/* and releng/*.
>
>
> https://lists.freebsd.org/pipermail/freebsd-current/2018-September/071151.html
>
> I didn't noticed as I have WITHOUT_REPRODUCIBLE_BUILD=yes in src.conf.
>
>
> On Sat, 24 Nov 2018 15:13:15 +0300
> Yuri Pankov <yuripv at yuripv.net> wrote:
>
> > Jakub Lach wrote:
> > > Is there a way to restore it? I liked the old behaviour better, it was
> useful
> > > info for me.
> >
> > See 20180913 in UPDATING and WITHOUT_REPRODUCIBLE_BUILD in src.conf(5).
> >
>
>
> --
> Tomoaki AOKI    <junchoon at dec.sakura.ne.jp>
>
>
> ------------------------------
>
> Message: 4
> Date: Sat, 24 Nov 2018 09:17:23 -0500
> From: Paul Mather <freebsd-lists at gromit.dlib.vt.edu>
> To: FreeBSD Stable <freebsd-stable at freebsd.org>
> Subject: "sockstat: struct xinpgen size mismatch" in 11.2-p4 jail on
>         12-STABLE host
> Message-ID: <CE414BBF-689E-483B-8351-9C0EF9E7EC54 at gromit.dlib.vt.edu>
> Content-Type: text/plain;       charset=us-ascii
>
> I updated a system yesterday to the latest 12-STABLE as part of the
> upcoming 12-RELEASE cycle.  I've installed several BETA and at least one RC
> of 12 since updating from 11-STABLE as part of the 12 cycle and have had no
> problems up to now.  Currently, I am at FreeBSD 12.0-PRERELEASE r340834
> GENERIC amd64.
>
> Since the most recent update, I have been getting this error when I invoke
> "sockstat" in any of the jails running on the system:
>
>         sockstat: struct xinpgen size mismatch
>
> The jails are managed via iocage and all are running 11.2-RELEASE-p4,
> which is the most up-to-date version of 11.2-RELEASE.
>
> Has anyone encountered this error?  Unfortunately, it means that it breaks
> Salt, which is what I use to help manage the jails.  Sockstat works fine on
> the host, just not in the jails.
>
> I am using a GENERIC kernel which includes "options COMPAT_FREEBSD11".  I
> assumed this would allow FreeBSD 11 binaries to work on a FreeBSD 12
> kernel, which it has done up to now.
>
> Cheers,
>
> Paul.
>
> ------------------------------
>
> Message: 5
> Date: Sat, 24 Nov 2018 18:52:40 +0300
> From: Yuri Pankov <yuripv at yuripv.net>
> To: Warner Losh <imp at bsdimp.com>, FreeBSD-STABLE Mailing List
>         <freebsd-stable at freebsd.org>, FreeBSD Current
>         <freebsd-current at freebsd.org>
> Subject: Re: SCSI and dmesg
> Message-ID: <c70b2a91-9fd2-1452-2fc5-1e49332c875a at yuripv.net>
> Content-Type: text/plain; charset="utf-8"
>
> Warner Losh wrote:
> > Greetings
> >
> > a few weeks ago I pointed people to the nycbug dmesg service. I said I
> was
> > looking at data to drive SCSI retirement. I've gatherd some preliminary
> > data, which I've uploaded to
> > https://github.com/bsdimp/device-data/blob/master/cam.md along with some
> > preliminary notions of disposition for the hardware. I'm still working
> out
> > the kinks in the dmesg parsing, but this is interesting data.
> >
> > If you've not recently submitted, please consider doing so. We'll be
> > finalizing the scsi SIMs that I'm going to propose retiring in 13 here
> in a
> > few weeks, and I'm going to base much of what list I come up with based
> on
> > what is submitted. The glitches with FreeBSD dmesgs have been cleared up
> as
> > well.
> >
> > http://dmesgd.nycbug.org/index.cgi
> >
> > or
> >
> > curl -v -d "nickname=$USER" -d "email=$USER@$(hostname)" -d
> > "description=FreeBSD/$(uname -m) on $(kenv smbios.system.maker) $(kenv
> > smbios.system.product)" -d "do=addd" --data-urlencode 'dmesg@
> > /var/run/dmesg.boot' http://dmesgd.nycbug.org/index.cgi
>
> Got another system to submit, but continuously getting "500 Internal
> Server Error" using the curl one-liner.  dmesg.boot attached in case
> it's the source of the problem.
> -------------- next part --------------
> ---<<BOOT>>---
> Copyright (c) 1992-2018 The FreeBSD Project.
> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
>         The Regents of the University of California. All rights reserved.
> FreeBSD is a registered trademark of The FreeBSD Foundation.
> FreeBSD 13.0-CURRENT r340744 GENERIC-NODEBUG amd64
> FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM
> 6.0.1)
> VT(efifb): resolution 3440x1440
> CPU: Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz (3504.14-MHz K8-class CPU)
>   Origin="GenuineIntel"  Id=0x806e9  Family=0x6  Model=0x8e  Stepping=9
>
> Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
>
> Features2=0x7ffafbbf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,SDBG,FMA,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
>   AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
>   AMD Features2=0x121<LAHF,ABM,Prefetch>
>   Structured Extended
> Features=0x29c67af<FSGSBASE,TSCADJ,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,NFPUSG,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PROCTRACE>
>   Structured Extended Features3=0x9c000000<IBPB,STIBP,L1DFL,SSBD>
>   XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
>   VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID
>   TSC: P-state invariant, performance statistics
> real memory  = 17179869184 (16384 MB)
> avail memory = 16472522752 (15709 MB)
> Event timer "LAPIC" quality 600
> ACPI APIC Table: <INTEL  NUC7i7BN>
> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
> FreeBSD/SMP: 1 package(s) x 2 core(s) x 2 hardware threads
> random: unblocking device.
> ioapic0 <Version 2.0> irqs 0-119 on motherboard
> Launching APs: 1 3 2
> Timecounter "TSC-low" frequency 1752072050 Hz quality 1000
> random: entropy device external interface
> [ath_hal] loaded
> module_register_init: MOD_LOAD (vesa, 0xffffffff8113f150, 0) error 19
> kbd0 at kbdmux0
> random: registering fast source Intel Secure Key RNG
> random: fast provider: "Intel Secure Key RNG"
> netmap: loaded module
> nexus0
> efirtc0: <EFI Realtime Clock> on motherboard
> efirtc0: registered as a time-of-day clock, resolution 1.000000s
> cryptosoft0: <software crypto> on motherboard
> acpi0: <INTEL NUC7i7BN> on motherboard
> acpi0: Power Button (fixed)
> cpu0: <ACPI CPU> on acpi0
> hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
> Timecounter "HPET" frequency 24000000 Hz quality 950
> Event timer "HPET" frequency 24000000 Hz quality 550
> Event timer "HPET1" frequency 24000000 Hz quality 440
> Event timer "HPET2" frequency 24000000 Hz quality 440
> Event timer "HPET3" frequency 24000000 Hz quality 440
> Event timer "HPET4" frequency 24000000 Hz quality 440
> atrtc0: <AT realtime clock> port 0x70-0x77 irq 8 on acpi0
> atrtc0: Warning: Couldn't map I/O.
> atrtc0: registered as a time-of-day clock, resolution 1.000000s
> Event timer "RTC" frequency 32768 Hz quality 0
> attimer0: <AT timer> port 0x40-0x43,0x50-0x53 irq 0 on acpi0
> Timecounter "i8254" frequency 1193182 Hz quality 0
> Event timer "i8254" frequency 1193182 Hz quality 100
> Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
> acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0
> acpi_ec0: <Embedded Controller: GPE 0x14, ECDT> port 0x62,0x66 on acpi0
> pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
> pci0: <ACPI PCI bus> on pcib0
> vgapci0: <VGA-compatible display> port 0xf000-0xf03f mem
> 0x2ffe000000-0x2ffeffffff,0x2f00000000-0x2f7fffffff at device 2.0 on pci0
> vgapci0: Boot video device
> xhci0: <Intel Sunrise Point-LP USB 3.0 controller> mem
> 0x2fff010000-0x2fff01ffff at device 20.0 on pci0
> xhci0: 32 bytes context size, 64-bit DMA
> usbus0 on xhci0
> usbus0: 5.0Gbps Super Speed USB v3.0
> pci0: <simple comms> at device 22.0 (no driver attached)
> ahci0: <Intel Sunrise Point-LP AHCI SATA controller> port
> 0xf090-0xf097,0xf080-0xf083,0xf060-0xf07f mem
> 0xde424000-0xde425fff,0xde427000-0xde4270ff,0xde426000-0xde4267ff at device
> 23.0 on pci0
> ahci0: AHCI v1.31 with 1 6Gbps ports, Port Multiplier not supported
> ahcich0: <AHCI channel> at channel 0 on ahci0
> pcib1: <ACPI PCI-PCI bridge> at device 28.0 on pci0
> pcib1: [GIANT-LOCKED]
> pcib2: <ACPI PCI-PCI bridge> at device 28.5 on pci0
> pci1: <ACPI PCI bus> on pcib2
> pci1: <network> at device 0.0 (no driver attached)
> pcib3: <ACPI PCI-PCI bridge> at device 28.7 on pci0
> pci2: <ACPI PCI bus> on pcib3
> pci2: <unknown> at device 0.0 (no driver attached)
> pcib4: <ACPI PCI-PCI bridge> at device 29.0 on pci0
> pci3: <ACPI PCI bus> on pcib4
> nvme0: <Generic NVMe Device> mem 0xde100000-0xde103fff at device 0.0 on
> pci3
> isab0: <PCI-ISA bridge> at device 31.0 on pci0
> isa0: <ISA bus> on isab0
> pci0: <memory> at device 31.2 (no driver attached)
> hdac0: <Intel Kabylake-LP HDA Controller> mem
> 0x2fff020000-0x2fff023fff,0x2fff000000-0x2fff00ffff at device 31.3 on pci0
> em0: <Intel(R) PRO/1000 Network Connection> mem 0xde400000-0xde41ffff at
> device 31.6 on pci0
> em0: attach_pre capping queues at 1
> em0: using 1024 tx descriptors and 1024 rx descriptors
> em0: msix_init qsets capped at 1
> em0: Unable to map MSIX table
> em0: Using an MSI interrupt
> em0: allocated for 1 tx_queues
> em0: allocated for 1 rx_queues
> em0: Ethernet address: 94:c6:91:1c:80:16
> em0: netmap queues/slots: TX 1/1024, RX 1/1024
> acpi_button0: <Sleep Button> on acpi0
> acpi_button1: <Power Button> on acpi0
> acpi_tz0: <Thermal Zone> on acpi0
> acpi_tz0: _HOT value is absurd, ignored (-73.1C)
> uart0: <Non-standard ns8250 class UART with FIFOs> at port 0x3f8 irq 4
> flags 0x10 on isa0
> coretemp0: <CPU On-Die Thermal Sensors> on cpu0
> est0: <Enhanced SpeedStep Frequency Control> on cpu0
> ZFS filesystem version: 5
> ZFS storage pool version: features support (5000)
> Timecounters tick every 1.000 msec
> acpi_tz0: _TMP value is absurd, ignored (-263.1C)
> nda0 at nvme0 bus 0 scbus1 target 0 lun 1
> hdacc0: nda0: <Realtek ALC283 HDA CODEC> at cad 0 on hdac0
> <INTEL SSDPEKKW128G8 004C BTHH82310U6T128A>
> hdaa0: <Realtek ALC283 Audio Function Group>nda0: nvme version 1.3 x4 (max
> x4) lanes PCIe Gen3 (max Gen3) link at nid 1 on hdacc0
>
> nda0: 122104MB (250069680 512 byte sectors)
> pcm0: <Realtek ALC283 (Analog)> at nid 33 and 18 on hdaa0
> hdacc1: <Intel Kabylake HDA CODEC> at cad 2 on hdac0
> hdaa1: <Intel Kabylake Audio Function Group> at nid 1 on hdacc1
> pcm1: <Intel Kabylake (HDMI/DP 8ch)> at nid 3 on hdaa1
> ugen0.1: <0x8086 XHCI root HUB> at usbus0
> Trying to mount root from zfs:zroot/ROOT/default []...
> Root mount waiting for: usbus0
> uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
> uhub0: 18 ports with 18 removable, self powered
> Root mount waiting for: usbus0
> ugen0.2: <Microchip Tech USB2734> at usbus0
> uhub1 on uhub0
> uhub1: <Microchip Tech USB2734, class 9/0, rev 2.10/1.28, addr 1> on usbus0
> uhub1: MTT enabled
> Root mount waiting for: usbus0
> Root mount waiting for: usbus0
> Root mount waiting for: usbus0
> uhub1: 5 ports with 4 removable, self powered
> Root mount waiting for: usbus0
> ugen0.3: <Logitech USB Receiver> at usbus0
> ukbd0 on uhub1
> ukbd0: <Logitech USB Receiver, class 0/0, rev 2.00/24.07, addr 2> on usbus0
> kbd1 at ukbd0
> ugen0.4: <Logitech USB Receiver> at usbus0
> ukbd1 on uhub1
> ukbd1: <Logitech USB Receiver, class 0/0, rev 2.00/39.04, addr 3> on usbus0
> kbd2 at ukbd1
> Root mount waiting for: usbus0
> ugen0.5: <Microchip Tech Hub Controller> at usbus0
> Root mount waiting for: usbus0
> ugen0.6: <Microchip Tech USB5734> at usbus0
> uhub2 on uhub0
> uhub2: <Microchip Tech USB5734, class 9/0, rev 3.10/1.28, addr 5> on usbus0
> Root mount waiting for: usbus0
> Root mount waiting for: usbus0
> uhub2: 5 ports with 4 removable, self powered
> lo0: link state changed to UP
> em0: link state changed to UP
> iwm0: <Intel(R) Dual Band Wireless AC 8265> mem 0xde300000-0xde301fff at
> device 0.0 on pci1
> iwm0: hw rev 0x230, fw ver 22.361476.0, address 68:ec:c5:64:ea:d8
> ums0 on uhub1
> ums0: <Logitech USB Receiver, class 0/0, rev 2.00/24.07, addr 2> on usbus0
> ums0: 16 buttons and [XYZT] coordinates ID=2
> uhid0 on uhub1
> uhid0: <Logitech USB Receiver, class 0/0, rev 2.00/24.07, addr 2> on usbus0
> ums1 on uhub1
> ums1: <Logitech USB Receiver, class 0/0, rev 2.00/39.04, addr 3> on usbus0
> ums1: 16 buttons and [XYZT] coordinates ID=2
> uhid1 on uhub1
> uhid1: <Logitech USB Receiver, class 0/0, rev 2.00/39.04, addr 3> on usbus0
> uhid2 on uhub1
> uhid2: <HIDI2CBridge> on usbus0
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 488 bytes
> Desc: OpenPGP digital signature
> URL: <
> http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20181124/a35821b8/attachment-0001.sig
> >
>
> ------------------------------
>
> Message: 6
> Date: Sun, 25 Nov 2018 02:02:10 +0000
> From: Glen Barber <gjb at freebsd.org>
> To: freebsd-current at freebsd.org, freebsd-stable at freebsd.org
> Cc: FreeBSD Release Engineering Team <re at freebsd.org>
> Subject: FreeBSD 12.0-RC2 Now Available
> Message-ID: <20181125020210.GM8148 at FreeBSD.org>
> Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> The second RC build of the 12.0-RELEASE release cycle is now available.
>
> Installation images are available for:
>
> o 12.0-RC2 amd64 GENERIC
> o 12.0-RC2 i386 GENERIC
> o 12.0-RC2 powerpc GENERIC
> o 12.0-RC2 powerpc64 GENERIC64
> o 12.0-RC2 powerpcspe MPC85XXSPE
> o 12.0-RC2 sparc64 GENERIC
> o 12.0-RC2 armv6 RPI-B
> o 12.0-RC2 armv7 BANANAPI
> o 12.0-RC2 armv7 BEAGLEBONE
> o 12.0-RC2 armv7 CUBIEBOARD
> o 12.0-RC2 armv7 CUBIEBOARD2
> o 12.0-RC2 armv7 CUBOX-HUMMINGBOARD
> o 12.0-RC2 armv7 PANDABOARD
> o 12.0-RC2 armv7 WANDBOARD
> o 12.0-RC2 armv7 GENERICSD
> o 12.0-RC2 aarch64 GENERIC
> o 12.0-RC2 aarch64 RPI3
> o 12.0-RC2 aarch64 PINE64
> o 12.0-RC2 aarch64 PINE64-LTS
>
> Note: The 12.0-RC2 armv7 RPI2 build failed, and the cause is being
> investigated.
>
> Also note, at present, freebsd-update(8) patch builds are still in
> progress.  A followup email will be sent in reply to this announcement
> when they are available.
>
> Note regarding arm SD card images: For convenience for those without
> console access to the system, a freebsd user with a password of
> freebsd is available by default for ssh(1) access.  Additionally,
> the root user password is set to root.  It is strongly recommended
> to change the password for both users after gaining access to the
> system.
>
> Installer images and memory stick images are available here:
>
>     https://download.freebsd.org/ftp/releases/ISO-IMAGES/12.0/
>
> The image checksums follow at the end of this e-mail.
>
> If you notice problems you can report them through the Bugzilla PR
> system or on the -stable mailing list.
>
> If you would like to use SVN to do a source based update of an existing
> system, use the "releng/12.0" branch.
>
> A summary of changes since 12.0-RC1 includes:
>
> o Kernel debugging support in various kernel configurations has been
>   disabled, which was missed when branching releng/12.0 from stable/12.
>
> o Allow set ether/vlan PCP operation from the VNET jails.
>
> o Align IA32_ARCH_CAP MSR definitions and use with SDM rev. 068.
>
> o Several IFLIB-related fixes.
>
> o Regressions when using 'pciconf -l' were fixed.
>
> o Handle kernel superpage mappings in pmap_remove_l2().  (PR 233088)
>
> o Fix /etc/ntp permissions.
>
> o OpenSSL has been updated to version 1.1.1a.
>
> o Various fixes to libbe(3) and bectl(8).
>
> o A src.conf knob to build userland with retpoline was added (off by
>   default).
>
> o Various other miscellaneous fixes.
>
> A list of changes since 11.2-RELEASE is available in the releng/12.0
> release notes:
>
>     https://www.freebsd.org/releases/12.0R/relnotes.html
>
> Please note, the release notes page is not yet complete, and will be
> updated on an ongoing basis as the 12.0-RELEASE cycle progresses.
>
> === 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):
>
>     https://download.freebsd.org/ftp/releases/VM-IMAGES/12.0-RC2/
>
> The partition layout is:
>
>     ~ 16 kB - freebsd-boot GPT partition type (bootfs GPT label)
>     ~ 1 GB  - freebsd-swap GPT partition type (swapfs GPT label)
>     ~ 20 GB - freebsd-ufs GPT partition type (rootfs GPT label)
>
> The disk images are available in QCOW2, VHD, VMDK, and raw disk image
> formats.  The image download size is approximately 135 MB and 165 MB
> respectively (amd64/i386), decompressing to a 21 GB sparse image.
>
> Note regarding arm64/aarch64 virtual machine images: a modified QEMU EFI
> loader file is needed for qemu-system-aarch64 to be able to boot the
> virtual machine images.  See this page for more information:
>
>     https://wiki.freebsd.org/arm64/QEMU
>
> To boot the VM image, run:
>
>     % qemu-system-aarch64 -m 4096M -cpu cortex-a57 -M virt  \
>         -bios QEMU_EFI.fd -serial telnet::4444,server -nographic \
>         -drive if=none,file=VMDISK,id=hd0 \
>         -device virtio-blk-device,drive=hd0 \
>         -device virtio-net-device,netdev=net0 \
>         -netdev user,id=net0
>
> Be sure to replace "VMDISK" with the path to the virtual machine image.
>
> === Amazon EC2 AMI Images ===
>
> FreeBSD/amd64 EC2 AMIs are available in the following regions:
>
>  ap-south-1 region: ami-0285a4b0c311d9e5e
>  eu-west-3 region: ami-01989f54cc5fc3425
>  eu-west-2 region: ami-0058f626d39ade7dc
>  eu-west-1 region: ami-07cca4933d62d5d22
>  ap-northeast-2 region: ami-084b8fc685e73d718
>  ap-northeast-1 region: ami-0fd072608bc5cc041
>  sa-east-1 region: ami-0df9e331ad6b563cd
>  ca-central-1 region: ami-01360ca27677e8deb
>  ap-southeast-1 region: ami-0dc6b473d0770bd29
>  ap-southeast-2 region: ami-0d83b7616da65ae6d
>  eu-central-1 region: ami-0def9b7e1dfdbcb2a
>  us-east-1 region: ami-0e1ca2c649ab4283e
>  us-east-2 region: ami-044bc638def5a1bae
>  us-west-1 region: ami-004ed88ea47546bfb
>  us-west-2 region: ami-0edf97a8cbdffdaf9
>
> === Vagrant Images ===
>
> FreeBSD/amd64 images are available on the Hashicorp Atlas site, and can
> be installed by running:
>
>     % vagrant init freebsd/FreeBSD-12.0-RC2
>     % vagrant up
>
> === Upgrading ===
>
> At present, freebsd-update(8) patch builds are still in progress.
> A followup email will be sent in reply to this announcement when they
> are available.
>
> == ISO CHECKSUMS ==
>
> o 12.0-RC2 amd64 GENERIC:
>   SHA512 (FreeBSD-12.0-RC2-amd64-bootonly.iso) =
> bd6a15ebd805feeaa13a080a423c97286866a5b670a875cbcd6c4296d863869a7d0bdce7c62888fb8a13899375c9efde482a900f9ca3a7e5e0aa7c9372c585ca
>   SHA512 (FreeBSD-12.0-RC2-amd64-bootonly.iso.xz) =
> c3a9c9dfc1349cdcf14c9e10fa2a0c877efb7784cfeeab84174d7a10ff9887d978f5c49ff6435fbc6e8aeeaf908e9b41f66899194aaff9500f62da6711919a1e
>   SHA512 (FreeBSD-12.0-RC2-amd64-disc1.iso) =
> a0e1297cb753f2e0cab426c8267184c5cc07f2b591f9333fc79ac7c3bf92232d8ba9a158db165236e01e164ab3b8640d63ab0d2c3d7d536c28b341ac08bcf709
>   SHA512 (FreeBSD-12.0-RC2-amd64-disc1.iso.xz) =
> 36a8ea4a08cf7d96bfae48b7855e22ded20267e79016bdce396043cc530d0bd7b392b0bdb76e2f01321a0fc53c014b3539eef797ccece9ae8f0c1fababd3e1bf
>   SHA512 (FreeBSD-12.0-RC2-amd64-dvd1.iso) =
> 255298cdcf0c3b6da488be2fd9c12b9911abf79f2eef4dd33a4dc98025c1cd752bc38ccf6d7406d6b923a56187b42e769b3f8c7af9debfcb150c03e6c88a436b
>   SHA512 (FreeBSD-12.0-RC2-amd64-dvd1.iso.xz) =
> cb335cbc903ef5f40d8a7faa5269d8602f531cfade3f0910105a0ec6495829735dc8079cdcb4655c6ff287531ec6b0f35ae748e654c620292577a82c967c3a9c
>   SHA512 (FreeBSD-12.0-RC2-amd64-memstick.img) =
> 2b5e53b704d9aaab84a5b9902fdeba47768b93eaf045815d4594e1426461b0d832e4f31ca601a8af99f95b40d6826cb15983d5ee41bb747d541d5f797c4dd909
>   SHA512 (FreeBSD-12.0-RC2-amd64-memstick.img.xz) =
> 928e7dfc19c1a9c95e10a7f0471cf778f0caefc0faf955556598059c675c2c55081afe71d91aa2fca990327b23db926f9417410443421460adbbaca8b5d06c81
>   SHA512 (FreeBSD-12.0-RC2-amd64-mini-memstick.img) =
> 78e9fdf8e3ec336c339503672fafabbdcacbf277022027f734d13bd8f7ac7251b5c625d4fac04e24ff3d601ecc70dab7ed1a55df6580edf804a6f0396c1113ad
>   SHA512 (FreeBSD-12.0-RC2-amd64-mini-memstick.img.xz) =
> 7216d228600573daaec9bb10bdcf40d977b45cfad82b55c403e8a71fb776fd262bad8a091460ecd7dee8505f1bd870814721ff8dd765c1495e8ce33a3c734f97
>
>   SHA256 (FreeBSD-12.0-RC2-amd64-bootonly.iso) =
> 21cfde64a6e11d7baf700bccdcefe0edaac514b060ddf887215bfdf8f4c4a0ac
>   SHA256 (FreeBSD-12.0-RC2-amd64-bootonly.iso.xz) =
> 645e84ace5535b6783fe40d395ca891e8490a8d5daac465e58c1fd804306df25
>   SHA256 (FreeBSD-12.0-RC2-amd64-disc1.iso) =
> c2cbca2fb589b1d0ff65898b5858d28411edc74e6a7a0cfdd53f4fc9173a1a9f
>   SHA256 (FreeBSD-12.0-RC2-amd64-disc1.iso.xz) =
> df59f7c18cc61aef0d6f84220fe0a65fc92c5afac8cfbc5a00a24d916341d6fe
>   SHA256 (FreeBSD-12.0-RC2-amd64-dvd1.iso) =
> 5f5b539974ae8074ecfebbe4b661d3c914e932ddcc51b5e77cd38d00c0c50a3f
>   SHA256 (FreeBSD-12.0-RC2-amd64-dvd1.iso.xz) =
> 49f1376939cd6da4ac1a77e144eff1e641f1582ecb0971c4768150fb9d2def78
>   SHA256 (FreeBSD-12.0-RC2-amd64-memstick.img) =
> 54045c106d5958cbf01b6d34eefdee1d488ebed81f642f8856058ee415651c45
>   SHA256 (FreeBSD-12.0-RC2-amd64-memstick.img.xz) =
> 35e802fa4e42c84d0a2e2b2cc51085d25a124081524b15ecb6f1cf8bae4d9de5
>   SHA256 (FreeBSD-12.0-RC2-amd64-mini-memstick.img) =
> 9526b9989d335b954cea618a22582fe830202392b118c066d651cdbb291619ba
>   SHA256 (FreeBSD-12.0-RC2-amd64-mini-memstick.img.xz) =
> 0d5ec7573c87315cb5cfc3daab83f7ae6d3c139f9ec9c077560ce55927c61b8b
>
>
> o 12.0-RC2 i386 GENERIC:
>   SHA512 (FreeBSD-12.0-RC2-i386-bootonly.iso) =
> 4e0ac259157b2ffa7ad7b63a36b0c8328ad05a2e1486523d9367621ad97b733a97f1824d42102270c8cb83b8b8446b48ac1aa81d2bb17d037c33db7c512e75ad
>   SHA512 (FreeBSD-12.0-RC2-i386-bootonly.iso.xz) =
> d727f9268f5f3dff38524ca2c4e3b48ccd5bf423fc64ed6a6a89e3b64f84c5d0fa24e190181f527805bbfcb2ca0521f0d6a5f4e91912175a6d597ee107065361
>   SHA512 (FreeBSD-12.0-RC2-i386-disc1.iso) =
> b2cfee070ed345d978249098a312ce639798093c490f4b9835f8364a6b5da57cb46e335870da73f366cba5d4747efd113e7f47dc8170eafbca1fd578a0520afb
>   SHA512 (FreeBSD-12.0-RC2-i386-disc1.iso.xz) =
> 291e5f17c380591d4922babb7fbf94436bff3ee3b0ebd4e82def6911e7921e8c155107fe730e538173f200911559f9b9f566717f84494e9b4b5b17581b869cf1
>   SHA512 (FreeBSD-12.0-RC2-i386-dvd1.iso) =
> d4fb1aaa67cfd37c2576d25fe5a040f10f9aced28bf214749d001e455af09b19b006e0f2d0be50cd598e7f146c9af276da28f721bea23d8943fc2cc9f970f153
>   SHA512 (FreeBSD-12.0-RC2-i386-dvd1.iso.xz) =
> 5ec07e34c492a696d7e70717268fc8a383dac9263e807aafdbb48ce868bf57e385761896d66d5fb1d5627f9dae83a9b65a67974b09cdefe718790a9faa5be053
>   SHA512 (FreeBSD-12.0-RC2-i386-memstick.img) =
> 0a68f399ebd78896eac68522675a2b65ed4019a65b65c72ada23d66458e142215a0b61d1d47c558ce54979e344915e1404b44a41e453b601026a09420f76e4a2
>   SHA512 (FreeBSD-12.0-RC2-i386-memstick.img.xz) =
> 6bb26215d9228f77a5a08598e215f0f75f2cec1b8c44b6f27e755b253a08bed1b9b2b636937f6fe075484291d130b60acd3c3cf99ddf1b0d4f32990bc66b54a4
>   SHA512 (FreeBSD-12.0-RC2-i386-mini-memstick.img) =
> b0569a9362940d9fe9ff1e9b0dfb529672a4b43fd8343ac641cb9e97a17942937b5d50060d53b6d571d6922e54dcd1e1f842a551d639ba798efbe9a31b8c26bf
>   SHA512 (FreeBSD-12.0-RC2-i386-mini-memstick.img.xz) =
> b26d8e29e53b04d77f317da8b37d3cd2662a06f6fe9aea14c1569d92fefe24b365ead527a765d24628242cc764ed0e7afe3b93c9905cd6050e2e0aa98e2b5a18
>
>   SHA256 (FreeBSD-12.0-RC2-i386-bootonly.iso) =
> 618ad096428a248e11b521af90cc7d74e2737982ef735eed27dc3eeed7d9f612
>   SHA256 (FreeBSD-12.0-RC2-i386-bootonly.iso.xz) =
> 412862cc5a83bf83725c14e903bdca5632b53f19865c449d7e30073c91bb3543
>   SHA256 (FreeBSD-12.0-RC2-i386-disc1.iso) =
> 7c641655d75b36833d3da85530e4858fcf48047195faba4f5cffc4d3e29c7d91
>   SHA256 (FreeBSD-12.0-RC2-i386-disc1.iso.xz) =
> 57c7120d24f8402b7ff77f8409828513131c2da3a3179c5cc426e34a5b1b5733
>   SHA256 (FreeBSD-12.0-RC2-i386-dvd1.iso) =
> 093b115ee264166c554a098f4cbb47cb0e161c97dc8031d671e7ae7835f9fd1a
>   SHA256 (FreeBSD-12.0-RC2-i386-dvd1.iso.xz) =
> 72cb0dd1bc8b181486f9002673d8959b551b66284d1433eb342c8e81bf0e16ad
>   SHA256 (FreeBSD-12.0-RC2-i386-memstick.img) =
> 110e832ce4f39fb33133f6d7f2b14b6f9257d9170d488bbf46e4693295d3e084
>   SHA256 (FreeBSD-12.0-RC2-i386-memstick.img.xz) =
> 1da5de7bd9c58b41f35a54cb5b6b1a1862fe84a8d7a8c61d3010436fac014e95
>   SHA256 (FreeBSD-12.0-RC2-i386-mini-memstick.img) =
> c6f9107d866d1d3d5776439dd5bf06b216a8bd01ef9899afb4513de706bbcb7a
>   SHA256 (FreeBSD-12.0-RC2-i386-mini-memstick.img.xz) =
> 56b3f7b3526a62981eb864891f4679affed9db2e2ce43bcf8566fb03b53ea323
>
>
> o 12.0-RC2 powerpc GENERIC:
>   SHA512 (FreeBSD-12.0-RC2-powerpc-bootonly.iso) =
> 57304a642538c6abeb5d421195318608f9c5d064524f20a4f4b23b63f3d1b95cc7f0edc204e021cd271796d05b97e60bb36b02abf7778f0edc50726b8092aaec
>   SHA512 (FreeBSD-12.0-RC2-powerpc-bootonly.iso.xz) =
> dd9df8a28f9ad1fa3ac3fb6dbe74702eb4d74d79c5a8d363966df18b1e14fb89adbdb8822d9eb4b898063b8d37ecfe120be83749bd25a2fd71b22619304e069a
>   SHA512 (FreeBSD-12.0-RC2-powerpc-disc1.iso) =
> 73ebf48540e50c7fedaab60630583bef0dadb04a6671cf0a3cc8849818d7ddc8f3ae67d94e355e08f492b5347d0e66e6289fffc34086becdc9f56d97afb8cb2d
>   SHA512 (FreeBSD-12.0-RC2-powerpc-disc1.iso.xz) =
> 52bbcbce19ecc494f0e1abb0af3765a51210fde82e31d87254b7576f892f89d14126361dca38dad36139c4ddee4f368311f5ce443635c4ec7179c6671e2b7995
>   SHA512 (FreeBSD-12.0-RC2-powerpc-dvd1.iso) =
> b32ba20a11513f0faa37858f0f750968ff011d3edf4cea5985717531d2c3ed9735710068a3d8bbf8195e9653bcbe5bd8bcec1c234afce0d37f7f1c0553c42c18
>   SHA512 (FreeBSD-12.0-RC2-powerpc-dvd1.iso.xz) =
> 217e7cfff709799985a84e67038a0311359593ec8bf8714d2099115e65a77074fc4c8b1c58171fc19c28f82e56f69b88982853a07648e936c44f86ae55077148
>   SHA512 (FreeBSD-12.0-RC2-powerpc-memstick.img) =
> e8d7ea71a4df3f83a0f9f2007067cff733270ddb17f9a354238d195287b64e1e11188a794a3a902e76357843c6e4febc86fc670b57312d0147abd9920a1ae573
>   SHA512 (FreeBSD-12.0-RC2-powerpc-memstick.img.xz) =
> 27c25d8b0eed642684430e9682d1ad1dea9eceb67f8e3be557f66a5b6c1c018152d61ae1db233023a1fea9c524f15d71a39cf23ce4d559ceb89fdfbf9e8482e1
>   SHA512 (FreeBSD-12.0-RC2-powerpc-mini-memstick.img) =
> dabfd7dda0acf47d923f9cdd4afed7bed16871fbb0f17306bcd67c43191af91d717e7b5497c13cc345e4fb55beaed5a572661feb51890b077dc37599acb73f1f
>   SHA512 (FreeBSD-12.0-RC2-powerpc-mini-memstick.img.xz) =
> f5865ed2e50218a07b9fc9ad850b63704fada78309e420973123d3d526b2ea01fd3c8dbea1205519e16875656d6657f38c23119e88eace4198abe39981c8a04d
>
>   SHA256 (FreeBSD-12.0-RC2-powerpc-bootonly.iso) =
> 50372f5d574c725db029a64d420d7286add407b69358682e7c906823ec0a4b11
>   SHA256 (FreeBSD-12.0-RC2-powerpc-bootonly.iso.xz) =
> 835d7826b89c2352f4d694bdbc726c44dc57c77c93de4f8e34516546f8be4b30
>   SHA256 (FreeBSD-12.0-RC2-powerpc-disc1.iso) =
> 5a42de9bece572e351d79c7e66cee583cce6e6d95dfeb4628247635458f25a9a
>   SHA256 (FreeBSD-12.0-RC2-powerpc-disc1.iso.xz) =
> 31e572d76ada50ad962b5fcc31bb4fd9c4e31d71cfc0baab73946fafc8dedbee
>   SHA256 (FreeBSD-12.0-RC2-powerpc-dvd1.iso) =
> 35f9ce4f7cd46dea5b0de980ed8c14de2e87cd55f5c4ecb5e1e73a275168ec1c
>   SHA256 (FreeBSD-12.0-RC2-powerpc-dvd1.iso.xz) =
> 12024cf90a398925bbf274b655c2104eab1827fa03bb9000e3d041d09de0eff2
>   SHA256 (FreeBSD-12.0-RC2-powerpc-memstick.img) =
> 1c531e278c18453b17252db589c924c25a8d7ef45eb93b9ba5fcd827f08c128e
>   SHA256 (FreeBSD-12.0-RC2-powerpc-memstick.img.xz) =
> 9d4e7f18881011d913b70b6ebb77fd82a52154d89e641d8dc1bf87cb730d53ee
>   SHA256 (FreeBSD-12.0-RC2-powerpc-mini-memstick.img) =
> 14dc301494fe13cf25bfd601cdd083b302f6095094e6c5df1e2e379332976b1e
>   SHA256 (FreeBSD-12.0-RC2-powerpc-mini-memstick.img.xz) =
> cb540e300d3b38257bbd5bfc567d0b7700f0f284258ba543668374fcbf1db4d3
>
>
> o 12.0-RC2 powerpc64 GENERIC64:
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpc64-bootonly.iso) =
> 779d3075a2f2904e35a1efa54cb81a19add8950ed831747eac5d5ad00284f971265e3b016ab956268561516a97ff5c3260ec570c5d072d89bd934378f7f0d64c
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpc64-bootonly.iso.xz) =
> c14fde14c1fc950e2701f22da37bf0d28317806a0a760090aca2f7da62dd8022dec29571b7cd6784ab1af9470eb0580c72cd42290ca587952118f26b1551bcf7
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpc64-disc1.iso) =
> ba2d8de1685a5e644784f8179ab9ae31d1e419ebb9dbb914365daadaf48fa635eec57ed2c8c56c5ec8e96de9c03d4dd213dff2982e0e8671234540f0af0a82de
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpc64-disc1.iso.xz) =
> 028c801f1a27757d78558c96e5e8a990d6fc9c54ddda67cbec8195f871ccb0db73f67fcc0684fab63551156b53225ba3771533097f02459f1443f7e6778c9bf2
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpc64-dvd1.iso) =
> f7cd36e5e2e4069bb1d6e571756e4002c9d959cfe388d0583f73f27c0e940daec76278eb07d9a3e63f6ace99d590906602ebfc4ec76ad3455a1275e77a21cc43
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpc64-dvd1.iso.xz) =
> dd61a83ca8ab0742f1e3adca5555a63cd9c57583a32cc21c5265beeea6d5dc72efb93e070fda4f3f6419dde1d5e67551987fcb2e7c3a6c938d2c0dccd966a3db
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpc64-memstick.img) =
> 403a335d69e446a72b277fe6466a2ac3aa355e9dced358aec8f42149faddfe4452eba1b44fa2b56c57ce1ad92555e2f5f440bd3f379ec14fafa7a77c3c7fd726
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpc64-memstick.img.xz) =
> 3e4c14ad35479de228bd75309716a10f8110fb28a4f775ad69b4a87c6553c1b3d6766185dcd47f257b1367226a4a5e45f66eac824625c507b660e9a874bee6e2
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpc64-mini-memstick.img) =
> 07e5196c6fcfcbd6b55d5c9cc3ee2cd373c1b1e77275548efb27f72e84fe3bf2c91a9a511fe260a0382e4805094ff1288fa4a2a1bc7734a0862d6f1dfd123334
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpc64-mini-memstick.img.xz) =
> cd17cbe54b8952c7c63d654f8625794930f48c0012f4a4b82a72b6676cb89341ee8070dcee7d0fe7d75132ed61852e9d00a4c1fe88671642ae005f3461d0e100
>
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpc64-bootonly.iso) =
> 5ec5cad923c7c9ae857a559b3830f1a22314881e586da31f869a12168e010896
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpc64-bootonly.iso.xz) =
> abb418f89a7c37b79f2968e5f4f73c7dc38faeebd8bc1e55176d8101d8e10563
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpc64-disc1.iso) =
> fc2103bd659533d74401850c3602d769a9921a08f4ef4a4c360df736fe11184c
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpc64-disc1.iso.xz) =
> af71c6da1d6d14614b111fde75d6ba846d62e21118b4f1f56470377dc92e9a02
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpc64-dvd1.iso) =
> 83634018fa8df378c0297b1ee687d935d13b8ceb059b3c3e09dfa5b9be1ac2bf
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpc64-dvd1.iso.xz) =
> 3e56fa2a4cba87f48e8a62d90de4599d3ad23dae0395470560559693b20a8d78
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpc64-memstick.img) =
> 3e1dc69365b064e6fbefc3d27ab9923480e6ecede603e39348586a65f97887a5
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpc64-memstick.img.xz) =
> b6ec1fdd4db8b079ac37579f5d19149e5fc54229d5d82ea6d352542468fa6e12
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpc64-mini-memstick.img) =
> 48ff4db6574d34aba437e42d4cac2c8c6b853064f338c1c37db97c23a5ed8cbd
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpc64-mini-memstick.img.xz) =
> b16efb7d282f93637d2edb4589402f1b01ab037901dc871f7f70b6097616cda7
>
>
> o 12.0-RC2 powerpcspe MPC85XXSPE:
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpcspe-bootonly.iso) =
> fd9b33dc4e4e2c04574fda3d815ca20c948bda79add916abb69b4dcec3e49c9beaa17f26570ebc28a4d4e28722b49c214a7f2368e72cef04a4a8fd33739fb6e7
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpcspe-bootonly.iso.xz) =
> 7f41cc508aae5357aad28bd6ea391b45bbc8bca9d96524a1844e9932c8ffc6632a445bdfc3adb426dfd1b59a876853d524398eb4b618ce3a0fafbd348d3ed634
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpcspe-disc1.iso) =
> 5589082637df365375d649e9183c3bebfba4c00cda4f7c3d276b891d178c2a77d9f694283410de7da462ab2f651bbfacfcbc0c2157a3db33e4e401afdbf6b28b
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpcspe-disc1.iso.xz) =
> 08c4dd49b48ac3a16b2b0796d4df651852d0ba34c5242adcda2897c119c5f882ff383543418b39b4ae1142aa863a016ff680e93acc7b6a7a75207cee4c5a2073
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpcspe-dvd1.iso) =
> bd2f696f2c59884607dc0a786bd94c301df1e67cffcab2ff7b258a055f2a5aae845d82d2401a30cc3071811f18a546d30f711e096590239b5c5fedcc1a416171
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpcspe-dvd1.iso.xz) =
> da7f4536fe718eab9c5cbff4ec2684617ccea27a0d1f8476cbd0c41c7402da30dcd09b747c996395eb1bbae209724eb453b8aef0c1e9b0005fcd53012d1836be
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpcspe-memstick.img) =
> 4ed14e2823fd6a31776f5b41ec5183fecbe942ede7b62b0f53e10a1915b0576cbb70ba6c5a4b1caa95c4fd3b63344d2857dba569d0ceb3f23189a4bd0829dc82
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpcspe-memstick.img.xz) =
> a26b594ae1a1d190493544ce62ef9fcd8388e357af6d83fc328a931c219b5b8a1e7246776fb9898cc5793b83466f2630cd530ae187339569c91c92bc70675f9d
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpcspe-mini-memstick.img) =
> 640c56eb327279d3ca2309b7e30b514304b4aec7b6d9fc102d9d4fcca0a0a74ba17dc4406a8aca27ed91f24c16cc5438075ad98c86bb4038fed2d77af7de1763
>   SHA512 (FreeBSD-12.0-RC2-powerpc-powerpcspe-mini-memstick.img.xz) =
> a5319dacf402c8d8851f3507a3c269e2627b4af6f7ae8a47d21dc08b6360eb52b112c1c51d90deac2279008bbd76b1fa841f3b316db5f1a2a3854b4edaa53b00
>
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpcspe-bootonly.iso) =
> 21a3128ee4b6858e720efcd25763e1f7821c100c55b8948cf9226f9f545e8be5
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpcspe-bootonly.iso.xz) =
> f38daadcac34e22d031cc0aa9d91c90e00a5f8e693435ae0760cd6771a05aa4d
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpcspe-disc1.iso) =
> adcea2cfa7d22c4fdd5d528b2c9dc26f099ef694bcd3993d80380e87aedb1797
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpcspe-disc1.iso.xz) =
> ff56450f28f3cd2446391b0deedc37a56e80897d1ea490c9f05ade331db308ea
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpcspe-dvd1.iso) =
> bc6db2a54c96c4c7a5c987fd45d95d7d1194054b7036bd9688f2eb3ab3323785
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpcspe-dvd1.iso.xz) =
> c706fc6806eec99b12bea4970fbb5645046c9d96a7036bdf97e4f2f4dc67a17c
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpcspe-memstick.img) =
> 8031ffa21cda363978ff7dac21ce9c333d66c569a19177a6a695d47a77926c59
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpcspe-memstick.img.xz) =
> 754b0017adc983dc5b24b9b8aaf0f334427d970a3b9570036e648d675bf3c012
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpcspe-mini-memstick.img) =
> b9c3e71e4f8583987faaefad4c22ab6ffbc6ba76a39075bd8429c6584e26ba70
>   SHA256 (FreeBSD-12.0-RC2-powerpc-powerpcspe-mini-memstick.img.xz) =
> 18334bf35cd4a919beb460b5943b3b1bed86f70bcd42ee609c94c1b31f4a5809
>
>
> o 12.0-RC2 sparc64 GENERIC:
>   SHA512 (FreeBSD-12.0-RC2-sparc64-bootonly.iso) =
> 8d2b1d5ed425e188e036dba4790ee4f115ecdc94d969210e31bdb5b8a9deb638ce47e695f612b3f30fb9aa72f5c4cd2aadd20d31ca39736437bcec763bd4feeb
>   SHA512 (FreeBSD-12.0-RC2-sparc64-bootonly.iso.xz) =
> 75f082de21ae49cc145ff33f4bdcc8cdbc671d0f0ed7479c75441e917f9c93e1646a09787d1f33205f31faf276a19b8ff0275fa7db8bf791f68be77b8c02b9b0
>   SHA512 (FreeBSD-12.0-RC2-sparc64-disc1.iso) =
> e3b9a9f347f99839c5e13aed238b44fd136a39f65a32986187bfbab43b024cd2fe1b9a9c92ca9683b9bf6695060c99ae7a559c722e2c2c0f2da8503625d092d8
>   SHA512 (FreeBSD-12.0-RC2-sparc64-disc1.iso.xz) =
> 7ad7fe33111e89bf08ed869b731ae6bb0de3cc28cabafbc4c687905e4bd41dbb136adf6b8d44e21134ba038d438fb56193b611082eb03916775ab1603b9283bd
>   SHA512 (FreeBSD-12.0-RC2-sparc64-dvd1.iso) =
> d9f5e942fd937bbc76551aaa83b0f7d2eaca67eca15f4663d0310aa7b2e2ea1a005c48ebfd648f2f216cb8be85c390d6c6f567fab89a3f7117d049dcf3f6f8a4
>   SHA512 (FreeBSD-12.0-RC2-sparc64-dvd1.iso.xz) =
> 6ccc6eea6924c5701ad3f7f7ded53b973ad9ae4ebbf1572c1c3567d89b0e961a046dda3cc87f4d727df7ddd8288b9d51063e8662a49a08dc67d7f4e0d00ccd60
>
>   SHA256 (FreeBSD-12.0-RC2-sparc64-bootonly.iso) =
> 15d7d7f528509d0bb9d667899fe961360daf487a0f36b50e10348144844a1de2
>   SHA256 (FreeBSD-12.0-RC2-sparc64-bootonly.iso.xz) =
> b9d35586d9fd6e298ecc37645ccb8fa9c6354be031fc0d53ea5b6bc8ccb140c0
>   SHA256 (FreeBSD-12.0-RC2-sparc64-disc1.iso) =
> bd0a42e1a1ddf9a0b20a3ba86b2490905ae7166bd7facf4b468eac78d75f2bc6
>   SHA256 (FreeBSD-12.0-RC2-sparc64-disc1.iso.xz) =
> 6bd83cedf67c1c3e5a6e420cc05468d7d4cb115578d0b513e7317e3e4784059b
>   SHA256 (FreeBSD-12.0-RC2-sparc64-dvd1.iso) =
> 3471467db83da94e53326b35271c6b987afb9c3d0ff74f736d967a66bc02bcc1
>   SHA256 (FreeBSD-12.0-RC2-sparc64-dvd1.iso.xz) =
> 0ae80fec5016275f91838c6d85cca0f1f88501052dea2fe6b16baea5fb63564b
>
>
> o 12.0-RC2 armv6 RPI-B:
>   SHA512 (FreeBSD-12.0-RC2-arm-armv6-RPI-B.img.xz) =
> 55fb04f164205a0803f234593fc28d8d112bea4ece38739757bd2e259a3efde5931a780c98f8625aae2f8f0673701b7a678cb0c5fee871e547406bce6a0686df
>
>   SHA256 (FreeBSD-12.0-RC2-arm-armv6-RPI-B.img.xz) =
> cfe3e17e78e5549d64be820d87742d58b48d2b22bf8090b47c1509b747a58190
>
>
> o 12.0-RC2 armv7 BANANAPI:
>   SHA512 (FreeBSD-12.0-RC2-arm-armv7-BANANAPI.img.xz) =
> ecd20ba341ad210e48f816bab03fe92a851d5aa69a156ec6cf17c01b6e85a854b098debee5773876c3b2222e4ab4bf1c795d9072c3a8fb7572b16dc37d63e281
>
>   SHA256 (FreeBSD-12.0-RC2-arm-armv7-BANANAPI.img.xz) =
> d362db981ad531eba7a055c131d11de18782a17e00a17dfff59e5654f310d5ba
>
>
> o 12.0-RC2 armv7 BEAGLEBONE:
>   SHA512 (FreeBSD-12.0-RC2-arm-armv7-BEAGLEBONE.img.xz) =
> 13740f6f6a9e035b194919583f70bc88357f852f36d39f395c57c621f5c0036337f246d1756ce440f824eb3578324cc73a7ab0eb155edcc0eec6ae3558a5d1f3
>
>   SHA256 (FreeBSD-12.0-RC2-arm-armv7-BEAGLEBONE.img.xz) =
> d76b612bd7bc105e2cd2425478a7e323a238b3a3089e8678bfe0a506c48ee3e9
>
>
> o 12.0-RC2 armv7 CUBIEBOARD:
>   SHA512 (FreeBSD-12.0-RC2-arm-armv7-CUBIEBOARD.img.xz) =
> 88030c043ab3601bccbf815bec90be433739fabbc9c28826273c908af4fd918d71b5154c63e0da12ab245741f668a8c219f89dd9a2d17c335a3048bf619778bd
>
>   SHA256 (FreeBSD-12.0-RC2-arm-armv7-CUBIEBOARD.img.xz) =
> 89543650e1eceff0f15c105f876431cf214458ccb5b84a4993be2c02d3b1836d
>
>
> o 12.0-RC2 armv7 CUBIEBOARD2:
>   SHA512 (FreeBSD-12.0-RC2-arm-armv7-CUBIEBOARD2.img.xz) =
> f1554b25c2a03036077f376588c25cd7802e855eb25c7590d3df56eded0dcb4c3a9dd7967353996000767d05f03a291718a32785726aa5cfaa202718fda83e39
>
>   SHA256 (FreeBSD-12.0-RC2-arm-armv7-CUBIEBOARD2.img.xz) =
> 75a524a38d97a13d7ac5bca6dca6b0675cdeb961899df05623dec20662b12b78
>
>
> o 12.0-RC2 armv7 CUBOX-HUMMINGBOARD:
>   SHA512 (FreeBSD-12.0-RC2-arm-armv7-CUBOX-HUMMINGBOARD.img.xz) =
> 46dab196a10dd0383714ca3c0309d6d7ac58b70b47f1a5ed88356ad094a159eb9c30b8c3b37f517a9ce7a6a9f9d3f73308984086a18c7c77824e74467561502a
>
>   SHA256 (FreeBSD-12.0-RC2-arm-armv7-CUBOX-HUMMINGBOARD.img.xz) =
> 39a0bca1885fb655c6007021ef973e4d592ba2ec1ae2a1e128fe5124a568b410
>
>
> o 12.0-RC2 armv7 PANDABOARD:
>   SHA512 (FreeBSD-12.0-RC2-arm-armv7-PANDABOARD.img.xz) =
> bfb2f04b7ba5c849feadedf1649a53f68fbfe7b48a1598887013db4e10d9d930625ab1bb40915037d82178d733695acdc4a7ebebaf3b57412421a951f0d512a5
>
>   SHA256 (FreeBSD-12.0-RC2-arm-armv7-PANDABOARD.img.xz) =
> 7caff40f8433a3fec6924529213c2de2762faef8ddc2883ceb8d09ce9a168ae8
>
>
> o 12.0-RC2 armv7 WANDBOARD:
>   SHA512 (FreeBSD-12.0-RC2-arm-armv7-WANDBOARD.img.xz) =
> 2671c164b32e2814664237fbb66f99d7978928b827eb61299a28aa6cf0a8be1756864eb0d0f5aff1ebe643177f2a2e4858f4f0b6eef25f4f8d90017ef57adbf9
>
>   SHA256 (FreeBSD-12.0-RC2-arm-armv7-WANDBOARD.img.xz) =
> ac78f6252b2a5ab3dfa5b06b4a80582e841a0ddd7b599d3b673b42afa75ae2be
>
>
> o 12.0-RC2 armv7 GENERICSD:
>   SHA512 (FreeBSD-12.0-RC2-arm-armv7-GENERICSD.img.xz) =
> 4f3dba5dbcf92085dab1a383cb69ae70b4a248c2499aa579eb98f1c9067c0bbcd65f338bb635d1946df1f58a7da60d0ff29052e2b08af686e8bb240d98a3edbf
>
>   SHA256 (FreeBSD-12.0-RC2-arm-armv7-GENERICSD.img.xz) =
> fa5dd5e0e5d240747b7560538380edf8938cd2889a88df7e0a3a5a2f3a34eef5
>
>
> o 12.0-RC2 aarch64 GENERIC:
>   SHA512 (FreeBSD-12.0-RC2-arm64-aarch64-memstick.img) =
> 6f7eee4299150ca35490cc6727c7715c88671fc3fbda3372d5345aad706ec4abf8d03d400d7445a66f0b6e7da69c2606e79812126feedd3acec2a9e4292647da
>   SHA512 (FreeBSD-12.0-RC2-arm64-aarch64-memstick.img.xz) =
> 0ef15894acea74bbba09c1f3bd333efbb654204caed6c14b635993d69a4937ec62dfd7a0c297ead7f33c2f738989b6ba42d55b0d23c261a1dada83b6ced5b875
>   SHA512 (FreeBSD-12.0-RC2-arm64-aarch64-mini-memstick.img) =
> d8f974ec223b25b9cfbd534c6d90d4003eb7cc2817943650a2464723af531cde439fe49aad17842568f79013c41fc9ae8b7cc079983a4b270230e5795b3fca6f
>   SHA512 (FreeBSD-12.0-RC2-arm64-aarch64-mini-memstick.img.xz) =
> ab8b4508058bd691348da295ee17980e9d5e6e3538564d08df0a4dcf32ebcb41554ca18138bd0784b9a06393f3502b4dc4bd9592e9de89e77dbb043ec7d88a18
>
>   SHA256 (FreeBSD-12.0-RC2-arm64-aarch64-memstick.img) =
> d8a37703af87b70a983c70aff456f491198d7dcb6cb1ea2ff347949cccb80fa9
>   SHA256 (FreeBSD-12.0-RC2-arm64-aarch64-memstick.img.xz) =
> e17969f8143cc14a1ef4ea953794e26f7a57c616ae48acf764b794d25afe7322
>   SHA256 (FreeBSD-12.0-RC2-arm64-aarch64-mini-memstick.img) =
> a08babcb9221d1fd31e0d705f3c627fa79463390a8dc397644f38e8a937b57d5
>   SHA256 (FreeBSD-12.0-RC2-arm64-aarch64-mini-memstick.img.xz) =
> 8188f84f4bf43064786203c2a10179b1b7edb1ebcb50921e7e169c50e8cbf8d5
>
>
> o 12.0-RC2 aarch64 RPI3:
>   SHA512 (FreeBSD-12.0-RC2-arm64-aarch64-RPI3.img.xz) =
> b9ded76c4bb56f4467bd492692352c11e5bb9a1ec33450aeef56ae26bb5846759c81e6c83e907bb37d8d761fea2f1de0f342006f08cb0919cbb97c075263a7e2
>
>   SHA256 (FreeBSD-12.0-RC2-arm64-aarch64-RPI3.img.xz) =
> e364f691a31156c004025b3dca005911c45b6960f6e54f37f7dada1d3dd0067c
>
>
> o 12.0-RC2 aarch64 PINE64:
>   SHA512 (FreeBSD-12.0-RC2-arm64-aarch64-PINE64.img.xz) =
> 88d4bbc1e072cf9ee68726eeb715f64a71e2a18b3ccb784016273cebb3ea074ef00d5e66453558b00a2be423d3bde46688f25b57f634417e0ed8ca1289e4093d
>
>   SHA256 (FreeBSD-12.0-RC2-arm64-aarch64-PINE64.img.xz) =
> 582c96eafb379396b0d3f00a7e1e8028e72b17f9597585a3530357133c44c998
>
>
> o 12.0-RC2 aarch64 PINE64-LTS:
>   SHA512 (FreeBSD-12.0-RC2-arm64-aarch64-PINE64-LTS.img.xz) =
> a07d27ae8523d1852638a6b794927e4b33bc7147ff57fe2d6ae2ba8aef17947a45aeac8afb341826a4a0d09e3b296f93ee5195dead9baee6493a316c3a999587
>
>   SHA256 (FreeBSD-12.0-RC2-arm64-aarch64-PINE64-LTS.img.xz) =
> fd1313d9eee259c874a0120b1bb3078c92dfed5984d941ef8113644413ed4f72
>
>
> == VM IMAGE CHECKSUMS ==
>
> o 12.0-RC2 amd64:
>   SHA512 (FreeBSD-12.0-RC2-amd64.qcow2.xz) =
> fc5e897d8375ca5b7021e0b3aec36dc1d593ce73336620ccf81360d25c45588efab19c617753720e326b86c67e5d7a8b49339261cdd5ecf9bdca32c484c0ea53
>   SHA512 (FreeBSD-12.0-RC2-amd64.raw.xz) =
> f0abde275106466adcb0b702cca9879144403b65633b24a1b41ee5f93bf7ea0b9289153529a340dbb70f89de10b5b8fb22ccbde5f844481daa5c87ff02d8565e
>   SHA512 (FreeBSD-12.0-RC2-amd64.vhd.xz) =
> 4689d47b15065d9cb427d2a255d8d6e69ff8712b1cbc9a01279d76743ba90145598fe3f4ad37eec9d3fbc49058732b6bb9a7100f87f2c1ab8a828c90194ae5cc
>   SHA512 (FreeBSD-12.0-RC2-amd64.vmdk.xz) =
> 4189a5e81d28cd6d9700e99d3c31f610f02400c8e182245c73a8ef5fa065f152a358b6f6c549c6d5b4bcd0d323385369a2aa29d06751fe182018b0e6b4935b6a
>
>   SHA256 (FreeBSD-12.0-RC2-amd64.qcow2.xz) =
> 3a8fa1b987b303de49b52d109ffaf9e970dda7856684b98442c4630ca1361170
>   SHA256 (FreeBSD-12.0-RC2-amd64.raw.xz) =
> 6d3b89532f5c5c11664dfa234a60288486edfe24d208e68016dd3a3a0011f71e
>   SHA256 (FreeBSD-12.0-RC2-amd64.vhd.xz) =
> 8f1f317029904002c93875c509e8a04117824ab9f7821df6cdabb3089780732e
>   SHA256 (FreeBSD-12.0-RC2-amd64.vmdk.xz) =
> dfdfab1862c15a86c24902c3acfaa59e50c60f30db6c2d5f6198d120a418350d
>
>
> o 12.0-RC2 i386:
>   SHA512 (FreeBSD-12.0-RC2-i386.qcow2.xz) =
> 2d0bef704838a8af4d2c17d68eaa83928e857d2d7798fff0db9363d0b3a4ec1a9db9bab8adc056dc3454c97a081a60065e33e90a22bbc1a0ba75dec5bdb084b4
>   SHA512 (FreeBSD-12.0-RC2-i386.raw.xz) =
> 8a0c8c0e34d7bbe46c9413cfc45fb1aeef1c607c1e880eaee1026f45fd7fb461e919bad219103164cfb4d251c34e8a08417e207148d18021a562ba11bdff9cf4
>   SHA512 (FreeBSD-12.0-RC2-i386.vhd.xz) =
> 43556e0f264bcf861538bb4d3ab054b041e29351727c992ef872192ce4589845d85d67bac03d284af08eb65809d6855f9343f52ba34719d3cb66d6f959779782
>   SHA512 (FreeBSD-12.0-RC2-i386.vmdk.xz) =
> e3e971590168b21c051d5d60f3afcecf764a4a07124b52da18af749cdd9fb8493c48a067602ee094a92304d1d70a0ec7255a2882bf14dd7ed587d52a602c939d
>
>   SHA256 (FreeBSD-12.0-RC2-i386.qcow2.xz) =
> 79d80afbdfc50baca41b8f7a32a52d9d4d66f08bcc6520e2b989e4250d225027
>   SHA256 (FreeBSD-12.0-RC2-i386.raw.xz) =
> 3f38feecf432594a7c1ff1b740e327889e07be566ff45c220dd2914daa548559
>   SHA256 (FreeBSD-12.0-RC2-i386.vhd.xz) =
> 540d67fba726a27f9f87aa38af646f19fdccf174ced1d3c609fb32d6d7e9a095
>   SHA256 (FreeBSD-12.0-RC2-i386.vmdk.xz) =
> c526e0b852f6a1636b73f2dbb2525997838178b27753c6cbd20ba2ea74f40f27
>
>
> o 12.0-RC2 aarch64:
>   SHA512 (FreeBSD-12.0-RC2-arm64-aarch64.qcow2.xz) =
> 43eb98e164f5fc344cdee0f70837d4462e788fa9f115fc908de61ef51195688346b3b004db7dace03e6930dfc146ab2aaea52edea11e9ad72dc520dc7eb36152
>   SHA512 (FreeBSD-12.0-RC2-arm64-aarch64.raw.xz) =
> 15f4838fa4a5ac942c9bced9f321f27119e9d00ee5ac906e9e6c77d7c5e27966798fd9fbbbeec5d073a4860c0f49d12fc763470da7a327d31881b0c6c626cddb
>   SHA512 (FreeBSD-12.0-RC2-arm64-aarch64.vhd.xz) =
> 2582415740e28e16858df0b64dc7152d07f4136ca3aea4b17b524e2cdd86cafea9f8a49a17489cb5303430f9607404ea9f4cb5a80ce73baada9ca355f6a27264
>   SHA512 (FreeBSD-12.0-RC2-arm64-aarch64.vmdk.xz) =
> 592d6653a187cdd95ebe395cac00287c3a9c3983c8167393c926fe4c6657734e01803cbb00ec2ecfe790f8881b0535ae498ce2118426cbb517860c3ea7fb44b2
>
>   SHA256 (FreeBSD-12.0-RC2-arm64-aarch64.qcow2.xz) =
> e931348b3894431755afd791f0ec151918616cc44c2eed3c291120d4f57692ad
>   SHA256 (FreeBSD-12.0-RC2-arm64-aarch64.raw.xz) =
> 982b3829da9c79efc4d21d704c8beba7bb29aff60e5a472d9b2f1f1d68b0c1e6
>   SHA256 (FreeBSD-12.0-RC2-arm64-aarch64.vhd.xz) =
> f1aa22fc5d71eee30446e03e188e70903988f05bd832287647295259b5a43c03
>   SHA256 (FreeBSD-12.0-RC2-arm64-aarch64.vmdk.xz) =
> 46c6a353690bad30b70b9002f8934d87990cf971d4ccf6f05cab5243156e0b10
>
> Regards,
>
> Glen
>
> Love FreeBSD?  Support this and future releases with a donation to
> the FreeBSD Foundation!  https://www.freebsdfoundation.org/donate/
>
> -----BEGIN PGP SIGNATURE-----
>
> iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAlv6AqIACgkQAxRYpUeP
> 4pMwKQ//VyZljlWOkrCYneYfFwWxu2IEwDFDkoiVSuDOK3SvdMgGkJMx12pAq7Ox
> Jy4UnCjXzitgwegknf7eHLWqpHEmsE3n+kWsupIGkurvE6WUooHkc+or7onAmkNg
> Eb8d6Z4ienmaYQwR1ApkL+J9H+GiyvV+Hfb07+pk/Z2Qq3RAD7HfLk734rM3TZd7
> Waspn6OyLIBSuGnTAUE+2PREQQDZjoHaWKozmyO6EvjLjz7nW2JdfmDEoDOIoPg0
> GJbTO9Ed8MEWvSmo0xaWVnHxh2ccwBwi2Xnb2U/qQ51sD7tsRCBbECJQbGglR5fy
> IjRJPVN8ZCySW0smvIcwIQQN9SjU/T0qLrV1nTB9TjfPLMFDJ+2QNfXpiA1doLe2
> H812XibTfbNbR8OuxsmFLNAAr0f9lFPVaQkpjfKL0SM9HHUxJ5lGJMrpqOl/sWV5
> 4eQXUucelYZNEoP7oLToYCWL+eaudt7QY/dj2moaiOq59qczfNuLIFKfIoIyrALs
> Jk6X/+WFlj/k3oHdPH17Z291+60O0CNpo7/y08sWcj2h01e/WiTkYeFzigoJhwN4
> qf6CE+9ZbojOCXoy8FRR9AE0vP3Q7GgDGBrdtiVD9vD0tTd8u8ee+p5E70ciSP5c
> ocgtVzrjGV1AOwvoC1QWoteB3RKk4W8BIVjzrNdrm8Zjeir8z98=
> =xS4P
> -----END PGP SIGNATURE-----
>
>
> ------------------------------
>
> Message: 7
> Date: Sun, 25 Nov 2018 04:39:18 +0000
> From: Glen Barber <gjb at freebsd.org>
> To: freebsd-current at freebsd.org, freebsd-stable at freebsd.org
> Cc: FreeBSD Release Engineering Team <re at freebsd.org>
> Subject: [UPDATE] Re: FreeBSD 12.0-RC2 Now Available
> Message-ID: <20181125043918.GX81143 at FreeBSD.org>
> Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> The freebsd-update(8) binary upgrade patches are now available for
> 12.0-RC2.
>
> 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 12.0-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 11.x.  Alternatively, the user can install misc/compat11x 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
>
> Regards,
>
> Glen
>
> -----BEGIN PGP SIGNATURE-----
>
> iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAlv6J3YACgkQAxRYpUeP
> 4pMLwA/8Dm+j0l31l7LLY+N0SSZ/V87Gkp878to/v7IzJZtbFYNG1zYOq3zJeaXg
> 1fG71q0TnmpyUQq75MHJssTwzupUWMPI1QSzC5+NIk2VMlC67Td75JU4nW00022Y
> 0XTH7Q+FleuGRqM+3MYE0oEsHUgMnCVhVWtz5iuJhOBzGI2pR7nsujqka+SIvGuU
> bsqy66Zj1HdQmOW/2yDxdOI7iaTamz1I1aXaGB3+nnwGtHgmfx9fKZpHSkrmfQak
> SV1Aroowovg+QMHeprhZBGPx5AQO1WaxwFs0LgpE0JzrSJDgnu1iYqipGsuf66ab
> NObhRRy5xDDVfnVRs7w3oFM4KwElo2WZg4r/vorJpSyNIqirdIDoatmb2pcb0Ezz
> q3DG/mUUleb4HLqZizaKsYJYkkIPPNMTDdtbY+e5vQrdi4kYe3wzEgW+zZm5TT+m
> vHI1nErPEIRFIe3J1kAvlJX6T9xSbATBVifNWJUU7KQDsfNRaNAGmCyQBF9gNOBe
> IDli6gmavZD6q/popJLM8eIZfLjW6Jktsprl5cf45S4TMYdwWt+HsHE/g5WgSSXi
> wO19beXw2YcwmehpelrjMVe4MXP57UTSmyAP808htsNOe34osnt2fLMF755R4l1K
> 6hZPNNjxX9zxzWyLfnO2WE8Xq3Y6twVMYRs1coSW6TJ5AfxJOEo=
> =tHW5
> -----END PGP SIGNATURE-----
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> freebsd-stable at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
>
>
> ------------------------------
>
> End of freebsd-stable Digest, Vol 798, Issue 7
> **********************************************
>


More information about the freebsd-stable mailing list