mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
Disabled patchset for reg.exe cleanup (partially accepted upstream).
This commit is contained in:
parent
5261bd8a89
commit
f11e82495a
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,3 +1,7 @@
|
||||
wine-staging (1.7.38) UNRELEASED; urgency=low
|
||||
* Disabled patchset for reg.exe cleanup (partially accepted upstream).
|
||||
-- Sebastian Lackner <sebastian@fds-team.de> Mon, 23 Feb 2015 18:24:51 +0100
|
||||
|
||||
wine-staging (1.7.37) unstable; urgency=low
|
||||
* Fix a TRACE line in the iphlpapi-TCP_Table patchset.
|
||||
* Fix an issue in the d3dx9_36-GetShaderSemantics patchset.
|
||||
|
@ -145,7 +145,6 @@ patch_enable_all ()
|
||||
enable_nvencodeapi_Video_Encoder="$1"
|
||||
enable_ole32_CoWaitForMultipleHandles="$1"
|
||||
enable_quartz_MediaSeeking_Positions="$1"
|
||||
enable_reg_Cleanup="$1"
|
||||
enable_regedit_String_Termination="$1"
|
||||
enable_riched20_IText_Interface="$1"
|
||||
enable_secur32_Schannel_ContextAttr="$1"
|
||||
@ -467,9 +466,6 @@ patch_enable ()
|
||||
quartz-MediaSeeking_Positions)
|
||||
enable_quartz_MediaSeeking_Positions="$2"
|
||||
;;
|
||||
reg-Cleanup)
|
||||
enable_reg_Cleanup="$2"
|
||||
;;
|
||||
regedit-String_Termination)
|
||||
enable_regedit_String_Termination="$2"
|
||||
;;
|
||||
@ -3009,32 +3005,6 @@ if test "$enable_quartz_MediaSeeking_Positions" -eq 1; then
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
# Patchset reg-Cleanup
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * programs/reg/reg.c, programs/reg/reg.h, programs/reg/reg.rc, programs/reg/tests/reg.c
|
||||
# |
|
||||
if test "$enable_reg_Cleanup" -eq 1; then
|
||||
patch_apply reg-Cleanup/0001-reg-Add-system-error-printing-function.patch
|
||||
patch_apply reg-Cleanup/0002-reg-Add-sane_path-function-to-do-preliniary-key-vali.patch
|
||||
patch_apply reg-Cleanup/0003-reg-Add-check-for-multiple-backslashes-at-the-end-of.patch
|
||||
patch_apply reg-Cleanup/0004-reg-Add-path-key-conversion-functions.patch
|
||||
patch_apply reg-Cleanup/0005-reg-Add-wchar-type-conversion-functions.patch
|
||||
patch_apply reg-Cleanup/0006-reg-Add-wchar-raw-data-conversion-functions.patch
|
||||
patch_apply reg-Cleanup/0007-reg-Clean-up-reg_add.patch
|
||||
patch_apply reg-Cleanup/0008-reg-Clean-up-reg_delete.patch
|
||||
(
|
||||
echo '+ { "Jonathan Vollebregt", "reg: Add system error printing function.", 1 },';
|
||||
echo '+ { "Jonathan Vollebregt", "reg: Add sane_path function to do preliniary key validation.", 1 },';
|
||||
echo '+ { "Jonathan Vollebregt", "reg: Add check for multiple backslashes at the end of the key.", 1 },';
|
||||
echo '+ { "Jonathan Vollebregt", "reg: Add path/key conversion functions.", 1 },';
|
||||
echo '+ { "Jonathan Vollebregt", "reg: Add wchar/type conversion functions.", 1 },';
|
||||
echo '+ { "Jonathan Vollebregt", "reg: Add wchar/raw data conversion functions.", 1 },';
|
||||
echo '+ { "Jonathan Vollebregt", "reg: Clean up reg_add.", 1 },';
|
||||
echo '+ { "Jonathan Vollebregt", "reg: Clean up reg_delete.", 1 },';
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
# Patchset regedit-String_Termination
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
|
1
patches/reg-Cleanup/definition
Normal file
1
patches/reg-Cleanup/definition
Normal file
@ -0,0 +1 @@
|
||||
Disabled: true
|
Loading…
Reference in New Issue
Block a user