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
This commit is contained in:
		
							parent
							
								
									868a022cdc
								
							
						
					
					
						commit
						134c9e01f9
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue