summaryrefslogtreecommitdiff
path: root/sysutils/dmidecode/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-08-03Update dmidecode to 3.0.msaitoh1-4/+4
Change MAINTAINER from shattered@ to msaitoh@. OK'ed by shattered. CHANGES from 2.1.2: 2015-09-03 Jean Delvare <jdelvare@suse.de> * version.h: Set version to 3.0. 2015-08-04 Tyler Bell <tyler.bell@hp.com> * dmioem.c: Decode HP-specific DMI type 233 * dmioem.c: Refactored HP-specific types 209 and 221 to use common code * dmioem.c: Documented spec for HP-specific types 209, 221 and 233 2015-05-21 Jean Delvare <jdelvare@suse.de> * dmidecode.c: Fix up invalid DMI type 34 structure length. * dmioem.c: Decode HP-specific DMI types 212 and 219. * dmioem.c: Move function is_printable to dmidecode.c. 2015-05-13 Jean Delvare <jdelvare@suse.de> * dmidecode.c: Add support for SMBIOS3 EFI table. * dmidecode.c: Fix warnings about comparison between signed and unsigned integers. * util.c: Fix warnings about unused labels when building without -DUSE_MMAP. * dmioem.c: Strip spaces at the end of vendor names. * dmioem.c: Decode Acer-specific DMI type 170. 2015-05-12 Jean Delvare <jdelvare@suse.de> * dmidecode.c: Remove extra blank line after hidden DMI type 40 structure. 2015-05-04 Jean Delvare <jdelvare@suse.de> * dmidecode.c: Move table decoding to a separate function. * dmidecode.c: Simplify function dmi_table_dump. * dmidecode.c: Display types 41 and 42 in quiet mode too. * dmidecode.c: Get OEM vendor from System Information (DMI type 1). 2015-04-28 Jean Delvare <jdelvare@suse.de> * dmidecode.h, dmiopt.h: Fix sparse errors. * biosdecode.c, dmiopt.c, ownership.c, vpdopt.c: Fix sparse warnings. * util.c: Fix sparse warning. 2015-04-27 Jean Delvare <jdelvare@suse.de> * dmidecode.c: Fix --dump-bin when reading from sysfs. 2015-04-27 Jean Delvare <jdelvare@suse.de> Update to support SMBIOS specification version 3.0.0. * dmidecode.c: Add support for the new _SM3_ 64-bit entry point defined in the SMBIOS specification version 3.0.0, including support of 64-bit addresses and 32-bit table lengths. * dmidecode.c: Add 3 new chassis types (DMI type 3). * dmidecode.c: Add 4 new processor families (DMI type 4). * dmidecode.c: Add 4 new Intel socket types (DMI type 4). * dmidecode.c: Add 13 new slot types (DMI type 9). * dmidecode.c: Add 4 new memory device types (DMI type 17). * dmidecode.c: Add support for processors with more than 255 cores or threads (DMI type 4). * dmidecode.c: Stop decoding v3 tables at End-of-Table marker. 2015-04-21 Roy Franz <roy.franz@linaro.org> * util.c, util.h: Add utility function read_file, which reads an entire binary file into a buffer. * dmidecode.c: Add passing of flags parameter to dmi_table. * dmidecode.c: Add reading of SMBIOS tables from sysfs. * dmidecode.c, dmiopt.c, dmiopt.h: Add --no-sysfs option to disable use of sysfs. * dmidecode.8: Document the changes above. 2015-04-20 Jean Delvare <jdelvare@suse.de> * biosdecode.c: Add support for the _SM3_ entry point, as defined in the SMBIOS 3.0.0 specification. 2014-11-14 Jean Delvare <jdelvare@suse.de> * man/dmidecode.8: Add a note about DMI strings available from sysfs on Linux. 2014-10-13 Jean Delvare <jdelvare@suse.de> * dmidecode.c: Add support for DDR4 (DMI type 17). Patch from Tomohiro Kimura. The value was taken from preliminary SMBIOS specification version 3.0.0d. This fixes Savannah bug #43370: https://savannah.nongnu.org/bugs/?43370 2014-07-11 Jean Delvare <jdelvare@suse.de> * dmidecode.c: Decode the CPUID of recent AMD processors (DMI type 4). 2014-03-20 Jean Delvare <jdelvare@suse.de> * dmidecode.c: Let legacy_decode be quiet in dump mode too. * dmidecode.c: Skip the SMBIOS version comparison in quiet mode. Patch from Jens Rosenboom. 2014-02-25 Jean Delvare <jdelvare@suse.de> * dmidecode.c: Fix spacing of memory module voltage attributes (DMI type 17). 2014-01-13 Jean Delvare <jdelvare@suse.de> * dmidecode.c: Decode ID of PCI Express 3 slots (DMI type 9). This fixes Savannah bug #40178: https://savannah.nongnu.org/bugs/?40178 2014-01-13 Jean Delvare <jdelvare@suse.de> * LICENSE: Update to the latest upstream version. Amongst other things, this fixes the FSF address. 2013-04-24 Jean Delvare <jdelvare@suse.de> * dmidecode.c: Strip trailing zeroes from memory voltage values (DMI type 17). * dmidecode.c: Fix support for new processor upgrade types (DMI type 4) and new memory device type (DMI type 17.)
2016-04-18Add support for CFLAGS and LDFLAGSkhorben1-1/+4
This fixes the build with PKGSRC_MKPIE.
2013-05-19Update to 2.12. Changes:shattered1-2/+2
Update to support SMBIOS specification version 2.8.0.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-03-10Set LICENSE.shattered1-1/+2
2011-02-12Update dmidecode to 2.11. Changes:shattered1-2/+2
"Support for SMBIOS 2.6.1 and 2.7 was added. This includes new enumerated values for recent hardware, as well as support for large memory modules and arrays, and a new entry type for management controller host interfaces. Additionally, many minor bugs were fixed."
2009-01-04Change maintainer email to my NetBSD.org alias. At the same time, disownshattered1-2/+2
games/adom -- I don't use (play :-) it these days.
2008-12-06Update dmidecode to 2.10.obache1-2/+2
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.
2007-09-05Update to 2.9:xtraeme1-2/+2
Update to support SMBIOS specification version 2.5 and others, please review CHANGELOG for the full list of changes.
2007-08-10Supports DESTDIR installation.joerg1-1/+3
2006-07-17Update to 2.8, provided by Sergey Svishchev:wiz1-2/+2
Version 2.8 of dmidecode adds a new command line interface and many BIOS IDs to vpddecode, and a few new --string options to dmidecode.
2005-10-29Update to 2.7. This is from Nicolas Joly via PR# 31529.reed1-2/+2
And okayed by maintainer. Many changes, see CHANGELOG for all. Here are some highlights: * dmidecode.c: Add option -u, --dump. It disables decoding of the entries, raw dumps are displayed instead. This option is mainly intended for debugging. * vpddecode.c: Add option -u, --dump. It disables decoding of the VPD records, a raw dump is displayed instead. This option is mainly intended for debugging. * dmidecode.c: Add option -t, --type. It limits the output to the given type(s) of DMI entries. * dmiopt.c: Define keywords to be used with --type (instead of numeric values). * dmidecode.c, dmiopt.c, dmiopt.h: Add option -q, --quiet. It makes the output less verbose. * dmidecode.c, dmiopt.c, dmiopt.h: Add option -s, --string. It prints one selected DMI string instead of the regular output. This also installs AUTHORS, CHANGELOG, and README. And I added "@dirrm share/doc/dmidecode" to PLIST. patch-aa to use PKGMANDIR and also sets docdir.
2005-05-26Update to 2.6, provided by Nicolas Joly in PR 30342.wiz1-3/+3
Changes: bugfixes and more IDs. BeOS support.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2005-02-07Fix typo in ONLY_FOR_PLATFORM to enable it for amd64.wiz1-2/+2
From Nicolas Joly in PR 29264.
2005-01-12Import dmidecode-2.5: Print out DMI (SMBIOS) table in human-readable formathubertf1-0/+15
Dmidecode is a tool for dumping a computer's DMI (some say SMBIOS) table contents in a human-readable format. This table contains a description of the system's hardware components, as well as other useful pieces of information such as serial numbers and BIOS revision.