pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/element-web



Module Name:    pkgsrc
Committed By:   js
Date:           Tue Aug 22 17:27:38 UTC 2023

Modified Files:
        pkgsrc/chat/element-web: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/chat/element-web/Makefile \
    pkgsrc/chat/element-web/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/chat/element-web/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/element-web/Makefile
diff -u pkgsrc/chat/element-web/Makefile:1.24 pkgsrc/chat/element-web/Makefile:1.25
--- pkgsrc/chat/element-web/Makefile:1.24       Thu Jul 20 19:57:07 2023
+++ pkgsrc/chat/element-web/Makefile    Tue Aug 22 17:27:38 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2023/07/20 19:57:07 js Exp $
+# $NetBSD: Makefile,v 1.25 2023/08/22 17:27:38 js Exp $
 
 DISTNAME=      element-v${PKGVERSION_NOREV}
-PKGNAME=       element-web-1.11.36
+PKGNAME=       element-web-1.11.39
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=vector-im/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
Index: pkgsrc/chat/element-web/PLIST
diff -u pkgsrc/chat/element-web/PLIST:1.24 pkgsrc/chat/element-web/PLIST:1.25
--- pkgsrc/chat/element-web/PLIST:1.24  Thu Jul 20 19:57:07 2023
+++ pkgsrc/chat/element-web/PLIST       Tue Aug 22 17:27:38 2023
@@ -1,116 +1,116 @@
-@comment $NetBSD: PLIST,v 1.24 2023/07/20 19:57:07 js Exp $
-share/element-web/045975d9b58a10e2d91f.worker.js
-share/element-web/045975d9b58a10e2d91f.worker.js.map
-share/element-web/8c28568cec12f218574b.worker.js
-share/element-web/8c28568cec12f218574b.worker.js.map
+@comment $NetBSD: PLIST,v 1.25 2023/08/22 17:27:38 js Exp $
+share/element-web/48a442476babfcad88ba.worker.js
+share/element-web/48a442476babfcad88ba.worker.js.map
+share/element-web/6a1643f280e2a6b79eac.worker.js
+share/element-web/6a1643f280e2a6b79eac.worker.js.map
 share/element-web/apple-app-site-association
