summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-03-17 20:12:03 +0000
committer Eric Hameleers <alien@slackware.com>2023-03-17 23:40:30 +0100
commit0a9c4a21e16a4b14718a29c1cd1e58a2800926c1 (patch)
tree81fbd4e793eb3fc8e766b10653a2b6b501b05f8d /source
parent4ad66992c6edc532893fb7e4b205c3897830ab54 (diff)
downloadcurrent-0a9c4a21e16a4b14718a29c1cd1e58a2800926c1.tar.gz
current-0a9c4a21e16a4b14718a29c1cd1e58a2800926c1.tar.xz
Fri Mar 17 20:12:03 UTC 202320230317201203
Happy Saint Paddy's Day! :-) a/kernel-generic-6.1.20-x86_64-1.txz: Upgraded. a/kernel-huge-6.1.20-x86_64-1.txz: Upgraded. a/kernel-modules-6.1.20-x86_64-1.txz: Upgraded. ap/squashfs-tools-4.5.1-x86_64-2.txz: Rebuilt. Include the manpages in the package. Thanks to marav. d/kernel-headers-6.1.20-x86-1.txz: Upgraded. k/kernel-source-6.1.20-noarch-1.txz: Upgraded. x/libXaw-1.0.15-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source')
-rwxr-xr-xsource/ap/squashfs-tools/squashfs-tools.SlackBuild6
-rw-r--r--source/k/kernel-configs/config-generic-6.1.20 (renamed from source/k/kernel-configs/config-generic-6.1.19)3
-rw-r--r--source/k/kernel-configs/config-generic-6.1.20.x64 (renamed from source/k/kernel-configs/config-generic-6.1.19.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-6.1.20-smp (renamed from source/k/kernel-configs/config-generic-smp-6.1.19-smp)3
-rw-r--r--source/k/kernel-configs/config-huge-6.1.20 (renamed from source/k/kernel-configs/config-huge-6.1.19)3
-rw-r--r--source/k/kernel-configs/config-huge-6.1.20.x64 (renamed from source/k/kernel-configs/config-huge-6.1.19.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-6.1.20-smp (renamed from source/k/kernel-configs/config-huge-smp-6.1.19-smp)3
7 files changed, 9 insertions, 13 deletions
diff --git a/source/ap/squashfs-tools/squashfs-tools.SlackBuild b/source/ap/squashfs-tools/squashfs-tools.SlackBuild
index 200a66d83..5676784af 100755
--- a/source/ap/squashfs-tools/squashfs-tools.SlackBuild
+++ b/source/ap/squashfs-tools/squashfs-tools.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
# Copyright 2015, 2018 Eric Hameleers, Eindhoven, NL
-# Copyright 2017, 2018, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2017, 2018, 2021, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=squashfs-tools
VERSION=${VERSION:-$( echo squashfs-tools*.tar.?z | cut -d- -f3- | rev | cut -f3- -d . | rev )}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -101,7 +101,7 @@ make $NUMJOBS \
COMP_DEFAULT="xz" || exit 1
# Install:
-make install INSTALL_DIR=$PKG/usr/bin || exit 1
+make install INSTALL_DIR=$PKG/usr/bin INSTALL_MANPAGES_DIR=$PKG/usr/man/man1 || exit 1
# Fix (if needed) broken symlinks:
( cd $PKG/usr/bin
diff --git a/source/k/kernel-configs/config-generic-6.1.19 b/source/k/kernel-configs/config-generic-6.1.20
index 400ed5fc5..e6bd8ead1 100644
--- a/source/k/kernel-configs/config-generic-6.1.19
+++ b/source/k/kernel-configs/config-generic-6.1.20
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.19 Kernel Configuration
+# Linux/x86 6.1.20 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -11,7 +11,6 @@ CONFIG_AS_VERSION=24000
CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=24000
CONFIG_LLD_VERSION=0
-CONFIG_RUST_IS_AVAILABLE=y
CONFIG_CC_CAN_LINK=y
CONFIG_CC_CAN_LINK_STATIC=y
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
diff --git a/source/k/kernel-configs/config-generic-6.1.19.x64 b/source/k/kernel-configs/config-generic-6.1.20.x64
index 1a98fd909..93be2e4aa 100644
--- a/source/k/kernel-configs/config-generic-6.1.19.x64
+++ b/source/k/kernel-configs/config-generic-6.1.20.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.19 Kernel Configuration
+# Linux/x86 6.1.20 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-generic-smp-6.1.19-smp b/source/k/kernel-configs/config-generic-smp-6.1.20-smp
index 90fb79dcc..da71c79ef 100644
--- a/source/k/kernel-configs/config-generic-smp-6.1.19-smp
+++ b/source/k/kernel-configs/config-generic-smp-6.1.20-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.19 Kernel Configuration
+# Linux/x86 6.1.20 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -11,7 +11,6 @@ CONFIG_AS_VERSION=24000
CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=24000
CONFIG_LLD_VERSION=0
-CONFIG_RUST_IS_AVAILABLE=y
CONFIG_CC_CAN_LINK=y
CONFIG_CC_CAN_LINK_STATIC=y
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
diff --git a/source/k/kernel-configs/config-huge-6.1.19 b/source/k/kernel-configs/config-huge-6.1.20
index a22cfaf4b..2dbd6b156 100644
--- a/source/k/kernel-configs/config-huge-6.1.19
+++ b/source/k/kernel-configs/config-huge-6.1.20
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.19 Kernel Configuration
+# Linux/x86 6.1.20 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -11,7 +11,6 @@ CONFIG_AS_VERSION=24000
CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=24000
CONFIG_LLD_VERSION=0
-CONFIG_RUST_IS_AVAILABLE=y
CONFIG_CC_CAN_LINK=y
CONFIG_CC_CAN_LINK_STATIC=y
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
diff --git a/source/k/kernel-configs/config-huge-6.1.19.x64 b/source/k/kernel-configs/config-huge-6.1.20.x64
index 0b9c311b4..fe90688bc 100644
--- a/source/k/kernel-configs/config-huge-6.1.19.x64
+++ b/source/k/kernel-configs/config-huge-6.1.20.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.19 Kernel Configuration
+# Linux/x86 6.1.20 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-smp-6.1.19-smp b/source/k/kernel-configs/config-huge-smp-6.1.20-smp
index 412dd1083..7f51cb830 100644
--- a/source/k/kernel-configs/config-huge-smp-6.1.19-smp
+++ b/source/k/kernel-configs/config-huge-smp-6.1.20-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.19 Kernel Configuration
+# Linux/x86 6.1.20 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
@@ -11,7 +11,6 @@ CONFIG_AS_VERSION=24000
CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=24000
CONFIG_LLD_VERSION=0
-CONFIG_RUST_IS_AVAILABLE=y
CONFIG_CC_CAN_LINK=y
CONFIG_CC_CAN_LINK_STATIC=y
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y