diff options
author | obache <obache@pkgsrc.org> | 2008-12-06 11:36:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-12-06 11:36:41 +0000 |
commit | 2f14281c30e8a45626edd2a86be67a23ff610499 (patch) | |
tree | 3ec6f84cca80056bedccdbeda727f516ecad2e6a /sysutils/dmidecode | |
parent | 9909d2fadfd8d3ee11414b6b8f094bfcbd505df0 (diff) | |
download | pkgsrc-2f14281c30e8a45626edd2a86be67a23ff610499.tar.gz |
Update dmidecode to 2.10.
Patch provided by Sergey Svishchev via PR 40104.
dmidecode:
* Support for Solaris (x86 only, of course).
* Possibility to dump the SMBIOS/DMI table to a small binary file
(option --dump-bin).
* Possibility to read the SMBIOS/DMI table from such binary files
(option --from-dump).
* Support for SMBIOS 2.6. This includes new chassis types, new
processor family names, new processor family upgrade names, bus
address for system slots, and a new entry type for on-board devices,
amongst many other minor changes.
* Support for DMI entry type 31 (Boot integrity services).
* Many processor family names taken from the CIM Schema document.
vpddecode:
* No longer ask users to report broken records.
* Fix --quiet option.
Diffstat (limited to 'sysutils/dmidecode')
-rw-r--r-- | sysutils/dmidecode/Makefile | 4 | ||||
-rw-r--r-- | sysutils/dmidecode/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile index ccc5ab1adcd..f63a26f1547 100644 --- a/sysutils/dmidecode/Makefile +++ b/sysutils/dmidecode/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2007/09/05 21:48:39 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2008/12/06 11:36:41 obache Exp $ # -DISTNAME= dmidecode-2.9 +DISTNAME= dmidecode-2.10 CATEGORIES= sysutils MASTER_SITES= http://savannah.gnu.org/download/dmidecode/ diff --git a/sysutils/dmidecode/distinfo b/sysutils/dmidecode/distinfo index bf8eb94c058..b556a323af5 100644 --- a/sysutils/dmidecode/distinfo +++ b/sysutils/dmidecode/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2007/09/05 21:48:39 xtraeme Exp $ +$NetBSD: distinfo,v 1.9 2008/12/06 11:36:41 obache Exp $ -SHA1 (dmidecode-2.9.tar.gz) = 598c4aee86d9524bb36936e9494ad9e968adfd38 -RMD160 (dmidecode-2.9.tar.gz) = 30b285534d2eed6311981180e4830c4aa9c3121a -Size (dmidecode-2.9.tar.gz) = 56716 bytes +SHA1 (dmidecode-2.10.tar.gz) = 3eca8388c85eff8a1c3d6ae99c18e00c92030d5d +RMD160 (dmidecode-2.10.tar.gz) = 3f7d4efbc8c884dbd1c32f65df17828f30339366 +Size (dmidecode-2.10.tar.gz) = 62579 bytes SHA1 (patch-aa) = 15030aee9d7cc0eb91c04911cb8dcea8d5e4aee4 |