-share/element-web/b748e3f9148bdfad17f7.worker.js
-share/element-web/b748e3f9148bdfad17f7.worker.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/0.js
-share/element-web/bundles/542b366e8c5a7a3e8727/0.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/1.js
-share/element-web/bundles/542b366e8c5a7a3e8727/1.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/10.js
-share/element-web/bundles/542b366e8c5a7a3e8727/10.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/11.js
-share/element-web/bundles/542b366e8c5a7a3e8727/11.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/12.js
-share/element-web/bundles/542b366e8c5a7a3e8727/12.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/2.js
-share/element-web/bundles/542b366e8c5a7a3e8727/2.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/3.js
-share/element-web/bundles/542b366e8c5a7a3e8727/3.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/31.js
-share/element-web/bundles/542b366e8c5a7a3e8727/31.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/32.js
-share/element-web/bundles/542b366e8c5a7a3e8727/32.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/33.js
-share/element-web/bundles/542b366e8c5a7a3e8727/33.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/34.js
-share/element-web/bundles/542b366e8c5a7a3e8727/34.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/35.js
-share/element-web/bundles/542b366e8c5a7a3e8727/35.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/36.js
-share/element-web/bundles/542b366e8c5a7a3e8727/36.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/37.js
-share/element-web/bundles/542b366e8c5a7a3e8727/37.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/38.js
-share/element-web/bundles/542b366e8c5a7a3e8727/38.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/39.js
-share/element-web/bundles/542b366e8c5a7a3e8727/39.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/4.js
-share/element-web/bundles/542b366e8c5a7a3e8727/4.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/40.js
-share/element-web/bundles/542b366e8c5a7a3e8727/40.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/41.js
-share/element-web/bundles/542b366e8c5a7a3e8727/41.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/42.js
-share/element-web/bundles/542b366e8c5a7a3e8727/42.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/43.js
-share/element-web/bundles/542b366e8c5a7a3e8727/43.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/44.js
-share/element-web/bundles/542b366e8c5a7a3e8727/44.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/5.js
-share/element-web/bundles/542b366e8c5a7a3e8727/5.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/6.js
-share/element-web/bundles/542b366e8c5a7a3e8727/6.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/7.js
-share/element-web/bundles/542b366e8c5a7a3e8727/7.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/8.js
-share/element-web/bundles/542b366e8c5a7a3e8727/8.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/9.js
-share/element-web/bundles/542b366e8c5a7a3e8727/9.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/bundle.css
-share/element-web/bundles/542b366e8c5a7a3e8727/bundle.js
-share/element-web/bundles/542b366e8c5a7a3e8727/bundle.js.LICENSE.txt
-share/element-web/bundles/542b366e8c5a7a3e8727/bundle.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/compatibility-view.css
-share/element-web/bundles/542b366e8c5a7a3e8727/compatibility-view.js
-share/element-web/bundles/542b366e8c5a7a3e8727/compatibility-view.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/element-web-app.js
-share/element-web/bundles/542b366e8c5a7a3e8727/element-web-app.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/error-view.css
-share/element-web/bundles/542b366e8c5a7a3e8727/error-view.js
-share/element-web/bundles/542b366e8c5a7a3e8727/error-view.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/init.js
-share/element-web/bundles/542b366e8c5a7a3e8727/init.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/jitsi.css
-share/element-web/bundles/542b366e8c5a7a3e8727/jitsi.js
-share/element-web/bundles/542b366e8c5a7a3e8727/jitsi.js.LICENSE.txt
-share/element-web/bundles/542b366e8c5a7a3e8727/jitsi.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/mobileguide.js
-share/element-web/bundles/542b366e8c5a7a3e8727/mobileguide.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/styles.js
-share/element-web/bundles/542b366e8c5a7a3e8727/styles.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-dark-custom.css
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-dark-custom.js
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-dark-custom.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-dark.css
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-dark.js
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-dark.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-legacy-dark.css
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-legacy-dark.js
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-legacy-dark.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-legacy-light.css
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-legacy-light.js
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-legacy-light.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-light-custom.css
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-light-custom.js
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-light-custom.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-light-high-contrast.css
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-light-high-contrast.js
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-light-high-contrast.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-light.css
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-light.js
-share/element-web/bundles/542b366e8c5a7a3e8727/theme-light.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/usercontent.js
-share/element-web/bundles/542b366e8c5a7a3e8727/usercontent.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/vendors~element-web-app.js
-share/element-web/bundles/542b366e8c5a7a3e8727/vendors~element-web-app.js.LICENSE.txt
-share/element-web/bundles/542b366e8c5a7a3e8727/vendors~element-web-app.js.map
-share/element-web/bundles/542b366e8c5a7a3e8727/vendors~init.js
-share/element-web/bundles/542b366e8c5a7a3e8727/vendors~init.js.LICENSE.txt
-share/element-web/bundles/542b366e8c5a7a3e8727/vendors~init.js.map
+share/element-web/bundles/e1d4beacb839288093f6/0.js
+share/element-web/bundles/e1d4beacb839288093f6/0.js.map
+share/element-web/bundles/e1d4beacb839288093f6/1.js
+share/element-web/bundles/e1d4beacb839288093f6/1.js.map
+share/element-web/bundles/e1d4beacb839288093f6/10.js
+share/element-web/bundles/e1d4beacb839288093f6/10.js.map
+share/element-web/bundles/e1d4beacb839288093f6/11.js
+share/element-web/bundles/e1d4beacb839288093f6/11.js.map
+share/element-web/bundles/e1d4beacb839288093f6/12.js
+share/element-web/bundles/e1d4beacb839288093f6/12.js.map
+share/element-web/bundles/e1d4beacb839288093f6/2.js
+share/element-web/bundles/e1d4beacb839288093f6/2.js.map
+share/element-web/bundles/e1d4beacb839288093f6/3.js
+share/element-web/bundles/e1d4beacb839288093f6/3.js.map
+share/element-web/bundles/e1d4beacb839288093f6/31.js
+share/element-web/bundles/e1d4beacb839288093f6/31.js.map
+share/element-web/bundles/e1d4beacb839288093f6/32.js
+share/element-web/bundles/e1d4beacb839288093f6/32.js.map
+share/element-web/bundles/e1d4beacb839288093f6/33.js
+share/element-web/bundles/e1d4beacb839288093f6/33.js.map
+share/element-web/bundles/e1d4beacb839288093f6/34.js
+share/element-web/bundles/e1d4beacb839288093f6/34.js.map
+share/element-web/bundles/e1d4beacb839288093f6/35.js
+share/element-web/bundles/e1d4beacb839288093f6/35.js.map
+share/element-web/bundles/e1d4beacb839288093f6/36.js
+share/element-web/bundles/e1d4beacb839288093f6/36.js.map
+share/element-web/bundles/e1d4beacb839288093f6/37.js
+share/element-web/bundles/e1d4beacb839288093f6/37.js.map
+share/element-web/bundles/e1d4beacb839288093f6/38.js
+share/element-web/bundles/e1d4beacb839288093f6/38.js.map
+share/element-web/bundles/e1d4beacb839288093f6/39.js
+share/element-web/bundles/e1d4beacb839288093f6/39.js.map
+share/element-web/bundles/e1d4beacb839288093f6/4.js
+share/element-web/bundles/e1d4beacb839288093f6/4.js.map
+share/element-web/bundles/e1d4beacb839288093f6/40.js
+share/element-web/bundles/e1d4beacb839288093f6/40.js.map
+share/element-web/bundles/e1d4beacb839288093f6/41.js
+share/element-web/bundles/e1d4beacb839288093f6/41.js.map
+share/element-web/bundles/e1d4beacb839288093f6/42.js
+share/element-web/bundles/e1d4beacb839288093f6/42.js.map
+share/element-web/bundles/e1d4beacb839288093f6/43.js
+share/element-web/bundles/e1d4beacb839288093f6/43.js.map
+share/element-web/bundles/e1d4beacb839288093f6/44.js
+share/element-web/bundles/e1d4beacb839288093f6/44.js.map
+share/element-web/bundles/e1d4beacb839288093f6/5.js
+share/element-web/bundles/e1d4beacb839288093f6/5.js.map
+share/element-web/bundles/e1d4beacb839288093f6/6.js
+share/element-web/bundles/e1d4beacb839288093f6/6.js.map
+share/element-web/bundles/e1d4beacb839288093f6/7.js
+share/element-web/bundles/e1d4beacb839288093f6/7.js.map
+share/element-web/bundles/e1d4beacb839288093f6/8.js
+share/element-web/bundles/e1d4beacb839288093f6/8.js.map
+share/element-web/bundles/e1d4beacb839288093f6/9.js
+share/element-web/bundles/e1d4beacb839288093f6/9.js.map
+share/element-web/bundles/e1d4beacb839288093f6/bundle.css
+share/element-web/bundles/e1d4beacb839288093f6/bundle.js
+share/element-web/bundles/e1d4beacb839288093f6/bundle.js.LICENSE.txt
+share/element-web/bundles/e1d4beacb839288093f6/bundle.js.map
+share/element-web/bundles/e1d4beacb839288093f6/compatibility-view.css
+share/element-web/bundles/e1d4beacb839288093f6/compatibility-view.js
+share/element-web/bundles/e1d4beacb839288093f6/compatibility-view.js.map
+share/element-web/bundles/e1d4beacb839288093f6/element-web-app.js
+share/element-web/bundles/e1d4beacb839288093f6/element-web-app.js.map
+share/element-web/bundles/e1d4beacb839288093f6/error-view.css
+share/element-web/bundles/e1d4beacb839288093f6/error-view.js
+share/element-web/bundles/e1d4beacb839288093f6/error-view.js.map
+share/element-web/bundles/e1d4beacb839288093f6/init.js
+share/element-web/bundles/e1d4beacb839288093f6/init.js.map
+share/element-web/bundles/e1d4beacb839288093f6/jitsi.css
+share/element-web/bundles/e1d4beacb839288093f6/jitsi.js
+share/element-web/bundles/e1d4beacb839288093f6/jitsi.js.LICENSE.txt
+share/element-web/bundles/e1d4beacb839288093f6/jitsi.js.map
+share/element-web/bundles/e1d4beacb839288093f6/mobileguide.js
+share/element-web/bundles/e1d4beacb839288093f6/mobileguide.js.map
+share/element-web/bundles/e1d4beacb839288093f6/styles.js
+share/element-web/bundles/e1d4beacb839288093f6/styles.js.map
+share/element-web/bundles/e1d4beacb839288093f6/theme-dark-custom.css
+share/element-web/bundles/e1d4beacb839288093f6/theme-dark-custom.js
+share/element-web/bundles/e1d4beacb839288093f6/theme-dark-custom.js.map
+share/element-web/bundles/e1d4beacb839288093f6/theme-dark.css
+share/element-web/bundles/e1d4beacb839288093f6/theme-dark.js
+share/element-web/bundles/e1d4beacb839288093f6/theme-dark.js.map
+share/element-web/bundles/e1d4beacb839288093f6/theme-legacy-dark.css
+share/element-web/bundles/e1d4beacb839288093f6/theme-legacy-dark.js
+share/element-web/bundles/e1d4beacb839288093f6/theme-legacy-dark.js.map
+share/element-web/bundles/e1d4beacb839288093f6/theme-legacy-light.css
+share/element-web/bundles/e1d4beacb839288093f6/theme-legacy-light.js
+share/element-web/bundles/e1d4beacb839288093f6/theme-legacy-light.js.map
+share/element-web/bundles/e1d4beacb839288093f6/theme-light-custom.css
+share/element-web/bundles/e1d4beacb839288093f6/theme-light-custom.js
+share/element-web/bundles/e1d4beacb839288093f6/theme-light-custom.js.map
+share/element-web/bundles/e1d4beacb839288093f6/theme-light-high-contrast.css
+share/element-web/bundles/e1d4beacb839288093f6/theme-light-high-contrast.js
+share/element-web/bundles/e1d4beacb839288093f6/theme-light-high-contrast.js.map
+share/element-web/bundles/e1d4beacb839288093f6/theme-light.css
+share/element-web/bundles/e1d4beacb839288093f6/theme-light.js
+share/element-web/bundles/e1d4beacb839288093f6/theme-light.js.map
+share/element-web/bundles/e1d4beacb839288093f6/usercontent.js
+share/element-web/bundles/e1d4beacb839288093f6/usercontent.js.map
+share/element-web/bundles/e1d4beacb839288093f6/vendors~element-web-app.js
+share/element-web/bundles/e1d4beacb839288093f6/vendors~element-web-app.js.LICENSE.txt
+share/element-web/bundles/e1d4beacb839288093f6/vendors~element-web-app.js.map
+share/element-web/bundles/e1d4beacb839288093f6/vendors~init.js
+share/element-web/bundles/e1d4beacb839288093f6/vendors~init.js.LICENSE.txt
+share/element-web/bundles/e1d4beacb839288093f6/vendors~init.js.map
+share/element-web/c1413e29868b56e6718f.worker.js
+share/element-web/c1413e29868b56e6718f.worker.js.map
 share/element-web/config.sample.json
 share/element-web/contribute.json
 share/element-web/decoder-ring/datatypes.js
