diff mbox series

[meta-filesystems] libisoburn: 1.5.4 -> 1.5.6

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

Commit Message

alperak Nov. 12, 2023, 9:32 a.m. UTC
Changelog:

* Bug fix: False -status failure with -boot_image --interval:appended_partition
* Bug fix: -no_rc prevented pre-scanning of arguments for stdio output and
           others. Introduced by mistake in a62f6af5, 2011.10.18.162119.
* Bug fix: -not_leaf and -not_paths were not applied to -extract and alike
* Bug fix: -report_system_area cmd misperceived -part_like_isohybrid with
           -isohybrid-gpt-basdat
* Bug fix: -report_system_area cmd misperceived combination of isohybrid and
           appended partition in GPT
* Bug fix: -as mkisofs option -part_like_isohybrid did not cause a MBR
           partition table if the partitions are data files in the ISO
           rather than appended
* Bug fix: Split file directories (-split_size) were created with wrong
           permissions
* Bug fix: libisofs did not mark clones of imported files as imported.
           This could cause that original and clone occupy data storage
           in the newly written session. Thanks to Ivan Shmakov.
* Bug fix: Partition offset was preserved from -indev rather than from -outdev
* Bug fix: libisofs could misrepresent Rock Ridge information if many
           symbolic links or AAIP data were recorded in a directory
* Bug fix: Data files named /boot.catalog or ./boot.cat could be left out of
           the emerging ISO if the boot catalog was set to be hidden
* Bug fix: -toc reported wrong track LBA with overwritable media with
           unrecognized content (pseudo-closed)
* Bug fix: -find test -has_xattr matched "isofs." attributes
           in -xattr mode "any"
* New API call isoburn_assess_written_features()
* New API calls isoburn_igopt_set_max_ce_entries(),
  isoburn_igopt_get_max_ce_entries()
* New flag bit12 with isoburn_read_iso_head():
  Read even if start of multi-session emulation is damaged
* New -boot_image settings gpt_iso_bootable= and gpt_iso_not_ro=
* New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro
* New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
* New parameters "obs_pad" and "bdr_obs_exempt" for -dvd_obs
* New -as cdrecord option --bdr_obs_exempt
* New command -assess_indev_features
* New -find test -size
* New -compliance rules max_ce_entries=, max_ce_drop=
* Allowed lseekable device files with -cut_out.
  Proof-of-concept by Ivan Shmakov on bugs.debian.org. (Closes: #1010098)

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../burnia/{libisoburn_1.5.4.bb => libisoburn_1.5.6.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-filesystems/recipes-filesystems/burnia/{libisoburn_1.5.4.bb => libisoburn_1.5.6.bb} (89%)

Comments

Khem Raj Nov. 13, 2023, 6:33 p.m. UTC | #1
On Sun, 12 Nov 2023 12:32:49 +0300, alperak wrote:
> Changelog:
> 
> * Bug fix: False -status failure with -boot_image --interval:appended_partition
> * Bug fix: -no_rc prevented pre-scanning of arguments for stdio output and
>            others. Introduced by mistake in a62f6af5, 2011.10.18.162119.
> * Bug fix: -not_leaf and -not_paths were not applied to -extract and alike
> * Bug fix: -report_system_area cmd misperceived -part_like_isohybrid with
>            -isohybrid-gpt-basdat
> * Bug fix: -report_system_area cmd misperceived combination of isohybrid and
>            appended partition in GPT
> * Bug fix: -as mkisofs option -part_like_isohybrid did not cause a MBR
>            partition table if the partitions are data files in the ISO
>            rather than appended
> * Bug fix: Split file directories (-split_size) were created with wrong
>            permissions
> * Bug fix: libisofs did not mark clones of imported files as imported.
>            This could cause that original and clone occupy data storage
>            in the newly written session. Thanks to Ivan Shmakov.
> * Bug fix: Partition offset was preserved from -indev rather than from -outdev
> * Bug fix: libisofs could misrepresent Rock Ridge information if many
>            symbolic links or AAIP data were recorded in a directory
> * Bug fix: Data files named /boot.catalog or ./boot.cat could be left out of
>            the emerging ISO if the boot catalog was set to be hidden
> * Bug fix: -toc reported wrong track LBA with overwritable media with
>            unrecognized content (pseudo-closed)
> * Bug fix: -find test -has_xattr matched "isofs." attributes
>            in -xattr mode "any"
> * New API call isoburn_assess_written_features()
> * New API calls isoburn_igopt_set_max_ce_entries(),
>   isoburn_igopt_get_max_ce_entries()
> * New flag bit12 with isoburn_read_iso_head():
>   Read even if start of multi-session emulation is damaged
> * New -boot_image settings gpt_iso_bootable= and gpt_iso_not_ro=
> * New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro
> * New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
> * New parameters "obs_pad" and "bdr_obs_exempt" for -dvd_obs
> * New -as cdrecord option --bdr_obs_exempt
> * New command -assess_indev_features
> * New -find test -size
> * New -compliance rules max_ce_entries=, max_ce_drop=
> * Allowed lseekable device files with -cut_out.
>   Proof-of-concept by Ivan Shmakov on bugs.debian.org. (Closes: #1010098)
> 
> [...]

Applied, thanks!

[1/1] libisoburn: 1.5.4 -> 1.5.6
      commit: 6b8877c3aca1e909878a80a9c9a6a7c684bf3a58

Best regards,
diff mbox series

Patch

diff --git a/meta-filesystems/recipes-filesystems/burnia/libisoburn_1.5.4.bb b/meta-filesystems/recipes-filesystems/burnia/libisoburn_1.5.6.bb
similarity index 89%
rename from meta-filesystems/recipes-filesystems/burnia/libisoburn_1.5.4.bb
rename to meta-filesystems/recipes-filesystems/burnia/libisoburn_1.5.6.bb
index f263b5135..3982eae63 100644
--- a/meta-filesystems/recipes-filesystems/burnia/libisoburn_1.5.4.bb
+++ b/meta-filesystems/recipes-filesystems/burnia/libisoburn_1.5.6.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \
                     file://COPYRIGHT;md5=43cfe25a7e4a65f722d6253fa0649bb1"
 
 SRC_URI = "http://files.libburnia-project.org/releases/libisoburn-${PV}.tar.gz"
-SRC_URI[sha256sum] = "2d89846d43880f17fa591c53b3bea42ffb803628e4e630c680fc2c9184f79132"
+SRC_URI[sha256sum] = "2b80a6f73dd633a5d243facbe97a15e5c9a07644a5e1a242c219b9375a45f71b"
 
 DEPENDS = "libisofs libburn"
 # This replaces the xorriso recipe