ngtcp2: use 0.15.0

- nghttp3 0.11.0
- nghttp2 1.53.0

Adapt to new API calls

Closes #11031
This commit is contained in:
Daniel Stenberg 2023-05-12 12:51:58 +02:00
parent 2cc1c93f45
commit 10998e3b89
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 34 additions and 37 deletions

View file

@ -101,7 +101,7 @@ jobs:
name: 'install gnutls'
- run: |
git clone --quiet --depth=1 -b v0.10.0 https://github.com/ngtcp2/nghttp3
git clone --quiet --depth=1 -b v0.11.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@ -109,7 +109,7 @@ jobs:
name: 'install nghttp3'
- run: |
git clone --quiet --depth=1 -b v0.13.1 https://github.com/ngtcp2/ngtcp2
git clone --quiet --depth=1 -b v0.15.0 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -fi
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-gnutls
@ -117,7 +117,7 @@ jobs:
name: 'install ngtcp2'
- run: |
git clone --quiet --depth=1 -b v1.52.0 https://github.com/nghttp2/nghttp2
git clone --quiet --depth=1 -b v1.53.0 https://github.com/nghttp2/nghttp2
cd nghttp2
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3

View file

@ -78,7 +78,7 @@ jobs:
name: 'install quictls'
- run: |
git clone --quiet --depth=1 -b v0.10.0 https://github.com/ngtcp2/nghttp3
git clone --quiet --depth=1 -b v0.11.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@ -86,7 +86,7 @@ jobs:
name: 'install nghttp3'
- run: |
git clone --quiet --depth=1 -b v0.13.1 https://github.com/ngtcp2/ngtcp2
git clone --quiet --depth=1 -b v0.15.0 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -fi
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl
@ -94,7 +94,7 @@ jobs:
name: 'install ngtcp2'
- run: |
git clone --quiet --depth=1 -b v1.52.0 https://github.com/nghttp2/nghttp2
git clone --quiet --depth=1 -b v1.53.0 https://github.com/nghttp2/nghttp2
cd nghttp2
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3

View file

@ -88,7 +88,7 @@ jobs:
name: 'install quictls'
- run: |
git clone --quiet --depth=1 -b v0.10.0 https://github.com/ngtcp2/nghttp3
git clone --quiet --depth=1 -b v0.11.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@ -96,7 +96,7 @@ jobs:
name: 'install nghttp3'
- run: |
git clone --quiet --depth=1 -b v0.13.1 https://github.com/ngtcp2/ngtcp2
git clone --quiet --depth=1 -b v0.15.0 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -fi
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-wolfssl
@ -104,7 +104,7 @@ jobs:
name: 'install ngtcp2'
- run: |
git clone --quiet --depth=1 -b v1.52.0 https://github.com/nghttp2/nghttp2
git clone --quiet --depth=1 -b v1.53.0 https://github.com/nghttp2/nghttp2
cd nghttp2
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3