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 /PCbuild | |
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 'PCbuild')
-rw-r--r-- | PCbuild/pyproject.vsprops | 2 | ||||
-rw-r--r-- | PCbuild/readme.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/pyproject.vsprops b/PCbuild/pyproject.vsprops index dfdc556..0dd61e5 100644 --- a/PCbuild/pyproject.vsprops +++ b/PCbuild/pyproject.vsprops @@ -82,7 +82,7 @@ />
<UserMacro
Name="opensslDir"
- Value="$(externalsDir)\openssl-1.0.1g"
+ Value="$(externalsDir)\openssl-1.0.1h"
/>
<UserMacro
Name="tcltkDir"
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index b96fef2..9c017df 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -132,7 +132,7 @@ _ssl Get the source code through - svn export http://svn.python.org/projects/external/openssl-0.9.8y + svn export http://svn.python.org/projects/external/openssl-1.0.1h ** NOTE: if you use the Tools\buildbot\external(-amd64).bat approach for obtaining external sources then you don't need to manually get the source |