./sysutils/dmidecode, Print out DMI (SMBIOS) table in human-readable format

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.5nb1, Package name: dmidecode-3.5nb1, Maintainer: msaitoh

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 63.543 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-24 17:07:57 by SAITOH Masanobu | Files touched by this commit (3) | Package updated
Log message:
sysutils/dmidecode: update to 3.5.

Changes from 3.4:

Version 3.5 (Tue Mar 14 2023)
  - Decode HPE OEM records 216, 224, 230, 238 and 242.
  - Fortify entry point length checks.
  - Add a --no-quirks option.
  - Drop the CPUID exception list.
  - Do not let --dump-bin overwrite an existing file.
  - Ensure /dev/mem is a character device file.
  - Bug fixes:
    Fix segmentation fault in HPE OEM record 240
  - Minor improvements:
    Typo fixes
    Write the whole dump file at once
    Fix a build warning when USE_MMAP isn't set
   2022-11-28 05:26:08 by matthew green | Files touched by this commit (8)
Log message:
optionally use /dev/smbios on all netbsd platforms, if machdep.smbios
exists and is non-zero.

this makes dmidecode by default work on x86 with INSECURE.

bump pkg version.
   2022-10-11 11:12:18 by SAITOH Masanobu | Files touched by this commit (3)
Log message:
Update dmidecode to 3.4.

CHANGES from 3.3:

Version 3.4 (Mon Jun 27 2022)
  - Support for SMBIOS 3.4.0. This includes new memory device types, new
    processor upgrades, new slot types and characteristics, decoding of memory
    module extended speed, new system slot types, new processor characteristics
    and new format of Processor ID.
  - Support for SMBIOS 3.5.0. This includes new processor upgrades, BIOS
    characteristics, new slot characteristics, new on-board device types, new
    pointing device interface types, and a new record type (type 45 -
    Firmware Inventory Information).
  - Decode HPE OEM records 194, 199, 203, 236, 237, 238 ans 240.
  - Bug fixes:
    Fix OEM vendor name matching
    Fix ASCII filtering of strings
    Fix crash with option -u
  - Minor improvements:
    Skip details of uninstalled memory modules
    Don't display the raw CPU ID in quiet mode
    Improve the formatting of the manual pages
   2022-04-23 22:18:30 by Tobias Nygren | Files touched by this commit (3)
Log message:
dmidecode: don't pull vendor patches out of cgit, checksum issues

Integrate in patches/patch-dmidecode.c instead. Bump.
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2021-07-24 15:23:52 by Jared D. McNeill | Files touched by this commit (3)
Log message:
dmidecode: Use /dev/smbios instead of /dev/mem on NetBSD aarch64.

Removes dependency on options INSECURE. Bump pkg revision.
   2021-04-25 09:51:27 by matthew green | Files touched by this commit (22)
Log message:
various fixes for arm64 big endian support.

most of these simply extend matching from "aarch64" to \ 
"aarch64eb"
in various forms of code.  most remaining uses in pkgsrc of
"MACHINE_ARCH == aarch64" are because of missing aarch64eb support,
such as most of the binary-bootstrap requiring languages like rust,
go, and java.

no pkg-bump because this shouldn't change packages on systems that
could already build all of these.