From 872f1bd84366dddfdc8753ec693929f5efec1f02 Mon Sep 17 00:00:00 2001 From: Jim Gustafson Date: Fri, 25 Oct 2024 13:37:00 -0700 Subject: [PATCH] Update to RingRTC v2.48.4 --- ACKNOWLEDGMENTS.md | 29 ++++++++++++++++++++++++++++- package-lock.json | 9 +++++---- package.json | 2 +- 3 files changed, 34 insertions(+), 6 deletions(-) diff --git a/ACKNOWLEDGMENTS.md b/ACKNOWLEDGMENTS.md index 50beffeab..61300901e 100644 --- a/ACKNOWLEDGMENTS.md +++ b/ACKNOWLEDGMENTS.md @@ -12043,7 +12043,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see ``` -## libsignal-core 0.1.0, mrp 2.48.3, protobuf 2.48.3, ringrtc 2.48.3, regex-aot 0.1.0, partial-default-derive 0.1.0 +## 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 ``` GNU AFFERO GENERAL PUBLIC LICENSE @@ -16814,6 +16814,33 @@ simplified BSD license. limitations under the License. + Copyright 2015 The Chromium Authors + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ``` diff --git a/package-lock.json b/package-lock.json index 4387c0292..80d86c631 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@react-spring/web": "9.5.5", "@signalapp/better-sqlite3": "9.0.7", "@signalapp/libsignal-client": "0.59.0", - "@signalapp/ringrtc": "2.48.3", + "@signalapp/ringrtc": "2.48.4", "@types/fabric": "4.5.3", "backbone": "1.4.0", "blob-util": "2.0.2", @@ -7402,10 +7402,11 @@ } }, "node_modules/@signalapp/ringrtc": { - "version": "2.48.3", - "resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.48.3.tgz", - "integrity": "sha512-41XBsYx1UZhRfUH8SurSoEg2iRXTXCE2g8W2hr76/izshf+uK7X2JsTtf7RP8N4A7fm1VCSf2Lie/cx1b0VnCw==", + "version": "2.48.4", + "resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.48.4.tgz", + "integrity": "sha512-AckV3O+KoznMEeyh4zoaiM73Fui0K/qf7y6lYMzXsiQRzND3YwsqqKcfJwSdNC4V5adRhdJTRyiB/GSqhDONcw==", "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 ca4b82eb6..3c0bea6e4 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@react-spring/web": "9.5.5", "@signalapp/better-sqlite3": "9.0.7", "@signalapp/libsignal-client": "0.59.0", - "@signalapp/ringrtc": "2.48.3", + "@signalapp/ringrtc": "2.48.4", "@types/fabric": "4.5.3", "backbone": "1.4.0", "blob-util": "2.0.2",