1
0
forked from pool/erofs-utils

Compare commits

..

13 Commits

Author SHA256 Message Date
Dominique Leuenberger
9d328f3595 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
2024-12-20 14:24:13 +00:00
OBS User unknown
983dd11af1 [info=a6ee127f6e1d22ddc40cf72cfe68a4a693878152934acb384d4d28681c3074b7]
OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=37
2024-12-19 13:29:26 +00:00
OBS User unknown
345a3e8a16 [info=b50fbddf0f5da80d74cc4c1457ebb351d2e360a08f2bba4adbbc05b49d491d7f]
OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=36
2024-12-19 13:26:02 +00:00
Ana Guerrero
30a1ab47b5 Accepting request 1224157 from filesystems
- Update to release 1.8.2

OBS-URL: https://build.opensuse.org/request/show/1224157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erofs-utils?expand=0&rev=16
2024-11-15 14:38:17 +00:00
OBS User unknown
2015313983 [info=b166bb39f0a650a54c1eff8586cb300cd8701ad746d156d336ddd4a2db7daeb4]
OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=35
2024-11-14 00:37:34 +00:00
Ana Guerrero
e3c889bb6e Accepting request 1200907 from filesystems
- Update to release 1.8.1

OBS-URL: https://build.opensuse.org/request/show/1200907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erofs-utils?expand=0&rev=15
2024-09-15 10:36:35 +00:00
OBS User unknown
3cc96ca19a [info=fc599de483b9f73fa09964f6f8bd19081d1ee8e6b4cd0171524bb668086742b4]
OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=34
2024-09-13 20:29:30 +00:00
Dominique Leuenberger
74d776b3c8 Accepting request 1198545 from filesystems
- Enable zstd [boo#1229961]

OBS-URL: https://build.opensuse.org/request/show/1198545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erofs-utils?expand=0&rev=14
2024-09-04 11:26:32 +00:00
OBS User unknown
0731d03852 [info=89ca1dfacb27f49776cea4089fb001d354674d70d6bdad9534197a2fb480b60c]
OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=33
2024-09-03 15:05:44 +00:00
OBS User unknown
1d3784059a [info=130d0d650ed535410b30260c4cf54f8fbb587462493e10fd2d099845d6e28e46]
OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=32
2024-09-03 13:50:08 +00:00
Dominique Leuenberger
c5bc1e4bc4 Accepting request 1193067 from filesystems
- Update to release 1.8

OBS-URL: https://build.opensuse.org/request/show/1193067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erofs-utils?expand=0&rev=13
2024-08-10 17:08:09 +00:00
OBS User unknown
84220c5354 [info=ccd26f0e9bb248a04646cdfd13da65f41338c74ed1c5b7c64872288278f1c210]
OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=31
2024-08-09 21:50:30 +00:00
a0dbfe8ecd [info=42932644fa8196f47a27ff5bd2b916cbf9ca94ae1254a6172d566d22378ebf32]
OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=30
2024-08-09 21:44:32 +00:00
6 changed files with 71 additions and 10 deletions

4
_scmsync.obsinfo Normal file
View File

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

3
build.specials.obscpio Normal file
View File

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

View File

@ -1,3 +1,53 @@
-------------------------------------------------------------------
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>
- Update to release 1.8.2
* mkfs: Correctly skip unidentified xattrs
* fsck: Support exporting xattrs optionally
* mkfs: Correctly sort shared xattrs
* mkfs: Allow pax headers with empty names
* mkfs: Add `--sort=none` option for tarball
-------------------------------------------------------------------
Fri Sep 13 20:27:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.8.1
* lib: fix heap-buffer-overflow on read
* fuse: fix partial decompression for libdeflate
* lib: fix truncated uncompressed files
-------------------------------------------------------------------
Tue Sep 3 13:54:55 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Enable zstd [boo#1229961]
-------------------------------------------------------------------
Fri Aug 9 21:49:47 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.8
* Multi-threaded compression support with the mkfs.erofs utility.
* Supporting the Intel IAA hardware accelerator using the QPL
driver (for contemporary Xeon Scalable systems).
* Initial support for Zstandard (Zstd) compression.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 29 16:43:32 UTC 2023 - Jan Engelhardt <jengelh@inai.de> Wed Nov 29 16:43:32 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package erofs-utils # spec file for package erofs-utils
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: erofs-utils Name: erofs-utils
Version: 1.7.1 Version: 1.8.3
Release: 0 Release: 0
Summary: Utilities for the Extendable Read-Only Filesystem (EROFS) Summary: Utilities for the Extendable Read-Only Filesystem (EROFS)
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -32,6 +32,10 @@ BuildRequires: libtool
BuildRequires: libuuid-devel BuildRequires: libuuid-devel
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: xz BuildRequires: xz
BuildRequires: pkgconfig(liblzma)
%if 0%{?sle_version} >= 150600
BuildRequires: pkgconfig(libzstd) >= 5.3.2
%endif
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)
Supplements: filesystem(erofs) Supplements: filesystem(erofs)
@ -40,10 +44,10 @@ mkfs.erofs is a user-space tool to create erofs filesystem images. It
can create two main types of erofs images, compressed and can create two main types of erofs images, compressed and
uncompressed: uncompressed:
* For compressed images, it is able to integrate several compression * For compressed images, it is able to integrate several compression
algorithms, LZ4 is supported according to the current erofs kernel algorithms, LZ4 is supported according to the current erofs kernel
implementation. implementation.
* For uncompressed images, it can decide whether the last page of a * For uncompressed images, it can decide whether the last page of a
file should be inlined or not properly. file should be inlined or not properly.
%prep %prep

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:196083d63e5e231fb5799e7ce86a944bbca564daabce3de9225a8aca9dcaff15
size 165490

BIN
v1.8.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.