Tue Aug 22 17:27:38 2023 UTC ()
Update chat/element-web to 1.11.39

Changes in [1.11.39](https://github.com/vector-im/element-web/releases/tag/v1.11.39) (2023-08-15)
=================================================================================================

## �洶� Deprecations
 * Deprecate camelCase config options ([\#25800](https://github.com/vector-im/element-web/pull/25800)).
 * Deprecate customisations in favour of Module API ([\#25736](https://github.com/vector-im/element-web/pull/25736)). Fixes #25733.

## 笨ィ Features
 * Update labs.md for knock rooms ([\#25923](https://github.com/vector-im/element-web/pull/25923)). Contributed by @charlynguyen.
 * Package release builds of element-web in package.element.io debs ([\#25198](https://github.com/vector-im/element-web/pull/25198)).
 * Allow knocking rooms ([\#11353](https://github.com/matrix-org/matrix-react-sdk/pull/11353)). Contributed by @charlynguyen.
 * Support adding space-restricted joins on rooms not members of those spaces ([\#9017](https://github.com/matrix-org/matrix-react-sdk/pull/9017)). Fixes #19213.
 * Clear requiresClient and show pop-out if widget-api fails to ready ([\#11321](https://github.com/matrix-org/matrix-react-sdk/pull/11321)). Fixes vector-im/customer-retainer#73.
 * Bump pagination sizes due to hidden events ([\#11342](https://github.com/matrix-org/matrix-react-sdk/pull/11342)).
 * Remove display of key backup signatures from backup settings ([\#11333](https://github.com/matrix-org/matrix-react-sdk/pull/11333)).
 * Use PassphraseFields in ExportE2eKeysDialog to enforce minimum passphrase complexity ([\#11222](https://github.com/matrix-org/matrix-react-sdk/pull/11222)). Fixes #9478.

## �汾� Bug Fixes
 * Fix "Export chat" not respecting configured time format in plain text mode ([\#10696](https://github.com/matrix-org/matrix-react-sdk/pull/10696)). Fixes #23838. Contributed by @rashmitpankhania.
 * Fix some missing 1-count pluralisations around event list summaries ([\#11371](https://github.com/matrix-org/matrix-react-sdk/pull/11371)). Fixes #25925.
 * Fix create subspace dialog not working for public space creation ([\#11367](https://github.com/matrix-org/matrix-react-sdk/pull/11367)). Fixes #25916.
 * Search for users on paste ([\#11304](https://github.com/matrix-org/matrix-react-sdk/pull/11304)). Fixes #17523. Contributed by @peterscheu-aceart.
 * Fix AppTile context menu not always showing up when it has options ([\#11358](https://github.com/matrix-org/matrix-react-sdk/pull/11358)). Fixes #25914.
 * Fix clicking on home all rooms space notification not working ([\#11337](https://github.com/matrix-org/matrix-react-sdk/pull/11337)). Fixes #22844.
 * Fix joining a suggested room switching space away ([\#11347](https://github.com/matrix-org/matrix-react-sdk/pull/11347)). Fixes #25838.
 * Fix home/all rooms context menu in space panel ([\#11350](https://github.com/matrix-org/matrix-react-sdk/pull/11350)). Fixes #25896.
 * Make keyboard handling in and out of autocomplete completions consistent ([\#11344](https://github.com/matrix-org/matrix-react-sdk/pull/11344)). Fixes #25878.
 * De-duplicate reactions by sender to account for faulty/malicious servers ([\#11340](https://github.com/matrix-org/matrix-react-sdk/pull/11340)). Fixes #25872.
 * Fix disable_3pid_login being ignored for the email field ([\#11335](https://github.com/matrix-org/matrix-react-sdk/pull/11335)). Fixes #25863.
 * Upgrade wysiwyg editor for ctrl+backspace windows fix ([\#11324](https://github.com/matrix-org/matrix-react-sdk/pull/11324)). Fixes vector-im/verticals-internal#102.
 * Unhide the view source event toggle - it works well enough ([\#11336](https://github.com/matrix-org/matrix-react-sdk/pull/11336)). Fixes #25861.

Changes in [1.11.38](https://github.com/vector-im/element-web/releases/tag/v1.11.38) (2023-08-04)
=================================================================================================

## 笨ィ Features
 * Package release builds of element-web in package.element.io debs ([\#25198](https://github.com/vector-im/element-web/pull/25198)).

## �汾� Bug Fixes
 * Revert to using the /presence API for presence ([\#11366](https://github.com/matrix-org/matrix-react-sdk/pull/11366))

Changes in [1.11.37](https://github.com/vector-im/element-web/releases/tag/v1.11.37) (2023-08-01)
=================================================================================================

## �洶� Deprecations
 * Deprecate camelCase config options ([\#25800](https://github.com/vector-im/element-web/pull/25800)).
 * Deprecate customisations in favour of Module API ([\#25736](https://github.com/vector-im/element-web/pull/25736)). Fixes #25733.

## 笨ィ Features
 * Do not show "Forget room" button in Room View header for guest users ([\#10898](https://github.com/matrix-org/matrix-react-sdk/pull/10898)). Contributed by @spantaleev.
 * Switch to updating presence via /sync calls instead of PUT /presence ([\#11223](https://github.com/matrix-org/matrix-react-sdk/pull/11223)). Fixes #20809 #13877 and #4813.
 * Fix blockquote colour contrast ([\#11299](https://github.com/matrix-org/matrix-react-sdk/pull/11299)). Fixes matrix-org/element-web-rageshakes#21800.
 * Don't hide room header buttons in video rooms and rooms with a call ([\#9712](https://github.com/matrix-org/matrix-react-sdk/pull/9712)). Fixes #23900.
 * OIDC: Persist details in session storage, create store ([\#11302](https://github.com/matrix-org/matrix-react-sdk/pull/11302)). Fixes #25710. Contributed by @kerryarchibald.
 * Allow setting room join rule to knock ([\#11248](https://github.com/matrix-org/matrix-react-sdk/pull/11248)). Contributed by @charlynguyen.
 * Retry joins on 524 (Cloudflare timeout) also ([\#11296](https://github.com/matrix-org/matrix-react-sdk/pull/11296)). Fixes #8776.
 * Make sure users returned by the homeserver search API are displayed. Don't silently drop any. ([\#9556](https://github.com/matrix-org/matrix-react-sdk/pull/9556)). Fixes #24422. Contributed by @maxmalek.
 * Offer to unban user during invite if inviter has sufficient permissions ([\#11256](https://github.com/matrix-org/matrix-react-sdk/pull/11256)). Fixes #3222.
 * Split join and goto slash commands, the latter shouldn't auto_join ([\#11259](https://github.com/matrix-org/matrix-react-sdk/pull/11259)). Fixes #10128.
 * Integration work for rich text editor 2.3.1 ([\#11172](https://github.com/matrix-org/matrix-react-sdk/pull/11172)). Contributed by @alunturner.
 * Compound color pass ([\#11079](https://github.com/matrix-org/matrix-react-sdk/pull/11079)). Fixes vector-im/internal-planning#450 and #25547.
 * Warn when demoting self via /op and /deop slash commands ([\#11214](https://github.com/matrix-org/matrix-react-sdk/pull/11214)). Fixes #13726.

## �汾� Bug Fixes
 * Correct Jitsi preferred_domain property ([\#25813](https://github.com/vector-im/element-web/pull/25813)). Contributed by @benbz.
 * Fix edge case with sent indicator being drawn when it shouldn't be ([\#11320](https://github.com/matrix-org/matrix-react-sdk/pull/11320)).
 * Use correct translation function for WYSIWYG buttons ([\#11315](https://github.com/matrix-org/matrix-react-sdk/pull/11315)). Fixes vector-im/verticals-internal#109.
 * Handle empty own profile ([\#11319](https://github.com/matrix-org/matrix-react-sdk/pull/11319)). Fixes #25510.
 * Fix peeked rooms showing up in historical ([\#11316](https://github.com/matrix-org/matrix-react-sdk/pull/11316)). Fixes #22473.
 * Ensure consistency when rendering the sent event indicator ([\#11314](https://github.com/matrix-org/matrix-react-sdk/pull/11314)). Fixes #17937.
 * Prevent re-filtering user directory results in spotlight ([\#11290](https://github.com/matrix-org/matrix-react-sdk/pull/11290)). Fixes #24422.
 * Fix GIF label on dark theme ([\#11312](https://github.com/matrix-org/matrix-react-sdk/pull/11312)). Fixes #25836.
 * Fix issues around room notification settings flaking out ([\#11306](https://github.com/matrix-org/matrix-react-sdk/pull/11306)). Fixes #16472 #21309 and #6828.
 * Fix invite dialog showing the same user multiple times ([\#11308](https://github.com/matrix-org/matrix-react-sdk/pull/11308)). Fixes #25578.
 * Don't show composer send button if user cannot send ([\#11298](https://github.com/matrix-org/matrix-react-sdk/pull/11298)). Fixes #25825.
 * Restore color for sender in imageview ([\#11289](https://github.com/matrix-org/matrix-react-sdk/pull/11289)). Fixes #25822.
 * Fix changelog dialog heading size ([\#11286](https://github.com/matrix-org/matrix-react-sdk/pull/11286)). Fixes #25789.
 * Restore offline presence badge color ([\#11287](https://github.com/matrix-org/matrix-react-sdk/pull/11287)). Fixes #25792.
 * Fix bubble message layout avatar overlap ([\#11284](https://github.com/matrix-org/matrix-react-sdk/pull/11284)). Fixes #25818.
 * Fix voice call tile size ([\#11285](https://github.com/matrix-org/matrix-react-sdk/pull/11285)). Fixes #25684.
 * Fix layout of sessions tab buttons ([\#11279](https://github.com/matrix-org/matrix-react-sdk/pull/11279)). Fixes #25545.
 * Don't bother showing redundant tooltip on space menu ([\#11276](https://github.com/matrix-org/matrix-react-sdk/pull/11276)). Fixes #20380.
 * Remove reply fallback from notifications ([\#11278](https://github.com/matrix-org/matrix-react-sdk/pull/11278)). Fixes #17859.
 * Populate info.duration for audio & video file uploads ([\#11225](https://github.com/matrix-org/matrix-react-sdk/pull/11225)). Fixes #17720.
 * Hide widget menu button if it there are no options available ([\#11257](https://github.com/matrix-org/matrix-react-sdk/pull/11257)). Fixes #24826.
 * Fix colour regressions ([\#11273](https://github.com/matrix-org/matrix-react-sdk/pull/11273)). Fixes #25788, #25808 #25811 and #25812.
 * Fix room view not properly maintaining scroll position ([\#11274](https://github.com/matrix-org/matrix-react-sdk/pull/11274)). Fixes #25810.
 * Prevent user from accidentally double clicking user info admin actions ([\#11254](https://github.com/matrix-org/matrix-react-sdk/pull/11254)). Fixes #10944.
 * Fix missing metaspace notification badges ([\#11269](https://github.com/matrix-org/matrix-react-sdk/pull/11269)). Fixes #25679.
 * Fix clicking MXID in timeline going to matrix.to ([\#11263](https://github.com/matrix-org/matrix-react-sdk/pull/11263)). Fixes #23342.
 * Restoring optional ligatures by resetting letter-spacing ([\#11202](https://github.com/matrix-org/matrix-react-sdk/pull/11202)). Fixes #25727.
 * Allow emoji presentation selector to not break BigEmoji styling ([\#11253](https://github.com/matrix-org/matrix-react-sdk/pull/11253)). Fixes #17848.
 * Make event highliht use primary content token ([\#11255](https://github.com/matrix-org/matrix-react-sdk/pull/11255)).
 * Fix event info events size and color ([\#11252](https://github.com/matrix-org/matrix-react-sdk/pull/11252)). Fixes #25778.
 * Fix color mapping for blockquote border ([\#11251](https://github.com/matrix-org/matrix-react-sdk/pull/11251)). Fixes #25782.
 * Strip emoji variation when searching emoji by emoji ([\#11221](https://github.com/matrix-org/matrix-react-sdk/pull/11221)). Fixes #18703.


(js)
diff -r1.24 -r1.25 pkgsrc/chat/element-web/Makefile
diff -r1.24 -r1.25 pkgsrc/chat/element-web/PLIST
diff -r1.26 -r1.27 pkgsrc/chat/element-web/distinfo

cvs diff -r1.24 -r1.25 pkgsrc/chat/element-web/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/element-web/Makefile 2023/07/20 19:57:07 1.24
+++ pkgsrc/chat/element-web/Makefile 2023/08/22 17:27:38 1.25
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.24 2023/07/20 19:57:07 js Exp $ 1# $NetBSD: Makefile,v 1.25 2023/08/22 17:27:38 js Exp $
2 2
3DISTNAME= element-v${PKGVERSION_NOREV} 3DISTNAME= element-v${PKGVERSION_NOREV}
4PKGNAME= element-web-1.11.36 4PKGNAME= element-web-1.11.39
5CATEGORIES= chat 5CATEGORIES= chat
6MASTER_SITES= ${MASTER_SITE_GITHUB:=vector-im/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=vector-im/}
7GITHUB_RELEASE= v${PKGVERSION_NOREV} 7GITHUB_RELEASE= v${PKGVERSION_NOREV}
8 8
9# GPG key: 9# GPG key:
10# https://packages.riot.im/element-release-key.asc 10# https://packages.riot.im/element-release-key.asc
11# 712B FBEE 92DC A452 52DB 17D7 C7BE 97EF A179 B100 11# 712B FBEE 92DC A452 52DB 17D7 C7BE 97EF A179 B100
12#  12#
13# GPG signature: 13# GPG signature:
14# https://github.com/vector-im/element-web/releases/download/v${PKGVERSION_NOREV}/element-v${PKGVERSION_NOREV}.tar.gz.asc 14# https://github.com/vector-im/element-web/releases/download/v${PKGVERSION_NOREV}/element-v${PKGVERSION_NOREV}.tar.gz.asc
15 15
16MAINTAINER= js@NetBSD.org 16MAINTAINER= js@NetBSD.org
17HOMEPAGE= https://element.io/ 17HOMEPAGE= https://element.io/

cvs diff -r1.24 -r1.25 pkgsrc/chat/element-web/PLIST (expand / switch to unified diff)

--- pkgsrc/chat/element-web/PLIST 2023/07/20 19:57:07 1.24
+++ pkgsrc/chat/element-web/PLIST 2023/08/22 17:27:38 1.25
@@ -1,126 +1,126 @@ @@ -1,126 +1,126 @@
1@comment $NetBSD: PLIST,v 1.24 2023/07/20 19:57:07 js Exp $ 1@comment $NetBSD: PLIST,v 1.25 2023/08/22 17:27:38 js Exp $
2share/element-web/045975d9b58a10e2d91f.worker.js 2share/element-web/48a442476babfcad88ba.worker.js
3share/element-web/045975d9b58a10e2d91f.worker.js.map 3share/element-web/48a442476babfcad88ba.worker.js.map
4share/element-web/8c28568cec12f218574b.worker.js 4share/element-web/6a1643f280e2a6b79eac.worker.js
5share/element-web/8c28568cec12f218574b.worker.js.map 5share/element-web/6a1643f280e2a6b79eac.worker.js.map
6share/element-web/apple-app-site-association 6share/element-web/apple-app-site-association
7share/element-web/b748e3f9148bdfad17f7.worker.js 7share/element-web/bundles/e1d4beacb839288093f6/0.js
8share/element-web/b748e3f9148bdfad17f7.worker.js.map 8share/element-web/bundles/e1d4beacb839288093f6/0.js.map
9share/element-web/bundles/542b366e8c5a7a3e8727/0.js 9share/element-web/bundles/e1d4beacb839288093f6/1.js
10share/element-web/bundles/542b366e8c5a7a3e8727/0.js.map 10share/element-web/bundles/e1d4beacb839288093f6/1.js.map
11share/element-web/bundles/542b366e8c5a7a3e8727/1.js 11share/element-web/bundles/e1d4beacb839288093f6/10.js
12share/element-web/bundles/542b366e8c5a7a3e8727/1.js.map 12share/element-web/bundles/e1d4beacb839288093f6/10.js.map
13share/element-web/bundles/542b366e8c5a7a3e8727/10.js 13share/element-web/bundles/e1d4beacb839288093f6/11.js
14share/element-web/bundles/542b366e8c5a7a3e8727/10.js.map 14share/element-web/bundles/e1d4beacb839288093f6/11.js.map
15share/element-web/bundles/542b366e8c5a7a3e8727/11.js 15share/element-web/bundles/e1d4beacb839288093f6/12.js
16share/element-web/bundles/542b366e8c5a7a3e8727/11.js.map 16share/element-web/bundles/e1d4beacb839288093f6/12.js.map
17share/element-web/bundles/542b366e8c5a7a3e8727/12.js 17share/element-web/bundles/e1d4beacb839288093f6/2.js
18share/element-web/bundles/542b366e8c5a7a3e8727/12.js.map 18share/element-web/bundles/e1d4beacb839288093f6/2.js.map
19share/element-web/bundles/542b366e8c5a7a3e8727/2.js 19share/element-web/bundles/e1d4beacb839288093f6/3.js
20share/element-web/bundles/542b366e8c5a7a3e8727/2.js.map 20share/element-web/bundles/e1d4beacb839288093f6/3.js.map
21share/element-web/bundles/542b366e8c5a7a3e8727/3.js 21share/element-web/bundles/e1d4beacb839288093f6/31.js
22share/element-web/bundles/542b366e8c5a7a3e8727/3.js.map 22share/element-web/bundles/e1d4beacb839288093f6/31.js.map
23share/element-web/bundles/542b366e8c5a7a3e8727/31.js 23share/element-web/bundles/e1d4beacb839288093f6/32.js
24share/element-web/bundles/542b366e8c5a7a3e8727/31.js.map 24share/element-web/bundles/e1d4beacb839288093f6/32.js.map
25share/element-web/bundles/542b366e8c5a7a3e8727/32.js 25share/element-web/bundles/e1d4beacb839288093f6/33.js
26share/element-web/bundles/542b366e8c5a7a3e8727/32.js.map 26share/element-web/bundles/e1d4beacb839288093f6/33.js.map
27share/element-web/bundles/542b366e8c5a7a3e8727/33.js 27share/element-web/bundles/e1d4beacb839288093f6/34.js
28share/element-web/bundles/542b366e8c5a7a3e8727/33.js.map 28share/element-web/bundles/e1d4beacb839288093f6/34.js.map
29share/element-web/bundles/542b366e8c5a7a3e8727/34.js 29share/element-web/bundles/e1d4beacb839288093f6/35.js
30share/element-web/bundles/542b366e8c5a7a3e8727/34.js.map 30share/element-web/bundles/e1d4beacb839288093f6/35.js.map
31share/element-web/bundles/542b366e8c5a7a3e8727/35.js 31share/element-web/bundles/e1d4beacb839288093f6/36.js
32share/element-web/bundles/542b366e8c5a7a3e8727/35.js.map 32share/element-web/bundles/e1d4beacb839288093f6/36.js.map
33share/element-web/bundles/542b366e8c5a7a3e8727/36.js 33share/element-web/bundles/e1d4beacb839288093f6/37.js
34share/element-web/bundles/542b366e8c5a7a3e8727/36.js.map 34share/element-web/bundles/e1d4beacb839288093f6/37.js.map
35share/element-web/bundles/542b366e8c5a7a3e8727/37.js 35share/element-web/bundles/e1d4beacb839288093f6/38.js
36share/element-web/bundles/542b366e8c5a7a3e8727/37.js.map 36share/element-web/bundles/e1d4beacb839288093f6/38.js.map
37share/element-web/bundles/542b366e8c5a7a3e8727/38.js 37share/element-web/bundles/e1d4beacb839288093f6/39.js
38share/element-web/bundles/542b366e8c5a7a3e8727/38.js.map 38share/element-web/bundles/e1d4beacb839288093f6/39.js.map
39share/element-web/bundles/542b366e8c5a7a3e8727/39.js 39share/element-web/bundles/e1d4beacb839288093f6/4.js
40share/element-web/bundles/542b366e8c5a7a3e8727/39.js.map 40share/element-web/bundles/e1d4beacb839288093f6/4.js.map
41share/element-web/bundles/542b366e8c5a7a3e8727/4.js 41share/element-web/bundles/e1d4beacb839288093f6/40.js
42share/element-web/bundles/542b366e8c5a7a3e8727/4.js.map 42share/element-web/bundles/e1d4beacb839288093f6/40.js.map
43share/element-web/bundles/542b366e8c5a7a3e8727/40.js 43share/element-web/bundles/e1d4beacb839288093f6/41.js
44share/element-web/bundles/542b366e8c5a7a3e8727/40.js.map 44share/element-web/bundles/e1d4beacb839288093f6/41.js.map
45share/element-web/bundles/542b366e8c5a7a3e8727/41.js 45share/element-web/bundles/e1d4beacb839288093f6/42.js
46share/element-web/bundles/542b366e8c5a7a3e8727/41.js.map 46share/element-web/bundles/e1d4beacb839288093f6/42.js.map
47share/element-web/bundles/542b366e8c5a7a3e8727/42.js 47share/element-web/bundles/e1d4beacb839288093f6/43.js
48share/element-web/bundles/542b366e8c5a7a3e8727/42.js.map 48share/element-web/bundles/e1d4beacb839288093f6/43.js.map
49share/element-web/bundles/542b366e8c5a7a3e8727/43.js 49share/element-web/bundles/e1d4beacb839288093f6/44.js
50share/element-web/bundles/542b366e8c5a7a3e8727/43.js.map 50share/element-web/bundles/e1d4beacb839288093f6/44.js.map
51share/element-web/bundles/542b366e8c5a7a3e8727/44.js 51share/element-web/bundles/e1d4beacb839288093f6/5.js
52share/element-web/bundles/542b366e8c5a7a3e8727/44.js.map 52share/element-web/bundles/e1d4beacb839288093f6/5.js.map
53share/element-web/bundles/542b366e8c5a7a3e8727/5.js 53share/element-web/bundles/e1d4beacb839288093f6/6.js
54share/element-web/bundles/542b366e8c5a7a3e8727/5.js.map 54share/element-web/bundles/e1d4beacb839288093f6/6.js.map
55share/element-web/bundles/542b366e8c5a7a3e8727/6.js 55share/element-web/bundles/e1d4beacb839288093f6/7.js
56share/element-web/bundles/542b366e8c5a7a3e8727/6.js.map 56share/element-web/bundles/e1d4beacb839288093f6/7.js.map
57share/element-web/bundles/542b366e8c5a7a3e8727/7.js 57share/element-web/bundles/e1d4beacb839288093f6/8.js
58share/element-web/bundles/542b366e8c5a7a3e8727/7.js.map 58share/element-web/bundles/e1d4beacb839288093f6/8.js.map
59share/element-web/bundles/542b366e8c5a7a3e8727/8.js 59share/element-web/bundles/e1d4beacb839288093f6/9.js
60share/element-web/bundles/542b366e8c5a7a3e8727/8.js.map 60share/element-web/bundles/e1d4beacb839288093f6/9.js.map
61share/element-web/bundles/542b366e8c5a7a3e8727/9.js 61share/element-web/bundles/e1d4beacb839288093f6/bundle.css
62share/element-web/bundles/542b366e8c5a7a3e8727/9.js.map 62share/element-web/bundles/e1d4beacb839288093f6/bundle.js
63share/element-web/bundles/542b366e8c5a7a3e8727/bundle.css 63share/element-web/bundles/e1d4beacb839288093f6/bundle.js.LICENSE.txt
64share/element-web/bundles/542b366e8c5a7a3e8727/bundle.js 64share/element-web/bundles/e1d4beacb839288093f6/bundle.js.map
65share/element-web/bundles/542b366e8c5a7a3e8727/bundle.js.LICENSE.txt 65share/element-web/bundles/e1d4beacb839288093f6/compatibility-view.css
66share/element-web/bundles/542b366e8c5a7a3e8727/bundle.js.map 66share/element-web/bundles/e1d4beacb839288093f6/compatibility-view.js
67share/element-web/bundles/542b366e8c5a7a3e8727/compatibility-view.css 67share/element-web/bundles/e1d4beacb839288093f6/compatibility-view.js.map
68share/element-web/bundles/542b366e8c5a7a3e8727/compatibility-view.js 68share/element-web/bundles/e1d4beacb839288093f6/element-web-app.js
69share/element-web/bundles/542b366e8c5a7a3e8727/compatibility-view.js.map 69share/element-web/bundles/e1d4beacb839288093f6/element-web-app.js.map
70share/element-web/bundles/542b366e8c5a7a3e8727/element-web-app.js 70share/element-web/bundles/e1d4beacb839288093f6/error-view.css
71share/element-web/bundles/542b366e8c5a7a3e8727/element-web-app.js.map 71share/element-web/bundles/e1d4beacb839288093f6/error-view.js
72share/element-web/bundles/542b366e8c5a7a3e8727/error-view.css 72share/element-web/bundles/e1d4beacb839288093f6/error-view.js.map
73share/element-web/bundles/542b366e8c5a7a3e8727/error-view.js 73share/element-web/bundles/e1d4beacb839288093f6/init.js
74share/element-web/bundles/542b366e8c5a7a3e8727/error-view.js.map 74share/element-web/bundles/e1d4beacb839288093f6/init.js.map
75share/element-web/bundles/542b366e8c5a7a3e8727/init.js 75share/element-web/bundles/e1d4beacb839288093f6/jitsi.css
76share/element-web/bundles/542b366e8c5a7a3e8727/init.js.map 76share/element-web/bundles/e1d4beacb839288093f6/jitsi.js
77share/element-web/bundles/542b366e8c5a7a3e8727/jitsi.css 77share/element-web/bundles/e1d4beacb839288093f6/jitsi.js.LICENSE.txt
78share/element-web/bundles/542b366e8c5a7a3e8727/jitsi.js 78share/element-web/bundles/e1d4beacb839288093f6/jitsi.js.map
79share/element-web/bundles/542b366e8c5a7a3e8727/jitsi.js.LICENSE.txt 79share/element-web/bundles/e1d4beacb839288093f6/mobileguide.js
80share/element-web/bundles/542b366e8c5a7a3e8727/jitsi.js.map 80share/element-web/bundles/e1d4beacb839288093f6/mobileguide.js.map
81share/element-web/bundles/542b366e8c5a7a3e8727/mobileguide.js 81share/element-web/bundles/e1d4beacb839288093f6/styles.js
82share/element-web/bundles/542b366e8c5a7a3e8727/mobileguide.js.map 82share/element-web/bundles/e1d4beacb839288093f6/styles.js.map
83share/element-web/bundles/542b366e8c5a7a3e8727/styles.js 83share/element-web/bundles/e1d4beacb839288093f6/theme-dark-custom.css
84share/element-web/bundles/542b366e8c5a7a3e8727/styles.js.map 84share/element-web/bundles/e1d4beacb839288093f6/theme-dark-custom.js
85share/element-web/bundles/542b366e8c5a7a3e8727/theme-dark-custom.css 85share/element-web/bundles/e1d4beacb839288093f6/theme-dark-custom.js.map
86share/element-web/bundles/542b366e8c5a7a3e8727/theme-dark-custom.js 86share/element-web/bundles/e1d4beacb839288093f6/theme-dark.css
87share/element-web/bundles/542b366e8c5a7a3e8727/theme-dark-custom.js.map 87share/element-web/bundles/e1d4beacb839288093f6/theme-dark.js
88share/element-web/bundles/542b366e8c5a7a3e8727/theme-dark.css 88share/element-web/bundles/e1d4beacb839288093f6/theme-dark.js.map
89share/element-web/bundles/542b366e8c5a7a3e8727/theme-dark.js 89share/element-web/bundles/e1d4beacb839288093f6/theme-legacy-dark.css
90share/element-web/bundles/542b366e8c5a7a3e8727/theme-dark.js.map 90share/element-web/bundles/e1d4beacb839288093f6/theme-legacy-dark.js
91share/element-web/bundles/542b366e8c5a7a3e8727/theme-legacy-dark.css 91share/element-web/bundles/e1d4beacb839288093f6/theme-legacy-dark.js.map
92share/element-web/bundles/542b366e8c5a7a3e8727/theme-legacy-dark.js 92share/element-web/bundles/e1d4beacb839288093f6/theme-legacy-light.css
93share/element-web/bundles/542b366e8c5a7a3e8727/theme-legacy-dark.js.map 93share/element-web/bundles/e1d4beacb839288093f6/theme-legacy-light.js
94share/element-web/bundles/542b366e8c5a7a3e8727/theme-legacy-light.css 94share/element-web/bundles/e1d4beacb839288093f6/theme-legacy-light.js.map
95share/element-web/bundles/542b366e8c5a7a3e8727/theme-legacy-light.js 95share/element-web/bundles/e1d4beacb839288093f6/theme-light-custom.css
96share/element-web/bundles/542b366e8c5a7a3e8727/theme-legacy-light.js.map 96share/element-web/bundles/e1d4beacb839288093f6/theme-light-custom.js
97share/element-web/bundles/542b366e8c5a7a3e8727/theme-light-custom.css 97share/element-web/bundles/e1d4beacb839288093f6/theme-light-custom.js.map
98share/element-web/bundles/542b366e8c5a7a3e8727/theme-light-custom.js 98share/element-web/bundles/e1d4beacb839288093f6/theme-light-high-contrast.css
99share/element-web/bundles/542b366e8c5a7a3e8727/theme-light-custom.js.map 99share/element-web/bundles/e1d4beacb839288093f6/theme-light-high-contrast.js
100share/element-web/bundles/542b366e8c5a7a3e8727/theme-light-high-contrast.css 100share/element-web/bundles/e1d4beacb839288093f6/theme-light-high-contrast.js.map
101share/element-web/bundles/542b366e8c5a7a3e8727/theme-light-high-contrast.js 101share/element-web/bundles/e1d4beacb839288093f6/theme-light.css
102share/element-web/bundles/542b366e8c5a7a3e8727/theme-light-high-contrast.js.map 102share/element-web/bundles/e1d4beacb839288093f6/theme-light.js
103share/element-web/bundles/542b366e8c5a7a3e8727/theme-light.css 103share/element-web/bundles/e1d4beacb839288093f6/theme-light.js.map
104share/element-web/bundles/542b366e8c5a7a3e8727/theme-light.js 104share/element-web/bundles/e1d4beacb839288093f6/usercontent.js
105share/element-web/bundles/542b366e8c5a7a3e8727/theme-light.js.map 105share/element-web/bundles/e1d4beacb839288093f6/usercontent.js.map
106share/element-web/bundles/542b366e8c5a7a3e8727/usercontent.js 106share/element-web/bundles/e1d4beacb839288093f6/vendors~element-web-app.js
107share/element-web/bundles/542b366e8c5a7a3e8727/usercontent.js.map 107share/element-web/bundles/e1d4beacb839288093f6/vendors~element-web-app.js.LICENSE.txt
108share/element-web/bundles/542b366e8c5a7a3e8727/vendors~element-web-app.js 108share/element-web/bundles/e1d4beacb839288093f6/vendors~element-web-app.js.map
109share/element-web/bundles/542b366e8c5a7a3e8727/vendors~element-web-app.js.LICENSE.txt 109share/element-web/bundles/e1d4beacb839288093f6/vendors~init.js
110share/element-web/bundles/542b366e8c5a7a3e8727/vendors~element-web-app.js.map 110share/element-web/bundles/e1d4beacb839288093f6/vendors~init.js.LICENSE.txt
111share/element-web/bundles/542b366e8c5a7a3e8727/vendors~init.js 111share/element-web/bundles/e1d4beacb839288093f6/vendors~init.js.map
112share/element-web/bundles/542b366e8c5a7a3e8727/vendors~init.js.LICENSE.txt 112share/element-web/c1413e29868b56e6718f.worker.js
113share/element-web/bundles/542b366e8c5a7a3e8727/vendors~init.js.map 113share/element-web/c1413e29868b56e6718f.worker.js.map
114share/element-web/config.sample.json 114share/element-web/config.sample.json
115share/element-web/contribute.json 115share/element-web/contribute.json
116share/element-web/decoder-ring/datatypes.js 116share/element-web/decoder-ring/datatypes.js
117share/element-web/decoder-ring/decoder.js 117share/element-web/decoder-ring/decoder.js
118share/element-web/decoder-ring/index.html 118share/element-web/decoder-ring/index.html
119share/element-web/decoderWorker.min.wasm 119share/element-web/decoderWorker.min.wasm
120share/element-web/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlX5qhExfHwNJU.97270d9.woff2 120share/element-web/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlX5qhExfHwNJU.97270d9.woff2
121share/element-web/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlZ5qhExfHw.cb56c56.woff2 121share/element-web/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlZ5qhExfHw.cb56c56.woff2
122share/element-web/fonts/Inconsolata/QldXNThLqRwH-OJ1UHjlKGHiw71n5_zaDpwm80E.ac17e29.woff2 122share/element-web/fonts/Inconsolata/QldXNThLqRwH-OJ1UHjlKGHiw71n5_zaDpwm80E.ac17e29.woff2
123share/element-web/fonts/Inconsolata/QldXNThLqRwH-OJ1UHjlKGHiw71p5_zaDpwm.4e23ceb.woff2 123share/element-web/fonts/Inconsolata/QldXNThLqRwH-OJ1UHjlKGHiw71p5_zaDpwm.4e23ceb.woff2
124share/element-web/fonts/Inter/Inter-Bold.7824a90.woff2 124share/element-web/fonts/Inter/Inter-Bold.7824a90.woff2
125share/element-web/fonts/Inter/Inter-Bold.c0bf89b.woff 125share/element-web/fonts/Inter/Inter-Bold.c0bf89b.woff
126share/element-web/fonts/Inter/Inter-BoldItalic.57f0f97.woff2 126share/element-web/fonts/Inter/Inter-BoldItalic.57f0f97.woff2
@@ -192,74 +192,74 @@ share/element-web/fonts/KaTeX/KaTeX_Size @@ -192,74 +192,74 @@ share/element-web/fonts/KaTeX/KaTeX_Size
192share/element-web/fonts/KaTeX/KaTeX_Size3-Regular.6ab6b62.woff 192share/element-web/fonts/KaTeX/KaTeX_Size3-Regular.6ab6b62.woff
193share/element-web/fonts/KaTeX/KaTeX_Size3-Regular.73d5912.woff2 193share/element-web/fonts/KaTeX/KaTeX_Size3-Regular.73d5912.woff2
194share/element-web/fonts/KaTeX/KaTeX_Size4-Regular.99f9c67.woff 194share/element-web/fonts/KaTeX/KaTeX_Size4-Regular.99f9c67.woff
195share/element-web/fonts/KaTeX/KaTeX_Size4-Regular.a4af7d4.woff2 195share/element-web/fonts/KaTeX/KaTeX_Size4-Regular.a4af7d4.woff2
196share/element-web/fonts/KaTeX/KaTeX_Size4-Regular.c647367.ttf 196share/element-web/fonts/KaTeX/KaTeX_Size4-Regular.c647367.ttf
197share/element-web/fonts/KaTeX/KaTeX_Typewriter-Regular.71d517d.woff2 197share/element-web/fonts/KaTeX/KaTeX_Typewriter-Regular.71d517d.woff2
198share/element-web/fonts/KaTeX/KaTeX_Typewriter-Regular.e14fed0.woff 198share/element-web/fonts/KaTeX/KaTeX_Typewriter-Regular.e14fed0.woff
199share/element-web/fonts/KaTeX/KaTeX_Typewriter-Regular.f01f3e8.ttf 199share/element-web/fonts/KaTeX/KaTeX_Typewriter-Regular.f01f3e8.ttf
200share/element-web/fonts/Nunito/Nunito-Bold.8f8b4d6.ttf 200share/element-web/fonts/Nunito/Nunito-Bold.8f8b4d6.ttf
201share/element-web/fonts/Nunito/Nunito-Regular.e79365a.ttf 201share/element-web/fonts/Nunito/Nunito-Regular.e79365a.ttf
202share/element-web/fonts/Nunito/Nunito-SemiBold.bd83689.ttf 202share/element-web/fonts/Nunito/Nunito-SemiBold.bd83689.ttf
203share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.4d2d834.woff2 203share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.4d2d834.woff2
204share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.b1b6461.woff2 204share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.b1b6461.woff2
205share/element-web/i18n/bg.e9bb410.json 205share/element-web/i18n/bg.3fdb7d1.json
206share/element-web/i18n/ca.ed1f459.json 206share/element-web/i18n/ca.ed1f459.json
207share/element-web/i18n/cs.a94928a.json 207share/element-web/i18n/cs.74960bf.json
208share/element-web/i18n/da.9319f38.json 208share/element-web/i18n/da.9319f38.json
209share/element-web/i18n/de_DE.95957dc.json 209share/element-web/i18n/de_DE.e29353a.json
210share/element-web/i18n/el.3a6bbab.json 210share/element-web/i18n/el.a7330cd.json
211share/element-web/i18n/en_EN.31f4252.json 211share/element-web/i18n/en_EN.ffddee9.json
212share/element-web/i18n/en_US.af78c79.json 212share/element-web/i18n/en_US.d81962b.json
213share/element-web/i18n/eo.9c497ff.json 213share/element-web/i18n/eo.5ca3c7a.json
214share/element-web/i18n/es.e89891a.json 214share/element-web/i18n/es.98ba0ba.json
215share/element-web/i18n/et.af201b8.json 215share/element-web/i18n/et.7939fb0.json
216share/element-web/i18n/eu.a28692d.json 216share/element-web/i18n/eu.509c5ce.json
217share/element-web/i18n/fi.7e2b668.json 217share/element-web/i18n/fi.7c0c7d9.json
218share/element-web/i18n/fr.3fddb5c.json 218share/element-web/i18n/fr.47fa495.json
219share/element-web/i18n/gl.65a85e1.json 219share/element-web/i18n/gl.91164a6.json
220share/element-web/i18n/he.07e5677.json 220share/element-web/i18n/he.e4d700b.json
221share/element-web/i18n/hi.0027dd4.json 221share/element-web/i18n/hi.0027dd4.json
222share/element-web/i18n/hu.e803bad.json 222share/element-web/i18n/hu.32ba0d6.json
223share/element-web/i18n/id.c35b255.json 223share/element-web/i18n/id.99063c4.json
224share/element-web/i18n/is.8e3664d.json 224share/element-web/i18n/is.bc6f387.json
225share/element-web/i18n/it.ba56352.json 225share/element-web/i18n/it.3855484.json
226share/element-web/i18n/ja.9a73c1e.json 226share/element-web/i18n/ja.67b214c.json
227share/element-web/i18n/kab.064b18e.json 227share/element-web/i18n/kab.8087816.json
228share/element-web/i18n/ko.af0665b.json 228share/element-web/i18n/ko.8456119.json
229share/element-web/i18n/languages.564c6b6.json 229share/element-web/i18n/languages.be08535.json
230share/element-web/i18n/languages.json 230share/element-web/i18n/languages.json
231share/element-web/i18n/lo.2e5d544.json 231share/element-web/i18n/lo.026379f.json
232share/element-web/i18n/lt.abadcda.json 232share/element-web/i18n/lt.07e7781.json
233share/element-web/i18n/lv.78c78b4.json 233share/element-web/i18n/lv.d3f6a18.json
234share/element-web/i18n/nb_NO.6726ef8.json 234share/element-web/i18n/nb_NO.6726ef8.json
235share/element-web/i18n/nl.bbc0f57.json 235share/element-web/i18n/nl.c1b1033.json
236share/element-web/i18n/nn.412e803.json 236share/element-web/i18n/nn.0bd57d0.json
237share/element-web/i18n/pl.04139d7.json 237share/element-web/i18n/pl.b47a654.json
238share/element-web/i18n/pt.9326ef2.json 238share/element-web/i18n/pt.27adf95.json
239share/element-web/i18n/pt_BR.400dfc1.json 239share/element-web/i18n/pt_BR.cc258cd.json
240share/element-web/i18n/ru.dd266da.json 240share/element-web/i18n/ru.e2356b2.json
241share/element-web/i18n/sk.043151e.json 241share/element-web/i18n/sk.dd23d7c.json
242share/element-web/i18n/sq.4cfc352.json 242share/element-web/i18n/sq.438b80c.json
243share/element-web/i18n/sr.03d8dfe.json 243share/element-web/i18n/sr.be258aa.json
244share/element-web/i18n/sv.134639e.json 244share/element-web/i18n/sv.9bbd91a.json
245share/element-web/i18n/te.fa137fb.json 245share/element-web/i18n/te.fa137fb.json
246share/element-web/i18n/th.4125bee.json 246share/element-web/i18n/th.4125bee.json
247share/element-web/i18n/tr.44d9fcf.json 247share/element-web/i18n/tr.5a16342.json
248share/element-web/i18n/uk.eb69998.json 248share/element-web/i18n/uk.3d7c420.json
249share/element-web/i18n/vi.4e0a45a.json 249share/element-web/i18n/vi.c370220.json
250share/element-web/i18n/vls.8d94405.json 250share/element-web/i18n/vls.3445352.json
251share/element-web/i18n/zh_Hans.e3fb758.json 251share/element-web/i18n/zh_Hans.d1011b4.json
252share/element-web/i18n/zh_Hant.1dd6b1a.json 252share/element-web/i18n/zh_Hant.bb4d74b.json
253share/element-web/img/badges/f-droid.9c2f169.svg 253share/element-web/img/badges/f-droid.9c2f169.svg
254share/element-web/img/badges/google-play.ec85f31.svg 254share/element-web/img/badges/google-play.ec85f31.svg
255share/element-web/img/badges/ios.6d3129a.svg 255share/element-web/img/badges/ios.6d3129a.svg
256share/element-web/img/betas/video_rooms.c485b71.png 256share/element-web/img/betas/video_rooms.c485b71.png
257share/element-web/img/cancel-small.6edc931.svg 257share/element-web/img/cancel-small.6edc931.svg
258share/element-web/img/cancel.12c5c12.svg 258share/element-web/img/cancel.12c5c12.svg
259share/element-web/img/compound/back-30s-24px.1c7e034.svg 259share/element-web/img/compound/back-30s-24px.1c7e034.svg
260share/element-web/img/compound/checkbox-32px.3e18125.svg 260share/element-web/img/compound/checkbox-32px.3e18125.svg
261share/element-web/img/compound/chevron-right-12px.728250b.svg 261share/element-web/img/compound/chevron-right-12px.728250b.svg
262share/element-web/img/compound/close-16px.9448a3c.svg 262share/element-web/img/compound/close-16px.9448a3c.svg
263share/element-web/img/compound/close-8px.e56ab52.svg 263share/element-web/img/compound/close-8px.e56ab52.svg
264share/element-web/img/compound/error-16px.f555b69.svg 264share/element-web/img/compound/error-16px.f555b69.svg
265share/element-web/img/compound/forward-30s-24px.5bf560b.svg 265share/element-web/img/compound/forward-30s-24px.5bf560b.svg
@@ -548,28 +548,28 @@ share/element-web/media/callend.ogg @@ -548,28 +548,28 @@ share/element-web/media/callend.ogg
548share/element-web/media/error.mp3 548share/element-web/media/error.mp3
549share/element-web/media/error.ogg 549share/element-web/media/error.ogg
550share/element-web/media/message.mp3 550share/element-web/media/message.mp3
551share/element-web/media/message.ogg 551share/element-web/media/message.ogg
552share/element-web/media/ring.mp3 552share/element-web/media/ring.mp3
553share/element-web/media/ring.ogg 553share/element-web/media/ring.ogg
554share/element-web/media/ringback.mp3 554share/element-web/media/ringback.mp3
555share/element-web/media/ringback.ogg 555share/element-web/media/ringback.ogg
556share/element-web/mobile_guide/index.html 556share/element-web/mobile_guide/index.html
557share/element-web/olm.82e831a.wasm 557share/element-web/olm.82e831a.wasm
558share/element-web/olm_legacy.js 558share/element-web/olm_legacy.js
559share/element-web/opus-decoderWorker.min.8653698.js 559share/element-web/opus-decoderWorker.min.8653698.js
560share/element-web/opus-encoderWorker.min.c3a64a8.js 560share/element-web/opus-encoderWorker.min.c3a64a8.js
561share/element-web/recorder-worklet.7af29d0.js 561share/element-web/recorder-worklet.d57ab19.js
562share/element-web/recorder-worklet.7af29d0.js.map 562share/element-web/recorder-worklet.d57ab19.js.map
563share/element-web/static/incompatible-browser.html 563share/element-web/static/incompatible-browser.html
564share/element-web/static/unable-to-load.html 564share/element-web/static/unable-to-load.html
565share/element-web/sw.js 565share/element-web/sw.js
566share/element-web/themes/element/img/backgrounds/lake.jpg 566share/element-web/themes/element/img/backgrounds/lake.jpg
567share/element-web/themes/element/img/download/apple.svg 567share/element-web/themes/element/img/download/apple.svg
568share/element-web/themes/element/img/download/fdroid.svg 568share/element-web/themes/element/img/download/fdroid.svg
569share/element-web/themes/element/img/download/google.svg 569share/element-web/themes/element/img/download/google.svg
570share/element-web/themes/element/img/logos/element-logo.svg 570share/element-web/themes/element/img/logos/element-logo.svg
571share/element-web/themes/element/img/logos/opengraph.png 571share/element-web/themes/element/img/logos/opengraph.png
572share/element-web/usercontent/index.html 572share/element-web/usercontent/index.html
573share/element-web/vector-icons/1024.png 573share/element-web/vector-icons/1024.png
574share/element-web/vector-icons/120.png 574share/element-web/vector-icons/120.png
575share/element-web/vector-icons/1240x600.png 575share/element-web/vector-icons/1240x600.png

cvs diff -r1.26 -r1.27 pkgsrc/chat/element-web/distinfo (expand / switch to unified diff)

--- pkgsrc/chat/element-web/distinfo 2023/07/20 19:57:07 1.26
+++ pkgsrc/chat/element-web/distinfo 2023/08/22 17:27:38 1.27
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.26 2023/07/20 19:57:07 js Exp $ 1$NetBSD: distinfo,v 1.27 2023/08/22 17:27:38 js Exp $
2 2
3BLAKE2s (element-v1.11.36.tar.gz) = b3be49288c2b613fa2a916f579ac9dfce52902d2a6d1fc80017316bae9e73695 3BLAKE2s (element-v1.11.39.tar.gz) = 74e2a20164357b10896b85b44d2fb688ed5396d14257d87a87b288a95c841aac
4SHA512 (element-v1.11.36.tar.gz) = 03aa1530360d479c2970e2fdee8b23d526701346b3b26f3052c72226644ae61ecb1f6df58efccea4d30db8ffa794c6c58893eb7938bde24f5fd42d319618efa5 4SHA512 (element-v1.11.39.tar.gz) = 0bf8c4b243b5bf9a7d32154d045dd94c5cfcd97067a9ee825ce82e19af7e6894c4c6ae574cc80ac61df18e7b96d6c42ee06d5f354990a0d6afb26b38a1028d50
5Size (element-v1.11.36.tar.gz) = 21937527 bytes 5Size (element-v1.11.39.tar.gz) = 22166439 bytes