1
0
forked from pool/erofs-utils

[info=a6ee127f6e1d22ddc40cf72cfe68a4a693878152934acb384d4d28681c3074b7]

OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=37
This commit is contained in:
OBS User unknown 2024-12-19 13:29:26 +00:00 committed by Git OBS Bridge
parent 345a3e8a16
commit 983dd11af1
3 changed files with 16 additions and 24 deletions

View File

@ -1,4 +1,4 @@
mtime: 1734551547
commit: b50fbddf0f5da80d74cc4c1457ebb351d2e360a08f2bba4adbbc05b49d491d7f
mtime: 1734614944
commit: a6ee127f6e1d22ddc40cf72cfe68a4a693878152934acb384d4d28681c3074b7
url: https://src.opensuse.org/jengelh/erofs-utils
revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b58dfa0d9dc6f4641734b820a661e058128f7fb2a3b650e989c79041c841231
oid sha256:64c55a8a3dbfb578102c87dfef4abc8b387c9cd82fd4c248c78aa0b43e41fcba
size 256

View File

@ -2,27 +2,19 @@
Wed Dec 18 19:48:43 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 1.8.3:
* erofs-utils: lib: Explicitly include <pthread.h> where used
* erofs-utils: mkfs: fix -Eall-fragments for multi-threaded compression
* erofs-utils: mkfs: fix unexpected errors for chunk-based images
* erofs-utils: lib: report leftovers for partially filled blocks
* erofs-utils: avoid allocating large arrays on the stack
* erofs-utils: mkfs: Fix input offset counting in headerball mode
* erofs-utils: lib: rearrange struct erofs_configure
* erofs-utils: lib: capture errors from {mkfs,rebuild}_handle_inode()
* erofs-utils: fix Not a directory error for incremental builds
* erofs-utils: lib: clean up zmap.c
* erofs-utils: lib: clean up z_erofs_load_full_lcluster()
* erofs-utils: avoid silent corruption caused by c_root_xattr_isize
* erofs-utils: rebuild: set the appropriate dev field for dirs
* erofs-utils: lib: fix user-after-free in xattr.c
* erofs-utils: mkfs: make output stable
* erofs-utils: lib: add missing dependencies
* erofs-utils: use pkg-config for lz4 configuration
* erofs-utils: lib: get rid of pthread_cancel() for workqueue
* erofs-utils: mkfs: add -U <clear|random> support
* erofs-utils: add --hard-dereference option
* erofs-utils: lib: correct erofsfuse build script
* mkfs: fix -Eall-fragments for multi-threaded compression
* mkfs: fix unexpected errors for chunk-based images
* lib: report leftovers for partially filled blocks
* mkfs: Fix input offset counting in headerball mode
* lib: capture errors from {mkfs,rebuild}_handle_inode()
* fix "Not a directory" error for incremental builds
* avoid silent corruption caused by c_root_xattr_isize
* rebuild: set the appropriate dev field for dirs
* lib: fix user-after-free in xattr.c
* lib: get rid of pthread_cancel() for workqueue
* mkfs: add -U <clear|random> support
* add --hard-dereference option
* lib: correct erofsfuse build script
-------------------------------------------------------------------
Thu Nov 14 00:35:14 UTC 2024 - Jan Engelhardt <jengelh@inai.de>