From owner-svn-ports-all@freebsd.org Sun Jul 5 08:45:51 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD22C3655F6; Sun, 5 Jul 2020 08:45:51 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B02NH45cPz4g1q; Sun, 5 Jul 2020 08:45:51 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6FE5FAE12; Sun, 5 Jul 2020 08:45:51 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0658jp36004757; Sun, 5 Jul 2020 08:45:51 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0658joo4004754; Sun, 5 Jul 2020 08:45:50 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <202007050845.0658joo4004754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Sun, 5 Jul 2020 08:45:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541259 - in head/sysutils/cpupdate: . files X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: in head/sysutils/cpupdate: . files X-SVN-Commit-Revision: 541259 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2020 08:45:51 -0000 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