summaryrefslogtreecommitdiffstats
path: root/external/python3/internal-zlib.patch.0
Commit message (Collapse)AuthorAgeFilesLines
* Python3: update to 3.8.15Taichi Haradaguchi2023-02-241-3/+3
| | | | | | | | | | | | | | * Fixes CVE-2022-40674 * Removed 0001-3.6-bpo-17239-Disable-external-entities-in-SAX-parse.patch.1 as fixed upstream Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141691 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit ea5843b67f1c2006aa1f68f2d00a991e1d463262) (cherry picked from commit 9ac10884373aaa810e43187334334236c4e15a75) Change-Id: I8e71f9a6b013ca4c45bf8774b284be98eee71bab
* python3: update to 3.8.4Jan-Marek Glogowski2023-02-231-8/+8
| | | | | | | | | | | | | | | | | | | | | | | With all the prerequisites in place, LO can be updated to the current Python release. Interestingly I found that Cygwin always seems to use LC_COLLATE=C, probably because the default collation rules are missing. Then there are the changes introduced in "PEP 587 -- Python Initialization Configuration", which appearingly have modified the DLL search path behaviour on Windows, so the OpenSLL DLLs aren't found anymore in the program directory. As a workaround, the OpenSLL and libffi DLLs are now (also) installed into the Python lib dir on Windows. Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98437 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> (cherry picked from commit b4dfba947768834ffecc09056992019878711c8b) (cherry picked from commit 86354017a30c08aba8389dbc6c822955c9aab3d5) Change-Id: Ib82f7b77213da9c525f8c79a13d128d9eec9ca64
* fix build of bundled python3 with bundled zlibDavid Tardon2016-11-041-0/+9
| | | | Change-Id: I383a04ea926187263b1d7e11c548817fa9ca3fb6
* external/python3: Fix building against external/zlibStephan Bergmann2016-09-161-0/+46
...whose (static) library is called "zlib" instead of just "z". (I ran into this when trying to do a 32-bit Linux build in a 64-bit environment, with only very limited 32-bit support installed in the system.) Change-Id: I9286975917ddf643a22803561677af035e66fb98 Reviewed-on: https://gerrit.libreoffice.org/28964 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>