-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update element-desktop to version 1.11.85 / rev 70 via SR 1223677
https://build.opensuse.org/request/show/1223677 by user dheidler + anag+factory - Version 1.11.85 # Security - Fixes for GHSA-w36j-v56h-q9pc - Fixes for GHSA-5486-384g-mcx2 - Update JS SDK with the fixes for GHSA-xvg8-m4x3-w6xr Version 1.11.84 ## ✨ Features * Remove abandoned MSC3886, MSC3903, MSC3906 implementations (element-hq/element-web#28274). Contributed by @t3chguy. * Update to React 18 (element-hq/element-web#24763). Contributed by @t3chguy. * Deduplicate icons using Compound (element-hq/element-web#28239). Contributed by @t3chguy. * Replace legacy Tooltips with Compound tooltips (https://githu
- Loading branch information
1 parent
e74964f
commit 07f88a8
Showing
9 changed files
with
91 additions
and
15 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
7-zip is not actually used during build | ||
|
||
--- vendor/node_modules/builder-util/out/7za.js.orig 2024-05-15 21:11:29.747999000 +0200 | ||
+++ vendor/node_modules/builder-util/out/7za.js 2024-05-15 23:22:09.712045854 +0200 | ||
@@ -4,8 +4,7 @@ exports.getPath7x = exports.getPath7za = | ||
const _7zip_bin_1 = require("7zip-bin"); | ||
--- vendor/node_modules/builder-util/out/7za.js.orig 2024-11-12 14:03:34.173010978 +0100 | ||
+++ vendor/node_modules/builder-util/out/7za.js 2024-11-12 14:05:06.720292070 +0100 | ||
@@ -6,13 +6,15 @@ | ||
const fs_extra_1 = require("fs-extra"); | ||
const fs = require("fs"); | ||
async function getPath7za() { | ||
- await (0, fs_extra_1.chmod)(_7zip_bin_1.path7za, 0o755); | ||
- return _7zip_bin_1.path7za; | ||
+ return '/bin/false' | ||
+ return '/bin/false'; | ||
if (fs.existsSync(_7zip_bin_1.path7za)) { | ||
await (0, fs_extra_1.chmod)(_7zip_bin_1.path7za, 0o755); | ||
} | ||
return _7zip_bin_1.path7za; | ||
} | ||
exports.getPath7za = getPath7za; | ||
async function getPath7x() { | ||
+ return '/bin/false'; | ||
await (0, fs_extra_1.chmod)(_7zip_bin_1.path7x, 0o755); | ||
return _7zip_bin_1.path7x; | ||
} | ||
-//# sourceMappingURL=7za.js.map | ||
\ Kein Zeilenumbruch am Dateiende. | ||
+//# sourceMappingURL=7za.js.map |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/ipfs/bafybeieseyfrpwqbx47f6iutpfxe4bkrcymb2zwqceypubycm6jvlxcdnq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/ipfs/bafybeibctz7no4do2zjrkd27etrikfh2mq7gvhoqs6yqxrscqawijwm4u4 | ||
/ipfs/bafybeidqcjlogzopms2glojw42yl3tzmjkz4gh2swnf3v242ngraj6mltq |