Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/smb4k/files/
Date: Fri, 28 Jun 2019 19:36:00
Message-Id: 1561749380.a51a45e778ef83e03503d5f733af05337111ec21.asturm@gentoo
1 commit: a51a45e778ef83e03503d5f733af05337111ec21
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 28 18:40:16 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 28 19:16:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51a45e7
7
8 net-misc/smb4k: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/12351
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 .../smb4k-3.0.0-fix-mount-readwrite-shares.patch | 61 ----------------------
15 1 file changed, 61 deletions(-)
16
17 diff --git a/net-misc/smb4k/files/smb4k-3.0.0-fix-mount-readwrite-shares.patch b/net-misc/smb4k/files/smb4k-3.0.0-fix-mount-readwrite-shares.patch
18 deleted file mode 100644
19 index 84d50b75b46..00000000000
20 --- a/net-misc/smb4k/files/smb4k-3.0.0-fix-mount-readwrite-shares.patch
21 +++ /dev/null
22 @@ -1,61 +0,0 @@
23 -From 886af393dab0f6efe0f8bafc03522f25c15e0ba6 Mon Sep 17 00:00:00 2001
24 -From: Alexander Reinholdt <alexander.reinholdt@×××××××.net>
25 -Date: Thu, 13 Jun 2019 20:57:38 +0200
26 -Subject: It was reported that Smb4K mounts shares read-only that were
27 - previously accessible read-write. It turns out that the default for the "CIFS
28 - Unix extensions" setting were not chosen very carefully. This commit changes
29 - the default values back, so that mounting should work again as expected.
30 -
31 -(cherry picked from commit d3b89af5410ea8d4cb5f34921d48fdda486990f2)
32 ----
33 - core/smb4kmountsettings_linux.kcfg | 10 +++++-----
34 - 1 file changed, 5 insertions(+), 5 deletions(-)
35 -
36 -diff --git a/core/smb4kmountsettings_linux.kcfg b/core/smb4kmountsettings_linux.kcfg
37 -index 4ad329c..7e046dd 100644
38 ---- a/core/smb4kmountsettings_linux.kcfg
39 -+++ b/core/smb4kmountsettings_linux.kcfg
40 -@@ -11,12 +11,12 @@
41 - <entry name="CifsUnixExtensionsSupport" type="Bool">
42 - <label>All or most of the servers support the CIFS Unix extensions</label>
43 - <whatsthis>Most versions of Samba support the CIFS Unix or POSIX extensions. For these servers, some options are not needed, because the right values are negotiated during the mount process. For other servers, you might want to uncheck this option, so that predefined values can be passed to the server. Please note that if your computer is located in a Windows dominated network neighborhood with only a few Samba servers, you can safely uncheck this option and define custom options for the Samba servers.</whatsthis>
44 -- <default>true</default>
45 -+ <default>false</default>
46 - </entry>
47 - <entry name="UseUserId" type="Bool">
48 - <label>User ID:</label>
49 - <whatsthis>This is the user ID (a number) that the files and directories of the mounted share will have. If you are using the CIFS filesystem under Linux and the remote server supports the CIFS Unix Extensions, this setting will be ignored unless the assignment of the user ID is forced.</whatsthis>
50 -- <default>false</default>
51 -+ <default>true</default>
52 - </entry>
53 - <entry name="UserId" type="String">
54 - <whatsthis>This is the user ID (a number) that the files and directories of the mounted share will have. If you are using the CIFS filesystem under Linux and the remote server supports the CIFS Unix Extensions, this setting will be ignored unless the assignment of the user ID is forced.</whatsthis>
55 -@@ -25,7 +25,7 @@
56 - <entry name="UseGroupId" type="Bool">
57 - <label>Group ID:</label>
58 - <whatsthis>This is the group ID (a number) that the files and directories of the mounted share will have. If you are using the CIFS filesystem under Linux and the remote server supports the CIFS Unix Extensions, this setting will be ignored unless the assignment of the group ID is forced.</whatsthis>
59 -- <default>false</default>
60 -+ <default>true</default>
61 - </entry>
62 - <entry name="GroupId" type="String">
63 - <whatsthis>This is the group ID (a number) that the files and directories of the mounted share will have. If you are using the CIFS filesystem under Linux and the remote server supports the CIFS Unix Extensions, this setting will be ignored unless the assignment of the group ID is forced.</whatsthis>
64 -@@ -34,7 +34,7 @@
65 - <entry name="UseFileMode" type="Bool">
66 - <label>File mode:</label>
67 - <whatsthis>This is the file mode that will be used for creating files. It must be defined in octal. In case the CIFS file system is used, this setting only takes effect if the server does not support the CIFS Unix Extensions.</whatsthis>
68 -- <default>false</default>
69 -+ <default>true</default>
70 - </entry>
71 - <entry name="FileMode" type="String">
72 - <whatsthis>This is the filemode that will be used for creating files. It must be defined in octal. In case the CIFS file system is used, this setting only takes effect if the server does not support the CIFS Unix Extensions.</whatsthis>
73 -@@ -43,7 +43,7 @@
74 - <entry name="UseDirectoryMode" type="Bool">
75 - <label>Directory mode:</label>
76 - <whatsthis>This is the directory mode that will be used for creating directories. It must be defined in octal. In case the CIFS file system is used, this setting only takes effect if the server does not support the CIFS Unix Extensions.</whatsthis>
77 -- <default>false</default>
78 -+ <default>true</default>
79 - </entry>
80 - <entry name="DirectoryMode" type="String">
81 - <whatsthis>This is the directory mode that will be used for creating directories. It must be defined in octal. In case the CIFS file system is used, this setting only takes effect if the server does not support the CIFS Unix Extensions.</whatsthis>
82 ---
83 -cgit v1.1