• Bug#1105894: unblock: gparted/1.6.0-2

    From Phillip Susi@21:1/5 to All on Fri May 16 20:10:01 2025
    XPost: linux.debian.devel.release

    This is a multi-part MIME message sent by reportbug.


    Package: release.debian.org
    Severity: normal
    X-Debbugs-Cc: gparted@packages.debian.org
    Control: affects -1 + src:gparted
    User: release.debian.org@packages.debian.org
    Usertags: unblock

    Please unblock package gparted

    [ Reason ]
    To fix Bug #1105875: exfat progs incompatible. exfatprogs changed its output format, causing gparted to be able to parse it and so it gives an error saying that the partition can not be read. Upstream had already fixed it, so I cherry-picked the straightforward fix.

    [ Impact ]
    People using the exfat filesystem will get an error from gparted saying it can not be read.

    [ Tests ]
    I verified the error, then upgraded to the patched version and verified it worked correctly.

    [ Risks ]
    The change is trival; it's just the exact text that it expects to parse.

    [ Checklist ]
    [x] all changes are documented in the d/changelog
    [x] I reviewed all changes and I approve them
    [x] attach debdiff against the package in testing




    unblock gparted/1.6.0-2

    diff -Nru gparted-1.6.0/debian/changelog gparted-1.6.0/debian/changelog
    --- gparted-1.6.0/debian/changelog 2024-05-24 11:20:27.000000000 -0400
    +++ gparted-1.6.0/debian/changelog 2025-05-16 09:35:07.000000000 -0400
    @@ -1,3 +1,9 @@
    +gparted (1.6.0-2) unstable; urgency=medium
    +
    + * Cherry-pick upstream commit for exfatprogs fix (Closes: #1105875)
    +
    + -- Phillip Susi <phill@thesusis.net> Fri, 16 May 2025 09:35:07 -0400
    +
    gparted (1.6.0-1) unstable; urgency=medium

    * New upstream version 1.6.0
    diff -Nru gparted-1.6.0/debian/patches/Read-exFAT-file-system-usage-only-from-exfatprogs-1.2.3-2.patch gparted-1.6.0/debian/patches/Read-exFAT-file-system-usage-only-from-exfatprogs-1.2.3-2.patch
    --- gparted-1.6.0/debian/patches/Read-exFAT-file-system-usage-only-from-exfatprogs-1.2.3-2.patch 1969-12-31 19:00:00.000000000 -0500
    +++ gparted-1.6.0/debian/patches/Read-exFAT-file-system-usage-only-from-exfatprogs-1.2.3-2.patch 2025-05-16 08:50:20.000000000 -0400
    @@ -0,0 +1,105 @@
    +From: Mike Fleetwood <mike.fleetwood@googlemail.com>
    +Date: Fri, 2 Aug 2024 20:57:11 +0100
    +Subje