summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rwxr-xr-xsource/k/build-all-kernels.sh2
-rw-r--r--source/k/kernel-configs/config-generic-4.19.85 (renamed from source/k/kernel-configs/config-generic-4.19.84)2
-rw-r--r--source/k/kernel-configs/config-generic-4.19.85.x64 (renamed from source/k/kernel-configs/config-generic-4.19.84.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-4.19.85-smp (renamed from source/k/kernel-configs/config-generic-smp-4.19.84-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-4.19.85 (renamed from source/k/kernel-configs/config-huge-4.19.84)2
-rw-r--r--source/k/kernel-configs/config-huge-4.19.85.x64 (renamed from source/k/kernel-configs/config-huge-4.19.84.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-4.19.85-smp (renamed from source/k/kernel-configs/config-huge-smp-4.19.84-smp)2
-rwxr-xr-xsource/l/alsa-lib/alsa-lib.SlackBuild2
-rwxr-xr-xsource/l/mozilla-nss/mozilla-nss.SlackBuild2
-rwxr-xr-xsource/n/bind/bind.SlackBuild2
-rw-r--r--source/xfce/exo/exo.url2
11 files changed, 11 insertions, 11 deletions
diff --git a/source/k/build-all-kernels.sh b/source/k/build-all-kernels.sh
index df1cea036..5d1d5daac 100755
--- a/source/k/build-all-kernels.sh
+++ b/source/k/build-all-kernels.sh
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
if [ -z "$VERSION" ]; then
# Get the filename of the newest kernel tarball:
KERNEL_SOURCE_FILE="$(/bin/ls -t linux-*.tar.?z | head -n 1 )"
diff --git a/source/k/kernel-configs/config-generic-4.19.84 b/source/k/kernel-configs/config-generic-4.19.85
index 283809c09..2aa9ef320 100644
--- a/source/k/kernel-configs/config-generic-4.19.84
+++ b/source/k/kernel-configs/config-generic-4.19.85
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.84 Kernel Configuration
+# Linux/x86 4.19.85 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-4.19.84.x64 b/source/k/kernel-configs/config-generic-4.19.85.x64
index 6eb4c39bf..fc4d91e3b 100644
--- a/source/k/kernel-configs/config-generic-4.19.84.x64
+++ b/source/k/kernel-configs/config-generic-4.19.85.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.84 Kernel Configuration
+# Linux/x86 4.19.85 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-smp-4.19.84-smp b/source/k/kernel-configs/config-generic-smp-4.19.85-smp
index 0da632c7e..18a175eeb 100644
--- a/source/k/kernel-configs/config-generic-smp-4.19.84-smp
+++ b/source/k/kernel-configs/config-generic-smp-4.19.85-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.84 Kernel Configuration
+# Linux/x86 4.19.85 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-4.19.84 b/source/k/kernel-configs/config-huge-4.19.85
index 62e86e09a..f91c6d9af 100644
--- a/source/k/kernel-configs/config-huge-4.19.84
+++ b/source/k/kernel-configs/config-huge-4.19.85
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.84 Kernel Configuration
+# Linux/x86 4.19.85 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-4.19.84.x64 b/source/k/kernel-configs/config-huge-4.19.85.x64
index 152bfb653..d616c0172 100644
--- a/source/k/kernel-configs/config-huge-4.19.84.x64
+++ b/source/k/kernel-configs/config-huge-4.19.85.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.84 Kernel Configuration
+# Linux/x86 4.19.85 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-smp-4.19.84-smp b/source/k/kernel-configs/config-huge-smp-4.19.85-smp
index 5d3e3397d..0f1093977 100644
--- a/source/k/kernel-configs/config-huge-smp-4.19.84-smp
+++ b/source/k/kernel-configs/config-huge-smp-4.19.85-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.84 Kernel Configuration
+# Linux/x86 4.19.85 Kernel Configuration
#
#
diff --git a/source/l/alsa-lib/alsa-lib.SlackBuild b/source/l/alsa-lib/alsa-lib.SlackBuild
index 436070ed3..660c5a143 100755
--- a/source/l/alsa-lib/alsa-lib.SlackBuild
+++ b/source/l/alsa-lib/alsa-lib.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=alsa-lib
VERSION=${VERSION:-$(echo alsa-lib-*.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/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild
index 7ee9e6879..df9e11e33 100755
--- a/source/l/mozilla-nss/mozilla-nss.SlackBuild
+++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mozilla-nss
SRCNAM=nss
-VERSION=${VERSION:-3.47}
+VERSION=${VERSION:-3.47.1}
NSPR=${NSPR:-4.23}
BUILD=${BUILD:-1}
diff --git a/source/n/bind/bind.SlackBuild b/source/n/bind/bind.SlackBuild
index a194586d5..71891160a 100755
--- a/source/n/bind/bind.SlackBuild
+++ b/source/n/bind/bind.SlackBuild
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=bind
-VERSION=${VERSION:-9.14.7}
+VERSION=${VERSION:-9.14.8}
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
diff --git a/source/xfce/exo/exo.url b/source/xfce/exo/exo.url
index ec98d2930..4c1d02fc0 100644
--- a/source/xfce/exo/exo.url
+++ b/source/xfce/exo/exo.url
@@ -1 +1 @@
-http://archive.xfce.org:/src/xfce/exo/0.12/exo-0.12.9.tar.bz2
+http://archive.xfce.org:/src/xfce/exo/0.12/exo-0.12.10.tar.bz2