Index: head/sysutils/cpupdate/Makefile =================================================================== --- head/sysutils/cpupdate/Makefile (revision 466337) +++ head/sysutils/cpupdate/Makefile (revision 466338) @@ -1,79 +1,79 @@ # Created by: Eugene Grosbein # $FreeBSD$ PORTNAME= cpupdate DISTVERSION= g20180323 CATEGORIES= sysutils MAINTAINER= eugen@FreeBSD.org COMMENT= CPU microcode update utility for x86 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_RC_SUBR= ${PORTNAME} ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= specific to x86 processors SUB_FILES= pkg-message SUB_LIST= CPM_DIR=${CPM_DIR} INTEL_DIR=${INTEL_DIR} USE_GITHUB= yes GH_ACCOUNT= kernschmelze GH_PROJECT= ${PORTNAME} GH_TAGNAME= 7633a43 PLIST_FILES= sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz CPM_ACCOUNT= platomav CPM_PROJECT= CPUMicrocodes -CPM_TAGNAME= a0371d6 +CPM_TAGNAME= 8f56a62 OPTIONS_DEFINE= CPM INTEL CPM_DESC= Download platomav/CPUMicrocodes collection CPM_GH_ACCOUNT= ${CPM_ACCOUNT}:cpm CPM_GH_PROJECT= ${CPM_PROJECT}:cpm CPM_GH_TAGNAME= ${CPM_TAGNAME}:cpm CPM_DIR= ${WRKDIR}/${CPM_PROJECT}-${CPM_TAGNAME} CPM_DATADIR= ${DATADIR}/CPUMicrocodes/secondary/Intel INTEL_PACK= microcode-20180312.tgz INTEL_DESC= Download Intel microcode pack ${INTEL_PACK} INTEL_MASTER_SITES= https://downloadmirror.intel.com/27591/eng/:intel INTEL_DISTFILES= ${INTEL_PACK}:intel INTEL_DIR= ${WRKDIR}/intel-ucode INTEL_DATADIR= ${DATADIR}/CPUMicrocodes/primary/Intel post-patch: ${REINPLACE_CMD} -e "s,/usr/local/share/cpupdate,${DATADIR},g" ${WRKSRC}/cpupdate.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 .include install-microcodes: .if ${PORT_OPTIONS:MINTEL} ${RM} -rf ${INTEL_DATADIR} ${MKDIR} ${INTEL_DATADIR} (cd ${INTEL_DIR} && ${COPYTREE_SHARE} . ${INTEL_DATADIR}) .endif .if ${PORT_OPTIONS:MCPM} ${RM} -rf ${CPM_DATADIR} ${MKDIR} ${CPM_DATADIR} (cpupdate -IC -S ${CPM_DIR}/Intel -T ${CPM_DATADIR}) .endif .for _o in INTEL CPM .if ${PORT_OPTIONS:M${_o}} @${ECHO} '' @${ECHO} '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!' @${ECHO} NOTE: you have to manually remove the directory @${ECHO} ${${_o}_DATADIR} @${ECHO} after deinstallation of ${PORTNAME}. @${ECHO} '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!' .endif .endfor .include Index: head/sysutils/cpupdate/distinfo =================================================================== --- head/sysutils/cpupdate/distinfo (revision 466337) +++ head/sysutils/cpupdate/distinfo (revision 466338) @@ -1,7 +1,7 @@ -TIMESTAMP = 1521807121 +TIMESTAMP = 1522754487 SHA256 (microcode-20180312.tgz) = 0b381face2df1b0a829dc4fa8fa93f47f39e11b1c9c22ebd44f8614657c1e779 SIZE (microcode-20180312.tgz) = 3789662 SHA256 (kernschmelze-cpupdate-g20180323-7633a43_GH0.tar.gz) = b6a595223b7e70fbdf170b51d6aee4d907b36e080c18d076b6a17ae16bd63d28 SIZE (kernschmelze-cpupdate-g20180323-7633a43_GH0.tar.gz) = 4566592 -SHA256 (platomav-CPUMicrocodes-a0371d6_GH0.tar.gz) = 9c0b37018e3a5abaae5d02a73bd83e70e889055ed2fdccac0353d221193ba915 -SIZE (platomav-CPUMicrocodes-a0371d6_GH0.tar.gz) = 4595189 +SHA256 (platomav-CPUMicrocodes-8f56a62_GH0.tar.gz) = bb65515816b7c255b8b3f0d052c2d63e4cc244723d2c81b5a5e3c504ad80886b +SIZE (platomav-CPUMicrocodes-8f56a62_GH0.tar.gz) = 4602379 Index: head/sysutils/cpupdate/pkg-descr =================================================================== --- head/sysutils/cpupdate/pkg-descr (revision 466337) +++ head/sysutils/cpupdate/pkg-descr (revision 466338) @@ -1,10 +1,9 @@ x86 CPU microcode utility for BSD. -As of March 2018, it is still work in progress -but should do its job for most cases already. +It is still work in progress but should do its job for Intel chips already. -Note: update FreeBSD to version level 1101507 for 11.x or 1200055 for 12.0 +Note: update FreeBSD to OSVERSION level 1101507 for 11.x or 1200055 for 12.0+ before building/using this utility if your microcode update brings new CPU features like Indirect Branch Restricted Speculation (IBRS). WWW: https://github.com/kernschmelze/cpupdate