Date: Fri, 8 Mar 2019 16:34:01 +0000 (UTC) From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495055 - head/sysutils/cpupdate Message-ID: <201903081634.x28GY1wN084932@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eugen Date: Fri Mar 8 16:34:01 2019 New Revision: 495055 URL: https://svnweb.freebsd.org/changeset/ports/495055 Log: sysutils/cpupdate: catch up with recent platomav/CPUMicrocodes changes and FreeBSD releases. Modified: head/sysutils/cpupdate/Makefile head/sysutils/cpupdate/distinfo head/sysutils/cpupdate/pkg-descr Modified: head/sysutils/cpupdate/Makefile ============================================================================== --- head/sysutils/cpupdate/Makefile Fri Mar 8 16:26:47 2019 (r495054) +++ head/sysutils/cpupdate/Makefile Fri Mar 8 16:34:01 2019 (r495055) @@ -34,10 +34,10 @@ GH_TAGNAME= 48e42d5 PLIST_FILES= sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz -# MCE DB r88 +# MCE DB r101 CPM_ACCOUNT= platomav CPM_PROJECT= CPUMicrocodes -CPM_TAGNAME= 0d88b2e +CPM_TAGNAME= 664172f OPTIONS_DEFINE= CPM INTEL CPM_DESC= Download platomav/CPUMicrocodes collection Modified: head/sysutils/cpupdate/distinfo ============================================================================== --- head/sysutils/cpupdate/distinfo Fri Mar 8 16:26:47 2019 (r495054) +++ head/sysutils/cpupdate/distinfo Fri Mar 8 16:34:01 2019 (r495055) @@ -1,7 +1,7 @@ -TIMESTAMP = 1540662359 +TIMESTAMP = 1552062762 SHA256 (microcode-20180807.tgz) = 29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40 SIZE (microcode-20180807.tgz) = 1629357 SHA256 (kernschmelze-cpupdate-g20180513-48e42d5_GH0.tar.gz) = d28582fe7edfb57da99fb2466417033ee619c32de9c6b5f1a5fae7d9be8253da SIZE (kernschmelze-cpupdate-g20180513-48e42d5_GH0.tar.gz) = 4566722 -SHA256 (platomav-CPUMicrocodes-0d88b2e_GH0.tar.gz) = c3d114e18e1c96ab0da9aa6ed6b3ea1ce8f1d72739ce2e57e3b8edd345cb43a7 -SIZE (platomav-CPUMicrocodes-0d88b2e_GH0.tar.gz) = 5136173 +SHA256 (platomav-CPUMicrocodes-664172f_GH0.tar.gz) = 81d2fd40850ce2e97ea3b6a21a90ab924c99d6350cbc0d0ae94a20201da1a811 +SIZE (platomav-CPUMicrocodes-664172f_GH0.tar.gz) = 5821895 Modified: head/sysutils/cpupdate/pkg-descr ============================================================================== --- head/sysutils/cpupdate/pkg-descr Fri Mar 8 16:26:47 2019 (r495054) +++ head/sysutils/cpupdate/pkg-descr Fri Mar 8 16:34:01 2019 (r495055) @@ -2,7 +2,7 @@ x86 CPU microcode utility for BSD. At the moment, it is for Intel processors only. -Note: update FreeBSD to OSVERSION level 1101507 for 11.x or 1200055 for 12.0+ +Note: update FreeBSD to 11.2-RELEASE or 12.0-RELEASE or newer before building/using this utility if your microcode update brings new CPU features like Indirect Branch Restricted Speculation (IBRS).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903081634.x28GY1wN084932>