]> git.sven.stormbind.net Git - sven/exfatprogs.git/commitdiff
Enrich changelog and patch description
authorSven Hoexter <sven@stormbind.net>
Tue, 18 Nov 2025 19:47:24 +0000 (20:47 +0100)
committerSven Hoexter <sven@stormbind.net>
Tue, 18 Nov 2025 19:53:51 +0000 (20:53 +0100)
debian/changelog
debian/patches/windows-compat-use-512-sector-size.patch

index a65434f75b29b9d2a6d9a44aef4a81d1349bfc71..61b495eda8225cc861340abd16ef6f0466a36e17 100644 (file)
@@ -3,10 +3,12 @@ exfatprogs (1.2.9-1+deb13u1) UNRELEASED; urgency=medium
   * Add trixie branch information to gbp.conf and Vcs-Git.
   * Add debian/patches/windows-compat-use-512-sector-size.patch
     for Windows compatibility. Windows fails to access devices
-    with a 4KB sector size which use a 512Byte sector size
-    emulation. Cherry-Pick the fix from exfatprogs 1.3.0
-    which uses a 512Byte sector size by default on those devices,
-    despite the performance penalty. (Closes: #1120932)
+    with a 4KB sector size which use a 512Byte sector emulation.
+    Cherry-Pick the revert from exfatprogs 1.3.0 to use a 512Byte
+    sector size for those devices, despite the performance penalty.
+    If a user would like to omit the Windows compatability
+    "mkfs.exfat -s 4096" can still be used to override the sector size.
+    (Closes: #1120932)
 
  -- Sven Hoexter <hoexter@debian.org>  Tue, 18 Nov 2025 14:28:07 +0100
 
index 68792a9cf93abcda7d90847dcb5b384fd12ca8b8..9daee19d9fe2c70eadb55d20f6d305ac44fa8399 100644 (file)
@@ -1,8 +1,11 @@
 Origin: https://github.com/exfatprogs/exfatprogs/commit/d4f77ae41ce178c04b8e3326178554182ca94bd5
 Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1120932
-Description: Windows 11 seems to be unable to deal with a 4KB
+Description: Windows seems to be unable to deal with a 4KB
 sector size for devices with a 512Byte sector size emulation.
-This patch was released with exfatprogs 1.3.0.
+The behaviour was changed in
+https://github.com/exfatprogs/exfatprogs/commit/f47362d4d62422be0b3823f1e50f0b4cd62b265
+which was first released in exfatprogs 1.2.6. The revert was
+released with version 1.3.0.
 Index: exfatprogs/lib/libexfat.c
 ===================================================================
 --- exfatprogs.orig/lib/libexfat.c