Commit Graph

8 Commits

Author SHA1 Message Date
Jared Baur
173b9d562f
erofs: allow adding LZMA support
LZMA support for EROFS is considered experimental in the current release
and defaults to disabled, so `lzmaSupport` defaults to false.
2024-01-14 21:47:57 -08:00
rewine
7db1010453
erofs-utils: add selinuxSupport option 2023-11-03 09:26:27 +08:00
nikstur
8b4a045bb8
erofs-utils: 1.7 -> 1.7.1 (#265080)
changelog: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/ChangeLog?h=v1.7.1
2023-11-02 23:18:25 +01:00
Alyssa Ross
ed0bddfcf0 erofs-utils.meta.homepage: init 2023-10-21 10:15:06 -03:00
Yureka
5893e60936 erofs-utils: set explicit MAX_BLOCK_SIZE
eliminates an impurity through sysconf(_SC_PAGESIZE) when the setting is not specified
2023-10-18 00:48:04 +02:00
Julian Stecklina
54adff2f84 erofs-utils: fix filesystem corruption issues
When packaging a Nix store, erofs hits a bug in version 1.7:

 [36640.475349] erofs: (device loop0): erofs_read_inode: bogus i_mode (0) @ nid 0
 cannot access '.../-tzdata-2023c/share/zoneinfo/Brazil/Acre': Structure needs cleaning

Backport the fix from erofs master.
2023-10-18 00:48:04 +02:00
Thomas Gerbet
943da8b1a7 erofs-utils: 1.6 -> 1.7
Fixes CVE-2023-33552 and CVE-2023-33551.

Changelog:
https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/ChangeLog?h=v1.7
2023-09-23 19:05:58 +02:00
nikstur
a3d60923a5 erofs-utils: enable running on darwin 2023-06-27 13:05:02 +02:00