summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Karbowski <slashbeast@gentoo.org>2020-08-02 20:38:22 +0200
committerPiotr Karbowski <slashbeast@gentoo.org>2020-08-02 20:40:16 +0200
commita23022d217ec3068127bb88b1898e1f37a88ba15 (patch)
tree47c53c16265a975d55707b17924f818bdbf24fe6 /sys-apps/pmount/files
parentx11-libs/goocanvas: drop python2 overrides - no consumers (diff)
downloadgentoo-a23022d217ec3068127bb88b1898e1f37a88ba15.tar.gz
gentoo-a23022d217ec3068127bb88b1898e1f37a88ba15.tar.bz2
gentoo-a23022d217ec3068127bb88b1898e1f37a88ba15.zip
sys-apps/pmount: 0.9.99_alpha-r6 bump with exfat support.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'sys-apps/pmount/files')
-rw-r--r--sys-apps/pmount/files/pmount-0.9.99_alpha-exfat-support.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-apps/pmount/files/pmount-0.9.99_alpha-exfat-support.patch b/sys-apps/pmount/files/pmount-0.9.99_alpha-exfat-support.patch
new file mode 100644
index 000000000000..b5f1074e24bc
--- /dev/null
+++ b/sys-apps/pmount/files/pmount-0.9.99_alpha-exfat-support.patch
@@ -0,0 +1,12 @@
+diff --git a/src/fs.c b/src/fs.c
+index 65ea0c7..2a12b60 100644
+--- a/src/fs.c
++++ b/src/fs.c
+@@ -21,6 +21,7 @@
+ static struct FS supported_fs[] = {
+ { "udf", "nosuid,nodev,user", 1, "000", ",iocharset=%s" },
+ { "iso9660", "nosuid,nodev,user", 1, NULL, ",iocharset=%s" },
++ { "exfat", "nosuid,nodev,user", 1, "077"},
+ { "vfat", "nosuid,nodev,user,quiet,shortname=mixed", 1, "077",
+ ",iocharset=%s",",fmask=%04o,dmask=%04o"},
+ { "hfsplus", "nosuid,nodev,user", 1, NULL, 0 },