diff --git a/sysutils/devcpu-data-intel/Makefile b/sysutils/devcpu-data-intel/Makefile index 2d7469595a98..2e58f989d1e9 100644 --- a/sysutils/devcpu-data-intel/Makefile +++ b/sysutils/devcpu-data-intel/Makefile @@ -1,46 +1,46 @@ PORTNAME= data DISTVERSIONPREFIX= microcode- -DISTVERSION= 20230512 +DISTVERSION= 20230613 CATEGORIES= sysutils PKGNAMEPREFIX= devcpu- PKGNAMESUFFIX= -intel MAINTAINER= sbruno@FreeBSD.org COMMENT= Intel CPU microcode updates WWW= https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files 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 5a23c22e72a9..5dd5a7ba2460 100644 --- a/sysutils/devcpu-data-intel/distinfo +++ b/sysutils/devcpu-data-intel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683998775 -SHA256 (intel-Intel-Linux-Processor-Microcode-Data-Files-microcode-20230512_GH0.tar.gz) = 58f3321dcf900175d87d5b39455138c2a24e69df4ba997fb44e3e0d19e531ad1 -SIZE (intel-Intel-Linux-Processor-Microcode-Data-Files-microcode-20230512_GH0.tar.gz) = 12654272 +TIMESTAMP = 1687016317 +SHA256 (intel-Intel-Linux-Processor-Microcode-Data-Files-microcode-20230613_GH0.tar.gz) = 894d822d2347222a2595d4fc47d358e01d35a54780123100c317dfc31b1b0cc9 +SIZE (intel-Intel-Linux-Processor-Microcode-Data-Files-microcode-20230613_GH0.tar.gz) = 12338446 diff --git a/sysutils/devcpu-data/Makefile b/sysutils/devcpu-data/Makefile index 2847dda23501..639501ac8550 100644 --- a/sysutils/devcpu-data/Makefile +++ b/sysutils/devcpu-data/Makefile @@ -1,36 +1,36 @@ PORTNAME= data -PORTVERSION= 20230513 +PORTVERSION= 20230617 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