diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-04-02 13:39:03 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-02 13:39:03 (GMT) |
| commit | 16a809ffb7af14898ce9ec8165960d96cbcd4ec3 (patch) | |
| tree | cfa5a5946461890000e2e9f4bced54cfe64f11da /PCbuild/python.props | |
| parent | 1069d529590850e87a11b8c559a7fb296e9c626a (diff) | |
| download | cpython-16a809ffb7af14898ce9ec8165960d96cbcd4ec3.zip cpython-16a809ffb7af14898ce9ec8165960d96cbcd4ec3.tar.gz cpython-16a809ffb7af14898ce9ec8165960d96cbcd4ec3.tar.bz2 | |
bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241)
(cherry picked from commit 6066739ff7794e54c98c08b953a699cbc961cd28)
Co-authored-by: Zachary Ware <zach@python.org>
Diffstat (limited to 'PCbuild/python.props')
| -rw-r--r-- | PCbuild/python.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/python.props b/PCbuild/python.props index 7a11cfa..7b42037 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -67,7 +67,7 @@ <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1n\$(ArchName)\</opensslOutDir> <opensslIncludeDir>$(opensslOutDir)include</opensslIncludeDir> <nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir> - <zlibDir>$(ExternalsDir)\zlib-1.2.11\</zlibDir> + <zlibDir>$(ExternalsDir)\zlib-1.2.12\</zlibDir> <!-- Suffix for all binaries when building for debug --> <PyDebugExt Condition="'$(PyDebugExt)' == '' and $(Configuration) == 'Debug'">_d</PyDebugExt> |
