forked from pool/erofs-utils
update to 1.8.3 #1
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 00:35:14 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: erofs-utils
|
||||
Version: 1.8.2
|
||||
Version: 1.8.3
|
||||
Release: 0
|
||||
Summary: Utilities for the Extendable Read-Only Filesystem (EROFS)
|
||||
License: GPL-2.0-or-later
|
||||
@ -33,7 +33,7 @@ BuildRequires: libuuid-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(liblzma)
|
||||
%if 0%{?suse_version} >= 150600
|
||||
%if 0%{?sle_version} >= 150600
|
||||
BuildRequires: pkgconfig(libzstd) >= 5.3.2
|
||||
%endif
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
|
BIN
v1.8.2.tar.gz
(Stored with Git LFS)
BIN
v1.8.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
v1.8.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
v1.8.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user