svn commit: r490487 - head/sysutils/devcpu-data

Sean Bruno sbruno at FreeBSD.org
Wed Jan 16 15:37:09 UTC 2019


Author: sbruno
Date: Wed Jan 16 15:37:07 2019
New Revision: 490487
URL: https://svnweb.freebsd.org/changeset/ports/490487

Log:
  sysutils/devcpu-data:
  Capture last AMD 17h microcode update for 2018.
  
  https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/amd-ucode?id=8aa9e3e3886d49b8e1427c1084cbbe567ca2b6ca

Modified:
  head/sysutils/devcpu-data/Makefile
  head/sysutils/devcpu-data/distinfo

Modified: head/sysutils/devcpu-data/Makefile
==============================================================================
--- head/sysutils/devcpu-data/Makefile	Wed Jan 16 15:19:45 2019	(r490486)
+++ head/sysutils/devcpu-data/Makefile	Wed Jan 16 15:37:07 2019	(r490487)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	data
-PORTVERSION=	1.20
+PORTVERSION=	1.21
 CATEGORIES=	sysutils
 MASTER_SITES=	https://downloadmirror.intel.com/28039/eng/:intel \
 		LOCAL/sbruno:amd
 PKGNAMEPREFIX=	devcpu-
 DISTFILES=	microcode-20180807.tgz:intel \
-		amd64-microcode.20180525.tar.xz:amd
+		amd64-microcode.20181214.tar.xz:amd
 
 MAINTAINER=	sbruno at FreeBSD.org
 COMMENT=	Intel and AMD CPUs microcode updates

Modified: head/sysutils/devcpu-data/distinfo
==============================================================================
--- head/sysutils/devcpu-data/distinfo	Wed Jan 16 15:19:45 2019	(r490486)
+++ head/sysutils/devcpu-data/distinfo	Wed Jan 16 15:37:07 2019	(r490487)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1533753970
+TIMESTAMP = 1547477947
 SHA256 (microcode-20180807.tgz) = 29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40
 SIZE (microcode-20180807.tgz) = 1629357
-SHA256 (amd64-microcode.20180525.tar.xz) = ca2ff90c72e837c9408953edd147efee17a3c96e60ce42a2afa9f484ba5e3ae2
-SIZE (amd64-microcode.20180525.tar.xz) = 20476
+SHA256 (amd64-microcode.20181214.tar.xz) = 6d6523da9c00fc770901bf399fabc8938ee9d9b7ce28f046d636c335171611ab
+SIZE (amd64-microcode.20181214.tar.xz) = 21232


More information about the svn-ports-head mailing list