diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-08-05 07:33:15 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-08-05 17:59:45 +0200 |
commit | 656752c06e1b3062aa6652b74aaec0b95b7c3706 (patch) | |
tree | a23a4a49d3b5b4a930a54d6fbe2a307548c99885 /source | |
parent | 8519278b645c1b29046377ad42e5f723247c7b9b (diff) | |
download | current-656752c06e1b3062aa6652b74aaec0b95b7c3706.tar.gz |
Mon Aug 5 07:33:15 UTC 201920190805073315
a/kernel-generic-4.19.64-x86_64-1.txz: Upgraded.
a/kernel-huge-4.19.64-x86_64-1.txz: Upgraded.
a/kernel-modules-4.19.64-x86_64-1.txz: Upgraded.
ap/man-db-2.8.6.1-x86_64-1.txz: Upgraded.
d/kernel-headers-4.19.64-x86-1.txz: Upgraded.
k/kernel-source-4.19.64-noarch-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source')
-rwxr-xr-x | source/ap/man-db/man-db.SlackBuild | 10 | ||||
-rw-r--r-- | source/installer/ChangeLog.txt | 5 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-4.19.64 (renamed from source/k/kernel-configs/config-generic-4.19.63) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-4.19.64.x64 (renamed from source/k/kernel-configs/config-generic-4.19.63.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-smp-4.19.64-smp (renamed from source/k/kernel-configs/config-generic-smp-4.19.63-smp) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-4.19.64 (renamed from source/k/kernel-configs/config-huge-4.19.63) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-4.19.64.x64 (renamed from source/k/kernel-configs/config-huge-4.19.63.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-smp-4.19.64-smp (renamed from source/k/kernel-configs/config-huge-smp-4.19.63-smp) | 2 |
9 files changed, 17 insertions, 12 deletions
diff --git a/source/ap/man-db/man-db.SlackBuild b/source/ap/man-db/man-db.SlackBuild index 7a5e24dd..641960f9 100755 --- a/source/ap/man-db/man-db.SlackBuild +++ b/source/ap/man-db/man-db.SlackBuild @@ -7,7 +7,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=man-db -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} BUILD=${BUILD:-1} MAN2HTML=${MAN2HTML:-20180101} @@ -130,11 +130,11 @@ mkdir -p $TMP $PKG $OUTPUT # Instead of making it a separate build and external dep, we'll just # bundle it here. LIBNAM=libpipeline -LIBVER=${LIBVER:-$(echo $LIBNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +LIBVER=${LIBVER:-$(echo $LIBNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} cd $TMP rm -rf $LIBNAM-$LIBVER -tar xvf $CWD/$LIBNAM-$LIBVER.tar.xz || exit 1 +tar xvf $CWD/$LIBNAM-$LIBVER.tar.?z || exit 1 cd $LIBNAM-$LIBVER || exit 1 chown -R root:root . find -L . \ @@ -164,7 +164,7 @@ cp -a COPYING* ChangeLog NEWS* README* TODO* \ # now build man-db itself, using the libpipeline installed in $PKG cd $TMP rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.xz || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 chown -R root:root . @@ -249,7 +249,7 @@ cat $CWD/man_db.conf.new \ rm -rf $PKG/etc/man_db.conf mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION -cp -a i\ +cp -a \ ChangeLog FAQ* NEWS* README* docs/COPYING* docs/HACKING docs/INSTALL.quick \ docs/TODO docs/*lsm docs/*example* \ $PKG/usr/doc/$PKGNAM-$VERSION diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index f92f5112..b60835f6 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,8 @@ +Mon Aug 5 07:05:18 UTC 2019 + Don't use -s (--stupid) when installing syslinux. This loads much faster and + _probably_ won't increase the probability of boot failure. But, if it fails + let me know. ++--------------------------+ Mon Jul 29 21:51:59 UTC 2019 Include libraries from the argon2 and json-c packages, needed by cryptsetup. +--------------------------+ diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index f0f8ef83..b4537005 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -1909,7 +1909,7 @@ sync # > Do "vi ~/.mtoolsrc" to add "mtools_skip_check=1", # > if the next command gives an error: umount ${CWD}/usbmount -syslinux -s ${CWD}/usbboot.img +syslinux ${CWD}/usbboot.img #Clean up: rm -rf ${CWD}/usbmount diff --git a/source/k/kernel-configs/config-generic-4.19.63 b/source/k/kernel-configs/config-generic-4.19.64 index 6a6c4e0d..73f8d37e 100644 --- a/source/k/kernel-configs/config-generic-4.19.63 +++ b/source/k/kernel-configs/config-generic-4.19.64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.63 Kernel Configuration +# Linux/x86 4.19.64 Kernel Configuration # # diff --git a/source/k/kernel-configs/config-generic-4.19.63.x64 b/source/k/kernel-configs/config-generic-4.19.64.x64 index 78e9a81a..8715981a 100644 --- a/source/k/kernel-configs/config-generic-4.19.63.x64 +++ b/source/k/kernel-configs/config-generic-4.19.64.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.63 Kernel Configuration +# Linux/x86 4.19.64 Kernel Configuration # # diff --git a/source/k/kernel-configs/config-generic-smp-4.19.63-smp b/source/k/kernel-configs/config-generic-smp-4.19.64-smp index 50ff5f79..56debb51 100644 --- a/source/k/kernel-configs/config-generic-smp-4.19.63-smp +++ b/source/k/kernel-configs/config-generic-smp-4.19.64-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.63 Kernel Configuration +# Linux/x86 4.19.64 Kernel Configuration # # diff --git a/source/k/kernel-configs/config-huge-4.19.63 b/source/k/kernel-configs/config-huge-4.19.64 index fb41787c..1702d98c 100644 --- a/source/k/kernel-configs/config-huge-4.19.63 +++ b/source/k/kernel-configs/config-huge-4.19.64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.63 Kernel Configuration +# Linux/x86 4.19.64 Kernel Configuration # # diff --git a/source/k/kernel-configs/config-huge-4.19.63.x64 b/source/k/kernel-configs/config-huge-4.19.64.x64 index e37c1dd2..4fae0987 100644 --- a/source/k/kernel-configs/config-huge-4.19.63.x64 +++ b/source/k/kernel-configs/config-huge-4.19.64.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.63 Kernel Configuration +# Linux/x86 4.19.64 Kernel Configuration # # diff --git a/source/k/kernel-configs/config-huge-smp-4.19.63-smp b/source/k/kernel-configs/config-huge-smp-4.19.64-smp index ceb60267..7040fe9f 100644 --- a/source/k/kernel-configs/config-huge-smp-4.19.63-smp +++ b/source/k/kernel-configs/config-huge-smp-4.19.64-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.63 Kernel Configuration +# Linux/x86 4.19.64 Kernel Configuration # # |