summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-07-22 13:17:19 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-07-22 13:17:19 (GMT)
commite09518ca50177d1dd0e1e156f481cd51562a394b (patch)
tree280db8d9f995822bc5bb273e80babb994f3d75e7 /Help
parent7bfbcc75a3158677897b2a80b02500425620e714 (diff)
parent11768733d321df55b0efcb70b278c71b8e216cf7 (diff)
downloadCMake-e09518ca50177d1dd0e1e156f481cd51562a394b.zip
CMake-e09518ca50177d1dd0e1e156f481cd51562a394b.tar.gz
CMake-e09518ca50177d1dd0e1e156f481cd51562a394b.tar.bz2
Merge topic 'nsis-protect-uninst-exec'
11768733 NSIS: Quote uninstaller path when executing it in a shell
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.6.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/3.6.rst b/Help/release/3.6.rst
index 771c9dd..144537d 100644
--- a/Help/release/3.6.rst
+++ b/Help/release/3.6.rst
@@ -308,3 +308,9 @@ Other Changes
preferred future use is upper cased component names in variables.
New variables that will be added to CPackRPM in later versions
will only support upper cased component variable format.
+
+* The CPack NSIS generator's configuration file template was fixed to
+ quote the path to the uninstaller tool used by the
+ :variable:`CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL` option.
+ This avoids depending on an insecure Windows feature to run an
+ uninstaller tool with a space in the path.