Sync from SUSE:SLFO:Main libisofs revision 01d864217932734fe8402bf5f3873af6

This commit is contained in:
Adrian Schröter 2024-10-01 08:45:25 +02:00
parent 1f08a1f683
commit 1096107ae6
5 changed files with 31 additions and 8 deletions

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

Binary file not shown.

BIN
libisofs-1.5.6.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
iEYEABECAAYFAmAf3VYACgkQ6cvfwKvAqFS85wCgkoVsUCXebVNanV57fK6RZ2N3
rNgAoLT5IOb7/lexpasWsMR/zIPALIuq
=RieN
iEYEABECAAYFAmSAbukACgkQ6cvfwKvAqFRQdQCgmPsmyfNlBS2rUNF7ZhBeiS2q
dP8An2J+AlynYXMzmyfFiODlhwI30o8/
=6ZTh
-----END PGP ARMORED FILE-----

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Jun 27 11:49:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.5.6 (jsc#PED-5018)
* 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.
* 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()
-------------------------------------------------------------------
Wed Mar 10 11:51:27 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package libisofs
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define so_ver 6
Name: libisofs
Version: 1.5.4
Version: 1.5.6
Release: 0
Summary: Library for Creating ISO-9660 Filesystems
License: GPL-2.0-or-later AND LGPL-2.0-or-later