summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-09-29 19:15:54 +0000
committer Eric Hameleers <alien@slackware.com>2021-09-30 08:59:56 +0200
commit2f42776b897ee3ab064d17d0385e9e224f79ccec (patch)
treed6b369b00615cfdf01d4e61db7fbd4603fccf203 /source
parentf5ddf9be6f3b4a96f4739928ff84e2c274ea6cc1 (diff)
downloadcurrent-2f42776b897ee3ab064d17d0385e9e224f79ccec.tar.gz
current-2f42776b897ee3ab064d17d0385e9e224f79ccec.tar.xz
Wed Sep 29 19:15:54 UTC 202120210929191554
a/kernel-firmware-20210928_7a30050-noarch-1.txz: Upgraded. d/ccache-4.4.2-x86_64-1.txz: Upgraded. d/meson-0.59.2-x86_64-1.txz: Upgraded. l/gc-8.0.6-x86_64-1.txz: Upgraded. l/mlt-7.0.1-x86_64-2.txz: Rebuilt. Fixed man page installation. Thanks to GazL and Markus Wiesner. l/netpbm-10.96.00-x86_64-1.txz: Upgraded. n/epic5-2.1.5-x86_64-2.txz: Rebuilt. Fixed man page installation. Thanks to GazL and kaott. n/openssh-8.8p1-x86_64-2.txz: Rebuilt. Add pam_elogind.so to /etc/pam.d/sshd to track user sessions over ssh, properly set the XDG_ variables, and create the runtime directory. Thanks to davjohn. xap/NetworkManager-openvpn-1.8.16-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-xsource/l/gc/gc.SlackBuild4
-rwxr-xr-xsource/l/mlt/mlt.SlackBuild6
-rwxr-xr-xsource/n/epic5/epic5.SlackBuild3
-rwxr-xr-xsource/n/openssh/openssh.SlackBuild2
-rw-r--r--source/n/openssh/sshd.pam1
5 files changed, 8 insertions, 8 deletions
diff --git a/source/l/gc/gc.SlackBuild b/source/l/gc/gc.SlackBuild
index 112e44475..5438b2bdf 100755
--- a/source/l/gc/gc.SlackBuild
+++ b/source/l/gc/gc.SlackBuild
@@ -25,9 +25,9 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gc
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
-LAO_VERSION="7.6.10" # libatomic_ops version
+LAO_VERSION="7.6.12" # libatomic_ops version
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/l/mlt/mlt.SlackBuild b/source/l/mlt/mlt.SlackBuild
index 870e1b7d8..b8d4ad707 100755
--- a/source/l/mlt/mlt.SlackBuild
+++ b/source/l/mlt/mlt.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mlt
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -92,9 +92,7 @@ cd cmake-build
-DCMAKE_C_FLAGS="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_SUFFIX="$LIBDIRSUFFIX" \
- -DDOC_INSTALL_DIR="doc" \
- -DMAN_INSTALL_DIR=/usr/man \
+ -DCMAKE_INSTALL_MANDIR=/usr/man \
.. || exit 1
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1
diff --git a/source/n/epic5/epic5.SlackBuild b/source/n/epic5/epic5.SlackBuild
index 7a8943b4c..698d78a6e 100755
--- a/source/n/epic5/epic5.SlackBuild
+++ b/source/n/epic5/epic5.SlackBuild
@@ -26,7 +26,7 @@ PKGNAM=epic5
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
EPICVER=5
HELPFILE=current
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
## Default to no Ruby support, since it seems that ruby-2.7.0 is not compatible.
## Patches to fix this are welcome, otherwise we'll keep an eye on upstream.
@@ -87,6 +87,7 @@ CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--with-tcl=/usr/lib${LIBDIRSUFFIX}/tclConfig.sh \
+ --mandir=/usr/man \
$RUBY_OPTION \
--build=$ARCH-slackware-linux || exit 1
diff --git a/source/n/openssh/openssh.SlackBuild b/source/n/openssh/openssh.SlackBuild
index 275d2558a..24a3ac502 100755
--- a/source/n/openssh/openssh.SlackBuild
+++ b/source/n/openssh/openssh.SlackBuild
@@ -30,7 +30,7 @@ PKG=$TMP/package-openssh
PKGNAM=openssh
VERSION=${VERSION:-$(echo openssh-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/n/openssh/sshd.pam b/source/n/openssh/sshd.pam
index dcf1ff3fd..cc188fa56 100644
--- a/source/n/openssh/sshd.pam
+++ b/source/n/openssh/sshd.pam
@@ -20,3 +20,4 @@ password include system-auth
session include system-auth
session include postlogin
session required pam_loginuid.so
+-session optional pam_elogind.so