summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2019-09-26 04:57:14 (GMT)
committerGitHub <noreply@github.com>2019-09-26 04:57:14 (GMT)
commitd75bf44a2812a249663f979dc8379d27c1633ba5 (patch)
treee9a97cd9a9db45304b5f495f437f618cdc1b06d6 /PCbuild
parentb92b8c53f63d2e805288ac2c665bf5887d1b7ca6 (diff)
downloadcpython-d75bf44a2812a249663f979dc8379d27c1633ba5.zip
cpython-d75bf44a2812a249663f979dc8379d27c1633ba5.tar.gz
cpython-d75bf44a2812a249663f979dc8379d27c1633ba5.tar.bz2
[3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409)
Fixes CVE-2019-15903. See full changelog at https://github.com/libexpat/libexpat/blob/R_2_2_8/expat/Changes. (cherry picked from commit 52b940803860e37bcc3f6096b2d24e7c20a0e807)
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/_elementtree.vcxproj1
-rw-r--r--PCbuild/_elementtree.vcxproj.filters3
-rw-r--r--PCbuild/pyexpat.vcxproj1
-rw-r--r--PCbuild/pyexpat.vcxproj.filters3
4 files changed, 0 insertions, 8 deletions
diff --git a/PCbuild/_elementtree.vcxproj b/PCbuild/_elementtree.vcxproj
index 33a0173..4a125b2 100644
--- a/PCbuild/_elementtree.vcxproj
+++ b/PCbuild/_elementtree.vcxproj
@@ -116,7 +116,6 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\Modules\_elementtree.c" />
- <ClCompile Include="..\Modules\expat\loadlibrary.c" />
<ClCompile Include="..\Modules\expat\xmlparse.c" />
<ClCompile Include="..\Modules\expat\xmlrole.c" />
<ClCompile Include="..\Modules\expat\xmltok.c" />
diff --git a/PCbuild/_elementtree.vcxproj.filters b/PCbuild/_elementtree.vcxproj.filters
index 4597ee5..6acdf35 100644
--- a/PCbuild/_elementtree.vcxproj.filters
+++ b/PCbuild/_elementtree.vcxproj.filters
@@ -33,9 +33,6 @@
<ClInclude Include="..\Modules\expat\latin1tab.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="..\Modules\expat\loadlibrary.c">
- <Filter>Header Files</Filter>
- </ClInclude>
<ClInclude Include="..\Modules\expat\macconfig.h">
<Filter>Header Files</Filter>
</ClInclude>
diff --git a/PCbuild/pyexpat.vcxproj b/PCbuild/pyexpat.vcxproj
index 28a11a8..b2d9f5d 100644
--- a/PCbuild/pyexpat.vcxproj
+++ b/PCbuild/pyexpat.vcxproj
@@ -100,7 +100,6 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\Modules\pyexpat.c" />
- <ClCompile Include="..\Modules\expat\loadlibrary.c" />
<ClCompile Include="..\Modules\expat\xmlparse.c" />
<ClCompile Include="..\Modules\expat\xmlrole.c" />
<ClCompile Include="..\Modules\expat\xmltok.c" />
diff --git a/PCbuild/pyexpat.vcxproj.filters b/PCbuild/pyexpat.vcxproj.filters
index cb02847..f8d4602 100644
--- a/PCbuild/pyexpat.vcxproj.filters
+++ b/PCbuild/pyexpat.vcxproj.filters
@@ -20,9 +20,6 @@
<ClCompile Include="..\Modules\pyexpat.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\Modules\expat\loadlibrary.c">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="..\Modules\expat\xmlparse.c">
<Filter>Source Files</Filter>
</ClCompile>