Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 2020 08:45:50 +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: r541259 - in head/sysutils/cpupdate: . files
Message-ID:  <202007050845.0658joo4004754@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Sun Jul  5 08:45:50 2020
New Revision: 541259
URL: https://svnweb.freebsd.org/changeset/ports/541259

Log:
  sysutils/cpupdate: minor update
  
  - Remove stale notes from pkg-descr and pkg-message.in
    that are not relevant for supported branches (*)
  - sync with platomav/CPUMicrocodes MCE DB r151.
  
  No functional changes so PORTREVISION not bumped.
  
  PR:		247766

Modified:
  head/sysutils/cpupdate/Makefile
  head/sysutils/cpupdate/distinfo
  head/sysutils/cpupdate/files/pkg-message.in
  head/sysutils/cpupdate/pkg-descr

Modified: head/sysutils/cpupdate/Makefile
==============================================================================
--- head/sysutils/cpupdate/Makefile	Sun Jul  5 08:42:38 2020	(r541258)
+++ head/sysutils/cpupdate/Makefile	Sun Jul  5 08:45:50 2020	(r541259)
@@ -34,10 +34,10 @@ GH_TAGNAME=	48e42d5
 
 PLIST_FILES=	sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz
 
-# MCE DB r127
+# MCE DB r151
 CPM_ACCOUNT=	platomav
 CPM_PROJECT=	CPUMicrocodes
-CPM_TAGNAME=	557a90c
+CPM_TAGNAME=	0d2412f
 
 OPTIONS_DEFINE=		CPM INTEL
 CPM_DESC=		Download platomav/CPUMicrocodes collection

Modified: head/sysutils/cpupdate/distinfo
==============================================================================
--- head/sysutils/cpupdate/distinfo	Sun Jul  5 08:42:38 2020	(r541258)
+++ head/sysutils/cpupdate/distinfo	Sun Jul  5 08:45:50 2020	(r541259)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1570202938
+TIMESTAMP = 1593938356
 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-557a90c_GH0.tar.gz) = 7b2b5b4ee4985fffb7c29a85c8128b4b9147694351e73479ca3ff64a984cd12a
-SIZE (platomav-CPUMicrocodes-557a90c_GH0.tar.gz) = 7788862
+SHA256 (platomav-CPUMicrocodes-0d2412f_GH0.tar.gz) = ed9aaf409a0a4831a164216536b0a372ffeeff297f65de4b244f0bd8536503fc
+SIZE (platomav-CPUMicrocodes-0d2412f_GH0.tar.gz) = 8597909

Modified: head/sysutils/cpupdate/files/pkg-message.in
==============================================================================
--- head/sysutils/cpupdate/files/pkg-message.in	Sun Jul  5 08:42:38 2020	(r541258)
+++ head/sysutils/cpupdate/files/pkg-message.in	Sun Jul  5 08:45:50 2020	(r541259)
@@ -11,9 +11,6 @@ if you have just built the port with corresponding CPM
 In this case you can run "make install-microcodes" to install them to
 
 %%DATADIR%%
-
-Suspend/resume sequence clears microcode update, so make sure your system runs
-"service cpupdate start" again on resume.
 EOM
 }
 ]

Modified: head/sysutils/cpupdate/pkg-descr
==============================================================================
--- head/sysutils/cpupdate/pkg-descr	Sun Jul  5 08:42:38 2020	(r541258)
+++ head/sysutils/cpupdate/pkg-descr	Sun Jul  5 08:45:50 2020	(r541259)
@@ -2,8 +2,4 @@ x86 CPU microcode utility for BSD.
 
 At the moment, it is for Intel processors only.
 
-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).
-
 WWW: https://github.com/kernschmelze/cpupdate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007050845.0658joo4004754>