Skip to content

Commit

Permalink
Upgrade some dependencies to their latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed Mar 3, 2024
1 parent c81ff4e commit d2595b2
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 25 deletions.
2 changes: 1 addition & 1 deletion min-openssl/openssl
Submodule openssl updated 98 files
+19 −19 .github/workflows/ci.yml
+2 −2 .github/workflows/cross-compiles.yml
+1 −1 .github/workflows/run-checker-ci.yml
+1 −1 .github/workflows/run-checker-daily.yml
+1 −1 .github/workflows/run-checker-merge.yml
+3 −3 .github/workflows/windows.yml
+192 −1 CHANGES
+6 −4 Configurations/descrip.mms.tmpl
+2 −1 Configurations/windows-makefile.tmpl
+10 −10 Configure
+26 −0 NEWS
+2 −2 README
+0 −78 appveyor.yml
+2 −2 crypto/aes/asm/bsaes-armv7.pl
+7 −1 crypto/asn1/a_bitstr.c
+10 −1 crypto/asn1/ameth_lib.c
+5 −1 crypto/asn1/asn_mime.c
+2 −2 crypto/asn1/bio_asn1.c
+33 −8 crypto/asn1/bio_ndef.c
+20 −1 crypto/bio/b_print.c
+59 −49 crypto/bn/bn_asm.c
+3 −2 crypto/bn/bn_blind.c
+1 −1 crypto/bn/bn_err.c
+28 −8 crypto/bn/bn_exp.c
+23 −1 crypto/bn/bn_lib.c
+34 −14 crypto/bn/bn_local.h
+2 −2 crypto/bn/bn_mont.c
+14 −3 crypto/cms/cms_asn1.c
+5 −0 crypto/cms/cms_enc.c
+2 −0 crypto/cms/cms_err.c
+2 −1 crypto/cms/cms_local.h
+14 −2 crypto/cms/cms_sd.c
+3 −2 crypto/cms/cms_smime.c
+5 −2 crypto/conf/conf_sap.c
+17 −3 crypto/dh/dh_check.c
+2 −1 crypto/dh/dh_err.c
+12 −7 crypto/ec/ec_ameth.c
+4 −1 crypto/err/openssl.txt
+8 −1 crypto/evp/bio_enc.c
+20 −1 crypto/objects/obj_dat.c
+5 −3 crypto/pem/pem_lib.c
+3 −3 crypto/poly1305/asm/poly1305-x86_64.pl
+6 −2 crypto/rsa/rsa_ameth.c
+7 −8 crypto/rsa/rsa_ossl.c
+1 −3 crypto/txt_db/txt_db.c
+5 −1 crypto/ui/ui_lib.c
+2 −4 crypto/ui/ui_util.c
+14 −4 crypto/x509/by_dir.c
+10 −3 crypto/x509/x509_vfy.c
+2 −6 crypto/x509/x_name.c
+8 −2 crypto/x509v3/pcy_local.h
+20 −6 crypto/x509v3/pcy_node.c
+42 −14 crypto/x509v3/pcy_tree.c
+2 −2 crypto/x509v3/v3_genn.c
+5 −0 doc/fingerprints.txt
+2 −2 doc/man3/CMS_sign.pod
+8 −3 doc/man3/X509_VERIFY_PARAM_set_flags.pod
+3 −1 engines/asm/e_padlock-x86.pl
+3 −1 engines/asm/e_padlock-x86_64.pl
+14 −3 engines/e_padlock.c
+1 −0 fuzz/corpora/cms/2aba8037213156ea1593054768d4576cb8d08309
+1 −0 fuzz/corpora/cms/2aba8037213156ea1593054768d4576cb8d083ed
+1 −1 include/crypto/bn.h
+2 −1 include/openssl/bnerr.h
+1 −0 include/openssl/cmserr.h
+4 −1 include/openssl/dh.h
+2 −1 include/openssl/dherr.h
+3 −3 include/openssl/opensslv.h
+2 −2 include/openssl/x509v3.h
+12 −5 ssl/record/rec_layer_s3.c
+7 −2 ssl/record/ssl3_buffer.c
+5 −2 ssl/ssl_sess.c
+19 −0 test/certs/ca-pol-cert.pem
+20 −0 test/certs/ee-cert-policies-bad.pem
+20 −0 test/certs/ee-cert-policies.pem
+36 −7 test/certs/ee-ed25519.pem
+8 −3 test/certs/mkcert.sh
+38 −7 test/certs/root-ed25519.pem
+76 −18 test/certs/rootCA.pem
+6 −0 test/certs/setup.sh
+26 −3 test/dhtest.c
+31 −2 test/exptest.c
+31 −1 test/pemtest.c
+10 −2 test/recipes/15-test_rsapss.t
+13 −2 test/recipes/25-test_verify.t
+21 −3 test/recipes/80-test_cms.t
+43 −0 test/recipes/80-test_policy_tree.t
+11 −0 test/recipes/80-test_policy_tree_data/large_leaf.pem
+434 −0 test/recipes/80-test_policy_tree_data/large_policy_tree.pem
+11 −0 test/recipes/80-test_policy_tree_data/small_leaf.pem
+70 −0 test/recipes/80-test_policy_tree_data/small_policy_tree.pem
+4 −6 test/recipes/95-test_external_pyca_data/cryptography.sh
+18 −0 test/smime-certs/badrsa.pem
+153 −1 test/sslapitest.c
+199 −199 test/test_test.c
+2 −2 test/testutil/driver.c
+9 −1 test/v3nametest.c
+2 −1 util/mkdef.pl
2 changes: 1 addition & 1 deletion min-pcre2/pcre2
Submodule pcre2 updated from 52c088 to 4a6a8b
2 changes: 1 addition & 1 deletion min-v8/jinja2
Submodule jinja2 updated from ee69aa to c9c775
2 changes: 1 addition & 1 deletion min-v8/markupsafe
Submodule markupsafe updated from 1b882e to e582d7
2 changes: 1 addition & 1 deletion min-v8/trace_event
Submodule trace_event updated from d115b0 to 29ac73
2 changes: 1 addition & 1 deletion min-webrtc/abseil-cpp
Submodule abseil-cpp updated 126 files
2 changes: 1 addition & 1 deletion p2p/SPCDNS
2 changes: 1 addition & 1 deletion p2p/c-ares
2 changes: 1 addition & 1 deletion p2p/cpp-jwt
2 changes: 1 addition & 1 deletion p2p/curl
Submodule curl updated 3981 files
2 changes: 1 addition & 1 deletion p2p/eEVM
2 changes: 1 addition & 1 deletion p2p/jsoncpp
2 changes: 1 addition & 1 deletion p2p/secp256k1
Submodule secp256k1 updated 117 files
2 changes: 1 addition & 1 deletion p2p/snappy
2 changes: 1 addition & 1 deletion p2p/tap-windows6
2 changes: 2 additions & 0 deletions p2p/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ cflags/$(pwd/secp256k1)/ += -I$(pwd/secp256k1)
cflags/$(pwd/secp256k1)/ += -I$(pwd/secp256k1)/src
cflags/$(pwd/secp256k1)/ += -Wno-unused-function

