diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-06-06 06:23:53 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-06-06 06:23:53 (GMT) |
commit | 7d55da42a4e7f1145f14312b703298aff25c0e06 (patch) | |
tree | b5673e5d0a1dc7afda0ef42230fc4dd63f98ef92 /Tools/buildbot | |
parent | 2c0781853ad0ea24391a645aa8be222a27a13f2f (diff) | |
download | cpython-7d55da42a4e7f1145f14312b703298aff25c0e06.zip cpython-7d55da42a4e7f1145f14312b703298aff25c0e06.tar.gz cpython-7d55da42a4e7f1145f14312b703298aff25c0e06.tar.bz2 |
Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/external-common.bat | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat index 76fe7d2..ebee25a 100644 --- a/Tools/buildbot/external-common.bat +++ b/Tools/buildbot/external-common.bat @@ -10,7 +10,7 @@ cd .. @rem if exist tcl-8.6.1.0 rd /s/q tcl-8.6.1.0 @rem if exist tk-8.6.1.0 rd /s/q tk-8.6.1.0 @rem if exist db-4.4.20 rd /s/q db-4.4.20 -@rem if exist openssl-1.0.1e 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.7.12 rd /s/q sqlite-3.7.12 @rem bzip @@ -20,9 +20,9 @@ if not exist bzip2-1.0.6 ( ) @rem OpenSSL -if not exist openssl-1.0.1g ( - rd /s/q openssl-1.0.1e - svn export http://svn.python.org/projects/external/openssl-1.0.1g +if not exist openssl-1.0.1h ( + rd /s/q openssl-1.0.1g + svn export http://svn.python.org/projects/external/openssl-1.0.1h ) @rem tcl/tk |