From 92356431b9eaf04710fbee6069fb1ade0c4064a0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 9 Apr 2026 18:31:53 +0800 Subject: libburn: upgrade 1.5.6 -> 1.5.8 0001-Bug-fix-Faulty-signal-handler-prototype-spoiled-comp.patch removed since it's included in 1.5.8 Changelog: ============= * Bug fix: burn_offst_source_new() parameter "size" rolled over at 2 exp 31 * Bug fix: ATA and SATA drives under sg did not register their SCSI address tuple * Bug fix: WAVE files with unsuitable audio format were read as raw audio file. * New API calls use and return off_t sizes instead of int or uint32_t * Augmented struct burn_toc_entry by new off_t block addresses and counters * New struct burn_progress_v2 and API call burn_drive_get_status_v2() * New API call burn_disc_track_lba_nwa_v2() * New API calls burn_disc_get_sectors_v2(), burn_session_get_sectors_v2(), burn_track_get_sectors_v2() * New API call burn_get_read_capacity_v2() * New API call burn_drive_release_v2() * New API call burn_write_opts_set_perform_opc_v2 * New cdrskin option --audio_not_raw * New cdrskin options --perform_opc and --perform_opc_growisofs Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...lty-signal-handler-prototype-spoiled-comp.patch | 27 ---------------------- .../recipes-filesystems/burnia/libburn_1.5.6.bb | 15 ------------ .../recipes-filesystems/burnia/libburn_1.5.8.bb | 14 +++++++++++ 3 files changed, 14 insertions(+), 42 deletions(-) delete mode 100644 meta-filesystems/recipes-filesystems/burnia/libburn/0001-Bug-fix-Faulty-signal-handler-prototype-spoiled-comp.patch delete mode 100644 meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb create mode 100644 meta-filesystems/recipes-filesystems/burnia/libburn_1.5.8.bb diff --git a/meta-filesystems/recipes-filesystems/burnia/libburn/0001-Bug-fix-Faulty-signal-handler-prototype-spoiled-comp.patch b/meta-filesystems/recipes-filesystems/burnia/libburn/0001-Bug-fix-Faulty-signal-handler-prototype-spoiled-comp.patch deleted file mode 100644 index 6061352cb7..0000000000 --- a/meta-filesystems/recipes-filesystems/burnia/libburn/0001-Bug-fix-Faulty-signal-handler-prototype-spoiled-comp.patch +++ /dev/null @@ -1,27 +0,0 @@ -From d537f9dd35282df834a311ead5f113af67d223b3 Mon Sep 17 00:00:00 2001 -From: Thomas Schmitt -Date: Tue, 26 Nov 2024 23:02:03 +0100 -Subject: [PATCH] Bug fix: Faulty signal handler prototype spoiled compilation - under C23 - -Upstream-Status: Backport [https://dev.lovelyhq.com/libburnia/libburn/commit/d537f9dd35282df834a311ead5f113af67d223b3] ---- - test/poll.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/test/poll.c b/test/poll.c -index 660f384..cd5ff90 100644 ---- a/test/poll.c -+++ b/test/poll.c -@@ -14,7 +14,7 @@ static struct burn_drive_info *drives; - static unsigned int n_drives; - int NEXT; - --static void catch_int () -+static void catch_int (int signum) - { - NEXT = 1; - } --- -2.34.1 - diff --git a/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb b/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb deleted file mode 100644 index e84a60a543..0000000000 --- a/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "library to write an ISO-9660 file system to physical media" -HOMEPAGE = "https://libburnia-project.org/" - -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \ - file://COPYRIGHT;md5=a91b9b862895b64e68e5b321873c9111" - -SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz \ - file://0001-Bug-fix-Faulty-signal-handler-prototype-spoiled-comp.patch" - -SRC_URI[sha256sum] = "7295491b4be5eeac5e7a3fb2067e236e2955ffdc6bbd45f546466edee321644b" - -inherit autotools pkgconfig lib_package - -BBCLASSEXTEND = "native" diff --git a/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.8.bb b/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.8.bb new file mode 100644 index 0000000000..1e84d12a03 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.8.bb @@ -0,0 +1,14 @@ +SUMMARY = "library to write an ISO-9660 file system to physical media" +HOMEPAGE = "https://libburnia-project.org/" + +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \ + file://COPYRIGHT;md5=a91b9b862895b64e68e5b321873c9111" + +SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz" + +SRC_URI[sha256sum] = "8e24dd99f5b7cafbecf0116d61b619ee89098e20263e6f47c793aaf4a98d6473" + +inherit autotools pkgconfig lib_package + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf