diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-02-27 19:01:37 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-02-27 19:01:37 +0000 |
commit | aac2e58d446c70334d16091ee364eb62138c5b10 (patch) | |
tree | 9c6782a4533b3cbb32f1218d0a1f348d564c83a8 /user/encfs/length.patch | |
parent | 3f0f2886d84db1e2bb2b4774d3c7b8112ea34fc7 (diff) | |
download | packages-aac2e58d446c70334d16091ee364eb62138c5b10.tar.gz packages-aac2e58d446c70334d16091ee364eb62138c5b10.tar.bz2 packages-aac2e58d446c70334d16091ee364eb62138c5b10.tar.xz packages-aac2e58d446c70334d16091ee364eb62138c5b10.zip |
user/[KDE Plasma]: Bump to 5.18.2
Diffstat (limited to 'user/encfs/length.patch')
-rw-r--r-- | user/encfs/length.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/user/encfs/length.patch b/user/encfs/length.patch new file mode 100644 index 000000000..be3f373c3 --- /dev/null +++ b/user/encfs/length.patch @@ -0,0 +1,22 @@ +From dafeb556d27076b0c6fa23e44e523bdd84598838 Mon Sep 17 00:00:00 2001 +From: Ben RUBSON <ben.rubson@gmail.com> +Date: Sun, 9 Dec 2018 11:28:42 +0100 +Subject: [PATCH] Correct block filename max length (#540) + +--- + encfs/encfs.pod | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/encfs/encfs.pod b/encfs/encfs.pod +index 6cb5b8f5..d3831296 100644 +--- a/encfs/encfs.pod ++++ b/encfs/encfs.pod +@@ -490,7 +490,7 @@ filenames for some reason. + + Based on an underlying filesystem supporting a maximum of 255 characters in + filenames, here is the maximum possible filename length depending on the choosen +-encoding scheme : stream (189), block (176), block32 (143). Note that we should ++encoding scheme : stream (189), block (175), block32 (143). Note that we should + rather talk about bytes, when filenames contain special (multi-bytes) characters. + + Prior to version 1.1, only stream encoding was supported. |