summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-01-24 00:51:23 +0000
committer Eric Hameleers <alien@slackware.com>2020-01-24 08:59:45 +0100
commit0b8ac7e37d08edef43dbf5496d7f2bcfa17e2280 (patch)
treed4337c03adca55ae58927add6e6969f9bae12c05 /source
parent4f9273afa49a94b04bccc088fb87fec9d80a3fc6 (diff)
downloadcurrent-0b8ac7e37d08edef43dbf5496d7f2bcfa17e2280.tar.gz
current-0b8ac7e37d08edef43dbf5496d7f2bcfa17e2280.tar.xz
Fri Jan 24 00:51:23 UTC 202020200124005123
a/kernel-generic-5.4.14-x86_64-1.txz: Upgraded. a/kernel-huge-5.4.14-x86_64-1.txz: Upgraded. a/kernel-modules-5.4.14-x86_64-1.txz: Upgraded. ap/sqlite-3.31.0-x86_64-1.txz: Upgraded. d/kernel-headers-5.4.14-x86-1.txz: Upgraded. k/kernel-source-5.4.14-noarch-1.txz: Upgraded. n/libtirpc-1.2.5-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.17.1 (--enable-gssapi). n/nfs-utils-2.4.2-x86_64-2.txz: Rebuilt. Recompiled against krb5-1.17.1 (--enable-gss=yes --enable-svcgss=yes --enable-nfsv4=yes). NFSv4 support in rc.nfsd still pending. n/whois-5.5.5-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source')
-rw-r--r--source/installer/ChangeLog.txt3
-rwxr-xr-xsource/installer/build_installer.sh5
-rw-r--r--source/k/kernel-configs/config-generic-5.4.14 (renamed from source/k/kernel-configs/config-generic-5.4.13)2
-rw-r--r--source/k/kernel-configs/config-generic-5.4.14.x64 (renamed from source/k/kernel-configs/config-generic-5.4.13.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-5.4.14-smp (renamed from source/k/kernel-configs/config-generic-smp-5.4.13-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-5.4.14 (renamed from source/k/kernel-configs/config-huge-5.4.13)2
-rw-r--r--source/k/kernel-configs/config-huge-5.4.14.x64 (renamed from source/k/kernel-configs/config-huge-5.4.13.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-5.4.14-smp (renamed from source/k/kernel-configs/config-huge-smp-5.4.13-smp)2
-rwxr-xr-xsource/n/libtirpc/libtirpc.SlackBuild4
-rwxr-xr-xsource/n/nfs-utils/nfs-utils.SlackBuild30
10 files changed, 37 insertions, 17 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 65c91858b..b38b74666 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Fri Jan 24 00:35:26 UTC 2020
+ Added libraries: libgssapi_krb5, libk5crypto, libkrb5, libkrb5support.
++--------------------------+
Sun Jan 12 20:36:57 UTC 2020
/sbin/reboot: Attempt to kill running processes and sync/umount/sync
filesystems before rebooting. Thanks to Jeebizz.
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 755efe47d..95431da92 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -850,6 +850,7 @@ l/zlib \
n/dhcpcd \
n/dnsmasq \
n/iproute2 \
+n/krb5 \
n/libgcrypt \
n/libgpg-error \
n/libtirpc \
@@ -1124,7 +1125,11 @@ cp -fa${VERBOSE1} \
libgcc*so* \
libgcrypt*.so* \
libgpg-error*.so* \
+ libgssapi_krb5.so* \
+ libk5crypto.so* \
libkmod*so* \
+ libkrb5.so* \
+ libkrb5support.so* \
liblzma*so* \
libmount.so* \
libpcre.so* \
diff --git a/source/k/kernel-configs/config-generic-5.4.13 b/source/k/kernel-configs/config-generic-5.4.14
index addde97f1..ae9ab263b 100644
--- a/source/k/kernel-configs/config-generic-5.4.13
+++ b/source/k/kernel-configs/config-generic-5.4.14
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.13 Kernel Configuration
+# Linux/x86 5.4.14 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-5.4.13.x64 b/source/k/kernel-configs/config-generic-5.4.14.x64
index 78dbbc5f9..7b1eba8cb 100644
--- a/source/k/kernel-configs/config-generic-5.4.13.x64
+++ b/source/k/kernel-configs/config-generic-5.4.14.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.13 Kernel Configuration
+# Linux/x86 5.4.14 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-smp-5.4.13-smp b/source/k/kernel-configs/config-generic-smp-5.4.14-smp
index f153422c8..6148e4bca 100644
--- a/source/k/kernel-configs/config-generic-smp-5.4.13-smp
+++ b/source/k/kernel-configs/config-generic-smp-5.4.14-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.13 Kernel Configuration
+# Linux/x86 5.4.14 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-5.4.13 b/source/k/kernel-configs/config-huge-5.4.14
index 7f24831bb..356919410 100644
--- a/source/k/kernel-configs/config-huge-5.4.13
+++ b/source/k/kernel-configs/config-huge-5.4.14
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.13 Kernel Configuration
+# Linux/x86 5.4.14 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-5.4.13.x64 b/source/k/kernel-configs/config-huge-5.4.14.x64
index b5c138479..9dc2f7768 100644
--- a/source/k/kernel-configs/config-huge-5.4.13.x64
+++ b/source/k/kernel-configs/config-huge-5.4.14.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.13 Kernel Configuration
+# Linux/x86 5.4.14 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-smp-5.4.13-smp b/source/k/kernel-configs/config-huge-smp-5.4.14-smp
index 3d1cd89f3..a98fb4cba 100644
--- a/source/k/kernel-configs/config-huge-smp-5.4.13-smp
+++ b/source/k/kernel-configs/config-huge-smp-5.4.14-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.13 Kernel Configuration
+# Linux/x86 5.4.14 Kernel Configuration
#
#
diff --git a/source/n/libtirpc/libtirpc.SlackBuild b/source/n/libtirpc/libtirpc.SlackBuild
index b870f0089..609cb74de 100755
--- a/source/n/libtirpc/libtirpc.SlackBuild
+++ b/source/n/libtirpc/libtirpc.SlackBuild
@@ -30,11 +30,11 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libtirpc
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# To build with GSS support (requires Kerberos 5 libraries), pass any value
# other than "NO" in the environment, or edit the line below:
-WITH_GSS=${WITH_GSS:-NO}
+WITH_GSS=${WITH_GSS:-YES}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/n/nfs-utils/nfs-utils.SlackBuild b/source/n/nfs-utils/nfs-utils.SlackBuild
index 7d6b10db1..123856a27 100755
--- a/source/n/nfs-utils/nfs-utils.SlackBuild
+++ b/source/n/nfs-utils/nfs-utils.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2011, 2013, 2016, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2011, 2013, 2016, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, 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=nfs-utils
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -48,12 +48,22 @@ NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
+ LIBDIRSUFFIX=""
+elif [ "$ARCH" = "i686" ]; then
+ SLKCFLAGS="-O2 -march=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "s390" ]; then
SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "armv7hl" ]; then
+ SLKCFLAGS="-O3 -march=armv7-a -mfpu=vfpv3-d16"
+ LIBDIRSUFFIX=""
else
SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
fi
TMP=${TMP:-/tmp}
@@ -92,16 +102,18 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# No NFSv4 yet -- it requires additional libraries.
-
+# Configure, build, and install:
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
+ --libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--with-statedir=/var/lib/nfs \
+ --disable-static \
--enable-mountconfig \
- --enable-nfsv4=no \
- --enable-gss=no \
+ --enable-nfsv4=yes \
+ --enable-gss=yes \
+ --enable-svcgss=yes \
--enable-tirpc=yes \
--program-prefix= \
--program-suffix= \
@@ -110,6 +122,9 @@ CFLAGS="$SLKCFLAGS" \
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1
+# Don't ship .la files:
+rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
+
# Add nfsmount.conf and man page:
cat ./utils/mount/nfsmount.conf > $PKG/etc/nfsmount.conf.new
mkdir -p $PKG/usr/man/man5
@@ -125,9 +140,6 @@ sed -i "s/# Defaultvers=4/Defaultvers=3/g" $PKG/etc/nfsmount.conf.new
done
)
-# No NFSv4 yet, so remove these:
-rm -f $PKG/sbin/*nfs4
-
# This should move to support /usr on NFS:
mkdir -p $PKG/sbin
mv $PKG/usr/sbin/rpc.statd $PKG/sbin