From b72d645536aacaed4c3a3a1dd29ebe5372ea3efe Mon Sep 17 00:00:00 2001 From: hawkff <109485367+hawkff@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:54:10 -0400 Subject: [PATCH 1/2] chore(olcrtc): update pinned runtime --- .github/workflows/ci.yml | 2 +- buildScript/lib/olcrtc.sh | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3401a487c..0d2f02a0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ env: MDVPN_COMMIT: d481d72d4b86783a87d536c214d2c68cc4e9320e NAIVE_VERSION: v149.0.7827.114-1 OLCRTC_REPO: https://github.com/openlibrecommunity/olcrtc.git - OLCRTC_COMMIT: 1255cf8248ee4a52cb355ceb8cf72281a5f1affd + OLCRTC_COMMIT: 42ae4e0c6a1af3e01c52cf0149502cc13c326a3f permissions: contents: read jobs: diff --git a/buildScript/lib/olcrtc.sh b/buildScript/lib/olcrtc.sh index c939a94c1..52bc5f4c8 100755 --- a/buildScript/lib/olcrtc.sh +++ b/buildScript/lib/olcrtc.sh @@ -20,10 +20,10 @@ # # OLCRTC_REPO/OLCRTC_COMMIT default to the upstream project at a commit that carries # the protected pion net (internal/protect/pionnet.go + the jitsi SetNet hook, merged -# in openlibrecommunity/olcrtc#111) plus Jitsi ICE-service URL normalization -# (openlibrecommunity/olcrtc#121). Pinning at/after both keeps the media path off -# the tun and prevents malformed service-discovery entries from failing peer- -# connection setup. +# in openlibrecommunity/olcrtc#111), Jitsi ICE-service URL normalization +# (openlibrecommunity/olcrtc#121), and VP8 peer-restart corroboration +# (openlibrecommunity/olcrtc#132). The pin keeps the media path off the tun, +# rejects malformed service-discovery entries, and avoids false peer restarts. # # Usage: ./run lib olcrtc set -e @@ -37,7 +37,7 @@ if [ -z "$ANDROID_NDK_HOME" ]; then fi OLCRTC_REPO="${OLCRTC_REPO:-https://github.com/openlibrecommunity/olcrtc.git}" -OLCRTC_COMMIT="${OLCRTC_COMMIT:-1255cf8248ee4a52cb355ceb8cf72281a5f1affd}" +OLCRTC_COMMIT="${OLCRTC_COMMIT:-42ae4e0c6a1af3e01c52cf0149502cc13c326a3f}" if ! command -v go >/dev/null 2>&1; then echo "Error: go not found on PATH (olcRTC needs Go 1.26+)." >&2 From 3221c17c60f40c13edb9badede699fa6787182f2 Mon Sep 17 00:00:00 2001 From: hawkff <109485367+hawkff@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:16:59 -0400 Subject: [PATCH 2/2] ci(olcrtc): synchronize workflow pins --- .depot/workflows/build-apk.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/preview.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.depot/workflows/build-apk.yml b/.depot/workflows/build-apk.yml index f7ce2aac3..570d041ab 100644 --- a/.depot/workflows/build-apk.yml +++ b/.depot/workflows/build-apk.yml @@ -14,7 +14,7 @@ env: MDVPN_COMMIT: d481d72d4b86783a87d536c214d2c68cc4e9320e NAIVE_VERSION: v149.0.7827.114-1 OLCRTC_REPO: https://github.com/openlibrecommunity/olcrtc.git - OLCRTC_COMMIT: 58df8899c1a12cab22282448d2e7fc25e175822b + OLCRTC_COMMIT: 42ae4e0c6a1af3e01c52cf0149502cc13c326a3f jobs: build-apk: name: Build OSS Debug APK diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c3277257..49eba5e60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ env: MDVPN_COMMIT: d481d72d4b86783a87d536c214d2c68cc4e9320e NAIVE_VERSION: v149.0.7827.114-1 OLCRTC_REPO: https://github.com/openlibrecommunity/olcrtc.git - OLCRTC_COMMIT: 1255cf8248ee4a52cb355ceb8cf72281a5f1affd + OLCRTC_COMMIT: 42ae4e0c6a1af3e01c52cf0149502cc13c326a3f permissions: contents: read jobs: diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 760b28af3..0da55a3b6 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -8,7 +8,7 @@ env: MDVPN_COMMIT: d481d72d4b86783a87d536c214d2c68cc4e9320e NAIVE_VERSION: v149.0.7827.114-1 OLCRTC_REPO: https://github.com/openlibrecommunity/olcrtc.git - OLCRTC_COMMIT: 1255cf8248ee4a52cb355ceb8cf72281a5f1affd + OLCRTC_COMMIT: 42ae4e0c6a1af3e01c52cf0149502cc13c326a3f permissions: contents: read jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d3fd12d6..c0b59a022 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ env: MDVPN_COMMIT: d481d72d4b86783a87d536c214d2c68cc4e9320e NAIVE_VERSION: v149.0.7827.114-1 OLCRTC_REPO: https://github.com/openlibrecommunity/olcrtc.git - OLCRTC_COMMIT: 1255cf8248ee4a52cb355ceb8cf72281a5f1affd + OLCRTC_COMMIT: 42ae4e0c6a1af3e01c52cf0149502cc13c326a3f permissions: contents: read jobs: