2023-11-10 13:13:22 by Nia Alarie | Files touched by this commit (5) |
Log message: python: Honour user's choice of readline implementation. |
2023-11-10 10:48:40 by Nia Alarie | Files touched by this commit (10) |
Log message: python39, python310: Fixes for Mac OS X 10.4 via MacPorts. |
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message: *: recursive bump for icu 74.1 |
2023-10-27 10:02:30 by Thomas Klausner | Files touched by this commit (4) |
Log message: python*: needs wide curses |
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message: *: bump for openssl 3 |
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-08-25 10:26:49 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message: python310 py310-html-docs: updated to 3.10.13 Python 3.10.13 Security gh-108310: Fixed an issue where instances of ssl.SSLSocket were vulnerable to a \ bypass of the TLS handshake and included protections (like certificate \ verification) and treating sent unencrypted data as if it were post-handshake \ TLS encrypted data. Security issue reported as CVE-2023-40217 by Aapo Oksman. \ Patch by Gregory P. Smith. Library gh-107845: tarfile.data_filter() now takes the location of symlinks into account \ when determining their target, so it will no longer reject some valid tarballs \ with LinkOutsideDestinationError. Tools/Demos gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, \ 3.0.10, and 3.1.2. C API gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data: *consumed was \ not set. |
2023-08-15 16:39:08 by Amitai Schleier | Files touched by this commit (4) |
Log message: python3*: when linking with pkgsrc gettext, pass -lintl. When linking with builtin gettext, NFCI. Fixes PREFER_PKGSRC=gettext-lib builds on at least NetBSD 9 and 10. |