From 6206f7687d2c49f793ec21f25a358d2a58c4524a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 12 May 2017 09:56:25 +0530 Subject: [PATCH] Update timestamp server URLs --- setup/installer/windows/freeze.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup/installer/windows/freeze.py b/setup/installer/windows/freeze.py index 539ec35ff3..4d173b064b 100644 --- a/setup/installer/windows/freeze.py +++ b/setup/installer/windows/freeze.py @@ -548,7 +548,7 @@ class Win32Freeze(Command, WixMixIn): 'https://calibre-ebook.com', '/tr'] def runcmd(cmd): - for timeserver in ('http://timestamp.geotrust.com/tsa', 'http://timestamp.comodoca.com/rfc3161',): + for timeserver in ('http://sha256timestamp.ws.symantec.com/sha256/timestamp', 'http://timestamp.comodoca.com/rfc3161',): try: subprocess.check_call(cmd + [timeserver] + files) break @@ -771,7 +771,3 @@ class Win32Freeze(Command, WixMixIn): zf.writestr(zinfo, f.read()) self.zf_names.add(name) - - - -