From owner-svn-ports-head@freebsd.org Fri Aug 17 19:45:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 777911079974; Fri, 17 Aug 2018 19:45:56 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23848700D8; Fri, 17 Aug 2018 19:45:56 +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 0496F528F; Fri, 17 Aug 2018 19:45:56 +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 w7HJjtnc023595; Fri, 17 Aug 2018 19:45:55 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7HJjtph023594; Fri, 17 Aug 2018 19:45:55 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201808171945.w7HJjtph023594@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Fri, 17 Aug 2018 19:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477447 - head/sysutils/cpupdate X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head/sysutils/cpupdate X-SVN-Commit-Revision: 477447 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2018 19:45:56 -0000 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