notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/devcpu-data-intel/Makefile

Number of commits found: 13

Wednesday, 16 Aug 2023
17:06 Joseph Mingrone (jrm) search for other commits by this committer
sysutils/cpu-microcode-*: Reorganize CPU microcode ports

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
commit hash: bc7829212d153aeff69b439d08e2e3001ef88ba3 commit hash: bc7829212d153aeff69b439d08e2e3001ef88ba3 commit hash: bc7829212d153aeff69b439d08e2e3001ef88ba3 commit hash: bc7829212d153aeff69b439d08e2e3001ef88ba3 bc78292
Tuesday, 8 Aug 2023
19:13 Ed Maste (emaste) search for other commits by this committer
sysutils/devcpu-data-intel: update Intel ucode to 20230808

- 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
commit hash: 8c9d6e0799e781523fcd90f71625b512ff35b3ed commit hash: 8c9d6e0799e781523fcd90f71625b512ff35b3ed commit hash: 8c9d6e0799e781523fcd90f71625b512ff35b3ed commit hash: 8c9d6e0799e781523fcd90f71625b512ff35b3ed 8c9d6e0
Saturday, 17 Jun 2023
15:43 Sean Bruno (sbruno) search for other commits by this committer
devcpu-data: Intel microcode update 20230512-rev2

Updates posted to Intel Github repository:
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230613
commit hash: 09eb76c06fda73d5b83bfa8c3def7fe101b57332 commit hash: 09eb76c06fda73d5b83bfa8c3def7fe101b57332 commit hash: 09eb76c06fda73d5b83bfa8c3def7fe101b57332 commit hash: 09eb76c06fda73d5b83bfa8c3def7fe101b57332 09eb76c
Saturday, 13 May 2023
17:32 Sean Bruno (sbruno) search for other commits by this committer
devcpu-data: Intel microcode update 20230512

Updates posted to Intel Github repository:
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230512
commit hash: 60ba31d73ec83a829646146ad46881bc7a7befc3 commit hash: 60ba31d73ec83a829646146ad46881bc7a7befc3 commit hash: 60ba31d73ec83a829646146ad46881bc7a7befc3 commit hash: 60ba31d73ec83a829646146ad46881bc7a7befc3 60ba31d
Wednesday, 15 Feb 2023
01:42 Sean Bruno (sbruno) search for other commits by this committer
devcpu-data: Intel microcode update 20230214

Updates posted to Intel Github repository:
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230214
commit hash: 3b0ba571759b77cd558dbcaa2b54aafea3160d98 commit hash: 3b0ba571759b77cd558dbcaa2b54aafea3160d98 commit hash: 3b0ba571759b77cd558dbcaa2b54aafea3160d98 commit hash: 3b0ba571759b77cd558dbcaa2b54aafea3160d98 3b0ba57
Wednesday, 9 Nov 2022
12:32 Sean Bruno (sbruno) search for other commits by this committer
devcpu-data:  Intel microcode update 20221108

Updates posted to Intel Github repository:
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20221108
commit hash: 1fd7d3e5cff98a283f9c3d30c72b0ebbd57d2a35 commit hash: 1fd7d3e5cff98a283f9c3d30c72b0ebbd57d2a35 commit hash: 1fd7d3e5cff98a283f9c3d30c72b0ebbd57d2a35 commit hash: 1fd7d3e5cff98a283f9c3d30c72b0ebbd57d2a35 1fd7d3e
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 9 Aug 2022
23:27 Sean Bruno (sbruno) search for other commits by this committer
sysutils/devcpu-data: Update Intel Microcode to 20220809 release

-
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220809
commit hash: b9b9b66a4be3d67d156cf0eccb90b68c8c922832 commit hash: b9b9b66a4be3d67d156cf0eccb90b68c8c922832 commit hash: b9b9b66a4be3d67d156cf0eccb90b68c8c922832 commit hash: b9b9b66a4be3d67d156cf0eccb90b68c8c922832 b9b9b66
Wednesday, 11 May 2022
22:27 Sean Bruno (sbruno) search for other commits by this committer
sysutils/devcpu-data-intel: Update to 20220510 release.

See Intel Release Notes:
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220510
commit hash: 1b2edae5f3a4a5dab9c0c3eb3eca66ff34df7016 commit hash: 1b2edae5f3a4a5dab9c0c3eb3eca66ff34df7016 commit hash: 1b2edae5f3a4a5dab9c0c3eb3eca66ff34df7016 commit hash: 1b2edae5f3a4a5dab9c0c3eb3eca66ff34df7016 1b2edae
Wednesday, 20 Apr 2022
11:29 Sean Bruno (sbruno) search for other commits by this committer
sysutils/devcpu-data-intel:  Update to 20220419 release

See vendor notes for more details.
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220419
commit hash: 564eb0ebb849ca1525d79439cab9406b13d6bff6 commit hash: 564eb0ebb849ca1525d79439cab9406b13d6bff6 commit hash: 564eb0ebb849ca1525d79439cab9406b13d6bff6 commit hash: 564eb0ebb849ca1525d79439cab9406b13d6bff6 564eb0e
Tuesday, 8 Feb 2022
23:46 Sean Bruno (sbruno) search for other commits by this committer
sysutils/devcpu-data: Update Intel Microcode

- 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
commit hash: 36cb97aa8d73a2eaa0346ba1736ad9c08267ec39 commit hash: 36cb97aa8d73a2eaa0346ba1736ad9c08267ec39 commit hash: 36cb97aa8d73a2eaa0346ba1736ad9c08267ec39 commit hash: 36cb97aa8d73a2eaa0346ba1736ad9c08267ec39 36cb97a
Sunday, 7 Nov 2021
21:18 Joseph Mingrone (jrm) search for other commits by this committer Author: Bernhard Froehlich
sysutils/devcpu-data-intel: Add CPE data
commit hash: bd939f5fcd37a0ff66bbe4b6dff15b95d86f88ed commit hash: bd939f5fcd37a0ff66bbe4b6dff15b95d86f88ed commit hash: bd939f5fcd37a0ff66bbe4b6dff15b95d86f88ed commit hash: bd939f5fcd37a0ff66bbe4b6dff15b95d86f88ed bd939f5f
21:17 Joseph Mingrone (jrm) search for other commits by this committer
sysutils/devcpu-data: Split off two new ports for vendor data

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
commit hash: 813905682ec40c3323f0cb0b5dc86bb21bbf2f0d commit hash: 813905682ec40c3323f0cb0b5dc86bb21bbf2f0d commit hash: 813905682ec40c3323f0cb0b5dc86bb21bbf2f0d commit hash: 813905682ec40c3323f0cb0b5dc86bb21bbf2f0d 8139056

Number of commits found: 13