From c2c44209f8d40f3a408712bf452bc36af33bb412 Mon Sep 17 00:00:00 2001 From: mayankfz Date: Sat, 1 Feb 2025 00:09:28 +0530 Subject: [PATCH] Upgrade dmidecode to 3.6 (#12062) Signed-off-by: Mayank Singh Co-authored-by: Mayank Singh --- SPECS/dmidecode/dmidecode.signatures.json | 2 +- SPECS/dmidecode/dmidecode.spec | 5 ++++- cgmanifest.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SPECS/dmidecode/dmidecode.signatures.json b/SPECS/dmidecode/dmidecode.signatures.json index aa42d5cf37e..b5eeffad76c 100644 --- a/SPECS/dmidecode/dmidecode.signatures.json +++ b/SPECS/dmidecode/dmidecode.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "dmidecode-3.5.tar.xz": "79d76735ee8e25196e2a722964cf9683f5a09581503537884b256b01389cc073" + "dmidecode-3.6.tar.xz": "e40c65f3ec3dafe31ad8349a4ef1a97122d38f65004ed66575e1a8d575dd8bae" } } diff --git a/SPECS/dmidecode/dmidecode.spec b/SPECS/dmidecode/dmidecode.spec index 25615f1c427..0eb27e0e117 100644 --- a/SPECS/dmidecode/dmidecode.spec +++ b/SPECS/dmidecode/dmidecode.spec @@ -1,6 +1,6 @@ Summary: Tool to analyze BIOS DMI data Name: dmidecode -Version: 3.5 +Version: 3.6 Release: 1%{?dist} License: GPLv2+ URL: http://www.nongnu.org/dmidecode/ @@ -25,6 +25,9 @@ make DESTDIR=%{buildroot} prefix=%{_prefix} install %{_mandir}/man8/* %changelog +* Fri Jan 24 2025 CBL-Mariner Servicing Account - 3.6-1 +- Auto-upgrade to 3.6 - 55875043 - NVIDIA (GB200) properties support + * Tue May 02 2023 CBL-Mariner Servicing Account - 3.5-1 - Auto-upgrade to 3.5 - to fix CVE-2023-30630 diff --git a/cgmanifest.json b/cgmanifest.json index 1e3fa93ab35..0435ffed50c 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -2698,8 +2698,8 @@ "type": "other", "other": { "name": "dmidecode", - "version": "3.5", - "downloadUrl": "https://download.savannah.gnu.org/releases/dmidecode/dmidecode-3.5.tar.xz" + "version": "3.6", + "downloadUrl": "https://download.savannah.gnu.org/releases/dmidecode/dmidecode-3.6.tar.xz" } } },