From: Steve Dower Date: Mon, 8 Feb 2016 17:26:25 +0000 (-0800) Subject: Updates build to use SHA256 hash when signing files X-Git-Tag: v2.7.12rc1~240 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db28718ebe03f618394bf0319d9647b1f3467aa3;p=thirdparty%2FPython%2Fcpython.git Updates build to use SHA256 hash when signing files --- diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 219c0edf78a5..a56e40afbc8c 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -1436,6 +1436,7 @@ merge(msiname, "SharedCRT", "TARGETDIR", modules) if certname: os.system('signtool sign /n "%s" ' '/t http://timestamp.verisign.com/scripts/timestamp.dll ' + '/fd SHA256 ' '/d "Python %s" ' '%s' % (certname, full_current_version, msiname))