summaryrefslogtreecommitdiffstats
path: root/source/x
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-10-17 19:34:56 +0000
committer Eric Hameleers <alien@slackware.com>2023-10-17 22:37:03 +0200
commitb36863e0974e59996232294d71dcb0cc357930b5 (patch)
tree0e949404a097b2f84c41a2a1fa5442e22afd3676 /source/x
parente3fcfb90760bd2af1d574816766377a9c511df87 (diff)
downloadcurrent-b36863e0974e59996232294d71dcb0cc357930b5.tar.gz
current-b36863e0974e59996232294d71dcb0cc357930b5.tar.xz
Tue Oct 17 19:34:56 UTC 202320231017193456
a/util-linux-2.39.2-x86_64-2.txz: Rebuilt. Copy /etc/pam.d/login to /etc/pam.d/remote. This is needed for /bin/login's '-h' option, used (for example) by telnetd. If -h is used without /etc/pam.d/remote, pam will not be configured properly, and /etc/securetty will be ignored, possibly allowing root to login from a tty that is not considered secure. Of course, the usual disclaimers about the security of telnet/telnetd apply. Thanks to HytronBG and Petri Kaukasoina. (* Security fix *) ap/qpdf-11.6.3-x86_64-1.txz: Upgraded. d/llvm-17.0.3-x86_64-1.txz: Upgraded. l/libjpeg-turbo-3.0.1-x86_64-1.txz: Upgraded. l/tevent-0.16.0-x86_64-1.txz: Upgraded. n/samba-4.19.2-x86_64-1.txz: Upgraded. This update fixes bugs and a security issue: Heap buffer overflow with freshness tokens in the Heimdal KDC in Samba 4.19. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-5568 (* Security fix *) x/OpenCC-1.1.7-x86_64-1.txz: Upgraded. xfce/xfconf-4.18.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/x')
-rwxr-xr-xsource/x/OpenCC/OpenCC.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/x/OpenCC/OpenCC.SlackBuild b/source/x/OpenCC/OpenCC.SlackBuild
index 98272cfad..da26ff8ff 100755
--- a/source/x/OpenCC/OpenCC.SlackBuild
+++ b/source/x/OpenCC/OpenCC.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for OpenCC
# Copyright 2017-2018 Heinz Wiesinger, Amsterdam, The Netherlands
-# Copyright 2017-2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2017-2023 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -92,6 +92,7 @@ cd build
-DCMAKE_C_FLAGS="${SLKCFLAGS}" \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
+ -DUSE_SYSTEM_MARISA=ON \
..
make $NUMJOBS || make || exit 1