Update to ringrtc v2.48.6

This commit is contained in:
Miriam Zimmerman 2024-11-05 15:32:35 -05:00 committed by GitHub
parent f8c3bbc6f1
commit 2a3c1069fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 39 additions and 12 deletions

View file

@ -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

View file

@ -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

View file

@ -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

9
package-lock.json generated
View file

@ -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"

View file

@ -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",