summaryrefslogtreecommitdiffstats
path: root/source/installer
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-06-13 20:15:52 +0000
committer Eric Hameleers <alien@slackware.com>2023-06-13 22:33:37 +0200
commita053a2e001f487193d01646f4de496c37bf144c8 (patch)
tree050101bbe1833ff9a02a399a07899e3ad8a732b0 /source/installer
parent7da4809348c684aacb051389cd36e09088933812 (diff)
downloadcurrent-a053a2e001f487193d01646f4de496c37bf144c8.tar.gz
current-a053a2e001f487193d01646f4de496c37bf144c8.tar.xz
Tue Jun 13 20:15:52 UTC 202320230613201552
a/userspace-rcu-0.14.0-x86_64-1.txz: Added. This is needed by xfsprogs-6.3.0. a/xfsprogs-6.3.0-x86_64-1.txz: Upgraded. ap/xfsdump-3.1.12-x86_64-1.txz: Upgraded. d/ccache-4.8.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/installer')
-rw-r--r--source/installer/ChangeLog.txt3
-rwxr-xr-xsource/installer/build_installer.sh3
2 files changed, 6 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index b3341d421..9b48ad7fb 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Tue Jun 13 20:02:38 UTC 2023
+ Added liburcu and liburcu-common libraries for xfsprogs.
++--------------------------+
Thu May 25 00:15:21 UTC 2023
Mount efivarfs.
+--------------------------+
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 9504270ff..ea253fc59 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -998,6 +998,7 @@ a/util-linux \
a/xfsprogs \
a/xz \
a/zerofree \
+a/userspace-rcu \
ap/ddrescue \
ap/dmidecode \
ap/lsscsi \
@@ -1344,6 +1345,8 @@ cp -fa${VERBOSE1} \
libpam*.so* \
libpcre2-8.so* \
libpopt*.so* \
+ liburcu-common.so.* \
+ liburcu.so.* \
libreiserfscore.so* \
libsmartcols.so* \
libssl*so* \