summaryrefslogtreecommitdiffstats
path: root/source/x/xterm/xterm.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-02-13 19:19:24 +0000
committer Eric Hameleers <alien@slackware.com>2024-02-13 21:00:01 +0100
commit8712cd5e26b89d3da1afc87615d64a902101faa3 (patch)
tree3f21def271764c5ccd337afa55e6c52c5be28a7e /source/x/xterm/xterm.SlackBuild
parentadcf8dd38215601024979abcee28b82997193788 (diff)
downloadcurrent-8712cd5e26b89d3da1afc87615d64a902101faa3.tar.gz
current-8712cd5e26b89d3da1afc87615d64a902101faa3.tar.xz
Tue Feb 13 19:19:24 UTC 202420240213191924
ap/tmux-3.4-x86_64-1.txz: Upgraded. d/lua-5.4.6-x86_64-5.txz: Rebuilt. Search paths under /usr/local in addition to /usr. Thanks to Arch for the patch. l/gst-plugins-bad-free-1.22.10-x86_64-1.txz: Upgraded. l/gst-plugins-base-1.22.10-x86_64-1.txz: Upgraded. l/gst-plugins-good-1.22.10-x86_64-1.txz: Upgraded. l/gst-plugins-libav-1.22.10-x86_64-1.txz: Upgraded. l/gstreamer-1.22.10-x86_64-1.txz: Upgraded. l/wireplumber-0.4.17-x86_64-3.txz: Rebuilt. Build against system lua. n/bind-9.18.24-x86_64-1.txz: Upgraded. This update fixes bugs and security issues: Specific DNS answers could cause a denial-of-service condition due to DNS validation taking a long time. Restore DNS64 state when handling a serve-stale timeout. Specific queries could trigger an assertion check with nxdomain-redirect enabled. Speed up parsing of DNS messages with many different names. For more information, see: https://kb.isc.org/docs/cve-2023-50387 https://www.cve.org/CVERecord?id=CVE-2023-50387 https://kb.isc.org/docs/cve-2023-5679 https://www.cve.org/CVERecord?id=CVE-2023-5679 https://kb.isc.org/docs/cve-2023-5517 https://www.cve.org/CVERecord?id=CVE-2023-5517 https://kb.isc.org/docs/cve-2023-4408 https://www.cve.org/CVERecord?id=CVE-2023-4408 (* Security fix *) n/ipset-7.21-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-xsource/x/xterm/xterm.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/x/xterm/xterm.SlackBuild b/source/x/xterm/xterm.SlackBuild
index 283719c4c..2dc82eee2 100755
--- a/source/x/xterm/xterm.SlackBuild
+++ b/source/x/xterm/xterm.SlackBuild
@@ -97,16 +97,12 @@ CFLAGS="$SLKCFLAGS" \
--enable-88-color \
--enable-256-color \
--enable-regis-graphics \
- --disable-sixel-graphics \
+ --enable-sixel-graphics \
--with-icon-theme=hicolor \
--with-icondir=/usr/share/icons \
--with-pixmapdir=/usr/share/pixmaps \
--build=$ARCH-slackware-linux || exit 1
-# Disabled due to currently unpatched buffer overflow. Besides, I'm not sure
-# how useful this really is in the first place.
-# --enable-sixel-graphics
-
# Build and install:
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1