Update timestamp server URLs

This commit is contained in:
Kovid Goyal 2017-05-12 09:56:25 +05:30
parent dd2420bcde
commit 6206f7687d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -548,7 +548,7 @@ class Win32Freeze(Command, WixMixIn):
'https://calibre-ebook.com', '/tr'] 'https://calibre-ebook.com', '/tr']
def runcmd(cmd): 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: try:
subprocess.check_call(cmd + [timeserver] + files) subprocess.check_call(cmd + [timeserver] + files)
break break
@ -771,7 +771,3 @@ class Win32Freeze(Command, WixMixIn):
zf.writestr(zinfo, f.read()) zf.writestr(zinfo, f.read())
self.zf_names.add(name) self.zf_names.add(name)