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:           Thu Jul 20 19:57:08 UTC 2023

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

Log Message:
Update chat/element-web to 1.11.36

Contains important security updates.

Changes in [1.11.36](https://github.com/vector-im/element-web/releases/tag/v1.11.36) (2023-07-18)
=================================================================================================

## 🔒 Security
 * Fixes for [CVE-2023-37259](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE-2023-37259) / 
[GHSA-c9vx-2g7w-rp65](https://github.com/matrix-org/matrix-react-sdk/security/advisories/GHSA-c9vx-2g7w-rp65)

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

## ✨ Features
 * OIDC: store initial screen in session storage  ([\#25688](https://github.com/vector-im/element-web/pull/25688)). Fixes #25656. Contributed by @kerryarchibald.
 * Allow default_server_config as a fallback config ([\#25682](https://github.com/vector-im/element-web/pull/25682)). Contributed by @ShadowRZ.
 * OIDC: remove auth params from url after login attempt ([\#25664](https://github.com/vector-im/element-web/pull/25664)). Contributed by @kerryarchibald.
 * feat(faq): remove keyboard shortcuts button ([\#9342](https://github.com/matrix-org/matrix-react-sdk/pull/9342)). Fixes #22625. Contributed by @gefgu.
 * GYU: Update banner ([\#11211](https://github.com/matrix-org/matrix-react-sdk/pull/11211)). Fixes #25530. Contributed by @justjanne.
 * Linkify mxc:// URLs as links to your media repo ([\#11213](https://github.com/matrix-org/matrix-react-sdk/pull/11213)). Fixes #6942.
 * OIDC: Log in ([\#11199](https://github.com/matrix-org/matrix-react-sdk/pull/11199)). Fixes #25657. Contributed by @kerryarchibald.
 * Handle all permitted url schemes in linkify ([\#11215](https://github.com/matrix-org/matrix-react-sdk/pull/11215)). Fixes #4457 and #8720.
 * Autoapprove Element Call oidc requests ([\#11209](https://github.com/matrix-org/matrix-react-sdk/pull/11209)). Contributed by @toger5.
 * Allow creating knock rooms ([\#11182](https://github.com/matrix-org/matrix-react-sdk/pull/11182)). Contributed by @charlynguyen.
 * Expose and pre-populate thread ID in devtools dialog ([\#10953](https://github.com/matrix-org/matrix-react-sdk/pull/10953)).
 * Hide URL preview if it will be empty ([\#9029](https://github.com/matrix-org/matrix-react-sdk/pull/9029)).
 * Change wording from avatar to profile picture ([\#7015](https://github.com/matrix-org/matrix-react-sdk/pull/7015)). Fixes vector-im/element-meta#1331. Contributed by @aaronraimist.
 * Quick and dirty devtool to explore state history ([\#11197](https://github.com/matrix-org/matrix-react-sdk/pull/11197)).
 * Consider more user inputs when calculating zxcvbn score ([\#11180](https://github.com/matrix-org/matrix-react-sdk/pull/11180)).
 * GYU: Account Notification Settings ([\#11008](https://github.com/matrix-org/matrix-react-sdk/pull/11008)). Fixes #24567. Contributed by @justjanne.
 * Compound Typography pass ([\#11103](https://github.com/matrix-org/matrix-react-sdk/pull/11103)). Fixes #25548.
 * OIDC: navigate to authorization endpoint ([\#11096](https://github.com/matrix-org/matrix-react-sdk/pull/11096)). Fixes #25574. Contributed by @kerryarchibald.

## 🐛 Bug Fixes
 * Fix read receipt sending behaviour around thread roots ([\#3600](https://github.com/matrix-org/matrix-js-sdk/pull/3600)).
 * Fix missing metaspace notification badges ([\#11269](https://github.com/matrix-org/matrix-react-sdk/pull/11269)). Fixes #25679.
 * Make checkboxes less rounded ([\#11224](https://github.com/matrix-org/matrix-react-sdk/pull/11224)). Contributed by @andybalaam.
 * GYU: Fix issues with audible keywords without activated mentions ([\#11218](https://github.com/matrix-org/matrix-react-sdk/pull/11218)). Contributed by @justjanne.
 * PosthogAnalytics unwatch settings on logout ([\#11207](https://github.com/matrix-org/matrix-react-sdk/pull/11207)). Fixes #25703.
 * Avoid trying to set room account data for pinned events as guest ([\#11216](https://github.com/matrix-org/matrix-react-sdk/pull/11216)). Fixes #6300.
 * GYU: Disable sound for DMs checkbox when DM notifications are disabled ([\#11210](https://github.com/matrix-org/matrix-react-sdk/pull/11210)). Contributed by @justjanne.
 * force to allow calls without video and audio in embedded mode ([\#11131](https://github.com/matrix-org/matrix-react-sdk/pull/11131)). Contributed by @EnricoSchw.
 * Fix room tile text clipping ([\#11196](https://github.com/matrix-org/matrix-react-sdk/pull/11196)). Fixes #25718.
 * Handle newlines in user pills ([\#11166](https://github.com/matrix-org/matrix-react-sdk/pull/11166)). Fixes #10994.
 * Limit width of user menu in space panel ([\#11192](https://github.com/matrix-org/matrix-react-sdk/pull/11192)). Fixes #22627.
 * Add isLocation to ComposerEvent analytics events ([\#11187](https://github.com/matrix-org/matrix-react-sdk/pull/11187)). Contributed by @andybalaam.
 * Fix: hide unsupported login elements ([\#11185](https://github.com/matrix-org/matrix-react-sdk/pull/11185)). Fixes #25711. Contributed by @kerryarchibald.
 * Scope smaller font size to user info panel ([\#11178](https://github.com/matrix-org/matrix-react-sdk/pull/11178)). Fixes #25683.
 * Apply i18n to strings in the html export ([\#11176](https://github.com/matrix-org/matrix-react-sdk/pull/11176)).
 * Inhibit url previews on MXIDs containing slashes same as those without ([\#11160](https://github.com/matrix-org/matrix-react-sdk/pull/11160)).
 * Make event info size consistent with state events ([\#11181](https://github.com/matrix-org/matrix-react-sdk/pull/11181)).
 * Fix markdown content spacing ([\#11177](https://github.com/matrix-org/matrix-react-sdk/pull/11177)). Fixes #25685.
 * Fix font-family definition for emojis ([\#11170](https://github.com/matrix-org/matrix-react-sdk/pull/11170)). Fixes #25686.
 * Fix spurious error sending receipt in thread errors ([\#11157](https://github.com/matrix-org/matrix-react-sdk/pull/11157)).
 * Consider the empty push rule actions array equiv to deprecated dont_notify ([\#11155](https://github.com/matrix-org/matrix-react-sdk/pull/11155)). Fixes #25674.
 * Only trap escape key for cancel reply if there is a reply ([\#11140](https://github.com/matrix-org/matrix-react-sdk/pull/11140)). Fixes #25640.
 * Update linkify to 4.1.1 ([\#11132](https://github.com/matrix-org/matrix-react-sdk/pull/11132)). Fixes #23806.

Changes in [1.11.35](https://github.com/vector-im/element-web/releases/tag/v1.11.35) (2023-07-04)
=================================================================================================

## 🦖 Deprecations
 * Remove `feature_favourite_messages` as it is has been abandoned for now ([\#11097](https://github.com/matrix-org/matrix-react-sdk/pull/11097)). Fixes #25555.

## ✨ Features
 * Don't setup keys on login when encryption is force disabled ([\#11125](https://github.com/matrix-org/matrix-react-sdk/pull/11125)). Contributed by @kerryarchibald.
 * OIDC: attempt dynamic client registration ([\#11074](https://github.com/matrix-org/matrix-react-sdk/pull/11074)). Fixes #25468 and #25467. Contributed by @kerryarchibald.
 * OIDC: Check static client registration and add login flow ([\#11088](https://github.com/matrix-org/matrix-react-sdk/pull/11088)). Fixes #25467. Contributed by @kerryarchibald.
 * Improve message body output from plain text editor ([\#11124](https://github.com/matrix-org/matrix-react-sdk/pull/11124)). Contributed by @alunturner.
 * Disable encryption toggle in room settings when force disabled ([\#11122](https://github.com/matrix-org/matrix-react-sdk/pull/11122)). Contributed by @kerryarchibald.
 * Add .well-known config option to force disable encryption on room creation ([\#11120](https://github.com/matrix-org/matrix-react-sdk/pull/11120)). Contributed by @kerryarchibald.
 * Handle permalinks in room topic ([\#11115](https://github.com/matrix-org/matrix-react-sdk/pull/11115)). Fixes #23395.
 * Add at room avatar for RTE ([\#11106](https://github.com/matrix-org/matrix-react-sdk/pull/11106)). Contributed by @alunturner.
 * Remove new room breadcrumbs ([\#11104](https://github.com/matrix-org/matrix-react-sdk/pull/11104)).
 * Update rich text editor dependency and associated changes ([\#11098](https://github.com/matrix-org/matrix-react-sdk/pull/11098)). Contributed by @alunturner.
 * Implement new model, hooks and reconcilation code for new GYU notification settings ([\#11089](https://github.com/matrix-org/matrix-react-sdk/pull/11089)). Contributed by @justjanne.
 * Allow maintaining a different right panel width for thread panels ([\#11064](https://github.com/matrix-org/matrix-react-sdk/pull/11064)). Fixes #25487.
 * Make AppPermission pane scrollable ([\#10954](https://github.com/matrix-org/matrix-react-sdk/pull/10954)). Fixes #25438 and #25511. Contributed by @luixxiul.
 * Integrate compound design tokens ([\#11091](https://github.com/matrix-org/matrix-react-sdk/pull/11091)). Fixes vector-im/internal-planning#450.
 * Don't warn about the effects of redacting state events when redacting non-state-events ([\#11071](https://github.com/matrix-org/matrix-react-sdk/pull/11071)). Fixes #8478.
 * Allow specifying help URLs in config.json ([\#11070](https://github.com/matrix-org/matrix-react-sdk/pull/11070)). Fixes #15268.

## 🐛 Bug Fixes
 * Fix error when generating error for polling for updates ([\#25609](https://github.com/vector-im/element-web/pull/25609)).
 * Fix spurious notifications on non-live events ([\#11133](https://github.com/matrix-org/matrix-react-sdk/pull/11133)). Fixes #24336.
 * Prevent auto-translation within composer ([\#11114](https://github.com/matrix-org/matrix-react-sdk/pull/11114)). Fixes #25624.
 * Fix caret jump when backspacing into empty line at beginning of editor ([\#11128](https://github.com/matrix-org/matrix-react-sdk/pull/11128)). Fixes #22335.
 * Fix server picker not allowing you to switch from custom to default ([\#11127](https://github.com/matrix-org/matrix-react-sdk/pull/11127)). Fixes #25650.
 * Consider the unthreaded read receipt for Unread dot state ([\#11117](https://github.com/matrix-org/matrix-react-sdk/pull/11117)). Fixes #24229.
 * Increase RTE resilience ([\#11111](https://github.com/matrix-org/matrix-react-sdk/pull/11111)). Fixes #25277. Contributed by @alunturner.
 * Fix RoomView ignoring alias lookup errors due to them not knowing the roomId ([\#11099](https://github.com/matrix-org/matrix-react-sdk/pull/11099)). Fixes #24783 and #25562.
 * Fix style inconsistencies on SecureBackupPanel ([\#11102](https://github.com/matrix-org/matrix-react-sdk/pull/11102)). Fixes #25615. Contributed by @luixxiul.
 * Remove unknown MXIDs from invite suggestions ([\#11055](https://github.com/matrix-org/matrix-react-sdk/pull/11055)). Fixes #25446.
 * Reduce volume of ring sounds to normalised levels ([\#9143](https://github.com/matrix-org/matrix-react-sdk/pull/9143)). Contributed by @JMoVS.
 * Fix slash commands not being enabled in certain cases ([\#11090](https://github.com/matrix-org/matrix-react-sdk/pull/11090)). Fixes #25572.
 * Prevent escape in threads from sending focus to main timeline composer ([\#11061](https://github.com/matrix-org/matrix-react-sdk/pull/11061)). Fixes #23397.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/chat/element-web/Makefile \
    pkgsrc/chat/element-web/PLIST
cvs rdiff -u -r1.25 -r1.26 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.23 pkgsrc/chat/element-web/Makefile:1.24
--- pkgsrc/chat/element-web/Makefile:1.23       Sat Jun 24 11:27:16 2023
+++ pkgsrc/chat/element-web/Makefile    Thu Jul 20 19:57:07 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2023/06/24 11:27:16 js Exp $
+# $NetBSD: Makefile,v 1.24 2023/07/20 19:57:07 js Exp $
 
 DISTNAME=      element-v${PKGVERSION_NOREV}
-PKGNAME=       element-web-1.11.34
+PKGNAME=       element-web-1.11.36
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=vector-im/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -13,7 +13,7 @@ GITHUB_RELEASE=       v${PKGVERSION_NOREV}
 # GPG signature:
 #   https://github.com/vector-im/element-web/releases/download/v${PKGVERSION_NOREV}/element-v${PKGVERSION_NOREV}.tar.gz.asc
 
-MAINTAINER=    js%pkgsrc.org@localhost
+MAINTAINER=    js%NetBSD.org@localhost
 HOMEPAGE=      https://element.io/
 COMMENT=       Matrix web client
 LICENSE=       apache-2.0
Index: pkgsrc/chat/element-web/PLIST
diff -u pkgsrc/chat/element-web/PLIST:1.23 pkgsrc/chat/element-web/PLIST:1.24
--- pkgsrc/chat/element-web/PLIST:1.23  Sat Jun 24 11:27:16 2023
+++ pkgsrc/chat/element-web/PLIST       Thu Jul 20 19:57:07 2023
@@ -1,116 +1,116 @@
-@comment $NetBSD: PLIST,v 1.23 2023/06/24 11:27:16 js Exp $
+@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/2d92d96f180a95303e40.worker.js
-share/element-web/2d92d96f180a95303e40.worker.js.map
 share/element-web/8c28568cec12f218574b.worker.js
 share/element-web/8c28568cec12f218574b.worker.js.map
 share/element-web/apple-app-site-association
-share/element-web/bundles/c94d364295d7008a924e/0.js
-share/element-web/bundles/c94d364295d7008a924e/0.js.map
-share/element-web/bundles/c94d364295d7008a924e/1.js
-share/element-web/bundles/c94d364295d7008a924e/1.js.map
-share/element-web/bundles/c94d364295d7008a924e/10.js
-share/element-web/bundles/c94d364295d7008a924e/10.js.map
-share/element-web/bundles/c94d364295d7008a924e/11.js
-share/element-web/bundles/c94d364295d7008a924e/11.js.map
-share/element-web/bundles/c94d364295d7008a924e/12.js
-share/element-web/bundles/c94d364295d7008a924e/12.js.map
-share/element-web/bundles/c94d364295d7008a924e/2.js
-share/element-web/bundles/c94d364295d7008a924e/2.js.map
-share/element-web/bundles/c94d364295d7008a924e/3.js
-share/element-web/bundles/c94d364295d7008a924e/3.js.map
-share/element-web/bundles/c94d364295d7008a924e/31.js
-share/element-web/bundles/c94d364295d7008a924e/31.js.map
-share/element-web/bundles/c94d364295d7008a924e/32.js
-share/element-web/bundles/c94d364295d7008a924e/32.js.map
-share/element-web/bundles/c94d364295d7008a924e/33.js
-share/element-web/bundles/c94d364295d7008a924e/33.js.map
-share/element-web/bundles/c94d364295d7008a924e/34.js
-share/element-web/bundles/c94d364295d7008a924e/34.js.map
-share/element-web/bundles/c94d364295d7008a924e/35.js
-share/element-web/bundles/c94d364295d7008a924e/35.js.map
-share/element-web/bundles/c94d364295d7008a924e/36.js
-share/element-web/bundles/c94d364295d7008a924e/36.js.map
-share/element-web/bundles/c94d364295d7008a924e/37.js
-share/element-web/bundles/c94d364295d7008a924e/37.js.map
-share/element-web/bundles/c94d364295d7008a924e/38.js
-share/element-web/bundles/c94d364295d7008a924e/38.js.map
-share/element-web/bundles/c94d364295d7008a924e/39.js
-share/element-web/bundles/c94d364295d7008a924e/39.js.map
-share/element-web/bundles/c94d364295d7008a924e/4.js
-share/element-web/bundles/c94d364295d7008a924e/4.js.map
-share/element-web/bundles/c94d364295d7008a924e/40.js
-share/element-web/bundles/c94d364295d7008a924e/40.js.map
-share/element-web/bundles/c94d364295d7008a924e/41.js
-share/element-web/bundles/c94d364295d7008a924e/41.js.map
-share/element-web/bundles/c94d364295d7008a924e/42.js
-share/element-web/bundles/c94d364295d7008a924e/42.js.map
-share/element-web/bundles/c94d364295d7008a924e/43.js
-share/element-web/bundles/c94d364295d7008a924e/43.js.map
-share/element-web/bundles/c94d364295d7008a924e/44.js
-share/element-web/bundles/c94d364295d7008a924e/44.js.map
-share/element-web/bundles/c94d364295d7008a924e/5.js
-share/element-web/bundles/c94d364295d7008a924e/5.js.map
-share/element-web/bundles/c94d364295d7008a924e/6.js
-share/element-web/bundles/c94d364295d7008a924e/6.js.map
-share/element-web/bundles/c94d364295d7008a924e/7.js
-share/element-web/bundles/c94d364295d7008a924e/7.js.map
-share/element-web/bundles/c94d364295d7008a924e/8.js
-share/element-web/bundles/c94d364295d7008a924e/8.js.map
-share/element-web/bundles/c94d364295d7008a924e/9.js
-share/element-web/bundles/c94d364295d7008a924e/9.js.map
-share/element-web/bundles/c94d364295d7008a924e/bundle.css
-share/element-web/bundles/c94d364295d7008a924e/bundle.js
-share/element-web/bundles/c94d364295d7008a924e/bundle.js.LICENSE.txt
-share/element-web/bundles/c94d364295d7008a924e/bundle.js.map
-share/element-web/bundles/c94d364295d7008a924e/compatibility-view.css
-share/element-web/bundles/c94d364295d7008a924e/compatibility-view.js
-share/element-web/bundles/c94d364295d7008a924e/compatibility-view.js.map
-share/element-web/bundles/c94d364295d7008a924e/element-web-app.js
-share/element-web/bundles/c94d364295d7008a924e/element-web-app.js.map
-share/element-web/bundles/c94d364295d7008a924e/error-view.css
-share/element-web/bundles/c94d364295d7008a924e/error-view.js
-share/element-web/bundles/c94d364295d7008a924e/error-view.js.map
-share/element-web/bundles/c94d364295d7008a924e/init.js
-share/element-web/bundles/c94d364295d7008a924e/init.js.map
-share/element-web/bundles/c94d364295d7008a924e/jitsi.css
-share/element-web/bundles/c94d364295d7008a924e/jitsi.js
-share/element-web/bundles/c94d364295d7008a924e/jitsi.js.LICENSE.txt
-share/element-web/bundles/c94d364295d7008a924e/jitsi.js.map
-share/element-web/bundles/c94d364295d7008a924e/mobileguide.js
-share/element-web/bundles/c94d364295d7008a924e/mobileguide.js.map
-share/element-web/bundles/c94d364295d7008a924e/styles.js
-share/element-web/bundles/c94d364295d7008a924e/styles.js.map
-share/element-web/bundles/c94d364295d7008a924e/theme-dark-custom.css
-share/element-web/bundles/c94d364295d7008a924e/theme-dark-custom.js
-share/element-web/bundles/c94d364295d7008a924e/theme-dark-custom.js.map
-share/element-web/bundles/c94d364295d7008a924e/theme-dark.css
-share/element-web/bundles/c94d364295d7008a924e/theme-dark.js
-share/element-web/bundles/c94d364295d7008a924e/theme-dark.js.map
-share/element-web/bundles/c94d364295d7008a924e/theme-legacy-dark.css
-share/element-web/bundles/c94d364295d7008a924e/theme-legacy-dark.js
-share/element-web/bundles/c94d364295d7008a924e/theme-legacy-dark.js.map
-share/element-web/bundles/c94d364295d7008a924e/theme-legacy-light.css
-share/element-web/bundles/c94d364295d7008a924e/theme-legacy-light.js
-share/element-web/bundles/c94d364295d7008a924e/theme-legacy-light.js.map
-share/element-web/bundles/c94d364295d7008a924e/theme-light-custom.css
-share/element-web/bundles/c94d364295d7008a924e/theme-light-custom.js
-share/element-web/bundles/c94d364295d7008a924e/theme-light-custom.js.map
-share/element-web/bundles/c94d364295d7008a924e/theme-light-high-contrast.css
-share/element-web/bundles/c94d364295d7008a924e/theme-light-high-contrast.js
-share/element-web/bundles/c94d364295d7008a924e/theme-light-high-contrast.js.map
-share/element-web/bundles/c94d364295d7008a924e/theme-light.css
-share/element-web/bundles/c94d364295d7008a924e/theme-light.js
-share/element-web/bundles/c94d364295d7008a924e/theme-light.js.map
-share/element-web/bundles/c94d364295d7008a924e/usercontent.js
-share/element-web/bundles/c94d364295d7008a924e/usercontent.js.map
-share/element-web/bundles/c94d364295d7008a924e/vendors~element-web-app.js
-share/element-web/bundles/c94d364295d7008a924e/vendors~element-web-app.js.LICENSE.txt
-share/element-web/bundles/c94d364295d7008a924e/vendors~element-web-app.js.map
-share/element-web/bundles/c94d364295d7008a924e/vendors~init.js
-share/element-web/bundles/c94d364295d7008a924e/vendors~init.js.LICENSE.txt
-share/element-web/bundles/c94d364295d7008a924e/vendors~init.js.map
+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/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.ca4caf9.json
-share/element-web/i18n/ca.b0bde7b.json
-share/element-web/i18n/cs.e6bc518.json
-share/element-web/i18n/da.25eaf3b.json
-share/element-web/i18n/de_DE.355f9a0.json
-share/element-web/i18n/el.cfa1cdb.json
-share/element-web/i18n/en_EN.dcb7289.json
-share/element-web/i18n/en_US.4dbcdfb.json
-share/element-web/i18n/eo.1a86db3.json
-share/element-web/i18n/es.60da1fc.json
-share/element-web/i18n/et.571f9b1.json
-share/element-web/i18n/eu.f63c77c.json
-share/element-web/i18n/fi.2f40126.json
-share/element-web/i18n/fr.84de4ec.json
-share/element-web/i18n/gl.9a3157d.json
-share/element-web/i18n/he.f7f9196.json
-share/element-web/i18n/hi.f0ae764.json
-share/element-web/i18n/hu.92ca71e.json
-share/element-web/i18n/id.22f1f01.json
-share/element-web/i18n/is.87a1365.json
-share/element-web/i18n/it.c300792.json
-share/element-web/i18n/ja.d828618.json
-share/element-web/i18n/kab.e45e57a.json
-share/element-web/i18n/ko.111dd44.json
-share/element-web/i18n/languages.85711c9.json
+share/element-web/i18n/bg.e9bb410.json
+share/element-web/i18n/ca.ed1f459.json
+share/element-web/i18n/cs.a94928a.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/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/languages.json
-share/element-web/i18n/lo.fb5272b.json
-share/element-web/i18n/lt.8e20fa6.json
-share/element-web/i18n/lv.0ee8f89.json
-share/element-web/i18n/nb_NO.d3b1b1a.json
-share/element-web/i18n/nl.fa6b316.json
-share/element-web/i18n/nn.c346ee2.json
-share/element-web/i18n/pl.6254031.json
-share/element-web/i18n/pt.d9d114a.json
-share/element-web/i18n/pt_BR.0384d3b.json
-share/element-web/i18n/ru.4e664f4.json
-share/element-web/i18n/sk.27b6f45.json
-share/element-web/i18n/sq.4e2cbe0.json
-share/element-web/i18n/sr.5b1d3d6.json
-share/element-web/i18n/sv.7cf49aa.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/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/te.fa137fb.json
-share/element-web/i18n/th.4c1630e.json
-share/element-web/i18n/tr.1122bfa.json
-share/element-web/i18n/uk.56c5e30.json
-share/element-web/i18n/vi.2ae6d3a.json
-share/element-web/i18n/vls.2c6009f.json
-share/element-web/i18n/zh_Hans.16cb432.json
-share/element-web/i18n/zh_Hant.464855d.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/img/badges/f-droid.9c2f169.svg
 share/element-web/img/badges/google-play.ec85f31.svg
 share/element-web/img/badges/ios.6d3129a.svg
@@ -287,6 +287,7 @@ share/element-web/img/e2e/warning.d370b4
 share/element-web/img/element-desktop-logo.9f55f24.svg
 share/element-web/img/element-icons/Email-icon.54bd82b.svg
 share/element-web/img/element-icons/Mic-off.43bef44.svg
+share/element-web/img/element-icons/ask-to-join.0ee41ed.svg
 share/element-web/img/element-icons/back.7601e5b.svg
 share/element-web/img/element-icons/brands/apple.3f29900.svg
 share/element-web/img/element-icons/brands/facebook.d149f4a.svg
@@ -343,6 +344,7 @@ share/element-web/img/element-icons/mess
 share/element-web/img/element-icons/mic.4c7bdcd.svg
 share/element-web/img/element-icons/minimise-collapse.f7c74eb.svg
 share/element-web/img/element-icons/minus-button.e4a2adb.svg
+share/element-web/img/element-icons/new-and-improved.8a4831c.svg
 share/element-web/img/element-icons/notifications.b4d3969.svg
 share/element-web/img/element-icons/pause.f107420.svg
 share/element-web/img/element-icons/play.f3fe34a.svg
@@ -387,7 +389,6 @@ share/element-web/img/element-icons/room
 share/element-web/img/element-icons/room/message-bar/edit.c76811e.svg
 share/element-web/img/element-icons/room/message-bar/emoji.97e3e33.svg
 share/element-web/img/element-icons/room/message-bar/reply.7b0a0bd.svg
-share/element-web/img/element-icons/room/message-bar/star.2da4d5a.svg
 share/element-web/img/element-icons/room/pin-upright.92d1884.svg
 share/element-web/img/element-icons/room/pin.8acecb2.svg
 share/element-web/img/element-icons/room/room-summary.a377754.svg
@@ -470,7 +471,7 @@ share/element-web/img/feather-customised
 share/element-web/img/feather-customised/edit.b9722f3.svg
 share/element-web/img/feather-customised/eye.15b36db.svg
 share/element-web/img/feather-customised/files.8e42afd.svg
-share/element-web/img/feather-customised/help-circle.6f50a41.svg
+share/element-web/img/feather-customised/help-circle.3167a5b.svg
 share/element-web/img/feather-customised/image.4bcd249.svg
 share/element-web/img/feather-customised/search-input.1871d4f.svg
 share/element-web/img/feather-customised/secure-backup.6c0a137.svg

Index: pkgsrc/chat/element-web/distinfo
diff -u pkgsrc/chat/element-web/distinfo:1.25 pkgsrc/chat/element-web/distinfo:1.26
--- pkgsrc/chat/element-web/distinfo:1.25       Sat Jun 24 11:27:16 2023
+++ pkgsrc/chat/element-web/distinfo    Thu Jul 20 19:57:07 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2023/06/24 11:27:16 js Exp $
+$NetBSD: distinfo,v 1.26 2023/07/20 19:57:07 js Exp $
 
-BLAKE2s (element-v1.11.34.tar.gz) = fbea10e6e562768b0982952532852c06b7bd5bb249b03e62ef6f9e3b88e0ebd0
-SHA512 (element-v1.11.34.tar.gz) = aeacd6aeafaa2434124109f559cd347dd3cccd48576ba4f5041f49cd88213a9cf31152c86e3f7fb352655f1e67765b26ec39139b1f72d40f525564f0ba02a3ec
-Size (element-v1.11.34.tar.gz) = 21605131 bytes
+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



Home | Main Index | Thread Index | Old Index