Benjamin Peterson
e73b93ab3e
[2.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16408)
...
Fixes CVE-2019-15903. See full changelog at https://github.com/libexpat/libexpat/blob/R_2_2_8/expat/Changes ..
(cherry picked from commit 52b9408038
)
Co-authored-by: Benjamin Peterson <benjamin@python.org>
2019-09-25 21:49:04 -07:00
Victor Stinner
ec4ab09b7c
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 ( #3106 ) ( #3145 )
...
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3
* Add NEWS entry
* Add new loadlibrary.c
* expat_external.h: restore include "pyexpatns.h"
* PCbuild: add expat/loadlibrary.c
* Define XML_POOR_ENTROPY to compile expat
Python 2.7 backport: add expat/loadlibrary.c to PC/VS9.0/ project
files (_elementtree and pyexpat).
(cherry picked from commit 93d0cb58b4
)
2017-08-19 01:06:45 +02:00
Segev Finer
d0ae4be443
bpo-30726: Add _CRT_SECURE_NO_WARNINGS to _elementtree and pyexpat projects ( #2572 )
2017-07-04 20:40:04 +02:00
Jeremy Kloth
ab3b0ade50
bpo-29591: Update VS project files ( #2310 )
...
* Silence warnings caused by duplicated defines from Modules\expat\winconfig.h
* Add WIN32 define to VS9.0 project files to match MSBuild project files.
2017-06-21 21:14:53 +02:00
Zachary Ware
4734372aa0
Close #24508 : Backport the 3.5 MSBuild project files.
...
The old project files move to PC/VS9.0 and remain supported.
VS2008 is still required to build 2.7; VS2010 (or later, plus Windows SDK 7.1)
is *also* required to use the new project files.
2015-07-16 00:24:48 -05:00