Bug 13108 - [Anolis OS 23][bugfix] upgrade erofs-utils to 1.8.4
Summary: [Anolis OS 23][bugfix] upgrade erofs-utils to 1.8.4
Status: RESOLVED FIXED
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: SIG Packages (show other bugs) SIG Packages
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: gaoxiang
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-03 17:49 UTC by gaoxiang
Modified: 2025-03-05 23:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gaoxiang alibaba_cloud_group 2025-01-03 17:49:23 UTC
Description of problem:
Address several regressions around mkfs.erofs (tarerofs):

erofs-utils 1.8.4
   - (mkfs.erofs) Fix unusual PAX header handling for tarerofs;
   - (mkfs.erofs) Fix LIBARCHIVE.xattr decoding;
   - (mkfs.erofs) Speed up handling of incompressible data;
   - (mkfs.erofs) Add a `-E^fragdedupe` option to explicitly disable
                  fragment deduplication;
   - (mkfs.erofs) Fixes around `-Eall-fragments` and `-Ededupe`;
   - Use external xxhash library if possible.

 -- Gao Xiang <xiang@kernel.org>  Fri, 03 Jan 2025 00:00:00 +0800

erofs-utils 1.8.3
   - (mkfs.erofs) Fix multi-threaded compression with `-Eall-fragments`;
   - (mkfs.erofs) Fix large chunk-based image generation;
   - (mkfs.erofs) Avoid large arrays on the stack (Jianan Huang);
   - (mkfs.erofs) Fix PAX format parsing in headerball mode (Mike Baynton);
   - (mkfs.erofs) Several fixes for incremental builds (Hongzhen Luo);
   - (mkfs.erofs) Fix reproducible builds due to `i_ino` (Jooyung Han);
   - Use pkg-config for liblz4 configuration;
   - Get rid of pthread_cancel() dependencies;
   - (mkfs.erofs) Add `-U <clear|random>` support;
   - (mkfs.erofs) Add `--hard-dereference` for NixOS reproducibility (Paul Meyer);
   - Several minor random fixes.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 2 gaoxiang alibaba_cloud_group 2025-03-05 23:06:41 UTC
done.