diff --git a/Telegram/ThirdParty/libtgvoip b/Telegram/ThirdParty/libtgvoip index 373e41668b..7efc430061 160000 --- a/Telegram/ThirdParty/libtgvoip +++ b/Telegram/ThirdParty/libtgvoip @@ -1 +1 @@ -Subproject commit 373e41668b265864f8976b83bb66dd6e9a583915 +Subproject commit 7efc430061aa37945fde7325439236526084c598 diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 239eda02be..953b827a64 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -801,38 +801,22 @@ FROM patches AS breakpad RUN git clone https://chromium.googlesource.com/breakpad/breakpad.git WORKDIR breakpad -RUN git checkout bc8fb886 +RUN git checkout dfcb7b6799 +RUN git apply ../patches/breakpad.diff RUN git clone https://chromium.googlesource.com/linux-syscall-support.git src/third_party/lss WORKDIR src/third_party/lss -RUN git checkout 8048ece +RUN git checkout e1e7b0ad8e + WORKDIR ${LibrariesPath} ENV BreakpadCache ${LibrariesPath}/breakpad-cache -RUN git clone https://chromium.googlesource.com/external/gyp.git -WORKDIR gyp -RUN git checkout 9f2a7bb1 -RUN git apply ../patches/gyp.diff - -WORKDIR ../breakpad +WORKDIR breakpad RUN ./configure RUN make -j$(nproc) RUN make DESTDIR="$BreakpadCache" install -WORKDIR src -RUN rm -rf testing -RUN git clone --depth=1 $GIT/google/googletest.git testing - -WORKDIR tools -RUN sed -i 's/minidump_upload.m/minidump_upload.cc/' linux/tools_linux.gypi -RUN ../../../gyp/gyp --depth=. --generator-output=.. -Goutput_dir=../out tools.gyp --format=cmake - -WORKDIR ../../out/Default -RUN cmake . -RUN cmake --build . --target dump_syms -j$(nproc) -RUN mv dump_syms $BreakpadCache - WORKDIR .. RUN rm -rf gyp diff --git a/Telegram/lib_ui b/Telegram/lib_ui index abfd578851..bd7c085bd0 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit abfd5788516b5e96075c7b7982112d904be43ab6 +Subproject commit bd7c085bd019ec4a012154c3d290769672932a4e diff --git a/cmake b/cmake index 2034686f01..3440748171 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 2034686f01d2207bde5b060e71a416f2f4419287 +Subproject commit 34407481713f987ea8b74bb949fd3d79e123e3c7