diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-05-14 19:59:26 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-05-15 08:59:55 +0200 |
commit | 2abf246183b4597599225d481bfb184e2f27ada1 (patch) | |
tree | ea863c19517d16cb91b9a14aafd5c0ce9b5be384 /source | |
parent | 8446f91bdd7a3df8a427a78e711f8e5bc4da1724 (diff) | |
download | current-2abf246183b4597599225d481bfb184e2f27ada1.tar.gz |
Fri May 14 19:59:26 UTC 202120210514195926
a/btrfs-progs-5.12.1-x86_64-1.txz: Upgraded.
a/kernel-generic-5.10.37-x86_64-1.txz: Upgraded.
a/kernel-huge-5.10.37-x86_64-1.txz: Upgraded.
a/kernel-modules-5.10.37-x86_64-1.txz: Upgraded.
ap/lxc-2.0.11_fad08f383-x86_64-8.txz: Rebuilt.
Add some additional required packages, run ldconfig inside the rootfs,
update the slackpkg.conf, and account for changed hostname handling.
Thanks to PiterPunk.
d/kernel-headers-5.10.37-x86-1.txz: Upgraded.
k/kernel-source-5.10.37-noarch-1.txz: Upgraded.
n/getmail-6.16-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
testing/packages/linux-5.12.x/kernel-generic-5.12.4-x86_64-1.txz: Upgraded.
testing/packages/linux-5.12.x/kernel-headers-5.12.4-x86-1.txz: Upgraded.
testing/packages/linux-5.12.x/kernel-huge-5.12.4-x86_64-1.txz: Upgraded.
testing/packages/linux-5.12.x/kernel-modules-5.12.4-x86_64-1.txz: Upgraded.
testing/packages/linux-5.12.x/kernel-source-5.12.4-noarch-1.txz: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source')
-rw-r--r-- | source/ap/lxc/lxc-slackware.in | 20 | ||||
-rwxr-xr-x | source/ap/lxc/lxc.SlackBuild | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-5.10.37 (renamed from source/k/kernel-configs/config-generic-5.10.36) | 3 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-5.10.37.x64 (renamed from source/k/kernel-configs/config-generic-5.10.36.x64) | 3 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-smp-5.10.37-smp (renamed from source/k/kernel-configs/config-generic-smp-5.10.36-smp) | 3 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-5.10.37 (renamed from source/k/kernel-configs/config-huge-5.10.36) | 3 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-5.10.37.x64 (renamed from source/k/kernel-configs/config-huge-5.10.36.x64) | 3 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-smp-5.10.37-smp (renamed from source/k/kernel-configs/config-huge-smp-5.10.36-smp) | 3 |
8 files changed, 24 insertions, 16 deletions
diff --git a/source/ap/lxc/lxc-slackware.in b/source/ap/lxc/lxc-slackware.in index c362e95d..545ea734 100644 --- a/source/ap/lxc/lxc-slackware.in +++ b/source/ap/lxc/lxc-slackware.in @@ -152,8 +152,11 @@ sed -i '/^c3\|^c4\|^c5\|^c6/s/^/# /' $rootfs/etc/inittab sed -i "s,pf::powerfail:/sbin/genpowerfail start,pf::powerfail:/sbin/shutdown -h now,g" $rootfs/etc/inittab sed -i "s,pg::powerokwait:/sbin/genpowerfail stop,pg::powerokwait:/sbin/shutdown -c,g" $rootfs/etc/inittab +# create the library symlinks +chroot $rootfs ldconfig + # set a default combination for the luggage -echo "root:root" | chroot $rootfs chpasswd +echo "root:root" | chroot $rootfs chpasswd 2> /dev/null echo "Root default password is 'root', please change it!" # borrow the time configuration from the local machine @@ -206,10 +209,11 @@ echo "$MIRROR/$PKGMAIN-$release/" > $CONF/mirrors touch $CONF/blacklist cat <<EOF > $CONF/slackpkg.conf -# v2.8 +# v15.0 ARCH=$arch TEMP=$cache/cache-$release-$arch WORKDIR=$cache/slackpkg-$release-$arch +WGETFLAGS="--passive-ftp" DELALL=off CHECKMD5=on CHECKGPG=on @@ -217,6 +221,7 @@ CHECKSIZE=off PRIORITY=( patches %PKGMAIN extra pasture testing ) POSTINST=on ONLY_NEW_DOTNEW=off +ORIG_BACKUPS=on ONOFF=on DOWNLOAD_ALL=on DIALOG=off @@ -224,6 +229,7 @@ BATCH=on DEFAULT_ANSWER=y USE_INCLUDES=on SPINNING=off +DIALOG_MAXARGS=139000 EOF # thanks to Vincent Batts for this list of packages @@ -232,11 +238,14 @@ EOF cat <<EOF > $CONF/templates/minimal-lxc.template aaa_base aaa_elflibs +aaa_glibc-solibs +aaa_libraries aaa_terminfo bash bin bzip2 coreutils +cracklib cyrus-sasl db48 dcron @@ -245,23 +254,27 @@ dialog diffutils e2fsprogs elfutils +elogind elvis etc eudev findutils gawk -glibc-solibs gnupg gnutls grep gzip +hostname iproute2 iputils kmod +less libcap-ng libffi libmnl +libpwquality libtasn1 +libtirpc libunistring logrotate mpfr @@ -269,6 +282,7 @@ net-tools nettle network-scripts ncurses +pam openssh openssl-solibs p11-kit diff --git a/source/ap/lxc/lxc.SlackBuild b/source/ap/lxc/lxc.SlackBuild index c16d5b2f..e674fe36 100755 --- a/source/ap/lxc/lxc.SlackBuild +++ b/source/ap/lxc/lxc.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=lxc VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | rev | cut -f 2- -d -)} -BUILD=${BUILD:-7} +BUILD=${BUILD:-8} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/k/kernel-configs/config-generic-5.10.36 b/source/k/kernel-configs/config-generic-5.10.37 index 0fec5e8d..ccaf1bac 100644 --- a/source/k/kernel-configs/config-generic-5.10.36 +++ b/source/k/kernel-configs/config-generic-5.10.37 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.36 Kernel Configuration +# Linux/x86 5.10.37 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y @@ -8208,7 +8208,6 @@ CONFIG_AD7606_IFACE_PARALLEL=m # CONFIG_AD7923 is not set # CONFIG_AD7949 is not set CONFIG_AD799X=m -# CONFIG_AD9467 is not set CONFIG_CC10001_ADC=m CONFIG_DLN2_ADC=m # CONFIG_HI8435 is not set diff --git a/source/k/kernel-configs/config-generic-5.10.36.x64 b/source/k/kernel-configs/config-generic-5.10.37.x64 index 4bfc0792..79d090b4 100644 --- a/source/k/kernel-configs/config-generic-5.10.36.x64 +++ b/source/k/kernel-configs/config-generic-5.10.37.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.36 Kernel Configuration +# Linux/x86 5.10.37 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y @@ -8171,7 +8171,6 @@ CONFIG_AD7606_IFACE_PARALLEL=m # CONFIG_AD7923 is not set # CONFIG_AD7949 is not set CONFIG_AD799X=m -# CONFIG_AD9467 is not set CONFIG_CC10001_ADC=m CONFIG_DLN2_ADC=m # CONFIG_HI8435 is not set diff --git a/source/k/kernel-configs/config-generic-smp-5.10.36-smp b/source/k/kernel-configs/config-generic-smp-5.10.37-smp index eb4b6769..9785bf0c 100644 --- a/source/k/kernel-configs/config-generic-smp-5.10.36-smp +++ b/source/k/kernel-configs/config-generic-smp-5.10.37-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.36 Kernel Configuration +# Linux/x86 5.10.37 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y @@ -8256,7 +8256,6 @@ CONFIG_AD7606_IFACE_PARALLEL=m # CONFIG_AD7923 is not set # CONFIG_AD7949 is not set CONFIG_AD799X=m -# CONFIG_AD9467 is not set CONFIG_CC10001_ADC=m CONFIG_DLN2_ADC=m # CONFIG_HI8435 is not set diff --git a/source/k/kernel-configs/config-huge-5.10.36 b/source/k/kernel-configs/config-huge-5.10.37 index 2a1b6cb5..44bc58d7 100644 --- a/source/k/kernel-configs/config-huge-5.10.36 +++ b/source/k/kernel-configs/config-huge-5.10.37 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.36 Kernel Configuration +# Linux/x86 5.10.37 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y @@ -8208,7 +8208,6 @@ CONFIG_AD7606_IFACE_PARALLEL=m # CONFIG_AD7923 is not set # CONFIG_AD7949 is not set CONFIG_AD799X=m -# CONFIG_AD9467 is not set CONFIG_CC10001_ADC=m CONFIG_DLN2_ADC=m # CONFIG_HI8435 is not set diff --git a/source/k/kernel-configs/config-huge-5.10.36.x64 b/source/k/kernel-configs/config-huge-5.10.37.x64 index 2c4073ce..c671ecb2 100644 --- a/source/k/kernel-configs/config-huge-5.10.36.x64 +++ b/source/k/kernel-configs/config-huge-5.10.37.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.36 Kernel Configuration +# Linux/x86 5.10.37 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y @@ -8171,7 +8171,6 @@ CONFIG_AD7606_IFACE_PARALLEL=m # CONFIG_AD7923 is not set # CONFIG_AD7949 is not set CONFIG_AD799X=m -# CONFIG_AD9467 is not set CONFIG_CC10001_ADC=m CONFIG_DLN2_ADC=m # CONFIG_HI8435 is not set diff --git a/source/k/kernel-configs/config-huge-smp-5.10.36-smp b/source/k/kernel-configs/config-huge-smp-5.10.37-smp index 6c3be8b0..a7145bc1 100644 --- a/source/k/kernel-configs/config-huge-smp-5.10.36-smp +++ b/source/k/kernel-configs/config-huge-smp-5.10.37-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.36 Kernel Configuration +# Linux/x86 5.10.37 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y @@ -8256,7 +8256,6 @@ CONFIG_AD7606_IFACE_PARALLEL=m # CONFIG_AD7923 is not set # CONFIG_AD7949 is not set CONFIG_AD799X=m -# CONFIG_AD9467 is not set CONFIG_CC10001_ADC=m CONFIG_DLN2_ADC=m # CONFIG_HI8435 is not set |