Skip to content

Commit

Permalink
Update element-web to version 1.11.8 / rev 20 via SR 1006730
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1006730
by user dheidler + RBrownFactory
1.11.8
  • Loading branch information
dheidler authored and bmwiedemann committed Sep 30, 2022
1 parent 1544e20 commit 6c97b87
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 4 deletions.
Binary file modified packages/e/element-web/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/e/element-web/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,12 @@ please use same ADI as https://build.opensuse.org/request/show/902766</comment>
<comment>Automatic submission by obs-autosubmit</comment>
<requestid>1005167</requestid>
</revision>
<revision rev="20" vrev="1">
<srcmd5>415d375ed766eb00026f21c3b1ecf2c0</srcmd5>
<version>1.11.8</version>
<time>1664553438</time>
<user>RBrownFactory</user>
<comment>1.11.8</comment>
<requestid>1006730</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/e/element-web/element-web-1.11.5.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/e/element-web/element-web-1.11.8.tar.gz
52 changes: 52 additions & 0 deletions packages/e/element-web/element-web.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
-------------------------------------------------------------------
Wed Sep 28 16:14:03 UTC 2022 - Dominik Heidler <dheidler@suse.de>

- Version 1.11.8
## 🐛 Bug Fixes
* Bump IDB crypto store version ([\#2705](https://github.com/matrix-org/matrix-js-sdk/pull/2705)).

-------------------------------------------------------------------
Wed Sep 28 13:56:17 UTC 2022 - Dominik Heidler <dheidler@suse.de>

- Version 1.11.7
## 🔒 Security
* Fix for [CVE-2022-39249](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE%2D2022%2D39249)
* Fix for [CVE-2022-39250](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE%2D2022%2D39250)
* Fix for [CVE-2022-39251](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE%2D2022%2D39251)
* Fix for [CVE-2022-39236](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE%2D2022%2D39236)

-------------------------------------------------------------------
Tue Sep 27 21:25:44 UTC 2022 - Dominik Heidler <dheidler@suse.de>

- Version 1.11.6
## ✨ Features
* Element Call video rooms ([\#9267](https://github.com/matrix-org/matrix-react-sdk/pull/9267)).
* Device manager - rename session ([\#9282](https://github.com/matrix-org/matrix-react-sdk/pull/9282)).
* Allow widgets to read related events ([\#9210](https://github.com/matrix-org/matrix-react-sdk/pull/9210)). Contributed by @dhenneke.
* Device manager - logout of other session ([\#9280](https://github.com/matrix-org/matrix-react-sdk/pull/9280)).
* Device manager - logout current session ([\#9275](https://github.com/matrix-org/matrix-react-sdk/pull/9275)).
* Device manager - verify other devices ([\#9274](https://github.com/matrix-org/matrix-react-sdk/pull/9274)).
* Allow integration managers to remove users ([\#9211](https://github.com/matrix-org/matrix-react-sdk/pull/9211)).
* Device manager - add verify current session button ([\#9252](https://github.com/matrix-org/matrix-react-sdk/pull/9252)).
* Add NotifPanel dot back. ([\#9242](https://github.com/matrix-org/matrix-react-sdk/pull/9242)). Fixes #17641.
* Implement MSC3575: Sliding Sync ([\#8328](https://github.com/matrix-org/matrix-react-sdk/pull/8328)).
* Add the clipboard read permission for widgets ([\#9250](https://github.com/matrix-org/matrix-react-sdk/pull/9250)). Contributed by @stefanmuhle.

## 🐛 Bug Fixes
* Make autocomplete pop-up wider in thread view ([\#9289](https://github.com/matrix-org/matrix-react-sdk/pull/9289)).
* Fix soft crash around inviting invalid MXIDs in start DM on first message flow ([\#9281](https://github.com/matrix-org/matrix-react-sdk/pull/9281)). Fixes matrix-org/element-web-rageshakes#15060 and matrix-org/element-web-rageshakes#15140.
* Fix in-reply-to previews not disappearing when swapping rooms ([\#9278](https://github.com/matrix-org/matrix-react-sdk/pull/9278)).
* Fix invalid instanceof operand window.OffscreenCanvas ([\#9276](https://github.com/matrix-org/matrix-react-sdk/pull/9276)). Fixes #23275.
* Fix memory leak caused by unremoved listener ([\#9273](https://github.com/matrix-org/matrix-react-sdk/pull/9273)).
* Fix thumbnail generation when offscreen canvas fails ([\#9272](https://github.com/matrix-org/matrix-react-sdk/pull/9272)). Fixes #23265.
* Prevent sliding sync from showing a room under multiple sublists ([\#9266](https://github.com/matrix-org/matrix-react-sdk/pull/9266)).
* Fix tile crash around tooltipify links ([\#9270](https://github.com/matrix-org/matrix-react-sdk/pull/9270)). Fixes #23253.
* Device manager - filter out nulled metadatas in device tile properly ([\#9251](https://github.com/matrix-org/matrix-react-sdk/pull/9251)).
* Fix a sliding sync bug which could cause rooms to loop ([\#9268](https://github.com/matrix-org/matrix-react-sdk/pull/9268)).
* Remove the grey gradient on images in bubbles in the timeline ([\#9241](https://github.com/matrix-org/matrix-react-sdk/pull/9241)). Fixes #21651.
* Fix html export not including images ([\#9260](https://github.com/matrix-org/matrix-react-sdk/pull/9260)). Fixes #22059.
* Fix possible soft crash from a race condition in space hierarchies ([\#9254](https://github.com/matrix-org/matrix-react-sdk/pull/9254)). Fixes matrix-org/element-web-rageshakes#15225.
* Disable all types of autocorrect, -complete, -capitalize, etc on Spotlight's search field ([\#9259](https://github.com/matrix-org/matrix-react-sdk/pull/9259)).
* Handle M_INVALID_USERNAME on /register/available ([\#9237](https://github.com/matrix-org/matrix-react-sdk/pull/9237)). Fixes #23161.
* Fix issue with quiet zone around QR code ([\#9243](https://github.com/matrix-org/matrix-react-sdk/pull/9243)). Fixes #23199.

-------------------------------------------------------------------
Wed Sep 14 09:12:15 UTC 2022 - Dominik Heidler <dheidler@suse.de>

Expand Down
2 changes: 1 addition & 1 deletion packages/e/element-web/element-web.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: element-web
Version: 1.11.5
Version: 1.11.8
Release: 0
Summary: A glossy Matrix collaboration client - web files
License: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/e/element-web/npm-packages-offline-cache.tar.gz
6 changes: 5 additions & 1 deletion packages/e/element-web/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ wget -c https://github.com/vector-im/element-web/archive/v${version}.tar.gz -O e
tar xzvf element-web-${version}.tar.gz
cd element-web-${version}

changes=$(grep "^=============" -B10000 -m2 CHANGELOG.md | head -n -3 | tail -n +4)

echo 'yarn-offline-mirror "./npm-packages-offline-cache"' > .yarnrc
yarn cache clean
rm -rf node_modules/
yarn install --pure-lockfile || : # this will download tha packages into the offline cache
yarn install --pure-lockfile --ignore-engines || : # this will download tha packages into the offline cache

# download some additional dependencie that slips through this earlier method
cd ./npm-packages-offline-cache/
Expand Down Expand Up @@ -57,6 +59,8 @@ echo rm -rf "$tmpdir"
echo -e "\n\nDONE creating npm dependency offline cache file 'npm-packages-offline-cache.tar.gz'"


read -p "Write changes?"
osc vc -m "Version ${version}\n${changes}" element-web.changes

#DIST_VERSION=$version ./scripts/package.sh
#
Expand Down

0 comments on commit 6c97b87

Please sign in to comment.