summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-06-25 19:36:43 +0000
committer Eric Hameleers <alien@slackware.com>2022-06-26 07:00:12 +0200
commitba79caf20092b25f08bd44453774739e347a8a91 (patch)
tree89e71e498e2573b441f5125d72ef1435507e497a /source
parent79d5310d52cabddda8299c062593a15d8daef20c (diff)
downloadcurrent-ba79caf20092b25f08bd44453774739e347a8a91.tar.gz
current-ba79caf20092b25f08bd44453774739e347a8a91.tar.xz
Sat Jun 25 19:36:43 UTC 202220220625193643
a/kernel-generic-5.18.7-x86_64-1.txz: Upgraded. a/kernel-huge-5.18.7-x86_64-1.txz: Upgraded. a/kernel-modules-5.18.7-x86_64-1.txz: Upgraded. ap/sqlite-3.39.0-x86_64-1.txz: Upgraded. d/kernel-headers-5.18.7-x86-1.txz: Upgraded. k/kernel-source-5.18.7-noarch-1.txz: Upgraded. l/netpbm-10.99.00-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/sqlite/sqlite.SlackBuild6
-rw-r--r--source/k/kernel-configs/config-generic-5.18.7 (renamed from source/k/kernel-configs/config-generic-5.18.6)2
-rw-r--r--source/k/kernel-configs/config-generic-5.18.7.x64 (renamed from source/k/kernel-configs/config-generic-5.18.6.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-5.18.7-smp (renamed from source/k/kernel-configs/config-generic-smp-5.18.6-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-5.18.7 (renamed from source/k/kernel-configs/config-huge-5.18.6)2
-rw-r--r--source/k/kernel-configs/config-huge-5.18.7.x64 (renamed from source/k/kernel-configs/config-huge-5.18.6.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-5.18.7-smp (renamed from source/k/kernel-configs/config-huge-smp-5.18.6-smp)2
7 files changed, 9 insertions, 9 deletions
diff --git a/source/ap/sqlite/sqlite.SlackBuild b/source/ap/sqlite/sqlite.SlackBuild
index 6e4df6f07..07e26ad95 100755
--- a/source/ap/sqlite/sqlite.SlackBuild
+++ b/source/ap/sqlite/sqlite.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for sqlite
# Copyright 2006 Martin Lefebvre <dadexter@gmail.com>
-# Copyright 2008, 2009, 2010, 2012, 2015, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2012, 2015, 2018, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -123,7 +123,7 @@ cd $TMP
rm -rf $PKGNAM-src-$VERSION
tar xvf $CWD/$PKGNAM-src-$VERSION.tar.?z || exit 1
cd $PKGNAM-src-$VERSION || exit 1
-chown -R root.root .
+chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \+ -o \
@@ -153,7 +153,7 @@ LDFLAGS="$(icu-config --ldflags)" \
--enable-fts3 \
--enable-fts4 \
--enable-fts5 \
- --enable-json1 \
+ --enable-json \
--enable-rtree \
--enable-session \
--enable-static=no \
diff --git a/source/k/kernel-configs/config-generic-5.18.6 b/source/k/kernel-configs/config-generic-5.18.7
index 1385f56d5..89a8fdbe6 100644
--- a/source/k/kernel-configs/config-generic-5.18.6
+++ b/source/k/kernel-configs/config-generic-5.18.7
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.18.6 Kernel Configuration
+# Linux/x86 5.18.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-generic-5.18.6.x64 b/source/k/kernel-configs/config-generic-5.18.7.x64
index a3ffdb7e3..0e63d068a 100644
--- a/source/k/kernel-configs/config-generic-5.18.6.x64
+++ b/source/k/kernel-configs/config-generic-5.18.7.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.18.6 Kernel Configuration
+# Linux/x86 5.18.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-generic-smp-5.18.6-smp b/source/k/kernel-configs/config-generic-smp-5.18.7-smp
index 3a5094889..2694c2b2c 100644
--- a/source/k/kernel-configs/config-generic-smp-5.18.6-smp
+++ b/source/k/kernel-configs/config-generic-smp-5.18.7-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.18.6 Kernel Configuration
+# Linux/x86 5.18.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-5.18.6 b/source/k/kernel-configs/config-huge-5.18.7
index 0cf641b0d..403dabcbf 100644
--- a/source/k/kernel-configs/config-huge-5.18.6
+++ b/source/k/kernel-configs/config-huge-5.18.7
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.18.6 Kernel Configuration
+# Linux/x86 5.18.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-5.18.6.x64 b/source/k/kernel-configs/config-huge-5.18.7.x64
index 1bf2236b1..005a8d222 100644
--- a/source/k/kernel-configs/config-huge-5.18.6.x64
+++ b/source/k/kernel-configs/config-huge-5.18.7.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.18.6 Kernel Configuration
+# Linux/x86 5.18.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-smp-5.18.6-smp b/source/k/kernel-configs/config-huge-smp-5.18.7-smp
index 6a9d37a24..61f1f8c80 100644
--- a/source/k/kernel-configs/config-huge-smp-5.18.6-smp
+++ b/source/k/kernel-configs/config-huge-smp-5.18.7-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.18.6 Kernel Configuration
+# Linux/x86 5.18.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
CONFIG_CC_IS_GCC=y