diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-08-18 21:43:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-18 21:43:54 (GMT) |
commit | 93d0cb58b4da2a88c56f472c6c19491cc7a390df (patch) | |
tree | fb322e20a1808ece6a5fa3d9f3fb2a1c7f53bc14 /Misc | |
parent | c99d41f9c0304fcf06550515c3db55f93a629e9e (diff) | |
download | cpython-93d0cb58b4da2a88c56f472c6c19491cc7a390df.zip cpython-93d0cb58b4da2a88c56f472c6c19491cc7a390df.tar.gz cpython-93d0cb58b4da2a88c56f472c6c19491cc7a390df.tar.bz2 |
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)
* 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
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Security/2017-08-16-16-35-59.bpo-30947.iNMmm4.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2017-08-16-16-35-59.bpo-30947.iNMmm4.rst b/Misc/NEWS.d/next/Security/2017-08-16-16-35-59.bpo-30947.iNMmm4.rst new file mode 100644 index 0000000..3caca9a7 --- /dev/null +++ b/Misc/NEWS.d/next/Security/2017-08-16-16-35-59.bpo-30947.iNMmm4.rst @@ -0,0 +1,2 @@ +Upgrade libexpat embedded copy from version 2.2.1 to 2.2.3 to get security +fixes. |