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
This commit is contained in:
Takashi Iwai 2021-02-10 08:55:15 +00:00 committed by Git OBS Bridge
parent 0925e0b51f
commit a983dc4203
5 changed files with 39 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef5a139600b3e688357450e52381e40ec26a447d35eb8d21524598c7b1675500
size 857346

BIN
libisofs-1.5.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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-----

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Feb 9 23:20:19 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <aloisio@gmx.com>

View File

@ -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