Skip to content

Commit

Permalink
v8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed May 28, 2024
1 parent a3c62d9 commit a868c52
Show file tree
Hide file tree
Showing 9 changed files with 67 additions and 49 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.59.0"
#define NGHTTP2_VERSION "1.62.1"

/**
* @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 0x013b00
#define NGHTTP2_VERSION_NUM 0x013e01

#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 "1.1.0"
#define NGHTTP3_VERSION "1.3.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 0x010100
#define NGHTTP3_VERSION_NUM 0x010300

#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 "1.2.0"
#define NGTCP2_VERSION "1.5.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 0x010200
#define NGTCP2_VERSION_NUM 0x010500

#endif /* VERSION_H */
49 changes: 29 additions & 20 deletions curl/src/main/native/config32/curl_config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/* lib/curl_config.h. Generated from curl_config.h.in by configure. */
/* lib/curl_config.h.in. Generated from configure.ac by autoheader. */

/* Ignore c-ares deprecation warnings */
/* #undef CARES_NO_DEPRECATED */

/* to enable curl debug memory tracking */
/* #undef CURLDEBUG */

Expand Down Expand Up @@ -151,11 +154,8 @@
/* enable debug build options */
/* #undef DEBUGBUILD */

/* Define if you want to enable IPv6 support */
#define ENABLE_IPV6 1

/* Define to the type of arg 2 for gethostname. */
#define GETHOSTNAME_TYPE_ARG2 unsigned int
#define GETHOSTNAME_TYPE_ARG2 size_t

/* Define to 1 if you have the alarm function. */
#define HAVE_ALARM 1
Expand Down Expand Up @@ -210,6 +210,9 @@
/* "Set if getpwuid_r() declaration is missing" */
/* #undef HAVE_DECL_GETPWUID_R_MISSING */

/* if you have <dirent.h> */
#define HAVE_DIRENT_H 1

/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1

Expand Down Expand Up @@ -397,6 +400,9 @@
/* Define to 1 if you have the `idn2' library (-lidn2). */
/* #undef HAVE_LIBIDN2 */

/* Define to 1 if you have the <libpsl.h> header file. */
/* #undef HAVE_LIBPSL_H */

/* Define to 1 if using libressl. */
/* #undef HAVE_LIBRESSL */

Expand Down Expand Up @@ -476,6 +482,9 @@
*/
/* #undef HAVE_OLD_GSSMIT */

/* if you have opendir */
#define HAVE_OPENDIR 1

/* Define to 1 if using OpenSSL 3 or later. */
/* #undef HAVE_OPENSSL3 */

Expand Down Expand Up @@ -591,15 +600,18 @@
/* Define to 1 if you have the <socket.h> header file. */
/* #undef HAVE_SOCKET_H */

/* Define to 1 if you have the `SSL_get_ech_status' function. */
/* #undef HAVE_SSL_GET_ECH_STATUS */
/* Define to 1 if you have the `SSL_ech_set1_echconfig' function. */
/* #undef HAVE_SSL_ECH_SET1_ECHCONFIG */

/* Define to 1 if you have the <ssl.h> header file. */
/* #undef HAVE_SSL_H */

/* Define to 1 if you have the `SSL_set0_wbio' function. */
#define HAVE_SSL_SET0_WBIO 1

/* Define to 1 if you have the `SSL_set1_ech_config_list' function. */
/* #undef HAVE_SSL_SET1_ECH_CONFIG_LIST */

/* Define to 1 if you have the `SSL_set_quic_use_legacy_codepoint' function.
*/
#define HAVE_SSL_SET_QUIC_USE_LEGACY_CODEPOINT 1
Expand Down Expand Up @@ -727,6 +739,9 @@
/* Define to 1 if you have the <wolfssh/ssh.h> header file. */
/* #undef HAVE_WOLFSSH_SSH_H */

/* Define to 1 if you have the `wolfSSL_CTX_GenerateEchConfig' function. */
/* #undef HAVE_WOLFSSL_CTX_GENERATEECHCONFIG */

/* if you have wolfSSL_DES_ecb_encrypt */
/* #undef HAVE_WOLFSSL_DES_ECB_ENCRYPT */

Expand Down Expand Up @@ -766,12 +781,6 @@
/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
/* #undef NEED_THREAD_SAFE */

/* Define to enable NTLM delegation to winbind's ntlm_auth helper. */
/* #undef NTLM_WB_ENABLED */

/* Define absolute filename for winbind's ntlm_auth helper. */
/* #undef NTLM_WB_FILE */

/* cpu-machine-OS */
#define OS "unknown-linux-android"

Expand Down Expand Up @@ -838,18 +847,24 @@
/* #undef USE_BEARSSL */

/* if ECH support is available */
/* #undef USE_ECH */
#define USE_ECH 1

/* if GnuTLS is enabled */
/* #undef USE_GNUTLS */

/* GSASL support enabled */
/* #undef USE_GSASL */

/* force HTTPS RR support for ECH */
#define USE_HTTPSRR 1

/* if hyper is in use */
/* #undef USE_HYPER */

/* PSL support enabled */
/* Define if you want to enable IPv6 support */
#define USE_IPV6 1

/* if libpsl is in use */
/* #undef USE_LIBPSL */

