2023-10-24 11:12:37 by Thomas Klausner | Files touched by this commit (6) |
Log message: python*: explicitly add --with-system-expat To make sure expat module is linked against expat library. Bump PKGREVISION. |
2023-10-23 10:50:36 by Thomas Klausner | Files touched by this commit (6) |
Log message: python*: add SUPERSEDES |
2023-10-23 08:36:01 by Thomas Klausner | Files touched by this commit (22) |
Log message: python*: include some standard modules in the base Python package As proposed on tech-pkg Bump PKGREVISION. |
2023-06-27 12:35:30 by Taylor R Campbell | Files touched by this commit (12) |
Log message: python: Override sys.platform with PY_PLATNAME when cross-compiling. For this purpose, factor the PY_PLATNAME definition out into a new lang/pythonNN/platname.mk file. It's not the same for 2.x and 3.x; perhaps we could factor it out further into a single 2.x vs 3.x conditional but this is a more mechanical change that makes it easier to audit for now. |
2023-05-30 01:33:48 by David H. Gutteridge | Files touched by this commit (4) |
Log message: python27: add backported security fix for CVE-2023-24329 |
2023-01-08 01:54:30 by David H. Gutteridge | Files touched by this commit (4) |
Log message: python27: add backported security fix for CVE-2022-45061 |
2022-08-11 03:32:50 by David H. Gutteridge | Files touched by this commit (7) |
Log message: python27: add backported security patching Fix CVE-2015-20107: Make mailcap refuse to match unsafe filenames/types/params Via Fedora: https://src.fedoraproject.org/rpms/python2.7/raw/a9b12e85bd4d3280e07bc3bfa72a9f2b674cb4ff/f/00382-cve-2015-20107.patch |
2022-07-23 16:57:33 by Thomas Klausner | Files touched by this commit (1) |
Log message: python27: set path to pkg-config in environment avoids hardcoding WRKDIR path to it in binary |
2022-06-21 02:26:04 by David H. Gutteridge | Files touched by this commit (1) |
Log message: python27: note this package has been EOL for a while |
2022-05-13 21:24:03 by Tobias Nygren | Files touched by this commit (1) |
Log message: python27: properly undo the isysroot change |