From bb81d815ee28547be3a36778b2b539c0487c60f1 Mon Sep 17 00:00:00 2001 From: Trung Date: Thu, 16 Mar 2023 12:14:42 -0700 Subject: [PATCH] sudo: update sudo to 1.9.13p3 to fix CVE-2023-27320 (#5104) * update sudo to 1.9.13p3 to fix CVE-2023-27320 * fix minor version --- SPECS/sudo/sudo.signatures.json | 6 +++--- SPECS/sudo/sudo.spec | 5 ++++- cgmanifest.json | 6 +++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/SPECS/sudo/sudo.signatures.json b/SPECS/sudo/sudo.signatures.json index 5cca8ce9ad..9645835087 100644 --- a/SPECS/sudo/sudo.signatures.json +++ b/SPECS/sudo/sudo.signatures.json @@ -1,5 +1,5 @@ { - "Signatures": { - "sudo-1.9.12p2.tar.gz": "b9a0b1ae0f1ddd9be7f3eafe70be05ee81f572f6f536632c44cd4101bb2a8539" - } + "Signatures": { + "sudo-1.9.13p3.tar.gz": "92334a12bb93e0c056b09f53e255ccb7d6f67c6350e2813cd9593ceeca78560b" + } } \ No newline at end of file diff --git a/SPECS/sudo/sudo.spec b/SPECS/sudo/sudo.spec index 6eb1e6b61d..f8deae2792 100644 --- a/SPECS/sudo/sudo.spec +++ b/SPECS/sudo/sudo.spec @@ -1,6 +1,6 @@ Summary: Sudo Name: sudo -Version: 1.9.12p2 +Version: 1.9.13p3 Release: 1%{?dist} License: ISC URL: https://www.sudo.ws/ @@ -97,6 +97,9 @@ fi %exclude /etc/sudoers.dist %changelog +* Thu Mar 16 2023 Thien Trung Vuong - 1.9.13p3-1 +- Upgrade to 1.9.13p3 to fix CVE-2023-27320 + * Wed Feb 08 2023 Rachel Menge - 1.9.12p2-1 - Upgrade to 1.9.12p2 for CVE-2023-22809 diff --git a/cgmanifest.json b/cgmanifest.json index 5abd190181..ca4fad4817 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -27707,8 +27707,8 @@ "type": "other", "other": { "name": "sudo", - "version": "1.9.12p2", - "downloadUrl": "https://www.sudo.ws/sudo/dist/sudo-1.9.12p2.tar.gz" + "version": "1.9.13p3", + "downloadUrl": "https://www.sudo.ws/sudo/dist/sudo-1.9.13p3.tar.gz" } } }, @@ -30317,4 +30317,4 @@ } ], "Version": 1 -} +} \ No newline at end of file