aboutsummaryrefslogtreecommitdiff
path: root/sysutils/devcpu-data-intel
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/cpu-microcode-*: Reorganize CPU microcode portsJoseph Mingrone2023-08-168-621/+0
| | | | | | | | | | | | | | | | | | | | Prior to this update, sysutils/devcpu-data, which only contained an RC script, had run dependencies on the AMD and Intel microcode ports. This made it cumbersome to have just the AMD or just the Intel microcode ports installed. With this change, the microcode ports now depend on the RC script. Other changes: - Use more intuitive port names: cpu-microcode, cpu-microcode-amd, cpu-microcode-intel, and cpu-microcode-rc. - Add the metaport, cpu-microcode, which pulls in all related ports. - Pet portclippy/portfmt Reviewed by: lwhsu, markj Approved by: sbruno (maintainer) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41406
* sysutils/devcpu-data-intel: Fix pkg-plistLi-Wen Hsu2023-08-081-3/+3
| | | | Sponsored by: The FreeBSD Foundation
* sysutils/devcpu-data-intel: update Intel ucode to 20230808Ed Maste2023-08-082-4/+4
| | | | | | | | | | | | | | - Security updates for INTEL-SA-00828 - Security updates for INTEL-SA-00836 - Security updates for INTEL-SA-00837 Many "Update for functional issues." For full details see https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230808 Reviewed by: lwhsu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41386
* devcpu-data: Intel microcode update 20230512-rev2Sean Bruno2023-06-172-4/+4
| | | | | Updates posted to Intel Github repository: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230613
* devcpu-data: Intel microcode update 20230512Sean Bruno2023-05-133-4/+6
| | | | | Updates posted to Intel Github repository: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230512
* devcpu-data: Intel microcode update 20230214Sean Bruno2023-02-153-4/+7
| | | | | Updates posted to Intel Github repository: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230214
* devcpu-data: Intel microcode update 20221108Sean Bruno2022-11-093-5/+7
| | | | | Updates posted to Intel Github repository: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20221108
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* sysutils/devcpu-data: Update Intel Microcode to 20220809 releaseSean Bruno2022-08-092-4/+4
| | | | - https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220809
* sysutils/devcpu-data-intel: Update to 20220510 release.Sean Bruno2022-05-113-4/+6
| | | | | See Intel Release Notes: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220510
* sysutils/devcpu-data-intel: Update to 20220419 releaseSean Bruno2022-04-202-4/+4
| | | | | See vendor notes for more details. https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220419
* sysutils/devcpu-data: Update Intel MicrocodeSean Bruno2022-02-083-5/+4
| | | | | | | | | | - Bump Portrevision to capture update of child port - Update to Intel Microcode update 20220207 - https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220207 Primarily addresses contents of INTEL-SA-00528 and INTEL-SA-00532 Security: yes
* sysutils/devcpu-data-intel: Add CPE dataBernhard Froehlich2021-11-071-0/+4
|
* sysutils/devcpu-data: Split off two new ports for vendor dataJoseph Mingrone2021-11-078-0/+610
sysutils/devcpu-data is now just an RC script that optionally depends on two new ports, sysutils/devcpu-data-amd and sysutils/devcpu-data-intel. The two new ports each contain vendor microcode data. While here: - Set missing license information. The license was obtained from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/LICENSE.amd-ucode - Update varaible ordering per portclippy Reviewed by: decke, emaste, markj Approved by: sbruno (maintainer) Differential Revision: https://reviews.freebsd.org/D32349