git: a20a4b55514d - main - sysutils/cpupdate: minor update
Date: Tue, 12 Nov 2024 20:15:16 UTC
The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/ports/commit/?id=a20a4b55514d670069dcd88947316ea369a9188e commit a20a4b55514d670069dcd88947316ea369a9188e Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2024-11-12 20:14:29 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2024-11-12 20:14:29 +0000 sysutils/cpupdate: minor update Update Intel Pack upto microcode-20241112 and platomav/CPUMicrocodes upto r312. Bump PORTREVISION. --- sysutils/cpupdate/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/cpupdate/Makefile b/sysutils/cpupdate/Makefile index 9186e956d897..9e37d8fdd51e 100644 --- a/sysutils/cpupdate/Makefile +++ b/sysutils/cpupdate/Makefile @@ -1,6 +1,6 @@ PORTNAME= cpupdate DISTVERSION= g20180513 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= eugen@FreeBSD.org @@ -34,10 +34,10 @@ GH_TAGNAME= 48e42d5 PLIST_FILES= sbin/${PORTNAME} share/man/man8/${PORTNAME}.8.gz -# MCE DB r305 +# MCE DB r312 CPM_ACCOUNT= platomav CPM_PROJECT= CPUMicrocodes -CPM_TAGNAME= 29715f8 +CPM_TAGNAME= 7d439dd OPTIONS_DEFINE= CPM INTEL CPM_DESC= Download platomav/CPUMicrocodes collection @@ -48,7 +48,7 @@ CPM_PACK?= ${CPM_ACCOUNT}-${CPM_PROJECT}-${CPM_TAGNAME}_GH0.tar.gz CPM_DIR= ${WRKDIR}/${CPM_PROJECT}-${CPM_TAGNAME} CPM_DATADIR= ${DATADIR}/CPUMicrocodes/secondary/Intel -INTEL_PACK= microcode-20240910 +INTEL_PACK= microcode-20241112 INTEL_DESC= Download Intel microcode pack ${INTEL_PACK} INTEL_PROJECT= Intel-Linux-Processor-Microcode-Data-Files INTEL_MASTER_SITES= https://codeload.github.com/intel/${INTEL_PROJECT}/tar.gz/:intel