/* if librtmp is in use */
Expand Down Expand Up @@ -980,12 +995,6 @@
/* Type to use in place of in_addr_t when system does not provide it. */
/* #undef in_addr_t */

/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
/* #undef inline */
#endif

/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */

Expand Down
47 changes: 28 additions & 19 deletions curl/src/main/native/config64/curl_config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/* lib/curl_config.h. Generated from curl_config.h.in by configure. */
/* lib/curl_config.h.in. Generated from configure.ac by autoheader. */

/* Ignore c-ares deprecation warnings */
/* #undef CARES_NO_DEPRECATED */

/* to enable curl debug memory tracking */
/* #undef CURLDEBUG */

Expand Down Expand Up @@ -151,9 +154,6 @@
/* enable debug build options */
/* #undef DEBUGBUILD */

/* Define if you want to enable IPv6 support */
#define ENABLE_IPV6 1

/* Define to the type of arg 2 for gethostname. */
#define GETHOSTNAME_TYPE_ARG2 size_t

Expand Down Expand Up @@ -210,6 +210,9 @@
/* "Set if getpwuid_r() declaration is missing" */
/* #undef HAVE_DECL_GETPWUID_R_MISSING */

/* if you have <dirent.h> */
#define HAVE_DIRENT_H 1

/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1

Expand Down Expand Up @@ -397,6 +400,9 @@
/* Define to 1 if you have the `idn2' library (-lidn2). */
/* #undef HAVE_LIBIDN2 */

/* Define to 1 if you have the <libpsl.h> header file. */
/* #undef HAVE_LIBPSL_H */

/* Define to 1 if using libressl. */
/* #undef HAVE_LIBRESSL */

Expand Down Expand Up @@ -476,6 +482,9 @@
*/
/* #undef HAVE_OLD_GSSMIT */

/* if you have opendir */
#define HAVE_OPENDIR 1

/* Define to 1 if using OpenSSL 3 or later. */
/* #undef HAVE_OPENSSL3 */

Expand Down Expand Up @@ -591,15 +600,18 @@
/* Define to 1 if you have the <socket.h> header file. */
/* #undef HAVE_SOCKET_H */

/* Define to 1 if you have the `SSL_get_ech_status' function. */
/* #undef HAVE_SSL_GET_ECH_STATUS */
/* Define to 1 if you have the `SSL_ech_set1_echconfig' function. */
/* #undef HAVE_SSL_ECH_SET1_ECHCONFIG */

/* Define to 1 if you have the <ssl.h> header file. */
/* #undef HAVE_SSL_H */

/* Define to 1 if you have the `SSL_set0_wbio' function. */
#define HAVE_SSL_SET0_WBIO 1

/* Define to 1 if you have the `SSL_set1_ech_config_list' function. */
/* #undef HAVE_SSL_SET1_ECH_CONFIG_LIST */

/* Define to 1 if you have the `SSL_set_quic_use_legacy_codepoint' function.
*/
#define HAVE_SSL_SET_QUIC_USE_LEGACY_CODEPOINT 1
Expand Down Expand Up @@ -727,6 +739,9 @@
/* Define to 1 if you have the <wolfssh/ssh.h> header file. */
/* #undef HAVE_WOLFSSH_SSH_H */

/* Define to 1 if you have the `wolfSSL_CTX_GenerateEchConfig' function. */
/* #undef HAVE_WOLFSSL_CTX_GENERATEECHCONFIG */

/* if you have wolfSSL_DES_ecb_encrypt */
/* #undef HAVE_WOLFSSL_DES_ECB_ENCRYPT */

Expand Down Expand Up @@ -766,12 +781,6 @@
/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
/* #undef NEED_THREAD_SAFE */

/* Define to enable NTLM delegation to winbind's ntlm_auth helper. */
/* #undef NTLM_WB_ENABLED */

/* Define absolute filename for winbind's ntlm_auth helper. */
/* #undef NTLM_WB_FILE */

/* cpu-machine-OS */
#define OS "unknown-linux-android"

Expand Down Expand Up @@ -838,18 +847,24 @@
/* #undef USE_BEARSSL */

/* if ECH support is available */
/* #undef USE_ECH */
#define USE_ECH 1

/* if GnuTLS is enabled */
/* #undef USE_GNUTLS */

/* GSASL support enabled */
/* #undef USE_GSASL */

/* force HTTPS RR support for ECH */
#define USE_HTTPSRR 1

/* if hyper is in use */
/* #undef USE_HYPER */

/* PSL support enabled */
/* Define if you want to enable IPv6 support */
#define USE_IPV6 1

/* if libpsl is in use */
/* #undef USE_LIBPSL */

/* if librtmp is in use */
Expand Down Expand Up @@ -980,12 +995,6 @@
/* Type to use in place of in_addr_t when system does not provide it. */
/* #undef in_addr_t */

/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
/* #undef inline */
#endif

/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */

Expand Down
2 changes: 1 addition & 1 deletion curl/src/main/native/curl
Submodule curl updated 1561 files
2 changes: 1 addition & 1 deletion curl/src/main/native/nghttp2
Submodule nghttp2 updated 226 files
2 changes: 1 addition & 1 deletion curl/src/main/native/ngtcp2
Submodule ngtcp2 updated 158 files

0 comments on commit a868c52

Please sign in to comment.