diff options
author | eugen <eugen@FreeBSD.org> | 2019-03-09 00:34:01 +0800 |
---|---|---|
committer | eugen <eugen@FreeBSD.org> | 2019-03-09 00:34:01 +0800 |
commit | a57033ae43f443989e202e9350a79262b44a43f2 (patch) | |
tree | 913ca7b991b6d4246c0eb6868823825cfe07b0b1 /sysutils/cpupdate | |
parent | 0291927b3c90781928d629bf0b8f87e5badd279b (diff) | |
download | freebsd-ports-gnome-a57033ae43f443989e202e9350a79262b44a43f2.tar.gz freebsd-ports-gnome-a57033ae43f443989e202e9350a79262b44a43f2.tar.zst freebsd-ports-gnome-a57033ae43f443989e202e9350a79262b44a43f2.zip |
sysutils/cpupdate: catch up with recent platomav/CPUMicrocodes changes
and FreeBSD releases.
Diffstat (limited to 'sysutils/cpupdate')
-rw-r--r-- | sysutils/cpupdate/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cpupdate/distinfo | 6 | ||||
-rw-r--r-- | sysutils/cpupdate/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/cpupdate/Makefile b/sysutils/cpupdate/Makefile index 1c0bcc34d016..0499fd8daa44 100644 --- a/sysutils/cpupdate/Makefile +++ b/sysutils/cpupdate/Makefile @@ -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 diff --git a/sysutils/cpupdate/distinfo b/sysutils/cpupdate/distinfo index 2338c329ee4e..eefa2d73ad2a 100644 --- a/sysutils/cpupdate/distinfo +++ b/sysutils/cpupdate/distinfo @@ -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 diff --git a/sysutils/cpupdate/pkg-descr b/sysutils/cpupdate/pkg-descr index fd9c31484d5f..d69176547e59 100644 --- a/sysutils/cpupdate/pkg-descr +++ b/sysutils/cpupdate/pkg-descr @@ -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). |