diff --git a/sysutils/devcpu-data-intel/Makefile b/sysutils/devcpu-data-intel/Makefile index 58b1cdc56fa9..7a925b01bd62 100644 --- a/sysutils/devcpu-data-intel/Makefile +++ b/sysutils/devcpu-data-intel/Makefile @@ -1,45 +1,45 @@ PORTNAME= data DISTVERSIONPREFIX= microcode- -DISTVERSION= 20220510 +DISTVERSION= 20220809 CATEGORIES= sysutils PKGNAMEPREFIX= devcpu- PKGNAMESUFFIX= -intel MAINTAINER= sbruno@FreeBSD.org COMMENT= Intel CPU microcode updates LICENSE= EULA LICENSE_NAME= Intel Software License Agreement LICENSE_FILE= ${FILESDIR}/LICENSE LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept ONLY_FOR_ARCHS= amd64 i386 USES= cpe CPE_PART= o CPE_VENDOR= intel CPE_PRODUCT= microcode USE_GITHUB= yes GH_ACCOUNT= intel GH_PROJECT= Intel-Linux-Processor-Microcode-Data-Files DATADIR= ${PREFIX}/share/cpucontrol FWDIR= /boot/firmware NO_ARCH= yes NO_WRKSUBDIR= yes post-extract: ${CP} -p ${FILESDIR}/Makefile ${FILESDIR}/ucode-split.c ${WRKSRC} ${REINPLACE_CMD} 's|%%GH_TAGNAME%%|${GH_TAGNAME}|g' ${WRKSRC}/Makefile ${CAT} ${WRKSRC}/Intel-Linux-Processor-Microcode-Data-Files-${GH_TAGNAME}/intel-ucode/* \ ${WRKSRC}/Intel-Linux-Processor-Microcode-Data-Files-${GH_TAGNAME}/intel-ucode-with-caveats/* \ > ${WRKSRC}/intel-ucode.bin do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/mcodes/* ${STAGEDIR}${DATADIR}/ ${MKDIR} ${STAGEDIR}${FWDIR} ${INSTALL_DATA} ${WRKSRC}/intel-ucode.bin ${STAGEDIR}${FWDIR}/ .include diff --git a/sysutils/devcpu-data-intel/distinfo b/sysutils/devcpu-data-intel/distinfo index 43e2ae73d563..91c5178f2f92 100644 --- a/sysutils/devcpu-data-intel/distinfo +++ b/sysutils/devcpu-data-intel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652227332 -SHA256 (intel-Intel-Linux-Processor-Microcode-Data-Files-microcode-20220510_GH0.tar.gz) = 254ddc71b598fbb8dbb200ceb3af29aeb22f6bf50bc609e8f953cf9c8d286d2a -SIZE (intel-Intel-Linux-Processor-Microcode-Data-Files-microcode-20220510_GH0.tar.gz) = 5912115 +TIMESTAMP = 1660087458 +SHA256 (intel-Intel-Linux-Processor-Microcode-Data-Files-microcode-20220809_GH0.tar.gz) = 084463c82fbcb679e7fa211e676fd12a8ae464fed7d445e92ccc67101ced5a94 +SIZE (intel-Intel-Linux-Processor-Microcode-Data-Files-microcode-20220809_GH0.tar.gz) = 5929894 diff --git a/sysutils/devcpu-data/Makefile b/sysutils/devcpu-data/Makefile index 7b0068e684e2..30227d5b2e2d 100644 --- a/sysutils/devcpu-data/Makefile +++ b/sysutils/devcpu-data/Makefile @@ -1,36 +1,36 @@ PORTNAME= data -PORTVERSION= 20220510 +PORTVERSION= 20220809 CATEGORIES= sysutils MASTER_SITES= # none PKGNAMEPREFIX= devcpu- DISTFILES= # none EXTRACT_ONLY= # none MAINTAINER= sbruno@FreeBSD.org COMMENT= AMD and Intel CPUs microcode updates LICENSE= BSD2CLAUSE ONLY_FOR_ARCHS= amd64 i386 USE_RC_SUBR= microcode_update DATADIR= ${PREFIX}/share/cpucontrol NO_ARCH= yes NO_BUILD= yes NO_INSTALL= yes SUB_FILES= pkg-message NO_WRKSUBDIR= yes OPTIONS_DEFAULT= AMD INTEL OPTIONS_GROUP= VENDOR OPTIONS_GROUP_VENDOR= AMD INTEL AMD_DESC= Depend on sysutils/devcpu-data-amd INTEL_DESC= Depend on sysutils/devcpu-data-intel AMD_RUN_DEPENDS= ${LOCALBASE}/share/cpucontrol/microcode_amd.bin:sysutils/devcpu-data-amd INTEL_RUN_DEPENDS= /boot/firmware/intel-ucode.bin:sysutils/devcpu-data-intel .include