cflags += -DSECP256K1_STATIC

cflags += -DENABLE_MODULE_RECOVERY
cflags += -DENABLE_MODULE_ECDH
cflags += -DECMULT_WINDOW_SIZE=15
Expand Down
2 changes: 1 addition & 1 deletion srv-worker/workerd
Submodule workerd updated 995 files
2 changes: 1 addition & 1 deletion vpn-shared/libmaxminddb
Submodule libmaxminddb updated 56 files
+6 −0 .github/dependabot.yml
+1 −1 .github/workflows/clang-addresssanitizer.yml
+2 −2 .github/workflows/clang-analyzer.yml
+5 −3 .github/workflows/codeql-analysis.yml
+3 −5 .github/workflows/test.yml
+27 −18 CMakeLists.txt
+34 −2 Changes.md
+1 −1 Makefile.am
+1 −1 NOTICE
+6 −1 README.md
+6 −4 bin/CMakeLists.txt
+4 −0 bin/mmdblookup.c
+1 −1 configure.ac
+0 −54 dev-bin/regen-win32-test-projs.pl
+6 −1 doc/libmaxminddb.md
+5 −3 doc/mmdblookup.md
+0 −18 include/maxminddb.h
+1 −1 include/maxminddb_config.h.cmake.in
+1 −1 include/maxminddb_config.h.in
+0 −105 projects/VS12-tests/bad_pointers.vcxproj
+0 −105 projects/VS12-tests/basic_lookup.vcxproj
+0 −105 projects/VS12-tests/data_entry_list.vcxproj
+0 −105 projects/VS12-tests/data_types.vcxproj
+0 −105 projects/VS12-tests/dump.vcxproj
+0 −105 projects/VS12-tests/get_value.vcxproj
+0 −105 projects/VS12-tests/get_value_pointer_bug.vcxproj
+0 −105 projects/VS12-tests/ipv4_start_cache.vcxproj
+0 −105 projects/VS12-tests/ipv6_lookup_in_ipv4.vcxproj
+0 −85 projects/VS12-tests/libtap.vcxproj
+0 −107 projects/VS12-tests/maxminddb_test_helper.vcxproj
+0 −105 projects/VS12-tests/metadata.vcxproj
+0 −105 projects/VS12-tests/metadata_pointers.vcxproj
+0 −105 projects/VS12-tests/no_map_get_value.vcxproj
+0 −105 projects/VS12-tests/read_node.vcxproj
+0 −104 projects/VS12-tests/shared.vcxproj
+0 −103 projects/VS12-tests/threads.vcxproj
+0 −105 projects/VS12-tests/version.vcxproj
+0 −64 projects/VS12/README.md
+0 −32 projects/VS12/libmaxminddb-release.props
+0 −14 projects/VS12/libmaxminddb-x64.props
+0 −32 projects/VS12/libmaxminddb.props
+0 −150 projects/VS12/libmaxminddb.sln
+0 −143 projects/VS12/libmaxminddb.vcxproj
+0 −32 projects/VS12/libmaxminddb.vcxproj.filters
+0 −14 projects/VS12/maxminddb_config.h
+0 −105 projects/test.vcxproj.template
+5 −3 src/data-pool.c
+1 −0 src/data-pool.h
+57 −11 src/maxminddb.c
+7 −0 t/CMakeLists.txt
+1 −2 t/bad_pointers_t.c
+1 −0 t/dump_t.c
+1 −2 t/ipv6_lookup_in_ipv4_t.c
+1 −1 t/libtap
+12 −3 t/maxminddb_test_helper.c
+5 −3 t/maxminddb_test_helper.h
2 changes: 1 addition & 1 deletion vpn-shared/libssh
Submodule libssh updated from 96aee5 to 6ad455
3 changes: 0 additions & 3 deletions vpn-shared/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ source += $(wildcard $(pwd)/libmaxminddb/src/*.c)
cflags += -I$(pwd)/libmaxminddb/include
cflags/$(pwd)/libmaxminddb/ += -DUNICODE
cflags/$(pwd)/libmaxminddb/ += -Wno-incompatible-pointer-types-discards-qualifiers

ifneq ($(target),win)
cflags/$(pwd)/libmaxminddb/ += -DPACKAGE_VERSION='""'
endif

cflags += -DMMDB_UINT128_IS_BYTE_ARRAY

Expand Down
2 changes: 1 addition & 1 deletion vpn-shared/tor
Submodule tor updated from a9c7cd to a5d53c

0 comments on commit d2595b2

Please sign in to comment.