diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-12-02 20:46:52 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-12-02 22:28:02 +0100 |
commit | dc90ac8e7330c0323524f8707b39b1d9f3c7a66e (patch) | |
tree | 6dea505becbd9fe1c4b3438474225e6869036c2a /source/installer | |
parent | 0e4c181655a6847ee8308178a62decf591db187e (diff) | |
download | current-dc90ac8e7330c0323524f8707b39b1d9f3c7a66e.tar.gz current-dc90ac8e7330c0323524f8707b39b1d9f3c7a66e.tar.xz |
Sat Dec 2 20:46:52 UTC 202320231202204652
a/upower-1.90.1-x86_64-2.txz: Rebuilt.
Recompiled against libplist-2.3.0.
ap/usbmuxd-20231011_360619c-x86_64-1.txz: Upgraded.
Compiled against libplist-2.3.0.
kde/kio-extras-23.08.3-x86_64-2.txz: Rebuilt.
Recompiled against libplist-2.3.0.
kde/libindi-2.0.5-x86_64-1.txz: Upgraded.
kde/solid-5.112.0-x86_64-2.txz: Rebuilt.
Recompiled against libplist-2.3.0.
l/gvfs-1.52.1-x86_64-2.txz: Rebuilt.
Recompiled against libplist-2.3.0.
l/libgpod-0.8.3-x86_64-13.txz: Rebuilt.
Recompiled against libplist-2.3.0.
l/libimobiledevice-20231007_04c0233-x86_64-1.txz: Upgraded.
Compiled against libplist-2.3.0.
l/libimobiledevice-glue-20231110_e314faa-x86_64-1.txz: Upgraded.
Compiled against libplist-2.3.0.
l/libplist-2.3.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
l/libseccomp-2.5.5-x86_64-1.txz: Upgraded.
l/libusbmuxd-20230901_30e678d-x86_64-1.txz: Upgraded.
Compiled against libplist-2.3.0.
l/poppler-23.12.0-x86_64-1.txz: Upgraded.
xfce/tumbler-4.18.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 6 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index 4281c0f71..65b3d6e5c 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,9 @@ +Fri Dec 1 09:49:03 GMT 2023 + Busybox's version of 'xzcat' creates distinct output compared to the actual + 'xz' when combined with 'dd' through piping. This issue is fixed by creating + a symbolic link from /bin/xzcat to /bin/xz (the 'real' xz). + Thanks to Stuart Winter. ++--------------------------+ Sat Nov 25 17:21:48 UTC 2023 Added /usr/libexec/nfsrahead from nfs-utils package to fix error: udevd[452]: failed to execute '/usr/libexec/nfsrahead' diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 5b317ca59..755ab7722 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -1462,6 +1462,10 @@ done if [ -r $PKG/$ARCH-installer-filesystem/sbin/lspci -a ! -L $PKG/$ARCH-installer-filesystem/sbin/lspci -a -L $PKG/$ARCH-installer-filesystem/bin/lspci ]; then rm -f $PKG/$ARCH-installer-filesystem/bin/lspci fi +# busybox's implementation of 'xzcat' provides different output when piped into 'dd'. +# Symlink 'xzcat' to the real 'xz' as we do within the OS: +cd $PKG/$ARCH-installer-filesystem/bin +ln -fs xz xzcat # Update to latest versions of files within /etc/ # /etc/ file Package Reason |