From 1c3562d671d7ec2f62d3b67d31fe27d8b936e952 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sun, 5 Mar 2017 00:12:59 +0100 Subject: [PATCH] server-LABEL_SECURITY_INFORMATION: Add reference to upstream bug. --- patches/patchinstall.sh | 3 +++ patches/server-LABEL_SECURITY_INFORMATION/definition | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index eaadd6b5..88f48e0c 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -6582,6 +6582,9 @@ fi # | This patchset has the following (direct or indirect) dependencies: # | * advapi32-GetExplicitEntriesFromAclW, server-Misc_ACL, ntdll-DOS_Attributes, server-File_Permissions, server-Stored_ACLs # | +# | This patchset fixes the following Wine bugs: +# | * [#42014] Implement support for LABEL_SECURITY_INFORMATION +# | # | Modified files: # | * dlls/advapi32/tests/security.c, dlls/ntdll/nt.c, dlls/ntdll/sec.c, include/winnt.h, server/handle.c, server/object.c, # | server/process.c, server/protocol.def, server/security.h, server/token.c diff --git a/patches/server-LABEL_SECURITY_INFORMATION/definition b/patches/server-LABEL_SECURITY_INFORMATION/definition index 4dc40148..5fb1129d 100644 --- a/patches/server-LABEL_SECURITY_INFORMATION/definition +++ b/patches/server-LABEL_SECURITY_INFORMATION/definition @@ -1,4 +1,4 @@ -Fixes: Implement support for LABEL_SECURITY_INFORMATION +Fixes: [42014] Implement support for LABEL_SECURITY_INFORMATION Depends: advapi32-GetExplicitEntriesFromAclW Depends: server-Stored_ACLs Depends: server-Misc_ACL