Path to this page:
Subject: CVS commit: pkgsrc/sysutils/dmidecode
From: SAITOH Masanobu
Date: 2019-08-30 06:09:54
Message id: 20190830040954.D4A9AFBF4@cvs.NetBSD.org
Log Message:
Add two officially recommended patch to sysutils/dmidecode:
2019-08-26: Only scan /dev/mem for entry point on x86
x86 is the only architecture which can have a DMI entry point scanned
from /dev/mem. Do not attempt it on other architectures, because not
only it can't work, but it can even cause the system to reboot.
This fixes support request #109697:
https://savannah.nongnu.org/support/?109697
2019-08-26: Fix formatting of TPM table output
Added missing newlines.
Fixes: 48a8132058a0 ("dmidecode: Add support for structure type 43
(TPM Device)")
Files: