summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
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
commit4e0c3bd469a4a438952438b13e170396a2bb299c (patch)
treebf3979d64e598f438930539107347b70fce5c25a /source
parent1e89414bae261894eb2b0621fc35d08d66039848 (diff)
downloadcurrent-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')
-rwxr-xr-xsource/e/emacs/emacs.SlackBuild2
-rw-r--r--source/l/enchant/enchant.url2
-rw-r--r--source/l/gnu-efi/gnu-efi.url2
-rwxr-xr-xsource/l/libproxy/libproxy.SlackBuild4
4 files changed, 5 insertions, 5 deletions
diff --git a/source/e/emacs/emacs.SlackBuild b/source/e/emacs/emacs.SlackBuild
index ad6aeeaa6..49b06f608 100755
--- a/source/e/emacs/emacs.SlackBuild
+++ b/source/e/emacs/emacs.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=${PKGNAM:-emacs}
SRCNAM=emacs
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Determine version number the tarball is labeled with:
TARBALLVER=${TARBALLVER:-$(echo $SRCNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
# OK, now what's being used as the source directory version number... account
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
diff --git a/source/l/gnu-efi/gnu-efi.url b/source/l/gnu-efi/gnu-efi.url
index 020d0d613..15616bc70 100644
--- a/source/l/gnu-efi/gnu-efi.url
+++ b/source/l/gnu-efi/gnu-efi.url
@@ -1 +1 @@
-https://downloads.sourceforge.net/gnu-efi/gnu-efi-3.0.17.tar.bz2
+https://downloads.sourceforge.net/gnu-efi/gnu-efi-3.0.18.tar.bz2
diff --git a/source/l/libproxy/libproxy.SlackBuild b/source/l/libproxy/libproxy.SlackBuild
index 9a5c2b8be..8c8013234 100755
--- a/source/l/libproxy/libproxy.SlackBuild
+++ b/source/l/libproxy/libproxy.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libproxy
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -95,7 +95,7 @@ meson setup \
--sysconfdir=/etc \
--localstatedir=/var \
--buildtype=release \
- -Dpacrunner-duktape=false \
+ -Dpacrunner-duktape=true \
-Ddocs=false \
.. || exit 1
"${NINJA:=ninja}" $NUMJOBS || exit 1