aboutsummaryrefslogtreecommitdiffstats
path: root/misc/fortune-mod-the-godfather
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2012-01-15 05:15:00 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2012-01-15 05:15:00 +0800
commit84d1c232add7d614262d83798d23aef95af6a41c (patch)
treef372c3b9fef26c57be6d6b811732cb8a0812dfdc /misc/fortune-mod-the-godfather
parent024cfaebd6e40cf8b23ffee067751798ebe9e1f4 (diff)
downloadfreebsd-ports-gnome-84d1c232add7d614262d83798d23aef95af6a41c.tar.gz
freebsd-ports-gnome-84d1c232add7d614262d83798d23aef95af6a41c.tar.zst
freebsd-ports-gnome-84d1c232add7d614262d83798d23aef95af6a41c.zip
- Fix savannah master site: download.savannah.gnu.org/releases-noredirect is outdated and _does_ redirect [1]
- Add another savannah mirror Reported by: glebius [1]
Diffstat (limited to 'misc/fortune-mod-the-godfather')
0 files changed, 0 insertions, 0 deletions
holds microcode that might need special handling. BDX-ML microcode is provided in directory, because it need special commits in the Linux kernel, otherwise, updating it might result in unexpected system behavior. OS vendors must ensure that the late loader patches (provided in linux-kernel-patches\) are included in the distribution before packaging the BDX-ML microcode for late-loading. == 20180425 Release == -- Updates upon 20180312 release -- Processor Identifier Version Products Model Stepping F-MO-S/PI Old->New ---- updated platforms ------------------------------------ GLK B0 6-7a-1/01 0000001e->00000022 Pentium Silver N/J5xxx, Celeron N/J4xxx ---- removed platforms ------------------------------------ BDX-ML B/M/R0 6-4f-1/ef 0b000021 Xeon E5/E7 v4; Core i7-69xx/68xx -- Special release with caveats -- BDX-ML B/M/R0 6-4f-1/ef 0b00002c Xeon E5/E7 v4; Core i7-69xx/68xx Sponsored by: Limelight Networks * sysutils/devcpu-datasbruno2018-05-181-166/+166 | | | | | | | | | | | | - Use new tool committed by Ed Maste of the FreeBSD Foundation to process Intel microcode files into a format cpucontrol can process. - Assume maintainer role for the time being. (approved by portmgr) Reviewed by: delphij emaste Approved by: portmgr (rene) Security: yes Sponsored by: Limelight Networks and The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D15443 * sysutils/devcpu-datasbruno2018-03-141-24/+26 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to Intel microcode release 20180312: == Updates upon 20171117 release == MODEL STEP f-mm-s:pf version -- New Platforms -- BDX-DE EGW A0 6-56-5:10 e000009 SKX B1 6-55-3:97 1000140 -- Updates -- SNB D2 6-2a-7:12 29->2d JKT C1 6-2d-6:6d 619->61c JKT C2 6-2d-7:6d 710->713 IVB E2 6-3a-9:12 1c->1f IVT C0 6-3e-4:ed 428->42c IVT D1 6-3e-7:ed 70d->713 HSW Cx/Dx 6-3c-3:32 22->24 HSW-ULT Cx/Dx 6-45-1:72 20->23 CRW Cx 6-46-1:32 17->19 HSX C0 6-3f-2:6f 3a->3c HSX-EX E0 6-3f-4:80 0f->11 BDW-U/Y E/F 6-3d-4:c0 25->2a BDW-H E/G 6-47-1:22 17->1d BDX-DE V0/V1 6-56-2:10 0f->15 BDW-DE V2 6-56-3:10 700000d->7000012 BDW-DE Y0 6-56-4:10 f00000a->f000011 SKL-U/Y D0 6-4e-3:c0 ba->c2 SKL R0 6-5e-3:36 ba->c2 KBL-U/Y H0 6-8e-9:c0 62->84 KBL B0 6-9e-9:2a 5e->84 CFL D0 6-8e-a:c0 70->84 CFL U0 6-9e-a:22 70->84 CFL B0 6-9e-b:02 72->84 SKX H0 6-55-4:b7 2000035->2000043 Reviewed by: swills imp MFH: 2018Q1 Security: yes Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D14686 * sysutils/devcpu-data: Revert back to legacy microcode.dat implementation.sbruno2018-01-201-94/+164 | | | | | | | | | | Either there is a problem with the Intel supplied microcode files or cpucontrol does not yet understand how to process a micrcode update file with multiple entries. For now, abort. Reviewed by: swills Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D13987 * sysutils/devcpu-data: Migrate our microcode update on Intel to use ↵sbruno2018-01-181-164/+94 | | | | | | | | | | | | | precreated files. Intel provides prefabricated per-cpu microcode update files. We no longer need a tool to extract them from the legacy microcode.dat store. This matches what upstream linux distributions are doing now. Tested on my Intel machines here and updates still succeed. Reviewed by: swills cem Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D13921 * sysutils/devcpu-data: Update AMD microcode, add cpu 17h microcode,sbruno2018-01-141-16/+4 | | | | | | | | | | | | drop malfunctioning individual "AMD-XXX" files. On the few machines that actually have microcode updates, chopping up the microcode is incorrect and results in a failure to update. Don't do that. I personally run this on my FX-8150 and this has been tested by a few others. Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D13832 * Revert to previous Intel microcode archive (20171117).sbruno2018-01-121-19/+19 | | | | | | | | | FreeBSD kernel changes to make use of the capabilities provided by the new microcode update have not yet been committed. Since we do not yet require them, allow more time for validation. Approved by: emaste Sponsored by: Limelight Networks * Update Intel microcode to 20180108bapt2018-01-101-19/+19 | | | | | MFH: 2018Q1 Sponsored by: Gandi.net * sysutils/devcpu-data with Intel microcode update 20171117.sbruno2018-01-061-2/+6 | | | | | | | PR: 224901 Approved by: portmgr@ (antoine) Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D13771 * sysutils/devcpu-data: Update to July 17 microcode updateswills2017-09-181-0/+4 | | | | | | PR: 221246 Submitted by: Mark Knight <markk@knigma.org> Reviewed by: clarkjc@runbox.com (maintainer timeout, >2 weeks) * Update Intel microcode to 2017-05-11sunpoet2017-05-291-10/+10 | | | | | | | | | - Update MASTER_SITES: use https:// for Intel - While I'm here, add NO_ARCH PR: 219268 Submitted by: grarpamp <grarpamp@gmail.com> Approved by: John Clark <clarkjc@runbox.com> (maintainer) * sysutils/devcpu-data: update to 1.9 (Intel 2016-11-04)jbeich2016-12-20