This is an automated email from the ASF dual-hosted git repository.

bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new d630e8c3e [ssl_tests] Correct ubuntu version on comment.
d630e8c3e is described below

commit d630e8c3ec2ab7575c6cd4b21665e73588ccd52b
Author: Jason Zhou <[email protected]>
AuthorDate: Mon Jul 15 13:24:46 2024 -0400

    [ssl_tests] Correct ubuntu version on comment.
    
    This commit is part of our effort to upgrade jenkins ubuntu version to
    22.04.
    
    Review: https://reviews.apache.org/r/75089/
---
 3rdparty/libprocess/src/tests/ssl_tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/3rdparty/libprocess/src/tests/ssl_tests.cpp 
b/3rdparty/libprocess/src/tests/ssl_tests.cpp
index 10e609d8a..f2c1e680a 100644
--- a/3rdparty/libprocess/src/tests/ssl_tests.cpp
+++ b/3rdparty/libprocess/src/tests/ssl_tests.cpp
@@ -123,7 +123,7 @@ static const vector<string> protocols = {
 #ifndef OPENSSL_NO_SSL3
   "LIBPROCESS_SSL_ENABLE_SSL_V3",
 #endif
-  // Removed TLS 1.0 and 1.1 as they're not supported by ubuntu 20.04
+  // Removed TLS 1.0 and 1.1 as they're not supported by ubuntu >= 20.04.
   // 
https://discourse.ubuntu.com/t/spec-tls-1-0-and-1-1-are-disabled-by-default/41868
   "LIBPROCESS_SSL_ENABLE_TLS_V1_2",
 // On some platforms, we need to build against OpenSSL versions that

Reply via email to