diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-06-23 01:22:07 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-06-23 09:00:32 +0200 |
commit | d2e11a09b8bb3d8a99549aa2dde215c3f341d08e (patch) | |
tree | e99da8020f5be2a14a75039caff35a485a895871 /source/installer | |
parent | ca85aab95397ae918088f8ba2195eb4eb996c739 (diff) | |
download | current-d2e11a09b8bb3d8a99549aa2dde215c3f341d08e.tar.gz |
Sat Jun 23 01:22:07 UTC 201820180623012207
a/aaa_elflibs-15.0-x86_64-2.txz: Rebuilt.
Upgraded libacl.so.1 and libattr.so.1.
Added libaio.so.1 (needed by future versions of lvm).
a/lvm2-2.02.177-x86_64-1.txz: Upgraded.
Revert to the previous working version of lvm2. Based on the comments
in the release notes for version 2.02.178, perhaps it would be prudent
to sit out the next year and a half of planned instability. I can't
recall ever _needing_ to upgrade LVM (the version number has been on
2.02.x for well over a decade)... let's avoid being beta testers as
upstream refactors everything.
isolinux/initrd.img: Rebuilt.
Added libaio.so.1 (needed by future versions of lvm).
usb-and-pxe-installers/usbboot.img: Rebuilt.
Added libaio.so.1 (needed by future versions of lvm).
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 a0e063ad..36039105 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,6 @@ +Fri Jun 22 23:38:50 UTC 2018 + Added libaio (needed by lvm). ++--------------------------+ Wed Jun 20 21:08:45 UTC 2018 Upgraded dropbear. Thanks to Robby Workman. +--------------------------+ diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 95197712..6f5502b2 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -833,6 +833,7 @@ ap/terminus-font \ d/gcc \ d/gcc-g++ \ l/glibc \ +l/libaio \ l/libcap \ l/libidn2 \ l/libunistring \ @@ -1082,6 +1083,7 @@ cp -fa${VERBOSE1} $TMP/extract-packages/lib/udev \ cd $TMP/extract-packages/lib${LIBDIRSUFFIX} cp -fa${VERBOSE1} \ e2initrd_helper \ + libaio.so* \ libblkid*so* \ libcap*so* \ libcrypto*so* \ |