From 134c9e01f921fbbd7a809838a2a55d7627fad55f Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Sun, 23 Jun 2024 11:50:58 +0800 Subject: gnu: emacs-org: Update to 9.7.5 [security fixes]. The release is coordinated with emergency Emacs 29.4 release. The vulnerability involves arbitrary Shell code evaluation when previewing attachments in Emacs MUA (gnus-based: at least, mu4e, Notmuch, Gnus itself) or when opening third-party Org files. All the earlier versions of Org mode are affected. * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.7.5. Change-Id: Ifa8c49225a268939ab06a3895e99a525356c3a78 --- gnu/packages/emacs-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/emacs-xyz.scm') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index d000e7fd02..0abaf81a77 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -97,7 +97,7 @@ ;;; Copyright © 2021, 2022 Stefan Reichör ;;; Copyright © 2021, 2022, 2023 Simon Tournier ;;; Copyright © 2021 Eugene Klimov -;;; Copyright © 2021 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2021, 2024 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2021 David Dashyan ;;; Copyright © 2021 Dhruvin Gandhi ;;; Copyright © 2021 Matthew James Kraai @@ -17139,7 +17139,7 @@ (define-public emacs-neotree (define-public emacs-org (package (name "emacs-org") - (version "9.7.4") + (version "9.7.5") (source (origin (method git-fetch) @@ -17148,7 +17148,7 @@ (define-public emacs-org (commit (string-append "release_" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "00crs2q4yvmv2jgzmcfyl2g6m7g42zpggyssmcj8anwrsp748z9b")))) + (base32 "1a2l5y2f5jciv90nfa9rybfw37zqibwl3jaxcd0z15h3alfiyb2d")))) (build-system emacs-build-system) (arguments (list -- cgit v1.2.3