Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (9084e17a5fa74b38021b699c5e2b8732c87e34a4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (9084e17a5fa74b38021b699c5e2b8732c87e34a4)
  • Date: Thu, 4 Dec 2025 02:47:51 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

devel/python3/DETAILS | 6
+++---
devel/python3/HISTORY | 4 ++++
devel/python3/patches-3.14/0001-Fix-build-against-LibreSSL.patch | 9
---------
3 files changed, 7 insertions(+), 12 deletions(-)

New commits:
commit 9084e17a5fa74b38021b699c5e2b8732c87e34a4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/python3: versions 3.14.1/3.13.10

diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index 619a3d4..a9e1d81 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -2,12 +2,12 @@
case "$PYTHON3_BRANCH" in
devel| \
3.14)
- VERSION=3.14.0
-
SOURCE_HASH="sha512:46e9e205c3a084cba68bf7f267ab2fd0862a05430165e0eb713f2d6b3a1a4452f72f563de5de55caea824be9df56f66dd568f4814941667a9bb0954229772c53"
+ VERSION=3.14.1
+
SOURCE_HASH="sha512:b5ec011190536126fedade5c33a4afabc081a133ad5c734f4b872769d376735775219d63a482812d139fdd90c46707927065ab9dc733d0bce2d1ebc59fe705a2"
;;
stable| \
3.13)
- VERSION=3.13.9 ;;
+ VERSION=3.13.10 ;;
3.12)
VERSION=3.12.11 ;;
3.11)
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index 6cbc3ec..47a0a6b 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,7 @@
+2025-12-03 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: versions 3.14.1/3.13.10
+ * patches-3.14/0001-Fix-build-against-LibreSSL.patch: updated
+
2025-10-14 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.13.9
* BUILD: optimizations should be off for 3.14 too
diff --git a/devel/python3/patches-3.14/0001-Fix-build-against-LibreSSL.patch
b/devel/python3/patches-3.14/0001-Fix-build-against-LibreSSL.patch
index 3ff3bd2..bf8b6df 100644
--- a/devel/python3/patches-3.14/0001-Fix-build-against-LibreSSL.patch
+++ b/devel/python3/patches-3.14/0001-Fix-build-against-LibreSSL.patch
@@ -1,14 +1,5 @@
--- a/Modules/_ssl.c
+++ b/Modules/_ssl.c
-@@ -907,7 +907,7 @@ newPySSLSocket(PySSLContext *sslctx, PySocketSockObject
*sock,
- }
-
- /* bpo43522 and OpenSSL < 1.1.1l: copy hostflags manually */
--#if OPENSSL_VERSION < 0x101010cf
-+#if OPENSSL_VERSION_NUMBER < 0x101010cf
- X509_VERIFY_PARAM *ssl_verification_params = SSL_get0_param(self->ssl);
- X509_VERIFY_PARAM *ssl_ctx_verification_params =
SSL_CTX_get0_param(ctx);
-
@@ -3859,7 +3859,11 @@ _ssl__SSLContext__host_flags_get_impl(PySSLContext
*self)
unsigned int host_flags;



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (9084e17a5fa74b38021b699c5e2b8732c87e34a4), Pavel Vinogradov, 12/03/2025

Archive powered by MHonArc 2.6.24.

Top of Page