summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-05-16 15:35:01 (GMT)
committerGitHub <noreply@github.com>2022-05-16 15:35:01 (GMT)
commit7ccdec3d1d837b910cd4fc5525ecde71a1326202 (patch)
tree39e49fdb6b5d4b6166be86cf97454f0c4d270397 /PCbuild/python.props
parenta5ed8947037da5f9d50efd17f70546986dd46c74 (diff)
downloadcpython-7ccdec3d1d837b910cd4fc5525ecde71a1326202.zip
cpython-7ccdec3d1d837b910cd4fc5525ecde71a1326202.tar.gz
cpython-7ccdec3d1d837b910cd4fc5525ecde71a1326202.tar.bz2
bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241) (GH-32250)
(cherry picked from commit 6066739ff7794e54c98c08b953a699cbc961cd28) Co-authored-by: Zachary Ware <zach@python.org>
Diffstat (limited to 'PCbuild/python.props')
-rw-r--r--PCbuild/python.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/python.props b/PCbuild/python.props
index ec33f3d..a2d541b 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -66,7 +66,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>