@@ -202,54 +202,54 @@ share/element-web/fonts/Nunito/Nunito-Re
 share/element-web/fonts/Nunito/Nunito-SemiBold.bd83689.ttf
 share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.4d2d834.woff2
 share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.b1b6461.woff2
-share/element-web/i18n/bg.e9bb410.json
+share/element-web/i18n/bg.3fdb7d1.json
 share/element-web/i18n/ca.ed1f459.json
-share/element-web/i18n/cs.a94928a.json
+share/element-web/i18n/cs.74960bf.json
 share/element-web/i18n/da.9319f38.json
-share/element-web/i18n/de_DE.95957dc.json
-share/element-web/i18n/el.3a6bbab.json
-share/element-web/i18n/en_EN.31f4252.json
-share/element-web/i18n/en_US.af78c79.json
-share/element-web/i18n/eo.9c497ff.json
-share/element-web/i18n/es.e89891a.json
-share/element-web/i18n/et.af201b8.json
-share/element-web/i18n/eu.a28692d.json
-share/element-web/i18n/fi.7e2b668.json
-share/element-web/i18n/fr.3fddb5c.json
-share/element-web/i18n/gl.65a85e1.json
-share/element-web/i18n/he.07e5677.json
+share/element-web/i18n/de_DE.e29353a.json
+share/element-web/i18n/el.a7330cd.json
+share/element-web/i18n/en_EN.ffddee9.json
+share/element-web/i18n/en_US.d81962b.json
+share/element-web/i18n/eo.5ca3c7a.json
+share/element-web/i18n/es.98ba0ba.json
+share/element-web/i18n/et.7939fb0.json
+share/element-web/i18n/eu.509c5ce.json
+share/element-web/i18n/fi.7c0c7d9.json
+share/element-web/i18n/fr.47fa495.json
+share/element-web/i18n/gl.91164a6.json
+share/element-web/i18n/he.e4d700b.json
 share/element-web/i18n/hi.0027dd4.json
