Merge pull request #377
This commit is contained in:
@@ -68,6 +68,16 @@
|
||||
using unlimited number of forks (-j without parameter) causes
|
||||
'Resource temporarily unavailable' error
|
||||
|
||||
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 SHA384,
|
||||
by appending ?td=sha384 to above URL
|
||||
|
||||
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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user