FreeBSD Bugzilla – Attachment 240339 Details for
Bug 269705
net-im/py-matrix-synapse does not run
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
testfix1
py-cryptography-libressl-testfix1.diff (text/plain), 1.20 KB, created by
Felix Palmen
on 2023-02-23 10:06:54 UTC
(
hide
)
Description:
testfix1
Filename:
MIME Type:
Creator:
Felix Palmen
Created:
2023-02-23 10:06:54 UTC
Size:
1.20 KB
patch
obsolete
>diff --git a/security/py-cryptography/files/patch-libressl35 b/security/py-cryptography/files/patch-libressl35 >index d0b7d798dc7a..7ebaa7b74d6a 100644 >--- a/security/py-cryptography/files/patch-libressl35 >+++ b/security/py-cryptography/files/patch-libressl35 >@@ -246,20 +246,15 @@ > > #if CRYPTOGRAPHY_OPENSSL_LESS_THAN_111 > static const long Cryptography_HAS_KEYLOG = 0; >-@@ -583,13 +578,6 @@ static const long Cryptography_HAS_TLS_ST = 1; >- static const long Cryptography_HAS_TLS_ST = 0; >- static const long TLS_ST_BEFORE = 0; >- static const long TLS_ST_OK = 0; >--#endif >-- >--#if CRYPTOGRAPHY_IS_LIBRESSL >+@@ -586,8 +581,6 @@ static const long Cryptography_HAS_TLS_ST = 1; >+ #endif >+ >+ #if CRYPTOGRAPHY_IS_LIBRESSL > -static const long SSL_OP_NO_DTLSv1 = 0; > -static const long SSL_OP_NO_DTLSv1_2 = 0; >--long (*DTLS_set_link_mtu)(SSL *, long) = NULL; >--long (*DTLS_get_link_min_mtu)(SSL *) = NULL; >+ long (*DTLS_set_link_mtu)(SSL *, long) = NULL; >+ long (*DTLS_get_link_min_mtu)(SSL *) = NULL; > #endif >- >- static const long Cryptography_HAS_DTLS = 1; > --- src/_cffi_src/openssl/x509.py.orig 2022-10-17 11:26:23 UTC > +++ src/_cffi_src/openssl/x509.py > @@ -276,33 +276,8 @@ void X509_REQ_get0_signature(const X509_REQ *, const A
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269705
:
240339
|
240367