Skip to content

Commit

Permalink
v8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed Dec 14, 2023
1 parent d3b54dc commit d66fd3e
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 31 deletions.
4 changes: 2 additions & 2 deletions curl/src/main/native/config/versions/nghttp2ver.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
* @macro
* Version number of the nghttp2 library release
*/
#define NGHTTP2_VERSION "1.57.0"
#define NGHTTP2_VERSION "1.58.0"

/**
* @macro
* Numerical representation of the version number of the nghttp2 library
* release. This is a 24 bit number with 8 bits for major number, 8 bits
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
*/
#define NGHTTP2_VERSION_NUM 0x013900
#define NGHTTP2_VERSION_NUM 0x013a00

#endif /* NGHTTP2VER_H */
4 changes: 2 additions & 2 deletions curl/src/main/native/config/versions/nghttp3ver.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
* Version number of the nghttp3 library release.
*/
#define NGHTTP3_VERSION "0.15.0"
#define NGHTTP3_VERSION "1.1.0"

/**
* @macro
Expand All @@ -41,6 +41,6 @@
* number, 8 bits for minor and 8 bits for patch. Version 1.2.3
* becomes 0x010203.
*/
#define NGHTTP3_VERSION_NUM 0x000f00
#define NGHTTP3_VERSION_NUM 0x010100

#endif /* NGHTTP3_VERSION_H */
4 changes: 2 additions & 2 deletions curl/src/main/native/config/versions/ngtcp2ver.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* Version number of the ngtcp2 library release.
*/
#define NGTCP2_VERSION "0.19.1"
#define NGTCP2_VERSION "1.1.0"

/**
* @macro
Expand All @@ -46,6 +46,6 @@
* number, 8 bits for minor and 8 bits for patch. Version 1.2.3
* becomes 0x010203.
*/
#define NGTCP2_VERSION_NUM 0x001301
#define NGTCP2_VERSION_NUM 0x010100

#endif /* VERSION_H */
16 changes: 5 additions & 11 deletions curl/src/main/native/config32/curl_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@
/* Define to 1 if you have the <crypto.h> header file. */
/* #undef HAVE_CRYPTO_H */

/* Define to 1 if you have the fseeko declaration */
/* #undef HAVE_DECL_FSEEKO */

/* Define to 1 if you have the declaration of `getpwuid_r', and to 0 if you
don't. */
#define HAVE_DECL_GETPWUID_R 1
Expand All @@ -213,9 +216,6 @@
/* Define to 1 if you have the <err.h> header file. */
/* #undef HAVE_ERR_H */

/* Define to 1 if you have the `fchmod' function. */
#define HAVE_FCHMOD 1

/* Define to 1 if you have the fcntl function. */
#define HAVE_FCNTL 1

Expand All @@ -232,7 +232,7 @@
#define HAVE_FREEADDRINFO 1

/* Define to 1 if you have the `fseeko' function. */
#undef HAVE_FSEEKO
#define HAVE_FSEEKO 1

/* Define to 1 if you have the fsetxattr function. */
#define HAVE_FSETXATTR 1
Expand Down Expand Up @@ -723,12 +723,6 @@
/* Define to 1 if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1

/* Define to 1 if compiler supports C99 variadic macro style. */
#define HAVE_VARIADIC_MACROS_C99 1

/* Define to 1 if compiler supports old gcc variadic macro style. */
#define HAVE_VARIADIC_MACROS_GCC 1

/* Define to 1 if you have the windows.h header file. */
/* #undef HAVE_WINDOWS_H */

Expand Down Expand Up @@ -897,7 +891,7 @@
/* #undef USE_NGTCP2_CRYPTO_GNUTLS */

/* if ngtcp2_crypto_quictls is in use */
#define USE_NGTCP2_CRYPTO_OPENSSL 1
#define USE_NGTCP2_CRYPTO_QUICTLS 1

/* if ngtcp2_crypto_wolfssl is in use */
/* #undef USE_NGTCP2_CRYPTO_WOLFSSL */
Expand Down
14 changes: 4 additions & 10 deletions curl/src/main/native/config64/curl_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@
/* Define to 1 if you have the <crypto.h> header file. */
/* #undef HAVE_CRYPTO_H */

/* Define to 1 if you have the fseeko declaration */
#define HAVE_DECL_FSEEKO 1

/* Define to 1 if you have the declaration of `getpwuid_r', and to 0 if you
don't. */
#define HAVE_DECL_GETPWUID_R 1
Expand All @@ -213,9 +216,6 @@
/* Define to 1 if you have the <err.h> header file. */
/* #undef HAVE_ERR_H */

/* Define to 1 if you have the `fchmod' function. */
#define HAVE_FCHMOD 1

/* Define to 1 if you have the fcntl function. */
#define HAVE_FCNTL 1

Expand Down Expand Up @@ -723,12 +723,6 @@
/* Define to 1 if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1

/* Define to 1 if compiler supports C99 variadic macro style. */
#define HAVE_VARIADIC_MACROS_C99 1

/* Define to 1 if compiler supports old gcc variadic macro style. */
#define HAVE_VARIADIC_MACROS_GCC 1

