From 5f9f2235dc06f899be91534267317937a348fcf4 Mon Sep 17 00:00:00 2001 From: abadawi-msft <108105696+abadawi591@users.noreply.github.com> Date: Mon, 14 Nov 2022 12:06:59 -0800 Subject: [PATCH] upgrade sudo to version 1.9.12p1 (#4202) --- SPECS/sudo/sudo.signatures.json | 2 +- SPECS/sudo/sudo.spec | 6 +++++- cgmanifest.json | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/SPECS/sudo/sudo.signatures.json b/SPECS/sudo/sudo.signatures.json index 70475a8bfe..c05377ec24 100644 --- a/SPECS/sudo/sudo.signatures.json +++ b/SPECS/sudo/sudo.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "sudo-1.9.10.tar.gz": "44a1461098e7c7b8e6ac597499c24fb2e43748c0c139a8b4944e57d1349a64f4" + "sudo-1.9.12p1.tar.gz": "475a18a8eb3da8b2917ceab063a6baf51ea09128c3c47e3e0e33ab7497bab7d8" } } \ No newline at end of file diff --git a/SPECS/sudo/sudo.spec b/SPECS/sudo/sudo.spec index b263140c9e..16fa66c9fd 100644 --- a/SPECS/sudo/sudo.spec +++ b/SPECS/sudo/sudo.spec @@ -1,6 +1,6 @@ Summary: Sudo Name: sudo -Version: 1.9.10 +Version: 1.9.12p1 Release: 1%{?dist} License: ISC URL: https://www.sudo.ws/ @@ -97,6 +97,10 @@ fi %exclude /etc/sudoers.dist %changelog + +* Thu Nov 10 2022 Ahmed Badawi - 1.9.12p1-1 +- Upgrade sudo to version 1.9.12p1 to fix CVE-2022-43995. + * Tue Mar 08 2022 Jon Slobodzian - 1.9.10 - Upgrade to Latest Stable sudo version for CBL-Mariner 2.0 diff --git a/cgmanifest.json b/cgmanifest.json index 2e7b1dd819..f082ffff9a 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -25807,8 +25807,8 @@ "type": "other", "other": { "name": "sudo", - "version": "1.9.10", - "downloadUrl": "https://www.sudo.ws/sudo/dist/sudo-1.9.10.tar.gz" + "version": "1.9.12p1", + "downloadUrl": "https://www.sudo.ws/sudo/dist/sudo-1.9.12p1.tar.gz" } } },