From a983dc4203362271aab79a1b7b62d6957b815e1378a2718665d764d05c505115 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 10 Feb 2021 08:55:15 +0000 Subject: [PATCH] Accepting request 870718 from home:dirkmueller:branches:multimedia:libs - update to 1.5.4: * Bug fix: Large amounts of AAIP data or many long file names could cause with zisofs an unreadable filesystem after the warning "Calculated and written ECMA-119 tree end differ" Bug fix: Big-Endian MIPS Volume Header boot file size was rounded up to full 2048. * Bug fix: El Torito production failed if no catalog path is given and the first boot image path contains no slash * Bug fix: zisofs production was wrong on big-endian machines * Bug fix: Apple Partition Map entries wrote uninitialized data * Bug fix: Appended APM partitions without HFS+ production had start and size 1 * Switched to usage of libjte-2.0.0 * Implemented production and reading of zisofs2 for files larger than 4 GiB - 1 * New struct iso_zisofs_ctrl version 2 * New API call iso_stream_get_zisofs_par() * New API call iso_stream_zisofs_discard_bpt() * New API call iso_image_zisofs_discard_bpt() * New flag bits 8 to 15 in API call iso_node_zf_by_magic() * New API call iso_zisofs_ctrl_susp_z2() * New API call iso_read_opts_set_joliet_map(), new default joliet_map=stripped * New API calls iso_read_image_features_tree_loaded() and iso_read_image_features_rr_loaded() OBS-URL: https://build.opensuse.org/request/show/870718 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libisofs?expand=0&rev=19 --- libisofs-1.5.2.tar.gz | 3 -- libisofs-1.5.4.tar.gz | 3 ++ ....2.tar.gz.asc => libisofs-1.5.4.tar.gz.asc | 6 ++-- libisofs.changes | 28 +++++++++++++++++++ libisofs.spec | 10 +++---- 5 files changed, 39 insertions(+), 11 deletions(-) delete mode 100644 libisofs-1.5.2.tar.gz create mode 100644 libisofs-1.5.4.tar.gz rename libisofs-1.5.2.tar.gz.asc => libisofs-1.5.4.tar.gz.asc (55%) diff --git a/libisofs-1.5.2.tar.gz b/libisofs-1.5.2.tar.gz deleted file mode 100644 index 44a8a75..0000000 --- a/libisofs-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef5a139600b3e688357450e52381e40ec26a447d35eb8d21524598c7b1675500 -size 857346 diff --git a/libisofs-1.5.4.tar.gz b/libisofs-1.5.4.tar.gz new file mode 100644 index 0000000..a67b784 --- /dev/null +++ b/libisofs-1.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa0ed80a7501979316f505b0b017f29cba0ea5463b751143bad2c360215a88e +size 870395 diff --git a/libisofs-1.5.2.tar.gz.asc b/libisofs-1.5.4.tar.gz.asc similarity index 55% rename from libisofs-1.5.2.tar.gz.asc rename to libisofs-1.5.4.tar.gz.asc index af67dd8..6656274 100644 --- a/libisofs-1.5.2.tar.gz.asc +++ b/libisofs-1.5.4.tar.gz.asc @@ -2,7 +2,7 @@ Version: GnuPG v1 Comment: Use "gpg --dearmor" for unpacking -iEYEABECAAYFAl20UVkACgkQ6cvfwKvAqFQhvwCeMdymDUKkqQzL5MqM5pfK21BZ -b7AAoL0mMPmF+301MdTJQqBA5wHUi566 -=nCDL +iEYEABECAAYFAmAf3VYACgkQ6cvfwKvAqFS85wCgkoVsUCXebVNanV57fK6RZ2N3 +rNgAoLT5IOb7/lexpasWsMR/zIPALIuq +=RieN -----END PGP ARMORED FILE----- diff --git a/libisofs.changes b/libisofs.changes index fee9c9c..34c8ef1 100644 --- a/libisofs.changes +++ b/libisofs.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Feb 9 23:20:19 UTC 2021 - Dirk Müller + +- update to 1.5.4: + * Bug fix: Large amounts of AAIP data or many long file names could cause + with zisofs an unreadable filesystem after the warning "Calculated and + written ECMA-119 tree end differ" Bug fix: Big-Endian MIPS Volume Header + boot file size was rounded up to full 2048. + * Bug fix: El Torito production failed if no catalog path is given and the + first boot image path contains no slash + * Bug fix: zisofs production was wrong on big-endian machines + * Bug fix: Apple Partition Map entries wrote uninitialized data + * Bug fix: Appended APM partitions without HFS+ production had start + and size 1 + * Switched to usage of libjte-2.0.0 + * Implemented production and reading of zisofs2 for files larger than + 4 GiB - 1 + * New struct iso_zisofs_ctrl version 2 + * New API call iso_stream_get_zisofs_par() + * New API call iso_stream_zisofs_discard_bpt() + * New API call iso_image_zisofs_discard_bpt() + * New flag bits 8 to 15 in API call iso_node_zf_by_magic() + * New API call iso_zisofs_ctrl_susp_z2() + * New API call iso_read_opts_set_joliet_map(), new default + joliet_map=stripped + * New API calls iso_read_image_features_tree_loaded() and + iso_read_image_features_rr_loaded() + ------------------------------------------------------------------- Mon Apr 27 18:00:48 UTC 2020 - Luigi Baldoni diff --git a/libisofs.spec b/libisofs.spec index 6364bc1..0732c89 100644 --- a/libisofs.spec +++ b/libisofs.spec @@ -1,7 +1,7 @@ # # spec file for package libisofs # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,14 @@ %define so_ver 6 Name: libisofs -Version: 1.5.2 +Version: 1.5.4 Release: 0 Summary: Library for Creating ISO-9660 Filesystems License: GPL-2.0-or-later AND LGPL-2.0-or-later Group: Productivity/Multimedia/CD/Record -URL: http://libburnia-project.org/ -Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz -Source1: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz.asc +URL: https://dev.lovelyhq.com/libburnia/web/wiki +Source0: https://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz +Source1: https://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz.asc Source2: %{name}.keyring BuildRequires: doxygen BuildRequires: fdupes