diff options
author | Steve Dower <steve.dower@python.org> | 2022-03-07 18:23:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 18:23:29 (GMT) |
commit | 105b9ac00174d7bcc653f9e9dc5052215e197c77 (patch) | |
tree | 118e404048d93ee1779b2c24d4b9bc37467a0fcf /PCbuild/python.props | |
parent | c1069a46752d81504d9a3c106ca320cc991c659d (diff) | |
download | cpython-105b9ac00174d7bcc653f9e9dc5052215e197c77.zip cpython-105b9ac00174d7bcc653f9e9dc5052215e197c77.tar.gz cpython-105b9ac00174d7bcc653f9e9dc5052215e197c77.tar.bz2 |
bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31731)
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 c614c15..71531b5 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -62,7 +62,7 @@ <ExternalsDir Condition="$(ExternalsDir) == ''">$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals`))</ExternalsDir> <ExternalsDir Condition="!HasTrailingSlash($(ExternalsDir))">$(ExternalsDir)\</ExternalsDir> <sqlite3Dir>$(ExternalsDir)sqlite-3.37.2.0\</sqlite3Dir> - <bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir> + <bz2Dir>$(ExternalsDir)bzip2-1.0.8\</bz2Dir> <lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir> <libffiDir>$(ExternalsDir)libffi-3.4.2\</libffiDir> <libffiOutDir>$(ExternalsDir)libffi-3.4.2\$(ArchName)\</libffiOutDir> |