From 2a3c1069fbac72027ee6c0aae1ed5f80f3f784d0 Mon Sep 17 00:00:00 2001 From: Miriam Zimmerman Date: Tue, 5 Nov 2024 15:32:35 -0500 Subject: [PATCH] Update to ringrtc v2.48.6 --- .github/workflows/benchmark.yml | 2 +- .github/workflows/ci.yml | 4 ++-- ACKNOWLEDGMENTS.md | 33 ++++++++++++++++++++++++++++++--- package-lock.json | 9 ++++----- package.json | 3 ++- 5 files changed, 39 insertions(+), 12 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ecf41cffb7..647e8c986b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -35,7 +35,7 @@ jobs: run: npm install -g npm@10.2.5 - name: Install xvfb - run: sudo apt-get install xvfb + run: sudo apt-get install xvfb libpulse0 - name: Cache Desktop node_modules id: cache-desktop-modules diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b93dbe33c..c2e24d7b9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' - - run: sudo apt-get install xvfb + - run: sudo apt-get install xvfb libpulse0 - run: npm install -g npm@10.2.5 @@ -358,7 +358,7 @@ jobs: run: npm install -g npm@10.2.5 - name: Install xvfb - run: sudo apt-get install xvfb + run: sudo apt-get install xvfb libpulse0 - name: Cache Desktop node_modules id: cache-desktop-modules diff --git a/ACKNOWLEDGMENTS.md b/ACKNOWLEDGMENTS.md index 14dd777075..8e7fcb2fa3 100644 --- a/ACKNOWLEDGMENTS.md +++ b/ACKNOWLEDGMENTS.md @@ -12011,7 +12011,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see ``` -## libsignal-core 0.1.0, mrp 2.48.4, protobuf 2.48.4, ringrtc 2.48.4, regex-aot 0.1.0, partial-default-derive 0.1.0 +## libsignal-core 0.1.0, mrp 2.48.6, protobuf 2.48.6, ringrtc 2.48.6, regex-aot 0.1.0, partial-default-derive 0.1.0 ``` GNU AFFERO GENERAL PUBLIC LICENSE @@ -12795,7 +12795,7 @@ THIS SOFTWARE. ``` -## cubeb-core 0.14.0, cubeb-sys 0.14.0, cubeb 0.14.0 +## cubeb-core 0.17.0, cubeb-sys 0.17.0, cubeb 0.17.0 ``` Copyright © 2017 Mozilla Foundation @@ -12962,7 +12962,7 @@ SOFTWARE. ``` -## cc 1.1.5, cfg-if 1.0.0, cmake 0.1.50, pkg-config 0.3.30 +## cc 1.1.31, cfg-if 1.0.0, cmake 0.1.50, pkg-config 0.3.30 ``` Copyright (c) 2014 Alex Crichton @@ -14751,6 +14751,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` + +## shlex 1.3.0 + +``` +The MIT License (MIT) + +Copyright (c) 2015 Nicholas Allegra (comex). + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + ``` ## jni 0.21.1 diff --git a/package-lock.json b/package-lock.json index ea9e3e8c05..4957996676 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@react-spring/web": "9.5.5", "@signalapp/better-sqlite3": "9.0.8", "@signalapp/libsignal-client": "0.60.2", - "@signalapp/ringrtc": "2.48.4", + "@signalapp/ringrtc": "2.48.6", "@types/fabric": "4.5.3", "backbone": "1.4.0", "blob-util": "2.0.2", @@ -7389,11 +7389,10 @@ } }, "node_modules/@signalapp/ringrtc": { - "version": "2.48.4", - "resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.48.4.tgz", - "integrity": "sha512-AckV3O+KoznMEeyh4zoaiM73Fui0K/qf7y6lYMzXsiQRzND3YwsqqKcfJwSdNC4V5adRhdJTRyiB/GSqhDONcw==", + "version": "2.48.6", + "resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.48.6.tgz", + "integrity": "sha512-iEjg8mBvv/2C/IDD2sV3yLx0ouHzN6YI3tWG75E9V08IUXp1QSRy8JjZwgo9tNbxSV/tk3UI93lE3uGp8aroYg==", "hasInstallScript": true, - "license": "AGPL-3.0-only", "dependencies": { "https-proxy-agent": "7.0.1", "tar": "^6.2.1" diff --git a/package.json b/package.json index 18adc9f27b..1c863b6db4 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "@react-spring/web": "9.5.5", "@signalapp/better-sqlite3": "9.0.8", "@signalapp/libsignal-client": "0.60.2", - "@signalapp/ringrtc": "2.48.4", + "@signalapp/ringrtc": "2.48.6", "@types/fabric": "4.5.3", "backbone": "1.4.0", "blob-util": "2.0.2", @@ -468,6 +468,7 @@ "libxtst6", "libnss3", "libasound2", + "libpulse0", "libxss1", "libc6 (>= 2.31)", "libgtk-3-0",