summaryrefslogtreecommitdiffstats
path: root/source/installer
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-01-31 21:19:19 +0000
committer Eric Hameleers <alien@slackware.com>2024-01-31 23:07:15 +0100
commitf75fcd750efad1d366cce38d805a708abb4f3af6 (patch)
treebaa185c434dc07e0028d12a9cdbe7ffb6b247ba6 /source/installer
parent7b9b973e94adeb7444208efdd7ad577fce430e53 (diff)
downloadcurrent-f75fcd750efad1d366cce38d805a708abb4f3af6.tar.gz
current-f75fcd750efad1d366cce38d805a708abb4f3af6.tar.xz
Wed Jan 31 21:19:19 UTC 202420240131211919
ap/nvme-cli-2.7.1-x86_64-1.txz: Upgraded. l/libnvme-1.7.1-x86_64-1.txz: Added. This is required by nvme-cli. l/pipewire-1.0.2-x86_64-1.txz: Upgraded. n/curl-8.6.0-x86_64-1.txz: Upgraded. n/libmilter-8.18.1-x86_64-1.txz: Upgraded. extra/sendmail/sendmail-8.18.1-x86_64-1.txz: Upgraded. sendmail through 8.17.2 allows SMTP smuggling in certain configurations. Remote attackers can use a published exploitation technique to inject e-mail messages with a spoofed MAIL FROM address, allowing bypass of an SPF protection mechanism. This occurs because sendmail supports <LF>.<CR><LF> but some other popular e-mail servers do not. This is resolved in 8.18 and later versions with 'o' in srv_features. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-51765 (* Security fix *) extra/sendmail/sendmail-cf-8.18.1-noarch-1.txz: Upgraded.
Diffstat (limited to 'source/installer')
-rw-r--r--source/installer/ChangeLog.txt3
-rwxr-xr-xsource/installer/build_installer.sh2
2 files changed, 5 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 600af2d24..4373c2c34 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Wed Jan 31 20:35:22 UTC 2024
+ Added libnvme.
++--------------------------+
Tue Jan 2 09:03:56 UTC 2024
build_installer.sh: Switch /sbin/modinfo from BusyBox's implementation to
kmod's, as the busybox implementation doesn't work.
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 86e580a02..5ed78322a 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -1009,6 +1009,7 @@ l/libaio \
l/libcap \
l/libidn2 \
l/libnsl \
+l/libnvme \
l/libunistring \
l/libusb \
l/lz4 \
@@ -1378,6 +1379,7 @@ cp -fa${VERBOSE1} \
liblz.so* \
liblz4.so* \
liblzo*.so* \
+ libnvme*.so* \
libparted*so* \
libreadline*.so* \
libstdc++*.so* \