From nobody Wed Nov 10 00:12:58 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id B08F517F0DBB; Wed, 10 Nov 2021 00:12:58 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hplfy4Gh6z4ft0; Wed, 10 Nov 2021 00:12:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 725996ABA; Wed, 10 Nov 2021 00:12:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AA0Cwn4094151; Wed, 10 Nov 2021 00:12:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AA0CwU4094150; Wed, 10 Nov 2021 00:12:58 GMT (envelope-from git) Date: Wed, 10 Nov 2021 00:12:58 GMT Message-Id: <202111100012.1AA0CwU4094150@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Sean Bruno Subject: git: 729f1643c473 - main - sysutils/devcpu-data: New AMD ucode 19h List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sbruno X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 729f1643c473b211a70337fdbf85ff23b8d41067 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sbruno: URL: https://cgit.FreeBSD.org/ports/commit/?id=729f1643c473b211a70337fdbf85ff23b8d41067 commit 729f1643c473b211a70337fdbf85ff23b8d41067 Author: Sean Bruno AuthorDate: 2021-11-10 00:08:52 +0000 Commit: Sean Bruno CommitDate: 2021-11-10 00:12:29 +0000 sysutils/devcpu-data: New AMD ucode 19h - Update to include new 19h AMD ucode that appears in linux ucode repo https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amd-ucode - No change to any other ucode. --- sysutils/devcpu-data-amd/Makefile | 3 ++- sysutils/devcpu-data-amd/distinfo | 6 +++--- sysutils/devcpu-data-amd/pkg-plist | 1 + sysutils/devcpu-data/Makefile | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/sysutils/devcpu-data-amd/Makefile b/sysutils/devcpu-data-amd/Makefile index 834370e9545c..e8417df50c4c 100644 --- a/sysutils/devcpu-data-amd/Makefile +++ b/sysutils/devcpu-data-amd/Makefile @@ -1,5 +1,5 @@ PORTNAME= data -PORTVERSION= 20191228 +PORTVERSION= 20211109 CATEGORIES= sysutils MASTER_SITES= LOCAL/sbruno PKGNAMEPREFIX= devcpu- @@ -31,5 +31,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/microcode_amd_fam15h.bin ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/microcode_amd_fam16h.bin ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/microcode_amd_fam17h.bin ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/microcode_amd_fam19h.bin ${STAGEDIR}${DATADIR}/ .include diff --git a/sysutils/devcpu-data-amd/distinfo b/sysutils/devcpu-data-amd/distinfo index 5284697b3987..092211260c61 100644 --- a/sysutils/devcpu-data-amd/distinfo +++ b/sysutils/devcpu-data-amd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633576196 -SHA256 (amd64-microcode.20191228.tar.xz) = 156eef8950f28436e045c1d5ac6e4738d99c07a6737d35bf966901f4b260abb3 -SIZE (amd64-microcode.20191228.tar.xz) = 28827 +TIMESTAMP = 1636501751 +SHA256 (amd64-microcode.20211109.tar.xz) = eadfc633bb4390b18f383b96f782c14a5cec0d5712d4b8d525dc6f76f2ae7522 +SIZE (amd64-microcode.20211109.tar.xz) = 49584 diff --git a/sysutils/devcpu-data-amd/pkg-plist b/sysutils/devcpu-data-amd/pkg-plist index 2bf71260431b..d45478f284bc 100644 --- a/sysutils/devcpu-data-amd/pkg-plist +++ b/sysutils/devcpu-data-amd/pkg-plist @@ -2,3 +2,4 @@ %%DATADIR%%/microcode_amd_fam15h.bin %%DATADIR%%/microcode_amd_fam16h.bin %%DATADIR%%/microcode_amd_fam17h.bin +%%DATADIR%%/microcode_amd_fam19h.bin diff --git a/sysutils/devcpu-data/Makefile b/sysutils/devcpu-data/Makefile index 9a16ab166af3..0e63dde8f574 100644 --- a/sysutils/devcpu-data/Makefile +++ b/sysutils/devcpu-data/Makefile @@ -1,7 +1,7 @@ # Created by: stas PORTNAME= data -PORTVERSION= 20211006 +PORTVERSION= 20211109 CATEGORIES= sysutils MASTER_SITES= # none PKGNAMEPREFIX= devcpu-