diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-01-29 06:17:05 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-01-29 17:59:50 +0100 |
commit | 730d3ea742358a7ffbb6ad5e024c33dc7a77a11c (patch) | |
tree | f23af3763d69c38c600589a7113975cc5e208b00 /recompress.sh | |
parent | 131d525a4725408e03739c47eab762874f77fd55 (diff) | |
download | current-730d3ea742358a7ffbb6ad5e024c33dc7a77a11c.tar.gz |
Sat Jan 29 06:17:05 UTC 202220220129061705
a/rpm2tgz-1.2.2-x86_64-5.txz: Rebuilt.
rpm2targz: when extracting the cpio archive from inside the RPM, use
--no-absolute-filenames to protect against a poorly made RPM scribbling all
over system files/directories. Thanks to Sl4ck3ver.
Support -i option to ignore non-zero exit value from rpm2cpio.
This allows repackaging some malformed RPMs.
Thanks to ricky_cardo for the sample malformed RPM.
Diffstat (limited to 'recompress.sh')
-rwxr-xr-x | recompress.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recompress.sh b/recompress.sh index 6f816ebb..299deef6 100755 --- a/recompress.sh +++ b/recompress.sh @@ -128,12 +128,14 @@ gzip ./source/a/coreutils/DIR_COLORS gzip ./source/a/rpm2tgz/patches/0002-fix-spurious-path-to-rpm-file-with-n-option.patch gzip ./source/a/rpm2tgz/patches/0005-gzip-man-info-pages.patch gzip ./source/a/rpm2tgz/patches/0006-should-we-use-.txz-format-in-slackware-current.patch +gzip ./source/a/rpm2tgz/patches/0011-ignore-rpm2cpio-error-code.patch gzip ./source/a/rpm2tgz/patches/0003-allow-every-user-to-use-rpm2tgz.patch gzip ./source/a/rpm2tgz/patches/0008-Avoid-none-values-in-slack-desc.patch gzip ./source/a/rpm2tgz/patches/0007-Add-support-for-.txz-packages-and-rpm2txz-symlink.patch gzip ./source/a/rpm2tgz/patches/0004-produce-more-compliant-slack-desc.patch gzip ./source/a/rpm2tgz/patches/0001-fix-d-handling.patch gzip ./source/a/rpm2tgz/patches/0009-Add-c-option-just-as-makepkg-c-y.patch +gzip ./source/a/rpm2tgz/patches/0010-no-absolute-filenames-extracting-cpio.patch gzip ./source/a/udisks/udisks.no.pci-db.diff gzip ./source/a/udisks/udisks.glibc228.diff gzip ./source/a/dialog/dialog.all.use_height.diff |