Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to 130.0.6723.58 #128

Merged
merged 8 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ CCACHE_VERSION=4.8.3

# WebRTC doesn't have its own versioning, so we use Chromium versions:
# https://chromiumdash.appspot.com/releases
WEBRTC_VERSION=129.0.6668.100
WEBRTC_VERSION=130.0.6723.58
# Look for the concrete revision for WebRTC in:
# https://chromium.googlesource.com/chromium/src/+/refs/tags/<WEBRTC_VERSION>/DEPS
WEBRTC_COMMIT=21508e08e7545a03c8c35a9299923279e3def319
WEBRTC_COMMIT=28b793b4dd275bf2b901b87e01c0ee8d4f5732fc

# Additional revision of the `WEBRTC_VERSION` added as `-rN` suffix to it, and
# tracking additional changes applied on top of it.
Expand Down
1 change: 0 additions & 1 deletion build.windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ Exec { git apply --ignore-space-change -v $PATCH_DIR\fix_disable_proxy_trace_eve
Exec { git apply --ignore-space-change -v $PATCH_DIR\webrtc_voice_engine.patch }
Exec { git apply --ignore-space-change -v $PATCH_DIR\win_dynamic_crt.patch }
Exec { git apply --ignore-space-change -v $PATCH_DIR\windows_fix_abseil.patch }
Exec { git apply --ignore-space-change -v $PATCH_DIR\borning_ssl_missing_string_header.patch }
Pop-Location

Get-PSDrive
Expand Down
3 changes: 1 addition & 2 deletions build/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ common-patch:
&& patch -p1 < $(PATCH_DIR)/nacl_armv6_2.patch \
&& patch -p2 < $(PATCH_DIR)/add_licenses.patch \
&& patch -p2 < $(PATCH_DIR)/4k.patch \
&& patch -p2 < $(PATCH_DIR)/fix_disable_proxy_trace_events.patch \
&& patch -p2 < $(PATCH_DIR)/borning_ssl_missing_string_header.patch
&& patch -p2 < $(PATCH_DIR)/fix_disable_proxy_trace_events.patch

.PHONY: common-package
common-package: copy
Expand Down
1 change: 0 additions & 1 deletion build/ios/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ package:
# `objc/api/peerconnection/RTCRtpCodecCapability.h`.
patch: common-patch
cd $(SRC_DIR) && \
patch -p2 < $(PATCH_DIR)/enable_ios_scalability_mode.patch && \
patch -p2 < $(PATCH_DIR)/fix_ios_capability.patch && \
patch -p2 < $(PATCH_DIR)/add_yuv_helper_ios_mac.patch

Expand Down
4 changes: 2 additions & 2 deletions instrumentisto-libwebrtc-bin.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |spec|
spec.name = "instrumentisto-libwebrtc-bin"
spec.version = "129.0.6668.100"
spec.version = "130.0.6723.58"
spec.summary = "Pre-compiled `libwebrtc` library for Darwin used by Medea Flutter-WebRTC."

spec.homepage = "https://github.com/instrumentisto/libwebrtc-bin"
spec.license = { :type => 'BSD', :file => 'WebRTC.xcframework/LICENSE.md' }
spec.author = { 'Instrumentisto Team' => '[email protected]' }
spec.ios.deployment_target = '10.0'

spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/129.0.6668.100/libwebrtc-ios.zip" }
spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/130.0.6723.58/libwebrtc-ios.zip" }
spec.vendored_frameworks = "WebRTC.xcframework"

spec.pod_target_xcconfig = {
Expand Down
10 changes: 0 additions & 10 deletions patch/borning_ssl_missing_string_header.patch

This file was deleted.

Loading