diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-04-26 19:45:46 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-04-27 06:59:51 +0200 |
commit | ee861a17268a54a17b3b321d9a1ff82ed547e606 (patch) | |
tree | 023e30445780134e9caadb2d3e8d7b7df8172617 /recompress.sh | |
parent | f0048b99862439c8f968371f12dade3470e803ab (diff) | |
download | current-ee861a17268a54a17b3b321d9a1ff82ed547e606.tar.gz |
Tue Apr 26 19:45:46 UTC 202220220426194546
a/mkinitrd-1.4.11-x86_64-29.txz: Rebuilt.
Support mounting additional partitions from the initrd - useful for anyone
still stuck with a separated /usr. ;-) Thanks to PiterPunk.
Ensure that the target directory exists before trying to copy a module into
it (workaround for coreutils 9.1 behavior change).
ap/vim-8.2.4830-x86_64-1.txz: Upgraded.
l/SDL2-2.0.22-x86_64-1.txz: Upgraded.
l/elfutils-0.187-x86_64-1.txz: Upgraded.
l/fluidsynth-2.2.7-x86_64-1.txz: Upgraded.
n/gnupg2-2.2.35-x86_64-1.txz: Upgraded.
xap/vim-gvim-8.2.4830-x86_64-1.txz: Upgraded.
xap/xpdf-4.04-x86_64-1.txz: Upgraded.
Diffstat (limited to 'recompress.sh')
-rwxr-xr-x | recompress.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recompress.sh b/recompress.sh index 50778274..50503161 100755 --- a/recompress.sh +++ b/recompress.sh @@ -170,6 +170,7 @@ gzip ./source/a/gpm/inputattach.c gzip ./source/a/quota/quota.lwrap.needs.lnsl.diff gzip ./source/a/mkinitrd/0005-support-modules-compressed-with-xz.patch gzip ./source/a/mkinitrd/mkinitrd.tempfile.to.mktemp.patch +gzip ./source/a/mkinitrd/0006-coreutils-9.1-ensure-target-dir-exists.patch gzip ./source/a/mkinitrd/0001-Fix-LUKSTRIM-with-C-T-and-UUID.patch gzip ./source/a/mkinitrd/0004-check-if-BASEDEV-is-a-partition-of-a-RAID-volume.patch gzip ./source/a/mkinitrd/0002-bail-if-temp-dir-is-not-created.patch @@ -880,7 +881,7 @@ gzip ./source/l/openal-soft/doinst.sh gzip ./source/l/libtheora/libtheora-1.1.1.latex.patch gzip ./source/l/libtheora/libtheora-1.1.1-libpng16.patch gzip ./source/l/libnl3/doinst.sh -gzip ./source/l/SDL2/SDL2-2.0.9-khrplatform.patch +gzip ./source/l/SDL2/SDL2.no-werror-declaration-after-statement.diff gzip ./source/l/QtAV/doinst.sh gzip ./source/l/libindicator/libindicator.LIBM.diff gzip ./source/l/pilot-link/pilot-link-0.12.5-redefinePerlsymbols.patch |