summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/k/kernel-configs/config-generic-4.19.7 (renamed from source/k/kernel-configs/config-generic-4.19.6)2
-rw-r--r--source/k/kernel-configs/config-generic-4.19.7.x64 (renamed from source/k/kernel-configs/config-generic-4.19.6.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-4.19.7-smp (renamed from source/k/kernel-configs/config-generic-smp-4.19.6-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-4.19.7 (renamed from source/k/kernel-configs/config-huge-4.19.6)2
-rw-r--r--source/k/kernel-configs/config-huge-4.19.7.x64 (renamed from source/k/kernel-configs/config-huge-4.19.6.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-4.19.7-smp (renamed from source/k/kernel-configs/config-huge-smp-4.19.6-smp)2
-rwxr-xr-xsource/n/nettle/nettle.SlackBuild6
7 files changed, 9 insertions, 9 deletions
diff --git a/source/k/kernel-configs/config-generic-4.19.6 b/source/k/kernel-configs/config-generic-4.19.7
index ae6960bdb..9330ef2a8 100644
--- a/source/k/kernel-configs/config-generic-4.19.6
+++ b/source/k/kernel-configs/config-generic-4.19.7
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.6 Kernel Configuration
+# Linux/x86 4.19.7 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-4.19.6.x64 b/source/k/kernel-configs/config-generic-4.19.7.x64
index 17f8c3fc4..c4819eae8 100644
--- a/source/k/kernel-configs/config-generic-4.19.6.x64
+++ b/source/k/kernel-configs/config-generic-4.19.7.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.6 Kernel Configuration
+# Linux/x86 4.19.7 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-smp-4.19.6-smp b/source/k/kernel-configs/config-generic-smp-4.19.7-smp
index 81dc6cf76..f205d8e20 100644
--- a/source/k/kernel-configs/config-generic-smp-4.19.6-smp
+++ b/source/k/kernel-configs/config-generic-smp-4.19.7-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.6 Kernel Configuration
+# Linux/x86 4.19.7 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-4.19.6 b/source/k/kernel-configs/config-huge-4.19.7
index 3df555633..aa0d2906a 100644
--- a/source/k/kernel-configs/config-huge-4.19.6
+++ b/source/k/kernel-configs/config-huge-4.19.7
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.6 Kernel Configuration
+# Linux/x86 4.19.7 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-4.19.6.x64 b/source/k/kernel-configs/config-huge-4.19.7.x64
index 93297ef9a..01f9b848b 100644
--- a/source/k/kernel-configs/config-huge-4.19.6.x64
+++ b/source/k/kernel-configs/config-huge-4.19.7.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.6 Kernel Configuration
+# Linux/x86 4.19.7 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-smp-4.19.6-smp b/source/k/kernel-configs/config-huge-smp-4.19.7-smp
index 670effa5b..3af8aa007 100644
--- a/source/k/kernel-configs/config-huge-smp-4.19.6-smp
+++ b/source/k/kernel-configs/config-huge-smp-4.19.7-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.6 Kernel Configuration
+# Linux/x86 4.19.7 Kernel Configuration
#
#
diff --git a/source/n/nettle/nettle.SlackBuild b/source/n/nettle/nettle.SlackBuild
index 8a9223458..bd438487a 100755
--- a/source/n/nettle/nettle.SlackBuild
+++ b/source/n/nettle/nettle.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=nettle
-VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -67,7 +67,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf $PKGNAM-$VERSION
-tar xvf $CWD/$PKGNAM-$VERSION.tar.?*z || exit 1
+tar xvf $CWD/$PKGNAM-$VERSION.tar.?* || exit 1
cd $PKGNAM-$VERSION
chown -R root:root .
find . \