From 4d0a1023a133ac69f804096a53c6491d6964a4d4d93999d70f5f5416e8d899ab Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Fri, 21 Apr 2023 12:45:54 +0000 Subject: [PATCH 1/2] Remove special case for matrix-analytics-events OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=40 --- element-web.spec | 10 +++++----- npm-packages-offline-cache.tar.gz | 4 ++-- prepare.sh | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/element-web.spec b/element-web.spec index 3a836b2..ab5eba1 100644 --- a/element-web.spec +++ b/element-web.spec @@ -44,12 +44,12 @@ echo 'yarn-offline-mirror "./npm-packages-offline-cache"' > .yarnrc ls -l ./npm-packages-offline-cache | head # fix some strange dependency -cp npm-packages-offline-cache/matrix-analytics-events-0.0.1.tgz \ - npm-packages-offline-cache/@matrix-analytics-events-0.0.1.tgz -ls -l ./npm-packages-offline-cache/*matrix-analytics-events* +#cp npm-packages-offline-cache/matrix-analytics-events-0.0.1.tgz \ +# npm-packages-offline-cache/@matrix-analytics-events-0.0.1.tgz +#ls -l ./npm-packages-offline-cache/*matrix-analytics-events* -sed -i -e 's| matrix-analytics-events "github:matrix-org/matrix-analytics-events.git#[^"]*"| matrix-analytics-events "^0.0.1"|' yarn.lock -sed -i -e 's|"matrix-analytics-events@github:matrix-org/matrix-analytics-events#[^"]*"|matrix-analytics-events@^0.0.1|' yarn.lock +#sed -i -e 's| matrix-analytics-events "github:matrix-org/matrix-analytics-events.git#[^"]*"| matrix-analytics-events "^0.0.1"|' yarn.lock +#sed -i -e 's|"matrix-analytics-events@github:matrix-org/matrix-analytics-events#[^"]*"|matrix-analytics-events@^0.0.1|' yarn.lock yarn install --offline --pure-lockfile diff --git a/npm-packages-offline-cache.tar.gz b/npm-packages-offline-cache.tar.gz index 0c07099..a36d0b0 100644 --- a/npm-packages-offline-cache.tar.gz +++ b/npm-packages-offline-cache.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffd784a36e2f6b205f19077b74e43dd75802fc77328074c95c81a4940440be10 -size 97105985 +oid sha256:96c8a62b7990e7d956ab950af78f1ab74cf72887900418e6f5a74115510ce4db +size 97096106 diff --git a/prepare.sh b/prepare.sh index a06a3a8..a6be336 100644 --- a/prepare.sh +++ b/prepare.sh @@ -28,11 +28,11 @@ yarn install --pure-lockfile --ignore-engines || : # this will download tha pack # download some additional dependencie that slips through this earlier method cd ./npm-packages-offline-cache/ -wget -O matrix-analytics-events-0.0.1.tgz $(grep -m1 -A2 "@matrix.org/analytics-events" ../yarn.lock | grep resolved | awk '{print $NF}' | tr -d '"') -mkdir package -tar xvf matrix-analytics-events-0.0.1.tgz --strip-components=1 -C package/ -tar czf matrix-analytics-events-0.0.1.tgz package/ -rm -r package +#wget -O matrix-analytics-events-0.0.1.tgz $(grep -m1 -A2 "@matrix.org/analytics-events" ../yarn.lock | grep resolved | awk '{print $NF}' | tr -d '"') +#mkdir package +#tar xvf matrix-analytics-events-0.0.1.tgz --strip-components=1 -C package/ +#tar czf matrix-analytics-events-0.0.1.tgz package/ +#rm -r package # fill sentry-cli cache with mock binaries for all architecutres cd sentry-cli From ea7e9881fb74518e955baac212f5e4a7138f46a67d865a36d8b4594f29dfb17f Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Tue, 25 Apr 2023 12:21:40 +0000 Subject: [PATCH 2/2] =?UTF-8?q?-=20Version=201.11.30=20##=20=F0=9F=94=92?= =?UTF-8?q?=20Security=20=20*=20Fixes=20for=20[CVE-2023-30609](https://cve?= =?UTF-8?q?.mitre.org/cgi-bin/cvekey.cgi=3Fkeyword=3DCVE-2023-30609)=20/?= =?UTF-8?q?=20GHSA-xv83-x443-7rmw=20##=20=E2=9C=A8=20Features=20=20*=20Pic?= =?UTF-8?q?k=20sensible=20default=20option=20for=20phone=20country=20dropd?= =?UTF-8?q?own=20([\#10627](https://github.com/matrix-org/matrix-react-sdk?= =?UTF-8?q?/pull/10627)).=20Fixes=20#3528.=20=20*=20Relate=20field=20valid?= =?UTF-8?q?ation=20tooltip=20via=20aria-describedby=20([\#10522](https://g?= =?UTF-8?q?ithub.com/matrix-org/matrix-react-sdk/pull/10522)).=20Fixes=20#?= =?UTF-8?q?24963.=20=20*=20Handle=20more=20completion=20types=20in=20rte?= =?UTF-8?q?=20autocomplete=20([\#10560](https://github.com/matrix-org/matr?= =?UTF-8?q?ix-react-sdk/pull/10560)).=20Contributed=20by=20@alunturner.=20?= =?UTF-8?q?=20*=20Show=20a=20tile=20for=20an=20unloaded=20predecessor=20ro?= =?UTF-8?q?om=20if=20it=20has=20via=5Fservers=20([\#10483](https://github.?= =?UTF-8?q?com/matrix-org/matrix-react-sdk/pull/10483)).=20Contributed=20b?= =?UTF-8?q?y=20@andybalaam.=20=20*=20Exclude=20message=20timestamps=20from?= =?UTF-8?q?=20aria=20live=20region=20([\#10584](https://github.com/matrix-?= =?UTF-8?q?org/matrix-react-sdk/pull/10584)).=20Fixes=20#5696.=20=20*=20Ma?= =?UTF-8?q?ke=20composer=20format=20bar=20an=20aria=20toolbar=20([\#10583]?= =?UTF-8?q?(https://github.com/matrix-org/matrix-react-sdk/pull/10583)).?= =?UTF-8?q?=20Fixes=20#11283.=20=20*=20Improve=20accessibility=20of=20font?= =?UTF-8?q?=20slider=20([\#10473](https://github.com/matrix-org/matrix-rea?= =?UTF-8?q?ct-sdk/pull/10473)).=20Fixes=20#20168=20and=20#24962.=20=20*=20?= =?UTF-8?q?fix=20file=20size=20display=20from=20kB=20to=20KB=20([\#10561](?= =?UTF-8?q?https://github.com/matrix-org/matrix-react-sdk/pull/10561)).=20?= =?UTF-8?q?Fixes=20#24866.=20Contributed=20by=20@NSV1991.=20=20*=20Handle?= =?UTF-8?q?=20/me=20in=20rte=20([\#10558](https://github.com/matrix-org/ma?= =?UTF-8?q?trix-react-sdk/pull/10558)).=20Contributed=20by=20@alunturner.?= =?UTF-8?q?=20=20*=20bind=20html=20with=20switch=20for=20manage=20extensio?= =?UTF-8?q?n=20setting=20option=20([\#10553](https://github.com/matrix-org?= =?UTF-8?q?/matrix-react-sdk/pull/10553)).=20Contributed=20by=20@NSV1991.?= =?UTF-8?q?=20=20*=20Handle=20command=20completions=20in=20RTE=20([\#10521?= =?UTF-8?q?](https://github.com/matrix-org/matrix-react-sdk/pull/10521)).?= =?UTF-8?q?=20Contributed=20by=20@alunturner.=20=20*=20Add=20room=20and=20?= =?UTF-8?q?user=20avatars=20to=20rte=20([\#10497](https://github.com/matri?= =?UTF-8?q?x-org/matrix-react-sdk/pull/10497)).=20Contributed=20by=20@alun?= =?UTF-8?q?turner.=20=20*=20Support=20for=20MSC3882=20revision=201=20([\#1?= =?UTF-8?q?0443](https://github.com/matrix-org/matrix-react-sdk/pull/10443?= =?UTF-8?q?)).=20Contributed=20by=20@hughns.=20=20*=20Check=20profiles=20b?= =?UTF-8?q?efore=20starting=20a=20DM=20([\#10472](https://github.com/matri?= =?UTF-8?q?x-org/matrix-react-sdk/pull/10472)).=20Fixes=20#24830.=20=20*?= =?UTF-8?q?=20Quick=20settings:=20Change=20the=20copy=20/=20labels=20on=20?= =?UTF-8?q?the=20options=20([\#10427](https://github.com/matrix-org/matrix?= =?UTF-8?q?-react-sdk/pull/10427)).=20Fixes=20#24522.=20Contributed=20by?= =?UTF-8?q?=20@justjanne.=20=20*=20Update=20rte=20autocomplete=20styling?= =?UTF-8?q?=20([\#10503](https://github.com/matrix-org/matrix-react-sdk/pu?= =?UTF-8?q?ll/10503)).=20Contributed=20by=20@alunturner.=20##=20?= =?UTF-8?q?=F0=9F=90=9B=20Bug=20Fixes=20=20*=20Fix=20create=20subspace=20d?= =?UTF-8?q?ialog=20not=20working=20([\#10652](https://github.com/matrix-or?= =?UTF-8?q?g/matrix-react-sdk/pull/10652)).=20Fixes=20vector-im/element-we?= =?UTF-8?q?b#24882=20=20*=20Fix=20multiple=20accessibility=20defects=20ide?= =?UTF-8?q?ntified=20by=20AXE=20([\#10606](https://github.com/matrix-org/m?= =?UTF-8?q?atrix-react-sdk/pull/10606)).=20=20*=20Fix=20view=20source=20fr?= =?UTF-8?q?om=20edit=20history=20dialog=20always=20showing=20latest=20even?= =?UTF-8?q?t=20([\#10626](https://github.com/matrix-org/matrix-react-sdk/p?= =?UTF-8?q?ull/10626)).=20Fixes=20#21859.=20=20*=20#21451=20Fix=20WebGL=20?= =?UTF-8?q?disabled=20error=20message=20([\#10589](https://github.com/matr?= =?UTF-8?q?ix-org/matrix-react-sdk/pull/10589)).=20Contributed=20by=20@ras?= =?UTF-8?q?hmitpankhania.=20=20*=20Properly=20translate=20errors=20in=20`A?= =?UTF-8?q?ddThreepid.ts`=20so=20they=20show=20up=20translated=20to=20the?= =?UTF-8?q?=20user=20but=20not=20in=20our=20logs=20([\#10432](https://gith?= =?UTF-8?q?ub.com/matrix-org/matrix-react-sdk/pull/10432)).=20Contributed?= =?UTF-8?q?=20by=20@MadLittleMods.=20=20*=20Fix=20overflow=20on=20auth=20p?= =?UTF-8?q?ages=20([\#10605](https://github.com/matrix-org/matrix-react-sd?= =?UTF-8?q?k/pull/10605)).=20Fixes=20#19548.=20=20*=20Fix=20incorrect=20av?= =?UTF-8?q?atar=20background=20colour=20when=20using=20a=20custom=20theme?= =?UTF-8?q?=20([\#10598](https://github.com/matrix-org/matrix-react-sdk/pu?= =?UTF-8?q?ll/10598)).=20Contributed=20by=20@jdauphant.=20=20*=20Remove=20?= =?UTF-8?q?dependency=20on=20`org.matrix.e2e=5Fcross=5Fsigning`=20unstable?= =?UTF-8?q?=20feature=20([\#10593](https://github.com/matrix-org/matrix-re?= =?UTF-8?q?act-sdk/pull/10593)).=20=20*=20Update=20setting=20description?= =?UTF-8?q?=20to=20match=20reality=20([\#10600](https://github.com/matrix-?= =?UTF-8?q?org/matrix-react-sdk/pull/10600)).=20Fixes=20#25106.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=41 --- element-web-1.11.29.tar.gz | 3 --- element-web-1.11.30.tar.gz | 3 +++ element-web.changes | 45 +++++++++++++++++++++++++++++++ element-web.spec | 2 +- npm-packages-offline-cache.tar.gz | 4 +-- 5 files changed, 51 insertions(+), 6 deletions(-) delete mode 100644 element-web-1.11.29.tar.gz create mode 100644 element-web-1.11.30.tar.gz diff --git a/element-web-1.11.29.tar.gz b/element-web-1.11.29.tar.gz deleted file mode 100644 index 11c2cc6..0000000 --- a/element-web-1.11.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0d6cd77c0e07633988a347d5e4daa22057c182e2e5fa16e30a20149405c0853 -size 1484457 diff --git a/element-web-1.11.30.tar.gz b/element-web-1.11.30.tar.gz new file mode 100644 index 0000000..bbeb3dc --- /dev/null +++ b/element-web-1.11.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fd01b474ab402eee22d2edef3f5deee1c0c4f9b17e068de68e049e2fde59da +size 1487938 diff --git a/element-web.changes b/element-web.changes index a6a6852..f9a1384 100644 --- a/element-web.changes +++ b/element-web.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Tue Apr 25 12:21:13 UTC 2023 - Dominik Heidler + +- Version 1.11.30 +## 🔒 Security + * Fixes for [CVE-2023-30609](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE-2023-30609) / GHSA-xv83-x443-7rmw + +## ✨ Features + * Pick sensible default option for phone country dropdown ([\#10627](https://github.com/matrix-org/matrix-react-sdk/pull/10627)). Fixes #3528. + * Relate field validation tooltip via aria-describedby ([\#10522](https://github.com/matrix-org/matrix-react-sdk/pull/10522)). Fixes #24963. + * Handle more completion types in rte autocomplete ([\#10560](https://github.com/matrix-org/matrix-react-sdk/pull/10560)). Contributed by @alunturner. + * Show a tile for an unloaded predecessor room if it has via_servers ([\#10483](https://github.com/matrix-org/matrix-react-sdk/pull/10483)). Contributed by @andybalaam. + * Exclude message timestamps from aria live region ([\#10584](https://github.com/matrix-org/matrix-react-sdk/pull/10584)). Fixes #5696. + * Make composer format bar an aria toolbar ([\#10583](https://github.com/matrix-org/matrix-react-sdk/pull/10583)). Fixes #11283. + * Improve accessibility of font slider ([\#10473](https://github.com/matrix-org/matrix-react-sdk/pull/10473)). Fixes #20168 and #24962. + * fix file size display from kB to KB ([\#10561](https://github.com/matrix-org/matrix-react-sdk/pull/10561)). Fixes #24866. Contributed by @NSV1991. + * Handle /me in rte ([\#10558](https://github.com/matrix-org/matrix-react-sdk/pull/10558)). Contributed by @alunturner. + * bind html with switch for manage extension setting option ([\#10553](https://github.com/matrix-org/matrix-react-sdk/pull/10553)). Contributed by @NSV1991. + * Handle command completions in RTE ([\#10521](https://github.com/matrix-org/matrix-react-sdk/pull/10521)). Contributed by @alunturner. + * Add room and user avatars to rte ([\#10497](https://github.com/matrix-org/matrix-react-sdk/pull/10497)). Contributed by @alunturner. + * Support for MSC3882 revision 1 ([\#10443](https://github.com/matrix-org/matrix-react-sdk/pull/10443)). Contributed by @hughns. + * Check profiles before starting a DM ([\#10472](https://github.com/matrix-org/matrix-react-sdk/pull/10472)). Fixes #24830. + * Quick settings: Change the copy / labels on the options ([\#10427](https://github.com/matrix-org/matrix-react-sdk/pull/10427)). Fixes #24522. Contributed by @justjanne. + * Update rte autocomplete styling ([\#10503](https://github.com/matrix-org/matrix-react-sdk/pull/10503)). Contributed by @alunturner. + +## 🐛 Bug Fixes + * Fix create subspace dialog not working ([\#10652](https://github.com/matrix-org/matrix-react-sdk/pull/10652)). Fixes vector-im/element-web#24882 + * Fix multiple accessibility defects identified by AXE ([\#10606](https://github.com/matrix-org/matrix-react-sdk/pull/10606)). + * Fix view source from edit history dialog always showing latest event ([\#10626](https://github.com/matrix-org/matrix-react-sdk/pull/10626)). Fixes #21859. + * #21451 Fix WebGL disabled error message ([\#10589](https://github.com/matrix-org/matrix-react-sdk/pull/10589)). Contributed by @rashmitpankhania. + * Properly translate errors in `AddThreepid.ts` so they show up translated to the user but not in our logs ([\#10432](https://github.com/matrix-org/matrix-react-sdk/pull/10432)). Contributed by @MadLittleMods. + * Fix overflow on auth pages ([\#10605](https://github.com/matrix-org/matrix-react-sdk/pull/10605)). Fixes #19548. + * Fix incorrect avatar background colour when using a custom theme ([\#10598](https://github.com/matrix-org/matrix-react-sdk/pull/10598)). Contributed by @jdauphant. + * Remove dependency on `org.matrix.e2e_cross_signing` unstable feature ([\#10593](https://github.com/matrix-org/matrix-react-sdk/pull/10593)). + * Update setting description to match reality ([\#10600](https://github.com/matrix-org/matrix-react-sdk/pull/10600)). Fixes #25106. + * Fix no identity server in help & about settings ([\#10563](https://github.com/matrix-org/matrix-react-sdk/pull/10563)). Fixes #25077. + * Fix: Images no longer reserve their space in the timeline correctly ([\#10571](https://github.com/matrix-org/matrix-react-sdk/pull/10571)). Fixes #25082. Contributed by @kerryarchibald. + * Fix issues with inhibited accessible focus outlines ([\#10579](https://github.com/matrix-org/matrix-react-sdk/pull/10579)). Fixes #19742. + * Fix read receipts falling from sky ([\#10576](https://github.com/matrix-org/matrix-react-sdk/pull/10576)). Fixes #25081. + * Fix avatar text issue in rte ([\#10559](https://github.com/matrix-org/matrix-react-sdk/pull/10559)). Contributed by @alunturner. + * fix resizer only work with left mouse click ([\#10546](https://github.com/matrix-org/matrix-react-sdk/pull/10546)). Contributed by @NSV1991. + * Fix send two join requests when joining a room from spotlight search ([\#10534](https://github.com/matrix-org/matrix-react-sdk/pull/10534)). Fixes #25054. + * Highlight event when any version triggered a highlight ([\#10502](https://github.com/matrix-org/matrix-react-sdk/pull/10502)). Fixes #24923 and #24970. Contributed by @kerryarchibald. + * Fix spacing of headings of integration manager on General settings tab ([\#10232](https://github.com/matrix-org/matrix-react-sdk/pull/10232)). Fixes #24085. Contributed by @luixxiul. + ------------------------------------------------------------------- Fri Apr 14 11:52:56 UTC 2023 - Dominik Heidler diff --git a/element-web.spec b/element-web.spec index ab5eba1..78be120 100644 --- a/element-web.spec +++ b/element-web.spec @@ -17,7 +17,7 @@ Name: element-web -Version: 1.11.29 +Version: 1.11.30 Release: 0 Summary: A glossy Matrix collaboration client - web files Group: Productivity/Networking/Talk/Clients diff --git a/npm-packages-offline-cache.tar.gz b/npm-packages-offline-cache.tar.gz index a36d0b0..9725cd6 100644 --- a/npm-packages-offline-cache.tar.gz +++ b/npm-packages-offline-cache.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96c8a62b7990e7d956ab950af78f1ab74cf72887900418e6f5a74115510ce4db -size 97096106 +oid sha256:0d499bceabbca2d876b3e4b5ba1be685db8daa9bc98d87fb109e72f36202d525 +size 93007910