Port details |
- spectre-meltdown-checker Checks your system for the speculative execution CVEs
- 0.46 security =2 0.46Version of this port present on the latest quarterly branch.
- Maintainer: pkubaj@FreeBSD.org
- Port Added: 2020-11-11 18:58:55
- Last Update: 2023-07-26 17:23:41
- Commit Hash: 7653fc0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/speed47/spectre-meltdown-checker
- Description:
- A shell script to tell if your system is vulnerable against the several
"speculative execution" CVEs that were made public since 2018.
* CVE-2017-5753 [bounds check bypass] aka 'Spectre Variant 1'
* CVE-2017-5715 [branch target injection] aka 'Spectre Variant 2'
* CVE-2017-5754 [rogue data cache load] aka 'Meltdown' aka 'Variant 3'
* CVE-2018-3640 [rogue system register read] aka 'Variant 3a'
* CVE-2018-3639 [speculative store bypass] aka 'Variant 4'
* CVE-2018-3615 [L1 terminal fault] aka 'Foreshadow (SGX)'
* CVE-2018-3620 [L1 terminal fault] aka 'Foreshadow-NG (OS)'
* CVE-2018-3646 [L1 terminal fault] aka 'Foreshadow-NG (VMM)'
* CVE-2018-12126 [microarchitectural store buffer data sampling (MSBDS)] aka
'Fallout'
* CVE-2018-12130 [microarchitectural fill buffer data sampling (MFBDS)] aka
'ZombieLoad'
* CVE-2018-12127 [microarchitectural load port data sampling (MLPDS)] aka 'RIDL'
* CVE-2019-11091 [microarchitectural data sampling uncacheable memory (MDSUM)]
aka 'RIDL'
* CVE-2019-11135 [TSX asynchronous abort] aka 'TAA' aka 'ZombieLoad V2'
* CVE-2018-12207 [machine check exception on page size changes (MCEPSC)] aka 'No
eXcuses' aka 'iTLB Multihit'
* CVE-2020-0543 [Special Register Buffer Data Sampling (SRBDS)]
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- spectre-meltdown-checker>0:security/spectre-meltdown-checker
- To install the port:
- cd /usr/ports/security/spectre-meltdown-checker/ && make install clean
- To add the package, run one of these commands:
- pkg install security/spectre-meltdown-checker
- pkg install spectre-meltdown-checker
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: spectre-meltdown-checker
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1690392141
SHA256 (speed47-spectre-meltdown-checker-v0.46_GH0.tar.gz) = 3aad74e13db23da34c248f99fd87e9b193e00aad2b68bc9f578ce0241cb9db7f
SIZE (speed47-spectre-meltdown-checker-v0.46_GH0.tar.gz) = 67595
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_spectre-meltdown-checker
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.46 26 Jul 2023 17:23:41 |
Piotr Kubaj (pkubaj) |
security/spectre-meltdown-checker: update to 0.46
Changelog: https://github.com/speed47/spectre-meltdown-checker/releases/tag/v0.46 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
0.45 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.45 27 Mar 2022 16:36:03 |
Piotr Kubaj (pkubaj) |
security/spectre-meltdown-checker: update to 0.45
Changelog: https://github.com/speed47/spectre-meltdown-checker/releases/tag/v0.45 |
0.44 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.44 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.44 11 Nov 2020 15:51:57 |
pkubaj |
security/spectre-meltdown-checker: shell script to tell if your system is
vulnerable against the several "speculative execution" CVEs that were made
public since 2018 |
Number of commits found: 7
|