diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-12-31 20:42:33 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-01-01 08:59:47 +0100 |
commit | fa7c4eccf53d7893d2f824c0df88257113bacdb4 (patch) | |
tree | d1f24bd65a6d67895200a83e79f46c7096ce0d83 /source/installer | |
parent | fe9485f84fe335299a6f068debd6523cb43d7bf4 (diff) | |
download | current-fa7c4eccf53d7893d2f824c0df88257113bacdb4.tar.gz current-fa7c4eccf53d7893d2f824c0df88257113bacdb4.tar.xz |
Thu Dec 31 20:42:33 UTC 202020201231204233
a/glibc-zoneinfo-2020f-noarch-1.txz: Upgraded.
This package provides the latest timezone updates.
ap/inxi-20201217_df45e6d4-noarch-1.txz: Upgraded.
ap/neofetch-20201126_6dd85d6-noarch-1.txz: Upgraded.
n/getmail-6.12-x86_64-1.txz: Upgraded.
n/mutt-2.0.4-x86_64-1.txz: Upgraded.
n/wget-1.21-x86_64-1.txz: Upgraded.
x/mesa-20.3.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 3 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index bd35a2f89..c7c0992a7 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,6 @@ +Thu Dec 31 20:35:53 UTC 2020 + Add libelogind.so.0, needed by libprocps.so.8. ++--------------------------+ Thu Dec 17 20:19:08 UTC 2020 Add libinih, needed by xfsprogs. +--------------------------+ diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 5e0ea470e..bc8c978e9 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -870,6 +870,7 @@ a/dialog \ a/dosfstools \ a/e2fsprogs \ a/efivar \ +a/elogind \ a/etc \ a/f2fs-tools \ a/gptfdisk \ @@ -1224,6 +1225,7 @@ cp -fa${VERBOSE1} \ libcap*so* \ libcrypto*so* \ libdevmapper*so* \ + libelogind*so* \ libf2fs.so* \ libfdisk.so* \ libgcc*so* \ |