2023-07-24 17:07:57 by SAITOH Masanobu | Files touched by this commit (3) | |
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.
|
2021-03-20 07:44:11 by SAITOH Masanobu | Files touched by this commit (2) |
Log message:
Add two officially recommended patches to sysutils/dmidecode.
- Fix the condition error in ascii_filter
The normal printable ASCII range is 32 to 127 (not included),
so fix the error in this if condition.
- Fix crash with -u option
A segmentation fault was reported with option -u. Turns out to be a
stupid thinko where the buffer offset was reset at the wrong loop
depth.
|
2020-11-24 06:31:52 by SAITOH Masanobu | Files touched by this commit (3) |
Log message:
Update dmidecode to 3.1.
CHANGES from 3.2:
Version 3.3 (Wed Oct 14 2020)
- [BUILD] Allow overriding build settings from the environment.
- [COMPATIBILITY] Document how the UUID fields are interpreted.
- [PORTABILITY] Don't use memcpy on /dev/mem on arm64.
- [PORTABILITY] Only scan /dev/mem for entry point on x86.
- Support for SMBIOS 3.3.0. This includes new processor names, new port
connector types, and new memory device form factors, types and
technologies.
- Add bios-revision, firmware-revision and system-sku-number to -s option.
- Use the most appropriate unit for cache size.
- Decode system slot base bus width and peers.
- Important bug fixes:
Fix Redfish Hostname print length
Fix formatting of TPM table output
Fix System Slot Information for PCIe SSD
Don't choke on invalid processor voltage
- Use the most appropriate unit for cache size.
|