diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-03-24 18:21:46 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-03-24 20:02:29 +0100 |
commit | 4e0c3bd469a4a438952438b13e170396a2bb299c (patch) | |
tree | bf3979d64e598f438930539107347b70fce5c25a /ChangeLog.rss | |
parent | 1e89414bae261894eb2b0621fc35d08d66039848 (diff) | |
download | current-4e0c3bd469a4a438952438b13e170396a2bb299c.tar.gz current-4e0c3bd469a4a438952438b13e170396a2bb299c.tar.xz |
Sun Mar 24 18:21:46 UTC 202420240324182146
e/emacs-29.3-x86_64-1.txz: Upgraded.
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'.
(* Security fix *)
l/enchant-2.6.8-x86_64-1.txz: Upgraded.
l/gnu-efi-3.0.18-x86_64-1.txz: Upgraded.
l/libproxy-0.5.4-x86_64-2.txz: Rebuilt.
Rebuilt with -Dpacrunner-duktape=true. Thanks to gmgf.
l/libxkbcommon-1.7.0-x86_64-1.txz: Upgraded.
l/python-hatchling-1.22.4-x86_64-1.txz: Upgraded.
x/libpciaccess-0.18.1-x86_64-1.txz: Upgraded.
x/xdm-1.1.15-x86_64-1.txz: Upgraded.
x/xedit-1.2.4-x86_64-1.txz: Upgraded.
x/xload-1.2.0-x86_64-1.txz: Upgraded.
extra/emacs-regular-build/emacs-29.3-x86_64-1_regular.txz: Upgraded.
(* Security fix *)
Diffstat (limited to 'ChangeLog.rss')
-rw-r--r-- | ChangeLog.rss | 41 |
1 files changed, 39 insertions, 2 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss index b6c923ea2..71528b35a 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,10 +11,47 @@ <description>Tracking Slackware development in git.</description> <language>en-us</language> <id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id> - <pubDate>Sat, 23 Mar 2024 19:34:02 GMT</pubDate> - <lastBuildDate>Sat, 23 Mar 2024 20:19:26 GMT</lastBuildDate> + <pubDate>Sun, 24 Mar 2024 18:21:46 GMT</pubDate> + <lastBuildDate>Sun, 24 Mar 2024 19:02:24 GMT</lastBuildDate> <generator>maintain_current_git.sh v 1.17</generator> <item> + <title>Sun, 24 Mar 2024 18:21:46 GMT</title> + <pubDate>Sun, 24 Mar 2024 18:21:46 GMT</pubDate> + <link>https://git.slackware.nl/current/tag/?h=20240324182146</link> + <guid isPermaLink="false">20240324182146</guid> + <description> + <![CDATA[<pre> +e/emacs-29.3-x86_64-1.txz: Upgraded. + 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'. + (* Security fix *) +l/enchant-2.6.8-x86_64-1.txz: Upgraded. +l/gnu-efi-3.0.18-x86_64-1.txz: Upgraded. +l/libproxy-0.5.4-x86_64-2.txz: Rebuilt. + Rebuilt with -Dpacrunner-duktape=true. Thanks to gmgf. +l/libxkbcommon-1.7.0-x86_64-1.txz: Upgraded. +l/python-hatchling-1.22.4-x86_64-1.txz: Upgraded. +x/libpciaccess-0.18.1-x86_64-1.txz: Upgraded. +x/xdm-1.1.15-x86_64-1.txz: Upgraded. +x/xedit-1.2.4-x86_64-1.txz: Upgraded. +x/xload-1.2.0-x86_64-1.txz: Upgraded. +extra/emacs-regular-build/emacs-29.3-x86_64-1_regular.txz: Upgraded. + (* Security fix *) + </pre>]]> + </description> + </item> + <item> <title>Sat, 23 Mar 2024 19:34:02 GMT</title> <pubDate>Sat, 23 Mar 2024 19:34:02 GMT</pubDate> <link>https://git.slackware.nl/current/tag/?h=20240323193402</link> |