forked from pool/erofs-utils
Accepting request 1232603 from filesystems
- update to 1.8.3: OBS-URL: https://build.opensuse.org/request/show/1232603 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erofs-utils?expand=0&rev=17
This commit is contained in:
commit
9d328f3595
@ -1,4 +1,4 @@
|
||||
mtime: 1731544642
|
||||
commit: b166bb39f0a650a54c1eff8586cb300cd8701ad746d156d336ddd4a2db7daeb4
|
||||
mtime: 1734614944
|
||||
commit: a6ee127f6e1d22ddc40cf72cfe68a4a693878152934acb384d4d28681c3074b7
|
||||
url: https://src.opensuse.org/jengelh/erofs-utils
|
||||
revision: master
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:998c07171904a0319e4d6607e6d7648df2e406349ba5a51f8fa947305b85e560
|
||||
oid sha256:64c55a8a3dbfb578102c87dfef4abc8b387c9cd82fd4c248c78aa0b43e41fcba
|
||||
size 256
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 19:48:43 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 1.8.3:
|
||||
* 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>
|
||||
|
||||
|
@ -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