mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
MDEV-24554 Windows authenticode signing stopped working
Change the default timestamping URL, again http://timestamp.globalsign.com/?signature=sha2 seems to work fine atm
This commit is contained in:
parent
987cfa227d
commit
f2c79eda4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue