pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/emacs29



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 24 19:20:50 UTC 2024

Modified Files:
        pkgsrc/editors/emacs29: distinfo version.mk

Log Message:
emacs29: update to 29.3.

* Changes in Emacs 29.3
Emacs 29.3 is an emergency bugfix release intended to fix several
security vulnerabilities described below.

** Arbitrary Lisp code is no longer evaluated as part of turning on Org mode.
This is for security reasons, to avoid evaluating malicious Lisp code.

** New buffer-local variable 'untrusted-content'.
When this is non-nil, Lisp programs should treat buffer contents with
extra caution.

** Gnus now treats inline MIME contents as untrusted.
To get back previous insecure behavior, 'untrusted-content' should be
reset to nil in the buffer.

** LaTeX preview is now by default disabled for email attachments.
To get back previous insecure behavior, set the variable
'org--latex-preview-when-risky' to a non-nil value.

** Org mode now considers contents of remote files to be untrusted.
Remote files are recognized by calling 'file-remote-p'.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/emacs29/distinfo \
    pkgsrc/editors/emacs29/version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/emacs29/distinfo
diff -u pkgsrc/editors/emacs29/distinfo:1.2 pkgsrc/editors/emacs29/distinfo:1.3
--- pkgsrc/editors/emacs29/distinfo:1.2 Sun Jan 21 20:18:57 2024
+++ pkgsrc/editors/emacs29/distinfo     Sun Mar 24 19:20:50 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2024/01/21 20:18:57 wiz Exp $
+$NetBSD: distinfo,v 1.3 2024/03/24 19:20:50 wiz Exp $
 
-BLAKE2s (emacs-29.2.tar.xz) = 620da10b874c520c0dc92d4153b1b555702dafb891dfa64fd804dc6fe8a081aa
-SHA512 (emacs-29.2.tar.xz) = 293fdc2387d58dfa506ae1960b05ccdb4c16ec53c4f55a1a6b665a4fe2815cabfad6257f2b62231040889ab3843d56a01ef62fc9efc1118bf833d7773c64820a
-Size (emacs-29.2.tar.xz) = 52162080 bytes
+BLAKE2s (emacs-29.3.tar.xz) = 73fad1b26aff266cfc95566f891b1d5f607c98b2ba82f4a9ad44efac4b0be49d
+SHA512 (emacs-29.3.tar.xz) = efaecfc46a0b88f61de477d92c08ee592b8838e6c34724151a3b1502efa7ebd4d4837733c694807e6de1ba4b8d37d2ec382c6bb2ed000b67ad8f0e11c7df2a6b
+Size (emacs-29.3.tar.xz) = 52203168 bytes
 SHA1 (patch-Makefile.in) = cb43792c8996c781f382ae102ea771af8f3d3190
Index: pkgsrc/editors/emacs29/version.mk
diff -u pkgsrc/editors/emacs29/version.mk:1.2 pkgsrc/editors/emacs29/version.mk:1.3
--- pkgsrc/editors/emacs29/version.mk:1.2       Sun Jan 21 20:18:57 2024
+++ pkgsrc/editors/emacs29/version.mk   Sun Mar 24 19:20:50 2024
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.2 2024/01/21 20:18:57 wiz Exp $
+# $NetBSD: version.mk,v 1.3 2024/03/24 19:20:50 wiz Exp $
 
 _EMACS_FLAVOR= emacs
 _EMACS_REQD=   emacs29>=29.1<30
 
 _EMACS_VERSION_MAJOR=  29
-_EMACS_VERSION_MINOR=  2
+_EMACS_VERSION_MINOR=  3



Home | Main Index | Thread Index | Old Index