Sync from SUSE:SLFO:Main libisofs revision 01d864217932734fe8402bf5f3873af6
This commit is contained in:
parent
1f08a1f683
commit
1096107ae6
BIN
libisofs-1.5.4.tar.gz
(Stored with Git LFS)
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
BIN
libisofs-1.5.6.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
Version: GnuPG v1
|
Version: GnuPG v1
|
||||||
Comment: Use "gpg --dearmor" for unpacking
|
Comment: Use "gpg --dearmor" for unpacking
|
||||||
|
|
||||||
iEYEABECAAYFAmAf3VYACgkQ6cvfwKvAqFS85wCgkoVsUCXebVNanV57fK6RZ2N3
|
iEYEABECAAYFAmSAbukACgkQ6cvfwKvAqFRQdQCgmPsmyfNlBS2rUNF7ZhBeiS2q
|
||||||
rNgAoLT5IOb7/lexpasWsMR/zIPALIuq
|
dP8An2J+AlynYXMzmyfFiODlhwI30o8/
|
||||||
=RieN
|
=6ZTh
|
||||||
-----END PGP ARMORED FILE-----
|
-----END PGP ARMORED 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>
|
Wed Mar 10 11:51:27 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libisofs
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define so_ver 6
|
%define so_ver 6
|
||||||
Name: libisofs
|
Name: libisofs
|
||||||
Version: 1.5.4
|
Version: 1.5.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Creating ISO-9660 Filesystems
|
Summary: Library for Creating ISO-9660 Filesystems
|
||||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user