aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2023-11-12 12:26:20 +0300
committerKhem Raj <raj.khem@gmail.com>2023-11-12 12:18:47 -0800
commitcf05b1a2589f6ec0a571709e26f4526fc00e8ca7 (patch)
treefb110d5eb856ee6ac3aca8e434bc2f68721e7a25 /meta-filesystems
parent6908f7fcb825b896fcea102ae75dab2a6122b42a (diff)
downloadmeta-openembedded-cf05b1a2589f6ec0a571709e26f4526fc00e8ca7.tar.gz
libisofs: upgrade 1.5.4 -> 1.5.6
Changelog: * Bug fix: iso_write_opts_set_part_like_isohybrid() did not cause a MBR partition table if the partitions are data files in the ISO rather than appended * Bug fix: The lseek methods of IsoFileSource for local filesystem and loaded ISO returned libisofs error codes as positive off_t numbers * Bug fix: Freshly cloned data files from imported image were not marked as imported. Thanks to Ivan Shmakov. (Closes: #1022851) * Bug fix: Size of further CE area was calculated wrong if its CE entry ended exactly at a block boundary * New iso_write_opts_set_system_area() option bits 16: GPT "Legacy BIOS bootable" and 17: GPT writable * New API calls iso_assess_written_features(), iso_read_image_feature_named(), iso_read_image_features_text() * Allowed lseekable device files with iso_tree_add_new_cut_out_node(). Proof-of-concept by Ivan Shmakov. * New API call iso_write_opts_set_max_ce_entries() Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.6.bb (renamed from meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.4.bb b/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.6.bb
index 1754db7f70..0add3777f4 100644
--- a/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.4.bb
+++ b/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.6.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \
file://COPYRIGHT;md5=1c1e5a960562d65f6449bb1d21e1dffc"
SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz"
-SRC_URI[sha256sum] = "aaa0ed80a7501979316f505b0b017f29cba0ea5463b751143bad2c360215a88e"
+SRC_URI[sha256sum] = "0152d66a9d340b659fe9c880eb9190f3570fb477ac07cf52e8bcd134a1d30d70"
DEPENDS = "acl zlib"