Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (40202f5c2c9ce325385052ac20a7496acf66c070)
  • Date: Sat, 4 Nov 2023 20:25:41 +0000

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

devel/python3/HISTORY | 4 ++
devel/python3/patches-3.12/0001-Fix-build-against-LibreSSL.patch | 15
++++++++++
2 files changed, 19 insertions(+)

New commits:
commit 40202f5c2c9ce325385052ac20a7496acf66c070
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/python3: updated the patch to build hashlib module with LibreSSL

diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index 07da2b3..f01cbca 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,7 @@
+2023-11-04 Pavel Vinogradov <public AT sorcemage.org>
+ * patches-3.12/0001-Fix-build-against-LibreSSL.patch: updated to
build hashlib
+ module with LibreSSL
+
2023-10-16 Thomas Orgis <sobukus AT sourcemage.org>
* UP_TRIGGERS: fix for upgrades from 3.10 on

diff --git a/devel/python3/patches-3.12/0001-Fix-build-against-LibreSSL.patch
b/devel/python3/patches-3.12/0001-Fix-build-against-LibreSSL.patch
index 886919a..76b3617 100644
--- a/devel/python3/patches-3.12/0001-Fix-build-against-LibreSSL.patch
+++ b/devel/python3/patches-3.12/0001-Fix-build-against-LibreSSL.patch
@@ -82,3 +82,18 @@ Signed-off-by: Ismael Luceno <ismael AT iodev.co.uk>

static PyObject *
get_security_level(PySSLContext *self, void *c)
+diff --git a/configure b/configure
+index b6f90bc..c71b68a 100755
+--- a/configure
++++ b/configure
+@@ -28265,8 +28265,10 @@ main (void)
+ OBJ_nid2sn(NID_md5);
+ OBJ_nid2sn(NID_sha1);
+ OBJ_nid2sn(NID_sha3_512);
++#if !defined(LIBRESSL_VERSION_NUMBER)
+ OBJ_nid2sn(NID_blake2b512);
+ EVP_PBE_scrypt(NULL, 0, NULL, 0, 2, 8, 1, 0, NULL, 0);
++#endif
+
+ ;
+ return 0;



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (40202f5c2c9ce325385052ac20a7496acf66c070), Pavel Vinogradov, 11/04/2023

Archive powered by MHonArc 2.6.24.

Top of Page