From 5baf6c7210c15bd775d9b1d6064ef4c571dd0ded Mon Sep 17 00:00:00 2001 From: Mario Wan Stadnik Date: Fri, 24 Jan 2025 19:15:12 -0300 Subject: [PATCH] 2025-01-24 19:12 UTC-0300 Mario Wan Stadnik (wanstadnik gmail.com) 2025-01-24 19:15 UTC-0300 Mario Wan Stadnik (wanstadnik gmail.com) * utils/hbmk2/hbmk2.prg * http://timestamp.verisign.com/scripts/timstamp.dll has limped along for the last few years and had been working in a sort of depreciated state, but the new owners of the certificate issuing business, DigiCert, have issued a migration alert so we are switching to: http://timestamp.comodoca.com/authenticode ; It allows the user to choose the algorithm: SHA256 or SH1 --- ChangeLog.txt | 9 +++++++++ utils/hbmk2/hbmk2.prg | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index e2febdcc7a..8750aefcc3 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,15 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2025-01-24 19:15 UTC-0300 Mario Wan Stadnik (wanstadnik gmail.com) + * utils/hbmk2/hbmk2.prg + * http://timestamp.verisign.com/scripts/timstamp.dll has limped + along for the last few years and had been working in a sort + of depreciated state, but the new owners of the certificate + issuing business, DigiCert, have issued a migration alert so + we are switching to: http://timestamp.comodoca.com/authenticode + ; It allows the user to choose the algorithm: SHA256 or SH1 + 2025-01-24 15:02 UTC+0100 Aleksander Czajczynski (hb fki.pl) * contrib/hbct/dattime3.c ! fixed in block variable declaration for strict ANSI C compat diff --git a/utils/hbmk2/hbmk2.prg b/utils/hbmk2/hbmk2.prg index fea74cd4ba..6211f6c42e 100644 --- a/utils/hbmk2/hbmk2.prg +++ b/utils/hbmk2/hbmk2.prg @@ -273,7 +273,7 @@ EXTERNAL hbmk_KEYW #define _HBMK_SPECDIR_CONTRIB "contrib" #define _HBMK_SPECDIR_ADDONS "addons" -#define _HBMK_SIGN_TIMEURL "http://timestamp.verisign.com/scripts/timstamp.dll" +#define _HBMK_SIGN_TIMEURL "http://timestamp.comodoca.com/authenticode" #define _HBMK_HBEXTREQ "__HBEXTREQ__" #define _HBMK_WITH_TPL "HBMK_WITH_%1$s"