Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2025 12:15:36 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dbbb8dec1155 - main - security/py-cryptography: Fix build with LibreSSL 4.2.*
Message-ID:  <202511111215.5ABCFaOB053874@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dbbb8dec1155acc6d686976d80222bdabc78c8de

commit dbbb8dec1155acc6d686976d80222bdabc78c8de
Author:     Jakub Lach <jakub_lach@mailplus.pl>
AuthorDate: 2025-11-11 12:10:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-11 12:10:38 +0000

    security/py-cryptography: Fix build with LibreSSL 4.2.*
    
    PR:             290334
    Obtained from:  https://github.com/rust-openssl/rust-openssl/commit/12800873a0255b61a9e08a4d47095b1b2529835c
---
 security/py-cryptography/files/patch-libressl | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/security/py-cryptography/files/patch-libressl b/security/py-cryptography/files/patch-libressl
new file mode 100644
index 000000000000..619f0e53e8dd
--- /dev/null
+++ b/security/py-cryptography/files/patch-libressl
@@ -0,0 +1,12 @@
+Obtained from:	https://github.com/rust-openssl/rust-openssl/commit/12800873a0255b61a9e08a4d47095b1b2529835c
+
+--- cargo-crates/openssl-sys-0.9.108/build/main.rs.orig	2006-07-24 01:21:28 UTC
++++ cargo-crates/openssl-sys-0.9.108/build/main.rs
+@@ -451,6 +451,7 @@ See rust-openssl documentation for more information:
+             (4, 0, _) => ('4', '0', 'x'),
+             (4, 1, 0) => ('4', '1', '0'),
+             (4, 1, _) => ('4', '1', 'x'),
++            (4, 2, _) => ('4', '2', 'x'),
+             _ => version_error(),
+         };
+ 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511111215.5ABCFaOB053874>