gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 79/264: travis: update the ngtcp2 build to use the latest OpenSS


From: gnunet
Subject: [gnurl] 79/264: travis: update the ngtcp2 build to use the latest OpenSSL patch
Date: Thu, 30 Apr 2020 16:06:22 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit c4c0b04585c1536449cc94d69daf8eb02396f5ea
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Mar 24 23:16:03 2020 +0100

    travis: update the ngtcp2 build to use the latest OpenSSL patch
    
    ... which also makes it OpenSSL 1.1.1d based and not v3.
---
 scripts/travis/before_script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh
index 3baa86c43..32fc4b45a 100755
--- a/scripts/travis/before_script.sh
+++ b/scripts/travis/before_script.sh
@@ -26,7 +26,7 @@ set -eo pipefail
 
 if [ "$NGTCP2" = yes ]; then
   cd $HOME
-  git clone --depth 1 -b openssl-quic-draft-23 
https://github.com/tatsuhiro-t/openssl possl
+  git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-27 
https://github.com/tatsuhiro-t/openssl possl
   cd possl
   ./config enable-tls1_3 --prefix=$HOME/ngbuild
   make

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]