From cf05b1a2589f6ec0a571709e26f4526fc00e8ca7 Mon Sep 17 00:00:00 2001 From: alperak Date: Sun, 12 Nov 2023 12:26:20 +0300 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-filesystems/burnia/libisofs_1.5.4.bb | 15 --------------- .../recipes-filesystems/burnia/libisofs_1.5.6.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.4.bb create mode 100644 meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.6.bb (limited to 'meta-filesystems') diff --git a/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.4.bb b/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.4.bb deleted file mode 100644 index 1754db7f70..0000000000 --- a/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.4.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "library to create an ISO-9660 filesystem" -HOMEPAGE = "https://libburnia-project.org/" - -LICENSE = "GPL-2.0-or-later" -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" - -DEPENDS = "acl zlib" - -inherit autotools - -BBCLASSEXTEND = "native" diff --git a/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.6.bb b/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.6.bb new file mode 100644 index 0000000000..0add3777f4 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.6.bb @@ -0,0 +1,15 @@ +SUMMARY = "library to create an ISO-9660 filesystem" +HOMEPAGE = "https://libburnia-project.org/" + +LICENSE = "GPL-2.0-or-later" +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] = "0152d66a9d340b659fe9c880eb9190f3570fb477ac07cf52e8bcd134a1d30d70" + +DEPENDS = "acl zlib" + +inherit autotools + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf