diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-06-23 11:50:58 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-06-23 11:51:20 +0800 |
commit | 134c9e01f921fbbd7a809838a2a55d7627fad55f (patch) | |
tree | 98b5c067dcc019f273649c7493692391455a9f24 /gnu/packages/emacs-xyz.scm | |
parent | 868a022cdca164941a6fe8dcf205aefc693781cb (diff) | |
download | guix-134c9e01f921fbbd7a809838a2a55d7627fad55f.tar.gz guix-134c9e01f921fbbd7a809838a2a55d7627fad55f.zip |
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
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
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 <stefan@xsteve.at> ;;; Copyright © 2021, 2022, 2023 Simon Tournier <zimon.toutoune@gmail.com> ;;; Copyright © 2021 Eugene Klimov <lipklim@mailbox.org> -;;; Copyright © 2021 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2021, 2024 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2021 David Dashyan <mail@davie.li> ;;; Copyright © 2021 Dhruvin Gandhi <contact@dhruvin.dev> ;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org> @@ -17139,7 +17139,7 @@ passive voice.") (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 @@ passive voice.") (commit (string-append "release_" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "00crs2q4yvmv2jgzmcfyl2g6m7g42zpggyssmcj8anwrsp748z9b")))) + (base32 "1a2l5y2f5jciv90nfa9rybfw37zqibwl3jaxcd0z15h3alfiyb2d")))) (build-system emacs-build-system) (arguments (list |