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 /source/l/enchant | |
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 'source/l/enchant')
-rw-r--r-- | source/l/enchant/enchant.url | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/enchant/enchant.url b/source/l/enchant/enchant.url index 5b21dd4cc..9d2ccb228 100644 --- a/source/l/enchant/enchant.url +++ b/source/l/enchant/enchant.url @@ -1,2 +1,2 @@ https://github.com/AbiWord/enchant -https://github.com/AbiWord/enchant/releases/download/v2.6.7/enchant-2.6.7.tar.gz +https://github.com/AbiWord/enchant/releases/download/v2.6.8/enchant-2.6.8.tar.gz |