Skip to content

Commit

Permalink
Merge pull request #377
Browse files Browse the repository at this point in the history
  • Loading branch information
alcz committed Jan 27, 2025
2 parents 867b220 + 5baf6c7 commit 23c23e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/hbmk2/hbmk2.prg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 23c23e1

Please sign in to comment.