Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Apr 2018 17:12:53 +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: r466680 - head/sysutils/cpupdate
Message-ID:  <201804061712.w36HCrnm061655@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Fri Apr  6 17:12:53 2018
New Revision: 466680
URL: https://svnweb.freebsd.org/changeset/ports/466680

Log:
  Update sysutils/cpupdate:
  
  - sync with platomav/CPUMicrocodes MCE DB r64;
  - remove useless use of subshell;
  - rcorder runs /etc/rc.d/sysctl before FILESYSTEMS to process /etc/sysctl.conf
    so let cpupdate's startup script automatically enable
    Indirect Branch Restricted Speculation after successful
    start of ${PRERIX}/sbin/cpupdate, if possible, unless this is disabled
    with new "cpupdate_irbs_enable" rc.conf variable;
  - bump PORTREVISION.

Modified:
  head/sysutils/cpupdate/Makefile

Modified: head/sysutils/cpupdate/Makefile
==============================================================================
--- head/sysutils/cpupdate/Makefile	Fri Apr  6 16:56:58 2018	(r466679)
+++ head/sysutils/cpupdate/Makefile	Fri Apr  6 17:12:53 2018	(r466680)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cpupdate
 DISTVERSION=	g20180323
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	eugen@FreeBSD.org
@@ -28,7 +29,7 @@ PLIST_FILES=	sbin/${PORTNAME} man/man8/${PORTNAME}.8.g
 
 CPM_ACCOUNT=	platomav
 CPM_PROJECT=	CPUMicrocodes
-CPM_TAGNAME=	8f56a62
+CPM_TAGNAME=	079248c
 
 OPTIONS_DEFINE=		CPM INTEL
 CPM_DESC=		Download platomav/CPUMicrocodes collection
@@ -63,7 +64,7 @@ install-microcodes:
 .if ${PORT_OPTIONS:MCPM}
 	${RM} -rf ${CPM_DATADIR}
 	${MKDIR} ${CPM_DATADIR}
-	(cpupdate -IC -S ${CPM_DIR}/Intel -T ${CPM_DATADIR})
+	cpupdate -IC -S ${CPM_DIR}/Intel -T ${CPM_DATADIR}
 .endif
 .for _o in INTEL CPM
 .if ${PORT_OPTIONS:M${_o}}



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