summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2021-03-16 00:15:34 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2021-03-16 00:15:34 +0100
commitf2c79eda4bf9279f5fcdc6c0905e5a8127a697b8 (patch)
tree9f206dd2a29f5fa7e88bc432474c755b3feb6b97
parent987cfa227d740ae07ca0c092ebefeb425c8af957 (diff)
downloadmariadb-git-f2c79eda4bf9279f5fcdc6c0905e5a8127a697b8.tar.gz
MDEV-24554 Windows authenticode signing stopped working
Change the default timestamping URL, again http://timestamp.globalsign.com/?signature=sha2 seems to work fine atm
-rw-r--r--cmake/install_macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/install_macros.cmake b/cmake/install_macros.cmake
index c1fb46a64a7..3b74ad80ef8 100644
--- a/cmake/install_macros.cmake
+++ b/cmake/install_macros.cmake
@@ -182,7 +182,7 @@ IF(WIN32)
MARK_AS_ADVANCED(SIGNCODE)
IF(SIGNCODE)
SET(SIGNTOOL_PARAMETERS
- /a /t http://timestamp.globalsign.com/scripts/timstamp.dll
+ /a /t http://timestamp.globalsign.com/?signature=sha2
CACHE STRING "parameters for signtool (list)")
FIND_PROGRAM(SIGNTOOL_EXECUTABLE signtool
PATHS "$ENV{ProgramFiles}/Microsoft SDKs/Windows/v7.0A/bin"