mirror of https://github.com/axmolengine/axmol.git
Update thirdparty prebuilts to v55 (#1233)
Co-authored-by: axmol-bot <axmol-bot@users.noreply.github.com>
This commit is contained in:
parent
4e664e6681
commit
df9ce1d7f9
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
## curl
|
## curl
|
||||||
- [![Upstream](https://img.shields.io/github/v/release/curl/curl?label=Upstream)](https://github.com/curl/curl)
|
- [![Upstream](https://img.shields.io/github/v/release/curl/curl?label=Upstream)](https://github.com/curl/curl)
|
||||||
- Version: 8.1.1
|
- Version: 8.1.2
|
||||||
- License: Curl (MIT/X)
|
- License: Curl (MIT/X)
|
||||||
|
|
||||||
## flatbuffers
|
## flatbuffers
|
||||||
|
@ -123,7 +123,7 @@
|
||||||
|
|
||||||
- luajit
|
- luajit
|
||||||
- Upstream: https://github.com/LuaJIT/LuaJIT
|
- Upstream: https://github.com/LuaJIT/LuaJIT
|
||||||
- Version: 2.1-224129a
|
- Version: 2.1-ff6c496
|
||||||
- License: MIT
|
- License: MIT
|
||||||
|
|
||||||
- tolua
|
- tolua
|
||||||
|
@ -179,7 +179,7 @@
|
||||||
|
|
||||||
## OpenSSL
|
## OpenSSL
|
||||||
- [![Upstream](https://img.shields.io/github/v/tag/openssl/openssl?label=Upstream)](https://github.com/openssl/openssl)
|
- [![Upstream](https://img.shields.io/github/v/tag/openssl/openssl?label=Upstream)](https://github.com/openssl/openssl)
|
||||||
- Version: 3.0.8
|
- Version: 3.0.9
|
||||||
- License: Apache-2.0
|
- License: Apache-2.0
|
||||||
|
|
||||||
## png
|
## png
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -32,13 +32,13 @@
|
||||||
|
|
||||||
/* This is the version number of the libcurl package from which this header
|
/* This is the version number of the libcurl package from which this header
|
||||||
file origins: */
|
file origins: */
|
||||||
#define LIBCURL_VERSION "8.1.1"
|
#define LIBCURL_VERSION "8.1.2"
|
||||||
|
|
||||||
/* The numeric version number is also available "in parts" by using these
|
/* The numeric version number is also available "in parts" by using these
|
||||||
defines: */
|
defines: */
|
||||||
#define LIBCURL_VERSION_MAJOR 8
|
#define LIBCURL_VERSION_MAJOR 8
|
||||||
#define LIBCURL_VERSION_MINOR 1
|
#define LIBCURL_VERSION_MINOR 1
|
||||||
#define LIBCURL_VERSION_PATCH 1
|
#define LIBCURL_VERSION_PATCH 2
|
||||||
|
|
||||||
/* This is the numeric version of the libcurl version number, meant for easier
|
/* This is the numeric version of the libcurl version number, meant for easier
|
||||||
parsing and comparisons by programs. The LIBCURL_VERSION_NUM define will
|
parsing and comparisons by programs. The LIBCURL_VERSION_NUM define will
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
CURL_VERSION_BITS() macro since curl's own configure script greps for it
|
CURL_VERSION_BITS() macro since curl's own configure script greps for it
|
||||||
and needs it to contain the full number.
|
and needs it to contain the full number.
|
||||||
*/
|
*/
|
||||||
#define LIBCURL_VERSION_NUM 0x080101
|
#define LIBCURL_VERSION_NUM 0x080102
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is the date and time when the full source package was created. The
|
* This is the date and time when the full source package was created. The
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
*
|
*
|
||||||
* "2007-11-23"
|
* "2007-11-23"
|
||||||
*/
|
*/
|
||||||
#define LIBCURL_TIMESTAMP "2023-05-23"
|
#define LIBCURL_TIMESTAMP "2023-05-30"
|
||||||
|
|
||||||
#define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|(z))
|
#define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|(z))
|
||||||
#define CURL_AT_LEAST_VERSION(x,y,z) \
|
#define CURL_AT_LEAST_VERSION(x,y,z) \
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -2,7 +2,7 @@
|
||||||
* WARNING: do not edit!
|
* WARNING: do not edit!
|
||||||
* Generated by Makefile from include/openssl/cmp.h.in
|
* Generated by Makefile from include/openssl/cmp.h.in
|
||||||
*
|
*
|
||||||
* Copyright 2007-2021 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
* Copyright Nokia 2007-2019
|
* Copyright Nokia 2007-2019
|
||||||
* Copyright Siemens AG 2015-2019
|
* Copyright Siemens AG 2015-2019
|
||||||
*
|
*
|
||||||
|
@ -442,8 +442,8 @@ int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted,
|
||||||
int OSSL_CMP_CTX_set1_pkey(OSSL_CMP_CTX *ctx, EVP_PKEY *pkey);
|
int OSSL_CMP_CTX_set1_pkey(OSSL_CMP_CTX *ctx, EVP_PKEY *pkey);
|
||||||
int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx,
|
int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx,
|
||||||
const unsigned char *ref, int len);
|
const unsigned char *ref, int len);
|
||||||
int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
|
int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
|
||||||
const int len);
|
const unsigned char *sec, int len);
|
||||||
/* CMP message header and extra certificates: */
|
/* CMP message header and extra certificates: */
|
||||||
int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
|
int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
|
||||||
int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
|
int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
|
||||||
|
@ -503,6 +503,7 @@ ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_recipNonce(const OSSL_CMP_PKIHEADER *hdr);
|
||||||
OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg);
|
OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg);
|
||||||
int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg);
|
int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg);
|
||||||
int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
|
int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
|
||||||
|
int OSSL_CMP_MSG_update_recipNonce(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
|
||||||
OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid);
|
OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid);
|
||||||
OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx,
|
OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx,
|
||||||
const char *propq);
|
const char *propq);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Generated by util/mkerr.pl DO NOT EDIT
|
* Generated by util/mkerr.pl DO NOT EDIT
|
||||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
|
@ -67,7 +67,9 @@
|
||||||
# define CMP_R_MISSING_P10CSR 121
|
# define CMP_R_MISSING_P10CSR 121
|
||||||
# define CMP_R_MISSING_PBM_SECRET 166
|
# define CMP_R_MISSING_PBM_SECRET 166
|
||||||
# define CMP_R_MISSING_PRIVATE_KEY 131
|
# define CMP_R_MISSING_PRIVATE_KEY 131
|
||||||
|
# define CMP_R_MISSING_PRIVATE_KEY_FOR_POPO 190
|
||||||
# define CMP_R_MISSING_PROTECTION 143
|
# define CMP_R_MISSING_PROTECTION 143
|
||||||
|
# define CMP_R_MISSING_PUBLIC_KEY 183
|
||||||
# define CMP_R_MISSING_REFERENCE_CERT 168
|
# define CMP_R_MISSING_REFERENCE_CERT 168
|
||||||
# define CMP_R_MISSING_SECRET 178
|
# define CMP_R_MISSING_SECRET 178
|
||||||
# define CMP_R_MISSING_SENDER_IDENTIFICATION 111
|
# define CMP_R_MISSING_SENDER_IDENTIFICATION 111
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Generated by util/mkerr.pl DO NOT EDIT
|
* Generated by util/mkerr.pl DO NOT EDIT
|
||||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
|
@ -38,6 +38,7 @@
|
||||||
# define DSA_R_P_NOT_PRIME 115
|
# define DSA_R_P_NOT_PRIME 115
|
||||||
# define DSA_R_Q_NOT_PRIME 113
|
# define DSA_R_Q_NOT_PRIME 113
|
||||||
# define DSA_R_SEED_LEN_SMALL 110
|
# define DSA_R_SEED_LEN_SMALL 110
|
||||||
|
# define DSA_R_TOO_MANY_RETRIES 116
|
||||||
|
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Generated by util/mkerr.pl DO NOT EDIT
|
* Generated by util/mkerr.pl DO NOT EDIT
|
||||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
|
@ -90,6 +90,7 @@
|
||||||
# define EC_R_RANDOM_NUMBER_GENERATION_FAILED 158
|
# define EC_R_RANDOM_NUMBER_GENERATION_FAILED 158
|
||||||
# define EC_R_SHARED_INFO_ERROR 150
|
# define EC_R_SHARED_INFO_ERROR 150
|
||||||
# define EC_R_SLOT_FULL 108
|
# define EC_R_SLOT_FULL 108
|
||||||
|
# define EC_R_TOO_MANY_RETRIES 176
|
||||||
# define EC_R_UNDEFINED_GENERATOR 113
|
# define EC_R_UNDEFINED_GENERATOR 113
|
||||||
# define EC_R_UNDEFINED_ORDER 128
|
# define EC_R_UNDEFINED_ORDER 128
|
||||||
# define EC_R_UNKNOWN_COFACTOR 164
|
# define EC_R_UNKNOWN_COFACTOR 164
|
||||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
||||||
*/
|
*/
|
||||||
# define OPENSSL_VERSION_MAJOR 3
|
# define OPENSSL_VERSION_MAJOR 3
|
||||||
# define OPENSSL_VERSION_MINOR 0
|
# define OPENSSL_VERSION_MINOR 0
|
||||||
# define OPENSSL_VERSION_PATCH 8
|
# define OPENSSL_VERSION_PATCH 9
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Additional version information
|
* Additional version information
|
||||||
|
@ -74,21 +74,21 @@ extern "C" {
|
||||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||||
*/
|
*/
|
||||||
# define OPENSSL_VERSION_STR "3.0.8"
|
# define OPENSSL_VERSION_STR "3.0.9"
|
||||||
# define OPENSSL_FULL_VERSION_STR "3.0.8"
|
# define OPENSSL_FULL_VERSION_STR "3.0.9"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* SECTION 3: ADDITIONAL METADATA
|
* SECTION 3: ADDITIONAL METADATA
|
||||||
*
|
*
|
||||||
* These strings are defined separately to allow them to be parsable.
|
* These strings are defined separately to allow them to be parsable.
|
||||||
*/
|
*/
|
||||||
# define OPENSSL_RELEASE_DATE "7 Feb 2023"
|
# define OPENSSL_RELEASE_DATE "30 May 2023"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* SECTION 4: BACKWARD COMPATIBILITY
|
* SECTION 4: BACKWARD COMPATIBILITY
|
||||||
*/
|
*/
|
||||||
|
|
||||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.8 7 Feb 2023"
|
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9 30 May 2023"
|
||||||
|
|
||||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue