]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
erofs-utils: upgrade 1.9.2 -> 1.9.3
authorJaipaul Cheernam <jaipaul.cheernam@est.tech>
Wed, 5 Aug 2026 10:32:42 +0000 (12:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Aug 2026 17:01:16 +0000 (18:01 +0100)
ChangeLog: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/diff/ChangeLog?id=7db78788b000999e2de88decd2ba90654f26171c

ChangeLog:
erofs-utils 1.9.3

* A quick maintenance release includes the following fixes:

  - (mkfs.erofs) Sort inline xattrs for reproducible builds (Martin Pitt);
  - (mkfs.erofs) Fix rebuild mode handling for opaque directories;
  - (mkfs.erofs) Fix `--incremental=data` functionality;
  - (mkfs.erofs) Fix raw inline handling with `-Eztailpacking` (Yifan Zhao);
  - (mkfs.erofs) Harden tar index parsing against invalid sizes;
  - (mkfs.erofs) Fix memory leaks for small fragments (Bingwu Zhang);
  - Fix various build errors and warnings.

Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/erofs-utils/erofs-utils_1.9.3.bb [moved from meta/recipes-devtools/erofs-utils/erofs-utils_1.9.2.bb with 93% similarity]

similarity index 93%
rename from meta/recipes-devtools/erofs-utils/erofs-utils_1.9.2.bb
rename to meta/recipes-devtools/erofs-utils/erofs-utils_1.9.3.bb
index 3119627adfe278f1063f4c2b1840157d9a927065..2b849f2a4e48a22fc99ecabc9ce6f1205b401e7e 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "base"
 LIC_FILES_CHKSUM = "file://COPYING;md5=63afa010baddc7d0905f9c31ac759f51"
 HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README"
 
-SRCREV = "30711d4b2e234fe3e8aaeb779ade4cb609b0d920"
+SRCREV = "7db78788b000999e2de88decd2ba90654f26171c"
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protocol=https;tag=v${PV}"
 
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"