diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2021-01-09 18:34:28 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2021-01-09 18:34:28 +0100 |
commit | 3b548d3bbf888e7c9e9853cf826e528b5195d8bd (patch) | |
tree | 244635ffbd61f30f7d4bf98a4cb83a9993a00ed8 | |
parent | 775fccea0c24b529bb2ec6888e34e7fae2ba25dd (diff) | |
download | mariadb-git-3b548d3bbf888e7c9e9853cf826e528b5195d8bd.tar.gz |
MDEV-24554 Do not use verisign server for authenticode timestamping
-rw-r--r-- | cmake/install_macros.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/install_macros.cmake b/cmake/install_macros.cmake index c0802399e5d..c1fb46a64a7 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.verisign.com/scripts/timstamp.dll + /a /t http://timestamp.globalsign.com/scripts/timstamp.dll CACHE STRING "parameters for signtool (list)") FIND_PROGRAM(SIGNTOOL_EXECUTABLE signtool PATHS "$ENV{ProgramFiles}/Microsoft SDKs/Windows/v7.0A/bin" |