Debian Patches

Status for fuseiso/20260507-1

Patch Description Author Forwarded Bugs Origin Last update
support_large_iso.patch handle larger than 4GB isos Thomas Bittermann yes vendor, http://koji.fedoraproject.org/koji/buildinfo?buildID=149397 2026-06-12
fix_typo.patch fix typo in sourcecode Jakub Wilk <jwilk@debian.org> yes debian vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598021 2026-06-10
extend-buffer-overflow-message.patch Print a more detailed message on too long path Carried over from former prevent-buffer-overflow.patch, authored by
Mike Gabriel.
Sven Geuer <sge@debian.org> yes 2026-06-10
infinite-loop-parsing-line-options-on-arm.patch Fix infinite loop parsing line options on arm The loop happens because getopt returns -1 (no more options) which is
assigned to a char. Type char on arm64 is always unsigned, so the test
for ">0" will always be true. The loop thinks it has more options to
parse resulting in an infinite loop.
.
Fix simply changes the type of lvalue from char to int.
Sven Geuer <sge@debian.org> yes 2026-06-10
fuse3.patch Required changes to run fuseiso using fuse3 Sven Geuer <sge@debian.org> yes debian 2026-06-12
symlink-size.patch Report correct size of symlinks, instead of 0 Original author's headerlines were
Date: Mon, 30 Sep 2024 13:02:34 +0200
Subject: stat(2) on S_IFLNK: st_size = correct instead of 0
наб <nabijaczleweli@nabijaczleweli.xyz> yes debian 2026-06-12
fuse-options-before-arguments.patch Recognize fuse options placed before the arguments The original source requires one to place any fuse option after the arguments
(ISO image and mount point). This patch allows one to also place them before
the arguments following the usual program-options-arguments scheme.
Sven Geuer <sge@debian.org> yes debian 2026-06-12
block-count.patch Correct calculation of block count Makes sure equal numbers of blocks are return with applying 'stat *' on
the mounted iso, regardless of whether it has been mounted per
'mount -o loop ...', 'udisksctl loop-setup ...' or 'fuseiso ...'.
Gareth Davidson <garethdavidson@gmail.com> yes debian 2026-06-12
fix-wrong-license.patch Fix wrong license in meson.build not-needed upstream, https://git.sr.ht/~whynothugo/fuseiso/commit/61d09c514e7da597491f12bfb844e56749ffe4c7 2026-06-14
dont-install-COPYING.patch Do not install the file COPYING Prevents lintian's extra-license-file. Sven Geuer <sge@debian.org> not-needed 2026-06-14

All known versions for source package 'fuseiso'

Links