summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-04-07 20:10:32 +0000
committer Eric Hameleers <alien@slackware.com>2021-04-08 08:59:52 +0200
commit38a95ef8249fac405645bd8d1ff5798186d32e03 (patch)
tree7f952b6cf556ca941fc170770caa59ba450cd85c /source
parent06a5fa6da374cc3dafd95295c5e7448f1cea9f88 (diff)
downloadcurrent-38a95ef8249fac405645bd8d1ff5798186d32e03.tar.gz
current-38a95ef8249fac405645bd8d1ff5798186d32e03.tar.xz
Wed Apr 7 20:10:32 UTC 202120210407201032
a/kernel-generic-5.10.28-x86_64-1.txz: Upgraded. a/kernel-huge-5.10.28-x86_64-1.txz: Upgraded. a/kernel-modules-5.10.28-x86_64-1.txz: Upgraded. d/kernel-headers-5.10.28-x86-1.txz: Upgraded. k/kernel-source-5.10.28-noarch-1.txz: Upgraded. DEVKMEM y -> n Thanks to Jonathan Woithe for the suggestion. l/pipewire-0.3.25-x86_64-1.txz: Upgraded. n/libksba-1.5.1-x86_64-1.txz: Upgraded. x/ibus-m17n-1.4.5-x86_64-1.txz: Upgraded. x/libdrm-2.4.105-x86_64-1.txz: Upgraded. x/mesa-21.0.2-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/linux-5.11.x/kernel-generic-5.11.12-x86_64-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-headers-5.11.12-x86-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-huge-5.11.12-x86_64-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-modules-5.11.12-x86_64-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-source-5.11.12-noarch-1.txz: Upgraded. DEVKMEM y -> n Thanks to Jonathan Woithe for the suggestion. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source')
-rwxr-xr-xsource/installer/build_installer.sh3
-rw-r--r--source/k/kernel-configs/config-generic-5.10.28 (renamed from source/k/kernel-configs/config-generic-5.10.27)4
-rw-r--r--source/k/kernel-configs/config-generic-5.10.28.x64 (renamed from source/k/kernel-configs/config-generic-5.10.27.x64)4
-rw-r--r--source/k/kernel-configs/config-generic-smp-5.10.28-smp (renamed from source/k/kernel-configs/config-generic-smp-5.10.27-smp)4
-rw-r--r--source/k/kernel-configs/config-huge-5.10.28 (renamed from source/k/kernel-configs/config-huge-5.10.27)4
-rw-r--r--source/k/kernel-configs/config-huge-5.10.28.x64 (renamed from source/k/kernel-configs/config-huge-5.10.27.x64)4
-rw-r--r--source/k/kernel-configs/config-huge-smp-5.10.28-smp (renamed from source/k/kernel-configs/config-huge-smp-5.10.27-smp)4
-rwxr-xr-xsource/n/libksba/libksba.SlackBuild2
-rwxr-xr-xsource/x/ibus-m17n/ibus-m17n.SlackBuild2
-rwxr-xr-xsource/x/libdrm/libdrm.SlackBuild2
10 files changed, 17 insertions, 16 deletions
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index cc3b09a8d..4ddaf0675 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -92,13 +92,14 @@ SHOWHELP=0 # Do not show help
# Default actions for the script:
case $ARCH in
+ aarch64) LIBDIRSUFFIX=64;&
arm*|aarch64)
ADD_NETMODS=1 # add network modules
ADD_PCMCIAMODS=1 # add pcmcia modules
ADD_MANPAGES=1
COMPRESS_MODS=0 # already compressed in a/kernel-modules.t?z package already
DISTRODIR=${DISTRODIR:-"slackware"} # below this you find a,ap,d,..,y
- LIBDIRSUFFIX="" # the default
+ LIBDIRSUFFIX=${LIBDIRSUFFIX:-""} # the default
RECOMPILE=1 # recompile busybox/dropbear and add new binaries
SPLIT_INITRD=0 # Do not create separate initrd for each kernel
USBBOOT=0 # do not build the USB boot image
diff --git a/source/k/kernel-configs/config-generic-5.10.27 b/source/k/kernel-configs/config-generic-5.10.28
index c97690fbf..72b76187c 100644
--- a/source/k/kernel-configs/config-generic-5.10.27
+++ b/source/k/kernel-configs/config-generic-5.10.28
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.27 Kernel Configuration
+# Linux/x86 5.10.28 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
@@ -4202,7 +4202,7 @@ CONFIG_SCx200_GPIO=m
CONFIG_PC8736x_GPIO=m
CONFIG_NSC_GPIO=m
CONFIG_DEVMEM=y
-CONFIG_DEVKMEM=y
+# CONFIG_DEVKMEM is not set
CONFIG_NVRAM=m
CONFIG_RAW_DRIVER=m
CONFIG_MAX_RAW_DEVS=256
diff --git a/source/k/kernel-configs/config-generic-5.10.27.x64 b/source/k/kernel-configs/config-generic-5.10.28.x64
index 725f43e4b..1feaea544 100644
--- a/source/k/kernel-configs/config-generic-5.10.27.x64
+++ b/source/k/kernel-configs/config-generic-5.10.28.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.27 Kernel Configuration
+# Linux/x86 5.10.28 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
@@ -4220,7 +4220,7 @@ CONFIG_IPWIRELESS=m
CONFIG_MWAVE=m
CONFIG_DEVMEM=y
-CONFIG_DEVKMEM=y
+# CONFIG_DEVKMEM is not set
CONFIG_NVRAM=m
CONFIG_RAW_DRIVER=m
CONFIG_MAX_RAW_DEVS=256
diff --git a/source/k/kernel-configs/config-generic-smp-5.10.27-smp b/source/k/kernel-configs/config-generic-smp-5.10.28-smp
index aadef277f..231462643 100644
--- a/source/k/kernel-configs/config-generic-smp-5.10.27-smp
+++ b/source/k/kernel-configs/config-generic-smp-5.10.28-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.27 Kernel Configuration
+# Linux/x86 5.10.28 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
@@ -4249,7 +4249,7 @@ CONFIG_SCx200_GPIO=m
CONFIG_PC8736x_GPIO=m
CONFIG_NSC_GPIO=m
CONFIG_DEVMEM=y
-CONFIG_DEVKMEM=y
+# CONFIG_DEVKMEM is not set
CONFIG_NVRAM=m
CONFIG_RAW_DRIVER=m
CONFIG_MAX_RAW_DEVS=256
diff --git a/source/k/kernel-configs/config-huge-5.10.27 b/source/k/kernel-configs/config-huge-5.10.28
index 76470d8e6..590d5f016 100644
--- a/source/k/kernel-configs/config-huge-5.10.27
+++ b/source/k/kernel-configs/config-huge-5.10.28
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.27 Kernel Configuration
+# Linux/x86 5.10.28 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
@@ -4202,7 +4202,7 @@ CONFIG_SCx200_GPIO=m
CONFIG_PC8736x_GPIO=m
CONFIG_NSC_GPIO=m
CONFIG_DEVMEM=y
-CONFIG_DEVKMEM=y
+# CONFIG_DEVKMEM is not set
CONFIG_NVRAM=m
CONFIG_RAW_DRIVER=m
CONFIG_MAX_RAW_DEVS=256
diff --git a/source/k/kernel-configs/config-huge-5.10.27.x64 b/source/k/kernel-configs/config-huge-5.10.28.x64
index df7747ca9..bd25d935c 100644
--- a/source/k/kernel-configs/config-huge-5.10.27.x64
+++ b/source/k/kernel-configs/config-huge-5.10.28.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.27 Kernel Configuration
+# Linux/x86 5.10.28 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
@@ -4220,7 +4220,7 @@ CONFIG_IPWIRELESS=m
CONFIG_MWAVE=m
CONFIG_DEVMEM=y
-CONFIG_DEVKMEM=y
+# CONFIG_DEVKMEM is not set
CONFIG_NVRAM=m
CONFIG_RAW_DRIVER=m
CONFIG_MAX_RAW_DEVS=256
diff --git a/source/k/kernel-configs/config-huge-smp-5.10.27-smp b/source/k/kernel-configs/config-huge-smp-5.10.28-smp
index 3d3791d6a..7d03223a5 100644
--- a/source/k/kernel-configs/config-huge-smp-5.10.27-smp
+++ b/source/k/kernel-configs/config-huge-smp-5.10.28-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.27 Kernel Configuration
+# Linux/x86 5.10.28 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
@@ -4249,7 +4249,7 @@ CONFIG_SCx200_GPIO=m
CONFIG_PC8736x_GPIO=m
CONFIG_NSC_GPIO=m
CONFIG_DEVMEM=y
-CONFIG_DEVKMEM=y
+# CONFIG_DEVKMEM is not set
CONFIG_NVRAM=m
CONFIG_RAW_DRIVER=m
CONFIG_MAX_RAW_DEVS=256
diff --git a/source/n/libksba/libksba.SlackBuild b/source/n/libksba/libksba.SlackBuild
index e769dacf9..6d00e1578 100755
--- a/source/n/libksba/libksba.SlackBuild
+++ b/source/n/libksba/libksba.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libksba
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/x/ibus-m17n/ibus-m17n.SlackBuild b/source/x/ibus-m17n/ibus-m17n.SlackBuild
index 7bce06f58..aa994a506 100755
--- a/source/x/ibus-m17n/ibus-m17n.SlackBuild
+++ b/source/x/ibus-m17n/ibus-m17n.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=ibus-m17n
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/x/libdrm/libdrm.SlackBuild b/source/x/libdrm/libdrm.SlackBuild
index c2880f293..e8b6ee28d 100755
--- a/source/x/libdrm/libdrm.SlackBuild
+++ b/source/x/libdrm/libdrm.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libdrm
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine architecture for build & packaging:
if [ -z "$ARCH" ]; then