Revisions of dmidecode

buildservice-autocommit accepted request 1151864 from Jean Delvare's avatar Jean Delvare (jdelvare) (revision 74)
baserev update by copy to link target
Jean Delvare's avatar Jean Delvare (jdelvare) accepted request 1150597 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 73)
Prepare for RPM 4.20
buildservice-autocommit accepted request 1083252 from Jean Delvare's avatar Jean Delvare (jdelvare) (revision 72)
baserev update by copy to link target
Jean Delvare's avatar Jean Delvare (jdelvare) committed (revision 71)
Fix a potential regression:
- use-read_file-to-read-from-dump.patch: Fix an old harmless bug
  which would prevent root from using the --from-dump option since
  the latest security fixes.
buildservice-autocommit accepted request 1076890 from Jean Delvare's avatar Jean Delvare (jdelvare) (revision 70)
baserev update by copy to link target
Jean Delvare's avatar Jean Delvare (jdelvare) committed (revision 69)
- dmioem-hpe-oem-record-237-firmware-change.patch: Fix the decoding
  of the last field of HPE OEM record type 237 (DIMM Vendor
  Information).
buildservice-autocommit accepted request 1074666 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 68)
baserev update by copy to link target
Jean Delvare's avatar Jean Delvare (jdelvare) accepted request 1073703 from Jean Delvare's avatar Jean Delvare (jdelvare) (revision 67)
Fix the massive build warnings on armv7l
Jean Delvare's avatar Jean Delvare (jdelvare) committed (revision 66)
- Update to upstream version 3.5:
  * 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.
  * Obsoletes news-fix-typo.patch and
    dmioem-fix-segmentation-fault-in-dmi_hp_240_attr.patch.
buildservice-autocommit accepted request 1002286 from Jean Delvare's avatar Jean Delvare (jdelvare) (revision 65)
baserev update by copy to link target
Jean Delvare's avatar Jean Delvare (jdelvare) committed (revision 64)
2 recommended fixes from upstream:
- news-fix-typo.patch: We ship the NEWS file so avoid including a
  typo in it.
- dmioem-fix-segmentation-fault-in-dmi_hp_240_attr.patch: Passing
  NULL to a %s printf conversion specifier is illegal, and can
  result in a segmentation fault. Current version of glibc doesn't
  mind, but alternative, past or future libc implementations could
  crash, so let's fix it.
buildservice-autocommit accepted request 985364 from Jean Delvare's avatar Jean Delvare (jdelvare) (revision 63)
baserev update by copy to link target
Jean Delvare's avatar Jean Delvare (jdelvare) committed (revision 62)
- Update to upstream version 3.4:
  * 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
  * 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
  * Obsoletes dmidecode-fix-crash-with-u-option.patch and
    dmidecode-fix-the-condition-error-in-ascii_filter.patch.
buildservice-autocommit accepted request 866086 from Jean Delvare's avatar Jean Delvare (jdelvare) (revision 61)
baserev update by copy to link target
Jean Delvare's avatar Jean Delvare (jdelvare) committed (revision 60)
2 recommended fixes from upstream:
- dmidecode-fix-the-condition-error-in-ascii_filter.patch:
  dmidecode: Fix the condition error in ascii_filter.
- dmidecode-fix-crash-with-u-option.patch: dmidecode: Fix crash
  with -u option.
buildservice-autocommit accepted request 841839 from Jean Delvare's avatar Jean Delvare (jdelvare) (revision 59)
baserev update by copy to link target
Jean Delvare's avatar Jean Delvare (jdelvare) committed (revision 58)
- Update to upstream version 3.3:
  * [COMPATIBILITY] Document how the UUID fields are interpreted.
  * [PORTABILITY] Don't use memcpy on /dev/mem on arm64.
  * 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.
  * Obsoletes dmidecode-add-enumerated-values-from-smbios-3.3.0.patch,
    dmidecode-add-logical-non-volatile-device.patch,
    dmidecode-allow-overriding-build-settings-from-env.patch,
    dmidecode-dont-choke-on-invalid-processor-voltage.patch,
    dmidecode-fix-formatting-of-tpm-table-output.patch,
    dmidecode-fix-redfish-hostname-print-length.patch,
    dmidecode-fix-system-slot-information-for-pcie-ssd.patch,
    dmidecode-fix-the-alignment-of-type-25-name.patch,
    dmidecode-only-scan-dev-mem-for-entry-point-on-x86.patch, and
    dmidecode-print-type-33-name-unconditionally.patch.
buildservice-autocommit accepted request 796027 from Jean Delvare's avatar Jean Delvare (jdelvare) (revision 57)
baserev update by copy to link target
Jean Delvare's avatar Jean Delvare (jdelvare) accepted request 796018 from Jean Delvare's avatar Jean Delvare (jdelvare) (revision 56)
3 recommended fixes from upstream:
- dmidecode-print-type-33-name-unconditionally.patch: Print type 33
  name unconditionally.
- dmidecode-dont-choke-on-invalid-processor-voltage.patch: Don't
  choke on invalid processor voltage.
- dmidecode-fix-the-alignment-of-type-25-name.patch: Fix the
  alignment of type 25 name.
Build fix:
- dmidecode-allow-overriding-build-settings-from-env.patch: Fix the
  build system so that the compilation flags passed by OBS are
  added to the ones dmidecode needs, instead of overriding them
  entirely.
- dmidecode.spec: Pass the CFLAGS through the environment, instead
  of as a parameter.
buildservice-autocommit accepted request 742155 from Jean Delvare's avatar Jean Delvare (jdelvare) (revision 55)
baserev update by copy to link target
Displaying revisions 1 - 20 of 74
openSUSE Build Service is sponsored by