Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2018 19:45:55 +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: r477447 - head/sysutils/cpupdate
Message-ID:  <201808171945.w7HJjtph023594@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Fri Aug 17 19:45:55 2018
New Revision: 477447
URL: https://svnweb.freebsd.org/changeset/ports/477447

Log:
  Minor update for sysutils/cpupdate:
  
  - sync with Intel's microcode-20180807.tgz;
  - sync with platomav/CPUMicrocodes MCE DB r79;
  - follow audio/lame practice and add some comments to the "LICENSE" section
    of port's Makefile describing possible legal issues preventing microcode
    redistribution due to multiple user requests.
  
  No package changes, so no PORTREVISION bump.
  
  PR:		226620, 230181

Modified:
  head/sysutils/cpupdate/Makefile
  head/sysutils/cpupdate/distinfo

Modified: head/sysutils/cpupdate/Makefile
==============================================================================
--- head/sysutils/cpupdate/Makefile	Fri Aug 17 19:40:09 2018	(r477446)
+++ head/sysutils/cpupdate/Makefile	Fri Aug 17 19:45:55 2018	(r477447)
@@ -11,6 +11,13 @@ COMMENT=	CPU microcode update utility for x86
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
+#
+# The license of Intel's microcode binary files prohibits redistribution,
+# so they are no part of this port to not restrict packaging and redistribution
+# of the port itself. These binaries ought be downloaded and installed
+# separately from this package by default. There are non-default port options
+# and "make install-microcodes" command to download and install
+# the whole bunch of microcode binaries.
 
 USE_RC_SUBR=	${PORTNAME}
 
@@ -27,10 +34,10 @@ GH_TAGNAME=	48e42d5
 
 PLIST_FILES=	sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz
 
-# MCE DB r76
+# MCE DB r79
 CPM_ACCOUNT=	platomav
 CPM_PROJECT=	CPUMicrocodes
-CPM_TAGNAME=	360b8e9
+CPM_TAGNAME=	34ee55e
 
 OPTIONS_DEFINE=		CPM INTEL
 CPM_DESC=		Download platomav/CPUMicrocodes collection
@@ -40,9 +47,9 @@ CPM_GH_TAGNAME=		${CPM_TAGNAME}:cpm
 CPM_DIR=		${WRKDIR}/${CPM_PROJECT}-${CPM_TAGNAME}
 CPM_DATADIR=		${DATADIR}/CPUMicrocodes/secondary/Intel
 
-INTEL_PACK=		microcode-20180703.tgz
+INTEL_PACK=		microcode-20180807.tgz
 INTEL_DESC=		Download Intel microcode pack ${INTEL_PACK}
-INTEL_MASTER_SITES=	https://downloadmirror.intel.com/27945/eng/:intel
+INTEL_MASTER_SITES=	https://downloadmirror.intel.com/28039/eng/:intel
 INTEL_DISTFILES=	${INTEL_PACK}:intel
 INTEL_DIR=		${WRKDIR}/intel-ucode
 INTEL_DATADIR=		${DATADIR}/CPUMicrocodes/primary/Intel

Modified: head/sysutils/cpupdate/distinfo
==============================================================================
--- head/sysutils/cpupdate/distinfo	Fri Aug 17 19:40:09 2018	(r477446)
+++ head/sysutils/cpupdate/distinfo	Fri Aug 17 19:45:55 2018	(r477447)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1532942073
-SHA256 (microcode-20180703.tgz) = 4a1a346fdf48e1626d4c9d0d47bbbc6a4052f56e359c85a3dd2d10fd555e5938
-SIZE (microcode-20180703.tgz) = 1550181
+TIMESTAMP = 1534534856
+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-360b8e9_GH0.tar.gz) = da8d974ecc1a4f44f99cdb5eb32720cc9e01b69d8345dec351f5a919f93e25ba
-SIZE (platomav-CPUMicrocodes-360b8e9_GH0.tar.gz) = 5020604
+SHA256 (platomav-CPUMicrocodes-34ee55e_GH0.tar.gz) = 3baba08a5b4c3d091e57ad531c905834dc3a2e3af622c394f7f12237153a8de2
+SIZE (platomav-CPUMicrocodes-34ee55e_GH0.tar.gz) = 5021838



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