-share/element-web/i18n/hu.e803bad.json
-share/element-web/i18n/id.c35b255.json
-share/element-web/i18n/is.8e3664d.json
-share/element-web/i18n/it.ba56352.json
-share/element-web/i18n/ja.9a73c1e.json
-share/element-web/i18n/kab.064b18e.json
-share/element-web/i18n/ko.af0665b.json
-share/element-web/i18n/languages.564c6b6.json
+share/element-web/i18n/hu.32ba0d6.json
+share/element-web/i18n/id.99063c4.json
+share/element-web/i18n/is.bc6f387.json
+share/element-web/i18n/it.3855484.json
+share/element-web/i18n/ja.67b214c.json
+share/element-web/i18n/kab.8087816.json
+share/element-web/i18n/ko.8456119.json
+share/element-web/i18n/languages.be08535.json
 share/element-web/i18n/languages.json
-share/element-web/i18n/lo.2e5d544.json
-share/element-web/i18n/lt.abadcda.json
-share/element-web/i18n/lv.78c78b4.json
+share/element-web/i18n/lo.026379f.json
+share/element-web/i18n/lt.07e7781.json
+share/element-web/i18n/lv.d3f6a18.json
 share/element-web/i18n/nb_NO.6726ef8.json
-share/element-web/i18n/nl.bbc0f57.json
-share/element-web/i18n/nn.412e803.json
-share/element-web/i18n/pl.04139d7.json
-share/element-web/i18n/pt.9326ef2.json
-share/element-web/i18n/pt_BR.400dfc1.json
-share/element-web/i18n/ru.dd266da.json
-share/element-web/i18n/sk.043151e.json
-share/element-web/i18n/sq.4cfc352.json
-share/element-web/i18n/sr.03d8dfe.json
-share/element-web/i18n/sv.134639e.json
+share/element-web/i18n/nl.c1b1033.json
+share/element-web/i18n/nn.0bd57d0.json
+share/element-web/i18n/pl.b47a654.json
+share/element-web/i18n/pt.27adf95.json
+share/element-web/i18n/pt_BR.cc258cd.json
+share/element-web/i18n/ru.e2356b2.json
+share/element-web/i18n/sk.dd23d7c.json
+share/element-web/i18n/sq.438b80c.json
+share/element-web/i18n/sr.be258aa.json
+share/element-web/i18n/sv.9bbd91a.json
 share/element-web/i18n/te.fa137fb.json
 share/element-web/i18n/th.4125bee.json
