summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-04-21 19:11:10 +0000
committer Eric Hameleers <alien@slackware.com>2022-04-22 06:59:46 +0200
commitaba57b8fb048fb6eac847e18978b0b8fd5729721 (patch)
tree625c8636efe0249edd5cec5d50b60a4e6836f077 /source
parent615523f1128f2b40168434af4e8e00e95136fa71 (diff)
downloadcurrent-aba57b8fb048fb6eac847e18978b0b8fd5729721.tar.gz
current-aba57b8fb048fb6eac847e18978b0b8fd5729721.tar.xz
Thu Apr 21 19:11:10 UTC 202220220421191110
a/kernel-firmware-20220419_ee43979-noarch-1.txz: Upgraded. a/kernel-generic-5.17.4-x86_64-1.txz: Upgraded. a/kernel-huge-5.17.4-x86_64-1.txz: Upgraded. a/kernel-modules-5.17.4-x86_64-1.txz: Upgraded. a/mcelog-181-x86_64-1.txz: Upgraded. a/pciutils-3.8.0-x86_64-1.txz: Upgraded. d/git-2.36.0-x86_64-1.txz: Upgraded. d/kernel-headers-5.17.4-x86-1.txz: Upgraded. k/kernel-source-5.17.4-noarch-1.txz: Upgraded. l/fribidi-1.0.12-x86_64-1.txz: Upgraded. l/parted-3.5-x86_64-1.txz: Upgraded. l/pipewire-0.3.50-x86_64-2.txz: Rebuilt. Build in FFmpeg and Vulkan support. Thanks to Klaatu. n/bind-9.18.2-x86_64-1.txz: Upgraded. n/postfix-3.7.1-x86_64-1.txz: Upgraded. x/libinput-1.20.1-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-91.8.1-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/91.8.1/releasenotes/ isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source')
-rw-r--r--source/a/etc/doinst.sh5
-rwxr-xr-xsource/a/pciutils/pciutils.SlackBuild9
-rw-r--r--source/k/kernel-configs/config-generic-5.17.4 (renamed from source/k/kernel-configs/config-generic-5.17.3)3
-rw-r--r--source/k/kernel-configs/config-generic-5.17.4.x64 (renamed from source/k/kernel-configs/config-generic-5.17.3.x64)3
-rw-r--r--source/k/kernel-configs/config-generic-smp-5.17.4-smp (renamed from source/k/kernel-configs/config-generic-smp-5.17.3-smp)3
-rw-r--r--source/k/kernel-configs/config-huge-5.17.4 (renamed from source/k/kernel-configs/config-huge-5.17.3)3
-rw-r--r--source/k/kernel-configs/config-huge-5.17.4.x64 (renamed from source/k/kernel-configs/config-huge-5.17.3.x64)3
-rw-r--r--source/k/kernel-configs/config-huge-smp-5.17.4-smp (renamed from source/k/kernel-configs/config-huge-smp-5.17.3-smp)3
-rwxr-xr-xsource/l/fribidi/fribidi.SlackBuild6
-rwxr-xr-xsource/l/parted/parted.SlackBuild2
-rwxr-xr-xsource/l/pipewire/pipewire.SlackBuild4
-rwxr-xr-xsource/n/postfix/postfix.SlackBuild2
12 files changed, 24 insertions, 22 deletions
diff --git a/source/a/etc/doinst.sh b/source/a/etc/doinst.sh
index cd4ed6a1f..bc68952f0 100644
--- a/source/a/etc/doinst.sh
+++ b/source/a/etc/doinst.sh
@@ -98,9 +98,9 @@ chroot . /usr/sbin/usermod -d /var/lib/sddm sddm > /dev/null 2> /dev/null
chroot . /usr/sbin/usermod --groups video sddm > /dev/null 2> /dev/null
# Also ensure ownerships/perms:
-chown root.utmp var/run/utmp var/log/wtmp
+chown root:utmp var/run/utmp var/log/wtmp
chmod 664 var/run/utmp var/log/wtmp
-chown root.shadow etc/shadow etc/gshadow
+chown root:shadow etc/shadow etc/gshadow
chmod 640 etc/shadow etc/gshadow
# Match permissions on any leftover config z-dot-in-non-root-path scripts
@@ -112,4 +112,3 @@ fi
if [ -r etc/profile.d/z-dot-in-non-root-path.sh.new ]; then
touch -r etc/profile.d/z-dot-in-non-root-path.sh etc/profile.d/z-dot-in-non-root-path.sh.new
fi
-
diff --git a/source/a/pciutils/pciutils.SlackBuild b/source/a/pciutils/pciutils.SlackBuild
index 2c90e8a7c..15f688b82 100755
--- a/source/a/pciutils/pciutils.SlackBuild
+++ b/source/a/pciutils/pciutils.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=pciutils
VERSION=${VERSION:-$(echo pciutils-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -103,6 +103,13 @@ mkdir $PKG/lib${LIBDIRSUFFIX}
cp -a lib*.so.? ../../lib${LIBDIRSUFFIX}
)
+# Add a symlink to the old location:
+if [ ! -x $PKG/sbin/lspci ]; then
+ if [ -x $PKG/usr/bin/lspci ]; then
+ ( cd $PKG/sbin ; ln -sf ../usr/bin/lspci . )
+ fi
+fi
+
mkdir -p $PKG/usr/sbin
mv $PKG/sbin/update-pciids $PKG/usr/sbin/update-pciids
diff --git a/source/k/kernel-configs/config-generic-5.17.3 b/source/k/kernel-configs/config-generic-5.17.4
index b3e375298..e11a07288 100644
--- a/source/k/kernel-configs/config-generic-5.17.3
+++ b/source/k/kernel-configs/config-generic-5.17.4
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.3 Kernel Configuration
+# Linux/x86 5.17.4 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
@@ -3042,7 +3042,6 @@ CONFIG_NET_DSA_XRS700X_I2C=m
CONFIG_NET_DSA_XRS700X_MDIO=m
CONFIG_NET_DSA_QCA8K=m
CONFIG_NET_DSA_REALTEK=m
-CONFIG_NET_DSA_REALTEK_SMI=m
CONFIG_NET_DSA_SMSC_LAN9303=m
CONFIG_NET_DSA_SMSC_LAN9303_I2C=m
CONFIG_NET_DSA_SMSC_LAN9303_MDIO=m
diff --git a/source/k/kernel-configs/config-generic-5.17.3.x64 b/source/k/kernel-configs/config-generic-5.17.4.x64
index 12cf267ad..f4ea7c675 100644
--- a/source/k/kernel-configs/config-generic-5.17.3.x64
+++ b/source/k/kernel-configs/config-generic-5.17.4.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.3 Kernel Configuration
+# Linux/x86 5.17.4 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
@@ -3094,7 +3094,6 @@ CONFIG_NET_DSA_XRS700X_I2C=m
CONFIG_NET_DSA_XRS700X_MDIO=m
CONFIG_NET_DSA_QCA8K=m
CONFIG_NET_DSA_REALTEK=m
-CONFIG_NET_DSA_REALTEK_SMI=m
CONFIG_NET_DSA_SMSC_LAN9303=m
CONFIG_NET_DSA_SMSC_LAN9303_I2C=m
CONFIG_NET_DSA_SMSC_LAN9303_MDIO=m
diff --git a/source/k/kernel-configs/config-generic-smp-5.17.3-smp b/source/k/kernel-configs/config-generic-smp-5.17.4-smp
index 7000cdcb9..424a0f916 100644
--- a/source/k/kernel-configs/config-generic-smp-5.17.3-smp
+++ b/source/k/kernel-configs/config-generic-smp-5.17.4-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.3 Kernel Configuration
+# Linux/x86 5.17.4 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
@@ -3087,7 +3087,6 @@ CONFIG_NET_DSA_XRS700X_I2C=m
CONFIG_NET_DSA_XRS700X_MDIO=m
CONFIG_NET_DSA_QCA8K=m
CONFIG_NET_DSA_REALTEK=m
-CONFIG_NET_DSA_REALTEK_SMI=m
CONFIG_NET_DSA_SMSC_LAN9303=m
CONFIG_NET_DSA_SMSC_LAN9303_I2C=m
CONFIG_NET_DSA_SMSC_LAN9303_MDIO=m
diff --git a/source/k/kernel-configs/config-huge-5.17.3 b/source/k/kernel-configs/config-huge-5.17.4
index f14896255..5453ebba9 100644
--- a/source/k/kernel-configs/config-huge-5.17.3
+++ b/source/k/kernel-configs/config-huge-5.17.4
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.3 Kernel Configuration
+# Linux/x86 5.17.4 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
@@ -3042,7 +3042,6 @@ CONFIG_NET_DSA_XRS700X_I2C=m
CONFIG_NET_DSA_XRS700X_MDIO=m
CONFIG_NET_DSA_QCA8K=m
CONFIG_NET_DSA_REALTEK=m
-CONFIG_NET_DSA_REALTEK_SMI=m
CONFIG_NET_DSA_SMSC_LAN9303=m
CONFIG_NET_DSA_SMSC_LAN9303_I2C=m
CONFIG_NET_DSA_SMSC_LAN9303_MDIO=m
diff --git a/source/k/kernel-configs/config-huge-5.17.3.x64 b/source/k/kernel-configs/config-huge-5.17.4.x64
index 19633b0c9..74498cc29 100644
--- a/source/k/kernel-configs/config-huge-5.17.3.x64
+++ b/source/k/kernel-configs/config-huge-5.17.4.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.3 Kernel Configuration
+# Linux/x86 5.17.4 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
@@ -3094,7 +3094,6 @@ CONFIG_NET_DSA_XRS700X_I2C=m
CONFIG_NET_DSA_XRS700X_MDIO=m
CONFIG_NET_DSA_QCA8K=m
CONFIG_NET_DSA_REALTEK=m
-CONFIG_NET_DSA_REALTEK_SMI=m
CONFIG_NET_DSA_SMSC_LAN9303=m
CONFIG_NET_DSA_SMSC_LAN9303_I2C=m
CONFIG_NET_DSA_SMSC_LAN9303_MDIO=m
diff --git a/source/k/kernel-configs/config-huge-smp-5.17.3-smp b/source/k/kernel-configs/config-huge-smp-5.17.4-smp
index f3d722e73..88f29f6b6 100644
--- a/source/k/kernel-configs/config-huge-smp-5.17.3-smp
+++ b/source/k/kernel-configs/config-huge-smp-5.17.4-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.3 Kernel Configuration
+# Linux/x86 5.17.4 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
@@ -3087,7 +3087,6 @@ CONFIG_NET_DSA_XRS700X_I2C=m
CONFIG_NET_DSA_XRS700X_MDIO=m
CONFIG_NET_DSA_QCA8K=m
CONFIG_NET_DSA_REALTEK=m
-CONFIG_NET_DSA_REALTEK_SMI=m
CONFIG_NET_DSA_SMSC_LAN9303=m
CONFIG_NET_DSA_SMSC_LAN9303_I2C=m
CONFIG_NET_DSA_SMSC_LAN9303_MDIO=m
diff --git a/source/l/fribidi/fribidi.SlackBuild b/source/l/fribidi/fribidi.SlackBuild
index 51a9347fc..d479693df 100755
--- a/source/l/fribidi/fribidi.SlackBuild
+++ b/source/l/fribidi/fribidi.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2012, 2018, 2021 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2012, 2018, 2021, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=fribidi
-VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
@@ -67,7 +67,7 @@ mkdir -p $TMP $PKG
cd $TMP
rm -rf fribidi-$VERSION
-tar xvf $CWD/fribidi-$VERSION.tar.?z* || exit 1
+tar xvf $CWD/fribidi-$VERSION.tar.?z || exit 1
cd fribidi-$VERSION || exit 1
find . -perm 777 -exec chmod 755 {} \+
diff --git a/source/l/parted/parted.SlackBuild b/source/l/parted/parted.SlackBuild
index 8b269a231..a10f29380 100755
--- a/source/l/parted/parted.SlackBuild
+++ b/source/l/parted/parted.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=parted
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/l/pipewire/pipewire.SlackBuild b/source/l/pipewire/pipewire.SlackBuild
index 7225da964..5ace2cd5d 100755
--- a/source/l/pipewire/pipewire.SlackBuild
+++ b/source/l/pipewire/pipewire.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=pipewire
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
@@ -103,6 +103,8 @@ meson setup \
--sysconfdir=/etc \
--localstatedir=/var \
--buildtype=release \
+ -Dffmpeg=enabled \
+ -Dvulkan=enabled \
-Djack=disabled \
-Dpipewire-jack=disabled \
.. || exit 1
diff --git a/source/n/postfix/postfix.SlackBuild b/source/n/postfix/postfix.SlackBuild
index 847c265e5..b3cbf888e 100755
--- a/source/n/postfix/postfix.SlackBuild
+++ b/source/n/postfix/postfix.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=postfix
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in