/* Define to 1 if you have the windows.h header file. */
/* #undef HAVE_WINDOWS_H */

Expand Down Expand Up @@ -897,7 +891,7 @@
/* #undef USE_NGTCP2_CRYPTO_GNUTLS */

/* if ngtcp2_crypto_quictls is in use */
#define USE_NGTCP2_CRYPTO_OPENSSL 1
#define USE_NGTCP2_CRYPTO_QUICTLS 1

/* if ngtcp2_crypto_wolfssl is in use */
/* #undef USE_NGTCP2_CRYPTO_WOLFSSL */
Expand Down
2 changes: 1 addition & 1 deletion curl/src/main/native/curl
Submodule curl updated 834 files
2 changes: 1 addition & 1 deletion curl/src/main/native/ngtcp2
Submodule ngtcp2 updated 81 files
+30 −6 .clang-format
+6 −0 .github/dependabot.yml
+15 −14 .github/workflows/build.yml
+1 −1 .github/workflows/codeql-analysis.yml
+4 −4 .github/workflows/interop.yml
+1 −0 AUTHORS
+17 −80 CMakeLists.txt
+2 −1 Makefile.am
+5 −5 README.rst
+2 −1 ci/build_wolfssl.sh
+0 −31 cmake/ExtractValidFlags.cmake
+164 −0 cmake/PickyWarningsC.cmake
+128 −0 cmake/PickyWarningsCXX.cmake
+12 −12 cmakeconfig.h.in
+39 −12 configure.ac
+15 −0 crypto/includes/ngtcp2/ngtcp2_crypto_quictls.h
+194 −22 crypto/quictls/quictls.c
+6 −3 crypto/shared.c
+3 −4 doc/source/programmers-guide.rst
+8 −8 docker/Dockerfile
+5 −5 examples/.gitignore
+26 −14 examples/client.cc
+18 −19 examples/h09client.cc
+42 −13 examples/h09server.cc
+1 −0 examples/h09server.h
+27 −12 examples/server.cc
+1 −1 examples/tls_client_context_picotls.cc
+12 −0 examples/tls_client_context_quictls.cc
+22 −3 examples/tls_client_session_picotls.cc
+54 −10 examples/tls_server_context_picotls.cc
+12 −0 examples/tls_server_context_quictls.cc
+0 −2 examples/util.cc
+1 −1 interop/Dockerfile
+2 −2 interop/run_endpoint.sh
+1 −1 lib/CMakeLists.txt
+2 −2 lib/Makefile.am
+69 −52 lib/includes/ngtcp2/ngtcp2.h
+1,185 −377 lib/ngtcp2_bbr.c
+79 −71 lib/ngtcp2_bbr.h
+0 −1,444 lib/ngtcp2_bbr2.c
+0 −146 lib/ngtcp2_bbr2.h
+10 −10 lib/ngtcp2_cc.c
+329 −712 lib/ngtcp2_conn.c
+3 −20 lib/ngtcp2_conn.h
+6 −5 lib/ngtcp2_conn_stat.h
+2 −2 lib/ngtcp2_crypto.c
+24 −24 lib/ngtcp2_crypto.h
+220 −0 lib/ngtcp2_frame_chain.c
+171 −0 lib/ngtcp2_frame_chain.h
+19 −17 lib/ngtcp2_ksl.c
+2 −0 lib/ngtcp2_ksl.h
+71 −56 lib/ngtcp2_log.c
+16 −7 lib/ngtcp2_log.h
+2 −0 lib/ngtcp2_map.c
+2 −0 lib/ngtcp2_map.h
+18 −9 lib/ngtcp2_pkt.c
+57 −65 lib/ngtcp2_pkt.h
+18 −10 lib/ngtcp2_qlog.c
+13 −11 lib/ngtcp2_ringbuf.c
+3 −3 lib/ngtcp2_ringbuf.h
+32 −251 lib/ngtcp2_rtb.c
+0 −149 lib/ngtcp2_rtb.h
+7 −3 lib/ngtcp2_strm.c
+27 −18 lib/ngtcp2_strm.h
+7 −1 lib/ngtcp2_unreachable.h
+21 −24 lib/ngtcp2_vec.c
+12 −3 m4/ax_cxx_compile_stdcxx.m4
+20 −0 makerelease.sh
+1 −0 tests/CMakeLists.txt
+2 −0 tests/Makefile.am
+5 −1 tests/main.c
+349 −249 tests/ngtcp2_conn_test.c
+1 −0 tests/ngtcp2_conn_test.h
+1 −1 tests/ngtcp2_conversion_test.c
+2 −2 tests/ngtcp2_crypto_test.c
+17 −11 tests/ngtcp2_pkt_test.c
+544 −0 tests/ngtcp2_qlog_test.c
+34 −0 tests/ngtcp2_qlog_test.h
+1 −0 tests/ngtcp2_rtb_test.c
+1 −0 tests/ngtcp2_strm_test.c
+1 −1 tests/ngtcp2_test_helper.c

0 comments on commit d66fd3e

Please sign in to comment.