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 May 6, 2024
1 parent f28cd86 commit ce2305a
Show file tree
Hide file tree
Showing 44 changed files with 54 additions and 42 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,6 @@
[submodule "mingw-w64"]
path = env/mingw-w64
url = https://git.code.sf.net/p/mingw-w64/mingw-w64
[submodule "base"]
path = min-v8/base
url = https://chromium.googlesource.com/chromium/src/base
2 changes: 1 addition & 1 deletion app-shared/flutter-desktop-embedding
4 changes: 2 additions & 2 deletions env/output.mk
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ $(shell env/meson.sh $(1) $(output) '$(CURDIR)' '$(meson) $(meson/$(1))' '$(ar/$
endef
$(each)

%/configure: %/configure.ac
%/configure: %/configure.ac $$(call head,$$(dir $$@))
cd $(dir $@) && git clean -fxd .
@# XXX: https://gitlab.freedesktop.org/pkg-config/pkg-config/-/issues/55
@sed -i -e 's/^m4_copy(/m4_copy_force(/' $(dir $@)/glib/m4macros/glib-gettext.m4 || true
env/autogen.sh $(dir $@)
env/autogen.sh $(dir $@) --maintainer # XXX: this argument is for libpng

$(output)/%/Makefile: $$(specific) $$(folder)/configure $(sysroot) $$(call head,$$(folder)) $(output)/$$(arch)/usr/bin/pkg-config
$(specific)
Expand Down
4 changes: 2 additions & 2 deletions env/target-win.mk
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ qflags += -I$(CURDIR)/$(pwd)/mingw
# XXX: I need gcc as I don't have windows compiler-rt in NDK
#qflags += --rtlib=compiler-rt

mingw := git-10.0.0.r258.g530c58e17
mingw := git-11.0.0.r680.g257321cea

msys2 :=
msys2 += crt-$(mingw)-2
msys2 += crt-$(mingw)-1
msys2 += dlfcn-1.4.0-1
msys2 += gcc-13.2.0-5
msys2 += headers-$(mingw)-1
Expand Down
2 changes: 1 addition & 1 deletion min-cairo/libpng
Submodule libpng updated from c22ef3 to f1848a
2 changes: 1 addition & 1 deletion min-krypton/vpn-libraries
Submodule vpn-libraries updated 369 files
2 changes: 1 addition & 1 deletion min-pcre2/pcre2
Submodule pcre2 updated from 4a6a8b to 5634d0
1 change: 1 addition & 0 deletions min-v8/_/base
1 change: 1 addition & 0 deletions min-v8/base
Submodule base added at 6ca251
4 changes: 2 additions & 2 deletions min-v8/target-win.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ cflags/$(pwd/v8)/src/base/platform/platform-win32.cc += -U__MINGW32__ -DPAGE_TAR
cflags/$(pwd/v8)/src/base/platform/time.cc += -include $(pwd/v8)/../time.hpp

# XXX: https://bugs.chromium.org/p/v8/issues/detail?id=12099
cflags/$(pwd/v8)/src/base/platform/ += -include vista.hpp
cflags/$(pwd/v8)/src/diagnostics/unwinding-info-win64.cc += -include vista.hpp
cflags/$(pwd/v8)/src/base/platform/ += -include $(pwd/v8)/../vista.hpp
cflags/$(pwd/v8)/src/diagnostics/unwinding-info-win64.cc += -include $(pwd/v8)/../vista.hpp
#cflags/$(pwd/v8)/src/diagnostics/unwinding-info-win64.cc += -U_WIN32_WINNT -D_WIN32_WINNT=0x0602

cflags/$(pwd)/v8/ += -Wno-format
Expand Down
1 change: 1 addition & 0 deletions min-v8/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ header += $(filter %.h %.inc,$(tqsrc))

cflags += -I$(pwd/v8)/src
cflags += -I$(pwd/v8)/include
cflags += -I$(pwd)/_
cflags += -I$(pwd)/extra

# XXX: this is un-breaking something the -iquote for sed hacks is breaking in cppgc
Expand Down
2 changes: 1 addition & 1 deletion min-v8/trace_event
Submodule trace_event updated from 29ac73 to 35f065
File renamed without changes.
2 changes: 1 addition & 1 deletion min-webrtc/libsrtp
Submodule libsrtp updated from 17b2d5 to 7a7e64
2 changes: 1 addition & 1 deletion min-webrtc/webrtc
Submodule webrtc updated from c8068f to a513e8
2 changes: 1 addition & 1 deletion min-wireshark/libgcrypt
Submodule libgcrypt updated 490 files
2 changes: 1 addition & 1 deletion min-wireshark/libgpg-error
Submodule libgpg-error updated 134 files
2 changes: 1 addition & 1 deletion min-zlib/googletest
Submodule googletest updated 132 files
2 changes: 1 addition & 1 deletion min-zlib/libz
Submodule libz updated from 2d44c5 to 7d77fb
2 changes: 2 additions & 0 deletions modules
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ head[env/libcxxabi]=origin/release_90
head[app-shared/flutter]=3.13.9
head[app-shared/engine]=$(cat app-shared/flutter/bin/internal/engine.version)

# cairo and pixman decided to drop autotools, which is really annoying :/
# intx is stuck due to use of concepts (so need a newer version of libc++)
# pcre2 is stuck due to https://github.com/PCRE2Project/pcre2/issues/205

# url is stuck due to https://forums.developer.apple.com/thread/120977 :/
Expand Down
1 change: 1 addition & 0 deletions p2p/asio.mk
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ boost += random
boost += range
boost += rational
boost += regex
boost += scope
boost += serialization
boost += signals2
boost += smart_ptr
Expand Down
2 changes: 1 addition & 1 deletion p2p/boost
Submodule boost updated 92 files
+42 −10 .github/workflows/ci.yml
+131 −0 .github/workflows/release-cmake.yml
+0 −60 .github/workflows/release.yml
+10 −0 .gitmodules
+1 −1 CMakeLists.txt
+1 −1 Jamroot
+1 −1 libs/any
+1 −1 libs/array
+1 −1 libs/asio
+1 −1 libs/assert
+1 −1 libs/atomic
+1 −1 libs/beast
+1 −1 libs/bimap
+1 −1 libs/bind
+1 −0 libs/charconv
+1 −1 libs/chrono
+1 −1 libs/cobalt
+1 −1 libs/compat
+1 −1 libs/config
+1 −1 libs/container
+1 −1 libs/container_hash
+1 −1 libs/context
+1 −1 libs/conversion
+1 −1 libs/core
+1 −1 libs/describe
+1 −1 libs/detail
+1 −1 libs/dll
+1 −1 libs/exception
+1 −1 libs/filesystem
+1 −1 libs/function
+1 −1 libs/geometry
+1 −1 libs/hana
+1 −1 libs/integer
+1 −1 libs/interprocess
+1 −1 libs/intrusive
+1 −1 libs/iterator
+1 −1 libs/json
+1 −1 libs/lambda2
+1 −1 libs/leaf
+1 −1 libs/lexical_cast
+1 −1 libs/local_function
+1 −1 libs/locale
+1 −1 libs/log
+5 −3 libs/maintainers.txt
+1 −1 libs/math
+1 −1 libs/move
+1 −1 libs/mp11
+1 −1 libs/msm
+1 −1 libs/multi_index
+1 −1 libs/multiprecision
+1 −1 libs/mysql
+1 −1 libs/nowide
+1 −1 libs/numeric/odeint
+1 −1 libs/outcome
+1 −1 libs/parameter
+1 −1 libs/pfr
+1 −1 libs/pool
+1 −1 libs/preprocessor
+1 −1 libs/process
+1 −1 libs/program_options
+1 −1 libs/property_tree
+1 −1 libs/qvm
+1 −1 libs/random
+1 −1 libs/range
+1 −1 libs/redis
+1 −0 libs/scope
+1 −1 libs/signals2
+1 −1 libs/smart_ptr
+1 −1 libs/spirit
+1 −1 libs/stacktrace
+1 −1 libs/stl_interfaces
+1 −1 libs/system
+1 −1 libs/test
+1 −1 libs/throw_exception
+1 −1 libs/timer
+1 −1 libs/type_index
+1 −1 libs/type_traits
+1 −1 libs/unordered
+1 −1 libs/url
+1 −1 libs/utility
+1 −1 libs/uuid
+1 −1 libs/variant
+1 −1 libs/variant2
+1 −1 libs/wave
+1 −1 more
+1 −1 tools/auto_index
+1 −1 tools/boost_install
+1 −1 tools/boostbook
+1 −1 tools/build
+1 −1 tools/cmake
+1 −1 tools/inspect
+1 −1 tools/quickbook
2 changes: 1 addition & 1 deletion p2p/c-ares
Submodule c-ares updated 146 files
2 changes: 1 addition & 1 deletion p2p/challenge-bypass-ristretto-ffi
2 changes: 1 addition & 1 deletion p2p/ctre
2 changes: 1 addition & 1 deletion p2p/curl
Submodule curl updated 1120 files
2 changes: 1 addition & 1 deletion p2p/expected
1 change: 0 additions & 1 deletion p2p/extra/sockets.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <sys/filio.h>
typedef int msg_iovlen_t;
#else
#define TCP_KEEPALIVE 0
typedef size_t msg_iovlen_t;
#endif

Expand Down
2 changes: 1 addition & 1 deletion p2p/lwip
Submodule lwip updated from 3fe8d2 to 1cc153
2 changes: 1 addition & 1 deletion p2p/lz4
Submodule lz4 updated 101 files
2 changes: 1 addition & 1 deletion p2p/pugixml
2 changes: 1 addition & 1 deletion p2p/snappy
2 changes: 0 additions & 2 deletions p2p/source/connection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
#define TCP_KEEPIDLE TCP_KEEPALIVE
#define TCP_KEEPCNT 16
#define TCP_KEEPINTVL 17
#elif defined(__linux__)
#define TCP_USER_TIMEOUT 18
#endif

namespace orc {
Expand Down
2 changes: 1 addition & 1 deletion p2p/tap-windows6
Submodule tap-windows6 updated 2 files
+15 −3 src/rxpath.c
+4 −4 version.m4
10 changes: 8 additions & 2 deletions p2p/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ endif
cflags += -I$(pwd)/lwip/src/include

cflags += -DLWIP_ERRNO_STDINCLUDE
cflags += -DLWIP_TCP

ifeq ($(target),lnx)
cflags += -DTCP_USER_TIMEOUT=18
cflags/$(pwd)/lwip/ += -DTCP_KEEPALIVE=0xFF
endif


# Android sockaddr_storage is more indirect
Expand Down Expand Up @@ -169,9 +175,9 @@ cflags += -I$(pwd)/challenge-bypass-ristretto-ffi/src
source += $(pwd)/challenge-bypass-ristretto-ffi/src/wrapper.cpp


linked += $(pwd)/boringtun/librust.a
linked += $(pwd)/boringtun/boringtun/librust.a
cflags += -I$(pwd)/boringtun/boringtun/src
features/$(pwd)/boringtun += ffi-bindings
features/$(pwd)/boringtun/boringtun += ffi-bindings


source += $(pwd)/SPCDNS/src/codec.c
Expand Down
2 changes: 1 addition & 1 deletion srv-worker/capnproto
Submodule capnproto updated 265 files
2 changes: 1 addition & 1 deletion srv-worker/workerd
Submodule workerd updated 384 files
2 changes: 1 addition & 1 deletion vpn-shared/libevent
Submodule libevent updated 105 files
2 changes: 1 addition & 1 deletion vpn-shared/libmaxminddb
2 changes: 1 addition & 1 deletion vpn-shared/libssh
Submodule libssh updated from 6ad455 to 89c53e
2 changes: 1 addition & 1 deletion vpn-shared/tor
Submodule tor updated from a5d53c to 7a5d94

0 comments on commit ce2305a

Please sign in to comment.