summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/a/util-linux/doinst.sh2
-rwxr-xr-xsource/a/util-linux/util-linux.SlackBuild8
-rw-r--r--source/d/llvm/llvm.url56
-rw-r--r--source/n/samba/samba.url4
-rwxr-xr-xsource/x/OpenCC/OpenCC.SlackBuild3
5 files changed, 40 insertions, 33 deletions
diff --git a/source/a/util-linux/doinst.sh b/source/a/util-linux/doinst.sh
index 0d9730801..03c23f87c 100644
--- a/source/a/util-linux/doinst.sh
+++ b/source/a/util-linux/doinst.sh
@@ -22,7 +22,7 @@ config etc/rc.d/rc.serial.new
config etc/rc.d/rc.setterm.new
config etc/serial.conf.new
-for configfile in chfn.new chsh.new login.new runuser.new runuser-l.new su.new su-l.new ; do
+for configfile in chfn.new chsh.new login.new remote.new runuser.new runuser-l.new su.new su-l.new ; do
if [ -r etc/pam.d/$configfile ]; then
config etc/pam.d/$configfile
fi
diff --git a/source/a/util-linux/util-linux.SlackBuild b/source/a/util-linux/util-linux.SlackBuild
index b8cb57fbc..d83c3acdf 100755
--- a/source/a/util-linux/util-linux.SlackBuild
+++ b/source/a/util-linux/util-linux.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=util-linux
VERSION=${VERSION:-$(echo util-linux*.tar.xz | cut -d - -f 3 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
ADJTIMEXVERS=1.29
SETSERIALVERS=2.17
@@ -93,6 +93,12 @@ if [ -L /lib${LIBDIRSUFFIX}/libpam.so.? ]; then
for file in $CWD/pam.d/* ; do
cp -a ${file} $PKG/etc/pam.d/
done
+ # In case someone is using the '-h' option to /bin/login, we will require
+ # another copy of /etc/pam.d/login called /etc/pam.d/remote. Make this copy
+ # if it doesn't exist already:
+ if [ ! -r $PKG/etc/pam.d/remote ]; then
+ cp -a $PKG/etc/pam.d/login $PKG/etc/pam.d/remote
+ fi
if [ "$SHIP_SU" = "YES" ]; then
# Add su default file to ensure using ENV_SUPATH with 'su':
mkdir -p $PKG/etc/default
diff --git a/source/d/llvm/llvm.url b/source/d/llvm/llvm.url
index 5afb5e973..3341d9557 100644
--- a/source/d/llvm/llvm.url
+++ b/source/d/llvm/llvm.url
@@ -1,29 +1,29 @@
-https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/llvm-17.0.2.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/clang-17.0.2.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/clang-tools-extra-17.0.2.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/compiler-rt-17.0.2.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/flang-17.0.2.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/lldb-17.0.2.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/openmp-17.0.2.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/polly-17.0.2.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/libcxx-17.0.2.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/libcxxabi-17.0.2.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/lld-17.0.2.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/libunwind-17.0.2.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/cmake-17.0.2.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/third-party-17.0.2.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.3/llvm-17.0.3.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.3/clang-17.0.3.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.3/clang-tools-extra-17.0.3.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.3/compiler-rt-17.0.3.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.3/flang-17.0.3.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.3/lldb-17.0.3.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.3/openmp-17.0.3.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.3/polly-17.0.3.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.3/libcxx-17.0.3.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.3/libcxxabi-17.0.3.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.3/lld-17.0.3.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.3/libunwind-17.0.3.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.3/cmake-17.0.3.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.3/third-party-17.0.3.src.tar.xz
-#http://llvm.org/releases/17.0.2/llvm-17.0.2.src.tar.xz
-#http://llvm.org/releases/17.0.2/clang-17.0.2.src.tar.xz
-#http://llvm.org/releases/17.0.2/clang-tools-extra-17.0.2.src.tar.xz
-#http://llvm.org/releases/17.0.2/compiler-rt-17.0.2.src.tar.xz
-#http://llvm.org/releases/17.0.2/flang-17.0.2.src.tar.xz
-#http://llvm.org/releases/17.0.2/lldb-17.0.2.src.tar.xz
-#http://llvm.org/releases/17.0.2/openmp-17.0.2.src.tar.xz
-#http://llvm.org/releases/17.0.2/polly-17.0.2.src.tar.xz
-#http://llvm.org/releases/17.0.2/libcxx-17.0.2.src.tar.xz
-#http://llvm.org/releases/17.0.2/libcxxabi-17.0.2.src.tar.xz
-#http://llvm.org/releases/17.0.2/lld-17.0.2.src.tar.xz
-#http://llvm.org/releases/17.0.2/libunwind-17.0.2.src.tar.xz
-#http://llvm.org/releases/17.0.2/cmake-17.0.2.src.tar.xz
-#http://llvm.org/releases/17.0.2/third-party-17.0.2.src.tar.xz
+#http://llvm.org/releases/17.0.3/llvm-17.0.3.src.tar.xz
+#http://llvm.org/releases/17.0.3/clang-17.0.3.src.tar.xz
+#http://llvm.org/releases/17.0.3/clang-tools-extra-17.0.3.src.tar.xz
+#http://llvm.org/releases/17.0.3/compiler-rt-17.0.3.src.tar.xz
+#http://llvm.org/releases/17.0.3/flang-17.0.3.src.tar.xz
+#http://llvm.org/releases/17.0.3/lldb-17.0.3.src.tar.xz
+#http://llvm.org/releases/17.0.3/openmp-17.0.3.src.tar.xz
+#http://llvm.org/releases/17.0.3/polly-17.0.3.src.tar.xz
+#http://llvm.org/releases/17.0.3/libcxx-17.0.3.src.tar.xz
+#http://llvm.org/releases/17.0.3/libcxxabi-17.0.3.src.tar.xz
+#http://llvm.org/releases/17.0.3/lld-17.0.3.src.tar.xz
+#http://llvm.org/releases/17.0.3/libunwind-17.0.3.src.tar.xz
+#http://llvm.org/releases/17.0.3/cmake-17.0.3.src.tar.xz
+#http://llvm.org/releases/17.0.3/third-party-17.0.3.src.tar.xz
diff --git a/source/n/samba/samba.url b/source/n/samba/samba.url
index 7d05e1fa3..e818aecb4 100644
--- a/source/n/samba/samba.url
+++ b/source/n/samba/samba.url
@@ -1,2 +1,2 @@
-https://download.samba.org/pub/samba/stable/samba-4.19.1.tar.gz
-https://download.samba.org/pub/samba/stable/samba-4.19.1.tar.asc
+https://download.samba.org/pub/samba/stable/samba-4.19.2.tar.gz
+https://download.samba.org/pub/samba/stable/samba-4.19.2.tar.asc
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