diff options
Diffstat (limited to 'source')
14 files changed, 40 insertions, 30 deletions
diff --git a/source/a/sysklogd/sysklogd.SlackBuild b/source/a/sysklogd/sysklogd.SlackBuild index 00448503..7f525b62 100755 --- a/source/a/sysklogd/sysklogd.SlackBuild +++ b/source/a/sysklogd/sysklogd.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2005-2020 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2005-2021 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sysklogd VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -86,6 +86,13 @@ find . \ -exec chmod 644 {} \+ # Configure, build, and install: +if [ ! -r configure ]; then + if [ -x ./autogen.sh ]; then + NOCONFIGURE=1 ./autogen.sh + else + autoreconf -vif + fi +fi CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/source/d/bison/bison.SlackBuild b/source/d/bison/bison.SlackBuild index 6ffbfd1c..28c7478f 100755 --- a/source/d/bison/bison.SlackBuild +++ b/source/d/bison/bison.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=bison VERSION=${VERSION:-$(echo $PKGNAM-*.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/d/mercurial/mercurial.SlackBuild b/source/d/mercurial/mercurial.SlackBuild index a300da73..5074b56a 100755 --- a/source/d/mercurial/mercurial.SlackBuild +++ b/source/d/mercurial/mercurial.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mercurial VERSION=${VERSION:-$(echo mercurial-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index d8050c51..9b5fbb61 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,6 @@ +Tue Mar 9 19:09:33 UTC 2021 + Update /etc/nsswitch.conf from the etc package. ++--------------------------+ Thu Mar 4 09:17:54 UTC 2021 build_installer.sh: Updated support for AArch64. MoZes. diff --git a/source/installer/sources/initrd/etc/nsswitch.conf b/source/installer/sources/initrd/etc/nsswitch.conf index b21796bb..3d993afc 100644 --- a/source/installer/sources/initrd/etc/nsswitch.conf +++ b/source/installer/sources/initrd/etc/nsswitch.conf @@ -19,24 +19,24 @@ # [NOTFOUND=return] Stop searching if not found so far # -passwd: files -shadow: files -group: files +# passwd: files nis +# shadow: files nis +# group: files nis -hosts: files dns +passwd: compat +group: compat -services: [NOTFOUND=return] files -networks: [NOTFOUND=return] files -protocols: [NOTFOUND=return] files -rpc: [NOTFOUND=return] files -ethers: [NOTFOUND=return] files -netmasks: [NOTFOUND=return] files -bootparams: [NOTFOUND=return] files +hosts: files dns +networks: files -netgroup: +services: files +protocols: files +rpc: files +ethers: files +netmasks: files +netgroup: files +bootparams: files -publickey: - -automount: files -aliases: files +automount: files +aliases: files diff --git a/source/k/kernel-configs/config-generic-5.10.21 b/source/k/kernel-configs/config-generic-5.10.22 index 0a540200..c50bf1d7 100644 --- a/source/k/kernel-configs/config-generic-5.10.21 +++ b/source/k/kernel-configs/config-generic-5.10.22 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.21 Kernel Configuration +# Linux/x86 5.10.22 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-generic-5.10.21.x64 b/source/k/kernel-configs/config-generic-5.10.22.x64 index ef9d75c7..a040e5a1 100644 --- a/source/k/kernel-configs/config-generic-5.10.21.x64 +++ b/source/k/kernel-configs/config-generic-5.10.22.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.21 Kernel Configuration +# Linux/x86 5.10.22 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-generic-smp-5.10.21-smp b/source/k/kernel-configs/config-generic-smp-5.10.22-smp index 2dfb0f06..ef1556c7 100644 --- a/source/k/kernel-configs/config-generic-smp-5.10.21-smp +++ b/source/k/kernel-configs/config-generic-smp-5.10.22-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.21 Kernel Configuration +# Linux/x86 5.10.22 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-5.10.21 b/source/k/kernel-configs/config-huge-5.10.22 index 51609219..36a6273d 100644 --- a/source/k/kernel-configs/config-huge-5.10.21 +++ b/source/k/kernel-configs/config-huge-5.10.22 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.21 Kernel Configuration +# Linux/x86 5.10.22 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-5.10.21.x64 b/source/k/kernel-configs/config-huge-5.10.22.x64 index 8dbfc50c..c691afae 100644 --- a/source/k/kernel-configs/config-huge-5.10.21.x64 +++ b/source/k/kernel-configs/config-huge-5.10.22.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.21 Kernel Configuration +# Linux/x86 5.10.22 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-smp-5.10.21-smp b/source/k/kernel-configs/config-huge-smp-5.10.22-smp index 29ed2171..00df7829 100644 --- a/source/k/kernel-configs/config-huge-smp-5.10.21-smp +++ b/source/k/kernel-configs/config-huge-smp-5.10.22-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.21 Kernel Configuration +# Linux/x86 5.10.22 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/l/netpbm/netpbm.SlackBuild b/source/l/netpbm/netpbm.SlackBuild index f54414c5..9bce529c 100755 --- a/source/l/netpbm/netpbm.SlackBuild +++ b/source/l/netpbm/netpbm.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=netpbm 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/n/samba/samba.SlackBuild b/source/n/samba/samba.SlackBuild index a60fa866..854483e3 100755 --- a/source/n/samba/samba.SlackBuild +++ b/source/n/samba/samba.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=samba VERSION=${VERSION:-$(echo samba-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} if [ -e $CWD/machine.conf ]; then . $CWD/machine.conf ] diff --git a/source/n/samba/samba.url b/source/n/samba/samba.url index c67f26f4..160c99af 100644 --- a/source/n/samba/samba.url +++ b/source/n/samba/samba.url @@ -1,2 +1,2 @@ -https://download.samba.org/pub/samba/stable/samba-4.13.4.tar.gz -https://download.samba.org/pub/samba/stable/samba-4.13.4.tar.asc +https://download.samba.org/pub/samba/stable/samba-4.13.5.tar.gz +https://download.samba.org/pub/samba/stable/samba-4.13.5.tar.asc |