IABSD.fr/ports/lang/python

Branch :


Log

Author Commit Date CI Message
96351808 2026-06-07 17:29:15 update python to 3.14.5 ok kmos@ (MAINTAINER), tb@
f250495d 2026-06-05 13:53:35 bsd.port.mk: python-modules(5) -> python-module(5) twice ok sthen
fbe4baa1 2026-05-22 08:20:27 Add MODPY_WANTLIB to CHECK_LIB_DEPENDS_ARGS in the python module When the python module is in scope, usually the WANTLIB lists are quite big and it's very easy to miss a hardcoded python314 or similar, as shown by recent mistakes I made. Having this expanded and at the start of the WANTLIB list gives a hint that one needs to pay attention and might help reduce mishaps. tested & ok sthen
556b432c 2026-05-16 21:56:52 nerge hotdoc into lang/python/3,-main, otherwise there's no upgrade path to move 7.9-release users onto python 3.14 if they have it installed
30c1a3cb 2026-05-12 13:46:46 add @conflict/@pkgpath for backports-zstd
ff78cf77 2026-05-12 13:45:10 update python/3 to 3.14.4, ok tb (who also helped with build tests and fixing up other ports etc), daniel a few changes to follow _MODPY_SYSTEM_VERSION bumped rather than bumping ERANGE ports
6864fc98 2026-05-12 09:50:42 add variables for a few more things relating to Python version number and substitute them in PLISTs, reducing churn for updates. suggested by daniel@, ok tb kmos
3c1df076 2026-04-15 15:57:02 fix PORTROACH var
51c3d04d 2026-04-14 10:51:23 Update to Python 3.13.13, ok kmos sthen https://www.python.org/downloads/release/python-31313/ Apply the fixes for CVE-2026-6100 (also ok kmos sthen) and on top of this pull in an additional missing bit in the fix for CVE-2026-4519.
8a07a527 2026-03-18 11:14:47 update to python-3.13.12 and patch for recent security fixes. ok tb@ kmos@ https://mail.python.org/archives/list/security-announce@python.org/thread/H6CADMBCDRFGWCMOXWUIHFJNV43GABJ7/ Reject control characters in 'http.cookies.Morsel.update' (CVE-2026-3644) https://mail.python.org/archives/list/security-announce@python.org/thread/5M7CGUW3XBRY7II4DK43KF7NQQ3TPZ6R/ Fix C stack overflow (CVE-2026-4224) when an Expat parser with a registered 'ElementDeclHandler' parses inline DTD containing deeply nested content model.