diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-12 10:58:14 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-11 22:02:03 -0700 |
commit | 689d3ffffa5777e0e97abdf0e0629093b66859ad (patch) | |
tree | 703006f6f62b899713d193a57a71afedec435429 /meta-oe/recipes-devtools | |
parent | a0782de16dfeedbe3a2e264e0c840c19b0fb877b (diff) | |
download | meta-openembedded-689d3ffffa5777e0e97abdf0e0629093b66859ad.tar.gz |
squashfs-tools-ng: upgrade 1.2.0 -> 1.3.1
Changelog:
===========
- gensquashfs: apply xattr file also when using a pack file
- Fix broken C++ guard in rbtree.h
- fixed fragment table size typo
- rdsquashfs: improve unpacking error message on Windows
- rdsquashfs: add a workaround for unpacking forbidden filenames on Windows
- tar2sqfs: Add option to exclude files
- Fix compressor ID enumerator in format documentation
- libsqfs: add a threshold for extended directory inodes with index
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.1.bb (renamed from meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.2.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.2.0.bb b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.1.bb index 880af82bb..a542396d4 100644 --- a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.2.0.bb +++ b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.1.bb | |||
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING.md;md5=a709b68f1ce8a9f10aeea6401446c1f4 \ | |||
11 | file://licenses/zstd.txt;md5=8df8137b630239cbdd4c0674124cb0c8 \ | 11 | file://licenses/zstd.txt;md5=8df8137b630239cbdd4c0674124cb0c8 \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRCREV = "f2a3ad56e40c9711b23371238f9fa07dd24245f1" | 14 | SRCREV = "8f9966c8ea3ea8a854941d041e7fcb9eb4f772fb" |
15 | SRC_URI = "git://github.com/AgentD/squashfs-tools-ng.git;protocol=https;branch=master" | 15 | SRC_URI = "git://github.com/AgentD/squashfs-tools-ng.git;protocol=https;branch=fixes-1.3.0" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||