Your message dated Wed, 03 Jun 2026 10:18:46 +0000
with message-id <[email protected]>
and subject line Bug#1122201: fixed in libisoburn 1.5.8.pl02-1
has caused the Debian Bug report #1122201,
regarding Allow supplying separate volume labels for ISO9660 and Joliet.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1122201: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122201
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xorriso
Version: 1.5.4-2
ISO9660 and Joliet store their volume labels separately. Given that they have
different limitations, I suggest letting the user supply them separately.
ISO9660 volume labels can be up to 32 characters long, but are uppercase-only,
alphanumerical only, and use underscores instead of spaces. Joliet labels
support more different characters but can only be 16 characters long.
ImgBurn on Windows already allows supplying separate volume labels.
--- End Message ---
--- Begin Message ---
Source: libisoburn
Source-Version: 1.5.8.pl02-1
Done: Thomas Schmitt <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libisoburn, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Schmitt <[email protected]> (supplier of updated libisoburn package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 03 Jun 2026 11:40:45 +0200
Source: libisoburn
Architecture: source
Version: 1.5.8.pl02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Libburnia packagers
<[email protected]>
Changed-By: Thomas Schmitt <[email protected]>
Closes: 1122201
Changes:
libisoburn (1.5.8.pl02-1) unstable; urgency=low
.
[ Thomas Schmitt ]
* Changed Standards-Version to 4.7.4
debian/control: Removed "Priority: optional" because of version 4.7.3
* debian/control: Replaced "Build-Depends:" pkg-config by pkgconf
* control and others: update for time64 changes
* debian/watch: Changed version to 5 by uscan --update-watchfile
* debian/libisoburn1.symbols: Added Build-Depends-Package header
* New upstream version 1.5.8.pl02
+ Bug fix: -boot_image and -append_partition were not perceived as image
manipulation which makes production of an ISO image worthwhile.
Thanks Cameron Seader.
+ Bug fix: -outdev holding an ISO filesystem could get attached wrong
start LBA
+ Bug fix: Command -load "volid" did not work with constant search text
+ Bug fix: Command -truncate_overwritable on ISO image without MD5 caused
double free of memory
+ Bug fix: -boot_image "any" "replay" failed after the legacy BIOS
boot image file was replaced by -map. Thanks Brian C. Lane.
+ Bug fix: -boot_image system_area=/dev/zero preserved system area of
loaded ISO
+ Bug fix: Size assessment of ISO images smaller than 32 KiB yielded
random values
+ Bug fix: -extract_boot_images reports "No such file or directory" when
complaining over an existing target file
+ Bug fix: Reproducibility of ISO images depended on "undefined" qsort(3)
behavior with comparer function result 0.
Report and fix proposal by Henrik Lindström.
+ Bug fix: ATA and SATA drives on modern Linux refused to perform -rollback
with -scsi_dev_family "sg" because libburn registered them as
ATA without SCSI address tuple
+ Bug fix: Symbolic links with xattr could cause unusable ISO filesystems.
Thanks Paul von Behren.
+ Bug fix: When reading multiple slashes in symbolic link targets from an
ISO they were condensed to a single one if not marked by the
SL ROOT-flag. Thanks Jonas 'Sortie' Termansen.
+ Bug fix: Empty symbolic link target components which represent add-on
slashes were written with ROOT flag set.
Thanks Jonas 'Sortie' Termansen.
+ Bug fix: The last trailing slash in a symbolic link target was not
written. Thanks Jonas 'Sortie' Termansen.
+ Bug fix: The .. directory record exposed Rock Ridge properties of its
great-grandparent. Caused by commit 4d0063f7 in 2009 which fixed
the block address pointer of the .. record.
+ Bug fix: -truncate_overwritable did not properly update positions and
size in the checksum tag of the relocated superblock
+ Bug fix: -compliance "default" did not reset "no_emul_toc" and some other
rules
+ New bit1 with API call Xorriso_change_is_pending() issues a note if
return is 0 and indev and outdev point to different drives
+ New API calls isoburn_toc_disc_get_sectors_v2,
isoburn_toc_session_get_sectors_v2, isoburn_toc_track_get_emul_v2
+ New API calls isoburn_read_iso_head_v2(), isoburn_get_mount_params_v2()
+ New API calls isoburn_igopt_get_effective_lba_v2(),
isoburn_igopt_get_data_start_v2()
+ New API call isoburn_get_attached_start_lba_v2()
+ New API calls isoburn_attach_start_lba_v2(), isoburn_disc_get_msc1_v2(),
isoburn_disc_track_lba_nwa_v2()
+ New API call isoburn_prepare_blind_grow_v2()
+ New info return modes 3 "Creation Time" and 4 "Modification Time"
with isoburn_read_iso_head() and isoburn_read_iso_head_v2()
+ New address modes 5 to 9 for isoburn_set_msc1(),
isoburn_get_mount_params(), isoburn_get_mount_params_v2()
+ New API call isoburn_drive_release_v2()
+ New flag bit 12 "do not ignore XFS-style project ids" with
isoburn_drive_aquire()
+ New isoburn_igopt_set_relaxed() relaxations isoburn_igopt_rrip_tf_y1900,
isoburn_igopt_relaxed_vol_atts, isoburn_igopt_relaxed_nonvol_atts,
isoburn_igopt_rrip_tf_long
+ New -append_partition pseudo partition_number "all" and
pseudo type_code "revoke"
+ New -as mkisofs options -cut_out and -hide_iso_path
+ Improved handling of hidden boot images in
-boot_image cmd/as_mkisofs/replay
+ The maximum number of appended GPT partitions was increased from 4 to 8
+ New command -toc_info_type
+ New entities "at_time", "before", "after", "not_after", "not_before" for
commands -load, -mount, -mount_cmd, -session_string,
-truncate_overwritable
+ New commands -lfa_flags, -lsattr, -lsattrd, -chattr, -chattr_r,
+ New -find test -has_lfa_flags, -has_some_lfa_flags_of,
new -find actions lsattrd, chattr
+ New -as mkisofs option --lfa_flags
+ New command and -as mkisofs option -genisoimage_completion
+ New parameter "leave" to command -calm_drive
+ New isoburn_read_opts extension isoburn_ropt_projid
+ New commands -projid, -get_projid, -get_projid_r, -set_projid,
-set_projid_r
+ New -find test -has_projid, actions get_projid, set_projid,
get_projid_minmax
+ New -find action "show_time"
+ New -as mkisofs option --projid
+ New -boot_image bootspec appended_gpt_with_gaps=
+ New -as mkisofs option -appended_gpt_with_gaps
+ New -compliance rules rrip_tf_long, rrip_tf_short, rrip_tf_year0,
rrip_tf_y1900
+ New -as mkisofs options -long-rr-time, -no-long-rr-time, -short-rr-time,
-rr-time-y1900
+ New command -volid_for and -as mkisofs option -volid_for.
(Closes: #1122201)
+ New -compliance rule relaxed_pvd_atts= and mkisofs option
-relaxed_pvd_atts
+ New command -perform_opc
+ New -as cdrecord options --perform_opc and --perform_opc_growisofs
Checksums-Sha1:
afbf508a7f2b652528d74324c0041d88645ef01b 2802 libisoburn_1.5.8.pl02-1.dsc
5bf5da11add687b83834d8880d271bf7fd31f401 1750953
libisoburn_1.5.8.pl02.orig.tar.gz
c00cbc4e6715590c2f39d2e807749a494ae85ba1 163
libisoburn_1.5.8.pl02.orig.tar.gz.asc
fa7e34c86cce760e6361ad56a01c4f0d2dfc36c8 25108
libisoburn_1.5.8.pl02-1.debian.tar.xz
4de377049ea408d0cf17df3ca724e2f33d128b84 6841
libisoburn_1.5.8.pl02-1_source.buildinfo
Checksums-Sha256:
25d6effb6e865afd7a0697ef4d43b6606ca6c6c36e38b840a45fbd08a4669c12 2802
libisoburn_1.5.8.pl02-1.dsc
a977b03dc3686d9fdca600458b1578f9cac2b875609bd5ec21f5ada55f20ec50 1750953
libisoburn_1.5.8.pl02.orig.tar.gz
1e6cde2fef2878befc0013a25757f898582040c8abc06607c58ac917ff643275 163
libisoburn_1.5.8.pl02.orig.tar.gz.asc
9c22a6b07d43ddf225e048873317d6ec585c7c7e4edb58569abfd3b32a74cd3d 25108
libisoburn_1.5.8.pl02-1.debian.tar.xz
857b9200f390adee366eea45215394bddcb8d4784c2ff0dfef9152896c2ab651 6841
libisoburn_1.5.8.pl02-1_source.buildinfo
Files:
9a68b7973c85902b55a5c92cb78a638f 2802 libs optional libisoburn_1.5.8.pl02-1.dsc
008b9adc9ab3545e167495220b453413 1750953 libs optional
libisoburn_1.5.8.pl02.orig.tar.gz
520cd41a081f57375f4c9f72e92d33fc 163 libs optional
libisoburn_1.5.8.pl02.orig.tar.gz.asc
9b8ffe0ac564806819e5058a068a36b4 25108 libs optional
libisoburn_1.5.8.pl02-1.debian.tar.xz
647e1eed3947994a2cb023dfc5cecb93 6841 libs optional
libisoburn_1.5.8.pl02-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEn3I5/LZk8Qsz6dwDwx9P2UmrK2wFAmof/F8ACgkQwx9P2Umr
K2ywXA//Z9qPoNG4QAXuh9Yte8dFUiFGkfqm74oY+jLZL7l5QDsn9LUi4A8YkLxc
3hNrvm2udv7TCFBz+JNJ2Y4ih2XJeUxbpcwEcERB8GfdW73JAhp3e13/k5eBEtk8
1kpKLHVsiCSp6MlvX76gNIfVYEMCiprEm0bUfqkP+3jbZOFD17VBSD/k2MWO8eLn
ucQQiCVrF3vwUxj7ExQ2NvNxuhYTOoKfgTFQh1dV4+myYKL8WJcfBDPsMk2vgTap
VlaVE3RD+EhSu+9xWnjluZ8ODmt1Hr6zYTF0I1CZ/K5XbHCtg4uk1gN7zGzcSMMu
ZsLjX+h+fthG4yjg87Uqpaio+6Nc4VXi54I4x/c6Hb1lB6q/QSlgvDelLbJGDs33
rENW/s7uA9tu044SwpHMvTeX+gSiur95WhkRI4RKqh/+jzzgsQHZqjrKOcKphqUC
nhE+ANUNB9uS0kRk+Di/of/T9c8HVbZvhouC068uR09qJPtPKu4PhtZ4HNFHtRBH
o3ObLJSkeLcdI9AoiuT8NO1eUiO2DlElws0kaiLZitcJxjvc8fbtXvXakTjVklRu
2hhbE5mNV0k4IcZMqlmuwmq7bDHsnt8Jz4Yw9txgiSnq2FfsZwkS5VrbHVSBNIG0
OmytlriHW/DkDftvlmLkuddL1+kgw5XFsEgbvrS1JK+yHwyJ4tY=
=fVLt
-----END PGP SIGNATURE-----
pgpmbMRHBf88G.pgp
Description: PGP signature
--- End Message ---