summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-05-06 01:29:24 +0000
committer Eric Hameleers <alien@slackware.com>2019-05-06 08:59:45 +0200
commita008351b6dc8bee9070c602604863bb9aa13fed6 (patch)
tree3b5743999002c43f3552786c313b09bf347ae9bc /source
parentd23d57452f0df78f7600abd83fcdfcd826a63dca (diff)
downloadcurrent-a008351b6dc8bee9070c602604863bb9aa13fed6.tar.gz
current-a008351b6dc8bee9070c602604863bb9aa13fed6.tar.xz
Mon May 6 01:29:24 UTC 201920190506012924
a/kernel-generic-4.19.40-x86_64-1.txz: Upgraded. a/kernel-huge-4.19.40-x86_64-1.txz: Upgraded. a/kernel-modules-4.19.40-x86_64-1.txz: Upgraded. ap/ksh93-20190505_4cb3a115-x86_64-1.txz: Upgraded. d/kernel-headers-4.19.40-x86-1.txz: Upgraded. k/kernel-source-4.19.40-noarch-1.txz: Upgraded. l/libgsf-1.14.46-x86_64-1.txz: Upgraded. xap/mozilla-firefox-60.6.2esr-x86_64-1.txz: Upgraded. This update addresses the issue of add-ons failing to load. For more information, see: https://www.mozilla.org/en-US/firefox/60.6.2/releasenotes/ isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source')
-rwxr-xr-xsource/ap/ksh93/ksh93.SlackBuild5
-rw-r--r--source/ap/ksh93/ksh93.use.clang.for.tests.diff17
-rw-r--r--source/k/kernel-configs/config-generic-4.19.40 (renamed from source/k/kernel-configs/config-generic-4.19.39)2
-rw-r--r--source/k/kernel-configs/config-generic-4.19.40.x64 (renamed from source/k/kernel-configs/config-generic-4.19.39.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-4.19.40-smp (renamed from source/k/kernel-configs/config-generic-smp-4.19.39-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-4.19.40 (renamed from source/k/kernel-configs/config-huge-4.19.39)2
-rw-r--r--source/k/kernel-configs/config-huge-4.19.40.x64 (renamed from source/k/kernel-configs/config-huge-4.19.39.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-4.19.40-smp (renamed from source/k/kernel-configs/config-huge-smp-4.19.39-smp)2
8 files changed, 28 insertions, 6 deletions
diff --git a/source/ap/ksh93/ksh93.SlackBuild b/source/ap/ksh93/ksh93.SlackBuild
index 950f54590..6a3a95903 100755
--- a/source/ap/ksh93/ksh93.SlackBuild
+++ b/source/ap/ksh93/ksh93.SlackBuild
@@ -77,6 +77,11 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.?z || exit 1
cd $SRCNAM-$VERSION || exit 1
+# A test script defaults to GCC, which doesn't make sense as we use clang
+# to compile ksh93. This probably wouldn't be as much of a problem except
+# that it fails with GCC9.
+zcat $CWD/ksh93.use.clang.for.tests.diff.gz | patch -p1 --verbose || exit 1
+
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/source/ap/ksh93/ksh93.use.clang.for.tests.diff b/source/ap/ksh93/ksh93.use.clang.for.tests.diff
new file mode 100644
index 000000000..4fda65f64
--- /dev/null
+++ b/source/ap/ksh93/ksh93.use.clang.for.tests.diff
@@ -0,0 +1,17 @@
+--- ./scripts/libast_prereq.sh.orig 2019-05-05 13:34:36.069904205 -0500
++++ ./scripts/libast_prereq.sh 2019-05-05 13:37:19.117888974 -0500
+@@ -20,12 +20,12 @@
+
+ if [ -z "$CC" ];
+ then
+- CC=cc
++ CC=clang
+ fi
+
+ cd "$MESON_BUILD_ROOT"
+
+-if cc --version | grep -q "GCC"
++if $CC --version | grep -q "GCC"
+ then
+ gcc_major_version=$(cc -dumpversion | cut -d. -f1)
+ if [ "$gcc_major_version" -ge 9 ]
diff --git a/source/k/kernel-configs/config-generic-4.19.39 b/source/k/kernel-configs/config-generic-4.19.40
index e1e500532..a152ac006 100644
--- a/source/k/kernel-configs/config-generic-4.19.39
+++ b/source/k/kernel-configs/config-generic-4.19.40
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.39 Kernel Configuration
+# Linux/x86 4.19.40 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-4.19.39.x64 b/source/k/kernel-configs/config-generic-4.19.40.x64
index afc4810be..fd19b65b7 100644
--- a/source/k/kernel-configs/config-generic-4.19.39.x64
+++ b/source/k/kernel-configs/config-generic-4.19.40.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.39 Kernel Configuration
+# Linux/x86 4.19.40 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-smp-4.19.39-smp b/source/k/kernel-configs/config-generic-smp-4.19.40-smp
index 34cc1ee22..b16fd4ba6 100644
--- a/source/k/kernel-configs/config-generic-smp-4.19.39-smp
+++ b/source/k/kernel-configs/config-generic-smp-4.19.40-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.39 Kernel Configuration
+# Linux/x86 4.19.40 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-4.19.39 b/source/k/kernel-configs/config-huge-4.19.40
index 568c30ce8..e3cc04175 100644
--- a/source/k/kernel-configs/config-huge-4.19.39
+++ b/source/k/kernel-configs/config-huge-4.19.40
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.39 Kernel Configuration
+# Linux/x86 4.19.40 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-4.19.39.x64 b/source/k/kernel-configs/config-huge-4.19.40.x64
index 4d821f914..46ff26ae8 100644
--- a/source/k/kernel-configs/config-huge-4.19.39.x64
+++ b/source/k/kernel-configs/config-huge-4.19.40.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.39 Kernel Configuration
+# Linux/x86 4.19.40 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-smp-4.19.39-smp b/source/k/kernel-configs/config-huge-smp-4.19.40-smp
index 98f6a0fd1..047f839a1 100644
--- a/source/k/kernel-configs/config-huge-smp-4.19.39-smp
+++ b/source/k/kernel-configs/config-huge-smp-4.19.40-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.39 Kernel Configuration
+# Linux/x86 4.19.40 Kernel Configuration
#
#