From 5669eeb9bace547ececb18a0ae2bd59ecc2b95ed Mon Sep 17 00:00:00 2001 From: sharath-srikanth-chellappa <115591284+sharath-srikanth-chellappa@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:40:12 -0700 Subject: [PATCH] emacs: Upgrading emacs version to 29.4 to address CVE-2024-39331 (#9709) Co-authored-by: Sharath Srikanth Chellappa --- SPECS/emacs/emacs.signatures.json | 2 +- SPECS/emacs/emacs.spec | 5 ++++- cgmanifest.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SPECS/emacs/emacs.signatures.json b/SPECS/emacs/emacs.signatures.json index c8a7756728..4483c38e46 100644 --- a/SPECS/emacs/emacs.signatures.json +++ b/SPECS/emacs/emacs.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "emacs-29.3.tar.xz": "c34c05d3ace666ed9c7f7a0faf070fea3217ff1910d004499bd5453233d742a0" + "emacs-29.4.tar.xz": "ba897946f94c36600a7e7bb3501d27aa4112d791bfe1445c61ed28550daca235" } } \ No newline at end of file diff --git a/SPECS/emacs/emacs.spec b/SPECS/emacs/emacs.spec index be32474fec..59fa9bb618 100644 --- a/SPECS/emacs/emacs.spec +++ b/SPECS/emacs/emacs.spec @@ -1,6 +1,6 @@ Summary: GNU Emacs text editor Name: emacs -Version: 29.3 +Version: 29.4 Release: 1%{?dist} License: GPLv3+ AND CC0-1.0 Vendor: Microsoft Corporation @@ -84,6 +84,9 @@ mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp/site-start.d %dir %{_datadir}/emacs/site-lisp/site-start.d %changelog +* Mon Jul 01 2024 Sharath Srikanth Chellappa - 29.4-1 +- Upgrade to 29.4 to fix CVE-2024-39331. + * Wed Apr 03 2024 Betty Lakes - 29.3-1 - Upgrade to 29.3 to fix CVE-2024-30202, CVE-2024-30204, CVE-2024-30205 diff --git a/cgmanifest.json b/cgmanifest.json index 6b7ded4a6a..c9877ae062 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -3258,8 +3258,8 @@ "type": "other", "other": { "name": "emacs", - "version": "29.3", - "downloadUrl": "https://ftp.gnu.org/gnu/emacs/emacs-29.3.tar.xz" + "version": "29.4", + "downloadUrl": "https://ftp.gnu.org/gnu/emacs/emacs-29.4.tar.xz" } } },