diff --git a/_service b/_service index 47d9703..a428fe8 100644 --- a/_service +++ b/_service @@ -1,14 +1,14 @@ - + https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/ git - v1.6 - v1.6 - 1.6 + v1.7 + v1.7 + 1.7 - + *.tar xz - + diff --git a/erofs-utils-1.6.tar.xz b/erofs-utils-1.6.tar.xz deleted file mode 100644 index 5760a28..0000000 --- a/erofs-utils-1.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ac08846ba82c0716a25647502840bab2b9516062e2e81568ce2684e78c187eb -size 102064 diff --git a/erofs-utils-1.7.tar.xz b/erofs-utils-1.7.tar.xz new file mode 100644 index 0000000..085d48f --- /dev/null +++ b/erofs-utils-1.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05af5f6e641dfa4b1a2775406765fc6fd1814e1084e867cd852e0e9b93e0c7a7 +size 131556 diff --git a/erofs-utils.changes b/erofs-utils.changes index 7fb5554..f23fa02 100644 --- a/erofs-utils.changes +++ b/erofs-utils.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Oct 11 12:00:38 UTC 2023 - Dominique Leuenberger + +- Update to version 1.7: + * support arbitrary valid block sizes in addition to page size + * (mkfs.erofs) arrange on-disk meta with Breadth-First Traversal + instead + * support long xattr name prefixes + * support UUID functionality without libuuid + * (mkfs.erofs, experimental) add DEFLATE algorithm support + * (mkfs.erofs, experimental) support building images directly + from tarballs + * (dump.erofs) print more superblock fields + * (mkfs.erofs, experimental) introduce preliminary rebuild mode + * various bugfixes and cleanups (CVE-2023-33551, CVE-2023-33552) +- Switch service to mode=manual, as 'disabled' is deprecated. + ------------------------------------------------------------------- Mon Apr 17 13:44:38 UTC 2023 - Andrea Manzini diff --git a/erofs-utils.spec b/erofs-utils.spec index c364b10..c356c6e 100644 --- a/erofs-utils.spec +++ b/erofs-utils.spec @@ -17,22 +17,22 @@ Name: erofs-utils -Version: 1.6 +Version: 1.7 Release: 0 Summary: Utilities for the Extendable Read-Only Filesystem (EROFS) License: GPL-2.0-or-later Group: System/Filesystems URL: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/ - Source: %name-%version.tar.xz BuildRequires: autoconf >= 2.69 BuildRequires: automake +BuildRequires: liblz4-devel >= 1.9 BuildRequires: libtool +BuildRequires: libuuid-devel BuildRequires: pkg-config BuildRequires: xz +BuildRequires: pkgconfig(zlib) Supplements: filesystem(erofs) -BuildRequires: liblz4-devel >= 1.9 -BuildRequires: libuuid-devel %description mkfs.erofs is a user-space tool to create erofs filesystem images. It