diff mbox series

[meta-filesystems] libisofs: upgrade 1.5.4 -> 1.5.6

Message ID 20231112092620.101889-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-filesystems] libisofs: upgrade 1.5.4 -> 1.5.6 | expand

Commit Message

Alper Ak Nov. 12, 2023, 9:26 a.m. UTC
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>
---
 .../burnia/{libisofs_1.5.4.bb => libisofs_1.5.6.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-filesystems/recipes-filesystems/burnia/{libisofs_1.5.4.bb => libisofs_1.5.6.bb} (82%)

Comments

Khem Raj Nov. 13, 2023, 6:33 p.m. UTC | #1
On Sun, 12 Nov 2023 12:26:20 +0300, alperak wrote:
> 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()
> 
> [...]

Applied, thanks!

[1/1] libisofs: upgrade 1.5.4 -> 1.5.6
      commit: cf05b1a2589f6ec0a571709e26f4526fc00e8ca7

Best regards,
diff mbox series

Patch

diff --git a/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.4.bb b/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.6.bb
similarity index 82%
rename from meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.4.bb
rename to meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.6.bb
index 1754db7f7..0add3777f 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"