-share/element-web/i18n/tr.44d9fcf.json
-share/element-web/i18n/uk.eb69998.json
-share/element-web/i18n/vi.4e0a45a.json
-share/element-web/i18n/vls.8d94405.json
-share/element-web/i18n/zh_Hans.e3fb758.json
-share/element-web/i18n/zh_Hant.1dd6b1a.json
+share/element-web/i18n/tr.5a16342.json
+share/element-web/i18n/uk.3d7c420.json
+share/element-web/i18n/vi.c370220.json
+share/element-web/i18n/vls.3445352.json
+share/element-web/i18n/zh_Hans.d1011b4.json
+share/element-web/i18n/zh_Hant.bb4d74b.json
 share/element-web/img/badges/f-droid.9c2f169.svg
 share/element-web/img/badges/google-play.ec85f31.svg
 share/element-web/img/badges/ios.6d3129a.svg
@@ -558,8 +558,8 @@ share/element-web/olm.82e831a.wasm
 share/element-web/olm_legacy.js
 share/element-web/opus-decoderWorker.min.8653698.js
 share/element-web/opus-encoderWorker.min.c3a64a8.js
-share/element-web/recorder-worklet.7af29d0.js
-share/element-web/recorder-worklet.7af29d0.js.map
+share/element-web/recorder-worklet.d57ab19.js
+share/element-web/recorder-worklet.d57ab19.js.map
 share/element-web/static/incompatible-browser.html
 share/element-web/static/unable-to-load.html
 share/element-web/sw.js

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



Home | Main Index | Thread Index | Old Index