forked from pool/dmidecode
- 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. OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=64
21 lines
824 B
Diff
21 lines
824 B
Diff
From: Jean Delvare <jdelvare@suse.de>
|
|
Date: Mon, 27 Jun 2022 20:19:11 +0200
|
|
Subject: [PATCH] NEWS: Fix typo
|
|
Patch-mainline: yes
|
|
Git-commit: fb8766a9d26053b3ad5f6228ffaf09690b7cac90
|
|
---
|
|
NEWS | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- dmidecode-3.4.orig/NEWS 2022-06-27 17:06:32.000000000 +0200
|
|
+++ dmidecode-3.4/NEWS 2022-09-09 11:57:06.661756361 +0200
|
|
@@ -7,7 +7,7 @@ Version 3.4 (Mon Jun 27 2022)
|
|
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.
|
|
+ - Decode HPE OEM records 194, 199, 203, 236, 237, 238 and 240.
|
|
- Bug fixes:
|
|
Fix OEM vendor name matching
|
|
Fix ASCII filtering of strings
|