[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 37/411: HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29
From: |
gnunet |
Subject: |
[gnurl] 37/411: HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29 |
Date: |
Wed, 13 Jan 2021 01:17:32 +0100 |
This is an automated email from the git hooks/post-receive script.
nikita pushed a commit to branch master
in repository gnurl.
commit 9ee5701f12818e455c898c1a660cfd11d7e46518
Author: Eric Curtin <ericcurtin17@gmail.com>
AuthorDate: Thu Aug 27 12:14:19 2020 +0100
HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29
Closes #5871
---
docs/HTTP3.md | 2 +-
scripts/travis/before_script.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index 44381ae10..fa9d24437 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -33,7 +33,7 @@ in the master branch using pull-requests, just like ordinary
changes.
Build (patched) OpenSSL
- % git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-27
https://github.com/tatsuhiro-t/openssl
+ % git clone --depth 1 -b OpenSSL_1_1_1g-quic-draft-29
https://github.com/tatsuhiro-t/openssl
% cd openssl
% ./config enable-tls1_3 --prefix=<somewhere1>
% make
diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh
index 1938f9e48..e8bf71950 100755
--- a/scripts/travis/before_script.sh
+++ b/scripts/travis/before_script.sh
@@ -43,7 +43,7 @@ if [ "$NGTCP2" = yes ]; then
make install
else
cd $HOME
- git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-27
https://github.com/tatsuhiro-t/openssl possl
+ git clone --depth 1 -b OpenSSL_1_1_1g-quic-draft-29
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
gnunet@gnunet.org.
- [gnurl] 53/411: RELEASE-NOTES: synced, (continued)
- [gnurl] 53/411: RELEASE-NOTES: synced, gnunet, 2021/01/12
- [gnurl] 65/411: mqtt: enable by default, gnunet, 2021/01/12
- [gnurl] 58/411: tests/getpart: use MIME::Base64 instead of home-cooked, gnunet, 2021/01/12
- [gnurl] 63/411: url: remove funny embedded comments in Curl_disonnect calls, gnunet, 2021/01/12
- [gnurl] 46/411: docs: SSLCERTS: fix English syntax, gnunet, 2021/01/12
- [gnurl] 70/411: lib/Makefile.am: bump VERSIONINFO due to new functions, gnunet, 2021/01/12
- [gnurl] 71/411: test971: show test mismatches "inline", gnunet, 2021/01/12
- [gnurl] 44/411: curl.1: fix typo invokved -> invoked, gnunet, 2021/01/12
- [gnurl] 54/411: select: simplify return code handling for poll and select, gnunet, 2021/01/12
- [gnurl] 69/411: optiontable: use DEBUGBUILD, gnunet, 2021/01/12
- [gnurl] 37/411: HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29,
gnunet <=
- [gnurl] 11/411: sftp: add new quote commands 'atime' and 'mtime', gnunet, 2021/01/12
- [gnurl] 40/411: scripts: improve the "get latest curl release tag" logic, gnunet, 2021/01/12
- [gnurl] 52/411: tests: add test1912 with typechecks, gnunet, 2021/01/12
- [gnurl] 61/411: buildconf: exec autoreconf to avoid additional process, gnunet, 2021/01/12
- [gnurl] 72/411: copyright.pl: ignore buildconf, gnunet, 2021/01/12
- [gnurl] 62/411: conn: check for connection being dead before reuse, gnunet, 2021/01/12
- [gnurl] 45/411: docs: non-existing macros in man pages, gnunet, 2021/01/12
- [gnurl] 38/411: options: API for meta-data about easy options, gnunet, 2021/01/12
- [gnurl] 55/411: CMake: add option to enable Unicode on Windows, gnunet, 2021/01/12
- [gnurl] 60/411: CI/azure: no longer ignore results of test 1013, gnunet, 2021/01/12