diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/a/less/less.SlackBuild | 2 | ||||
-rw-r--r-- | source/a/less/lesspipe.sh | 3 | ||||
-rwxr-xr-x | source/d/guile/guile.SlackBuild | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-5.10.33 (renamed from source/k/kernel-configs/config-generic-5.10.32) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-5.10.33.x64 (renamed from source/k/kernel-configs/config-generic-5.10.32.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-smp-5.10.33-smp (renamed from source/k/kernel-configs/config-generic-smp-5.10.32-smp) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-5.10.33 (renamed from source/k/kernel-configs/config-huge-5.10.32) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-5.10.33.x64 (renamed from source/k/kernel-configs/config-huge-5.10.32.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-smp-5.10.33-smp (renamed from source/k/kernel-configs/config-huge-smp-5.10.32-smp) | 2 |
9 files changed, 10 insertions, 9 deletions
diff --git a/source/a/less/less.SlackBuild b/source/a/less/less.SlackBuild index 6db39b35..a534cf29 100755 --- a/source/a/less/less.SlackBuild +++ b/source/a/less/less.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=less VERSION=${VERSION:-$(echo less-*.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 diff --git a/source/a/less/lesspipe.sh b/source/a/less/lesspipe.sh index 2f1ce2a5..b5d76d48 100644 --- a/source/a/less/lesspipe.sh +++ b/source/a/less/lesspipe.sh @@ -2,7 +2,7 @@ # # Copyright 1997, 1998, 1999, 2000 Patrick Volkerding, Moorhead, MN, USA # Copyright 2001, 2002 Slackware Linux, Inc, Concord, CA, USA -# Copyright 2006, 2009, 2017 Patrick Volkerding, Sebeka, MN, USA +# Copyright 2006, 2009, 2017, 2021 Patrick Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -33,6 +33,7 @@ lesspipe() { *.tgz | *.tar.gz | *.tar.Z | *.tar.z | *.tar.bz2 | *.tbz ) tar tvvf "$1" 2>/dev/null ;; *.tlz | *.tar.lz ) lzip -dc "$1" 2> /dev/null | tar tvvf - 2> /dev/null ;; *.txz | *.tar.xz ) xz -dc "$1" 2> /dev/null | tar tvvf - 2> /dev/null ;; + *.tzst | *.tar.zst | *.tar.zstd ) tar tvvf "$1" 2> /dev/null ;; *.zip) unzip -l "$1" 2>/dev/null ;; *.rpm) rpm -qpvl "$1" 2>/dev/null ;; *.rar) # check if rar is installed first diff --git a/source/d/guile/guile.SlackBuild b/source/d/guile/guile.SlackBuild index 75ff5994..56767bf6 100755 --- a/source/d/guile/guile.SlackBuild +++ b/source/d/guile/guile.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=guile VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | 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/k/kernel-configs/config-generic-5.10.32 b/source/k/kernel-configs/config-generic-5.10.33 index 38836eef..086227f2 100644 --- a/source/k/kernel-configs/config-generic-5.10.32 +++ b/source/k/kernel-configs/config-generic-5.10.33 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.32 Kernel Configuration +# Linux/x86 5.10.33 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-generic-5.10.32.x64 b/source/k/kernel-configs/config-generic-5.10.33.x64 index e9b2ba65..2b313b6f 100644 --- a/source/k/kernel-configs/config-generic-5.10.32.x64 +++ b/source/k/kernel-configs/config-generic-5.10.33.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.32 Kernel Configuration +# Linux/x86 5.10.33 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-generic-smp-5.10.32-smp b/source/k/kernel-configs/config-generic-smp-5.10.33-smp index 49430614..d0525c45 100644 --- a/source/k/kernel-configs/config-generic-smp-5.10.32-smp +++ b/source/k/kernel-configs/config-generic-smp-5.10.33-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.32 Kernel Configuration +# Linux/x86 5.10.33 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-5.10.32 b/source/k/kernel-configs/config-huge-5.10.33 index 2478b0a2..4906553f 100644 --- a/source/k/kernel-configs/config-huge-5.10.32 +++ b/source/k/kernel-configs/config-huge-5.10.33 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.32 Kernel Configuration +# Linux/x86 5.10.33 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-5.10.32.x64 b/source/k/kernel-configs/config-huge-5.10.33.x64 index c78af719..666556b5 100644 --- a/source/k/kernel-configs/config-huge-5.10.32.x64 +++ b/source/k/kernel-configs/config-huge-5.10.33.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.32 Kernel Configuration +# Linux/x86 5.10.33 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-smp-5.10.32-smp b/source/k/kernel-configs/config-huge-smp-5.10.33-smp index cf18fcae..32da151d 100644 --- a/source/k/kernel-configs/config-huge-smp-5.10.32-smp +++ b/source/k/kernel-configs/config-huge-smp-5.10.33-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.32 Kernel Configuration +# Linux/x86 5.10.33 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y |