Disable patchset shell32-Default_Folder_ACLs (fixes Wine Staging Bug #265).

This commit is contained in:
Sebastian Lackner
2015-05-04 21:52:33 +02:00
parent 3f7b4894a7
commit 3426979ddf
4 changed files with 4 additions and 18 deletions

View File

@@ -199,7 +199,6 @@ patch_enable_all ()
enable_setupapi_SetupDiSetDeviceInstallParamsW="$1"
enable_setupapi_SetupPromptForDisk="$1"
enable_shdocvw_ParseURLFromOutsideSource_Tests="$1"
enable_shell32_Default_Folder_ACLs="$1"
enable_shell32_Default_Path="$1"
enable_shell32_Icons="$1"
enable_shell32_Progress_Dialog="$1"
@@ -677,9 +676,6 @@ patch_enable ()
shdocvw-ParseURLFromOutsideSource_Tests)
enable_shdocvw_ParseURLFromOutsideSource_Tests="$2"
;;
shell32-Default_Folder_ACLs)
enable_shell32_Default_Folder_ACLs="$2"
;;
shell32-Default_Path)
enable_shell32_Default_Path="$2"
;;
@@ -4408,18 +4404,6 @@ if test "$enable_shdocvw_ParseURLFromOutsideSource_Tests" -eq 1; then
) >> "$patchlist"
fi
# Patchset shell32-Default_Folder_ACLs
# |
# | Modified files:
# | * dlls/shell32/shellpath.c
# |
if test "$enable_shell32_Default_Folder_ACLs" -eq 1; then
patch_apply shell32-Default_Folder_ACLs/0001-shell32-Set-the-default-security-attributes-for-user.patch
(
echo '+ { "Sebastian Lackner", "shell32: Set the default security attributes for user shell folders.", 7 },';
) >> "$patchlist"
fi
# Patchset shell32-Default_Path
# |
# | This patchset fixes the following Wine bugs:

View File

@@ -1 +1,2 @@
Fixes: Add default ACLs for user shell folders
#Fixes: Add default ACLs for user shell folders
Disabled: True