diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-06-06 06:13:37 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-06-06 06:13:37 (GMT) |
commit | 6b8626628db55b80353bc3452583787ac3af4526 (patch) | |
tree | e78acb8195d860ddcb945e383e6b386766b18d26 /Tools | |
parent | 90bcdd71a5802faeb2d64f1d20914d01afb2f249 (diff) | |
download | cpython-6b8626628db55b80353bc3452583787ac3af4526.zip cpython-6b8626628db55b80353bc3452583787ac3af4526.tar.gz cpython-6b8626628db55b80353bc3452583787ac3af4526.tar.bz2 |
Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/external-common.bat | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat index 7e44199..8453dcb 100644 --- a/Tools/buildbot/external-common.bat +++ b/Tools/buildbot/external-common.bat @@ -21,6 +21,7 @@ cd .. @rem if exist db-4.7.25.0 rd /s/q db-4.7.25.0 @rem if exist openssl-0.9.8y rd /s/q openssl-0.9.8y @rem if exist openssl-1.0.1g rd /s/q openssl-1.0.1g +@rem if exist openssl-1.0.1h rd /s/q openssl-1.0.1h @rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21 @rem bzip @@ -34,8 +35,8 @@ if exist db-4.4.20 rd /s/q db-4.4.20 if not exist db-4.7.25.0 svn export http://svn.python.org/projects/external/db-4.7.25.0 @rem OpenSSL -if exist openssl-0.9.8y rd /s/q openssl-0.9.8y -if not exist openssl-1.0.1g svn export http://svn.python.org/projects/external/openssl-1.0.1g +if exist openssl-1.0.1g rd /s/q openssl-1.0.1g +if not exist openssl-1.0.1h svn export http://svn.python.org/projects/external/openssl-1.0.1h @rem tcl/tk if not exist tcl-8.5.15.0 ( |