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:           Sun Mar  3 10:34:24 UTC 2024

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

Log Message:
Update chat/element-web to 1.11.59

Changes in [1.11.59](https://github.com/element-hq/element-web/releases/tag/v1.11.59) (2024-02-27)
==================================================================================================
## 🦖 Deprecations

* Enable custom themes to theme Compound ([#12240](https://github.com/matrix-org/matrix-react-sdk/pull/12240)). Contributed by @robintown.
* Remove welcome bot `welcome_user_id` support ([#12153](https://github.com/matrix-org/matrix-react-sdk/pull/12153)). Contributed by @t3chguy.

## ✨ Features

* Ignore activity in TAC ([#12269](https://github.com/matrix-org/matrix-react-sdk/pull/12269)). Contributed by @florianduros.
* Use browser's font size instead of hardcoded `16px` as root font size ([#12246](https://github.com/matrix-org/matrix-react-sdk/pull/12246)). Contributed by @florianduros.
* Revert "Use Compound primary colors for most actions" ([#12264](https://github.com/matrix-org/matrix-react-sdk/pull/12264)). Contributed by @florianduros.
* Revert "Refine menu, toast, and popover colors" ([#12263](https://github.com/matrix-org/matrix-react-sdk/pull/12263)). Contributed by @florianduros.
* Fix Native OIDC for Element Desktop ([#12253](https://github.com/matrix-org/matrix-react-sdk/pull/12253)). Contributed by @t3chguy.
* Improve client metadata used for OIDC dynamic registration ([#12257](https://github.com/matrix-org/matrix-react-sdk/pull/12257)). Contributed by @t3chguy.
* Refine menu, toast, and popover colors ([#12247](https://github.com/matrix-org/matrix-react-sdk/pull/12247)). Contributed by @robintown.
* Call the AsJson forms of import and exportRoomKeys ([#12233](https://github.com/matrix-org/matrix-react-sdk/pull/12233)). Contributed by @andybalaam.
* Use Compound primary colors for most actions ([#12241](https://github.com/matrix-org/matrix-react-sdk/pull/12241)). Contributed by @robintown.
* Enable redirected media by default ([#12142](https://github.com/matrix-org/matrix-react-sdk/pull/12142)). Contributed by @turt2live.
* Reduce TAC width by `16px` ([#12239](https://github.com/matrix-org/matrix-react-sdk/pull/12239)). Contributed by @florianduros.
* Pop out of Threads Activity Centre ([#12136](https://github.com/matrix-org/matrix-react-sdk/pull/12136)). Contributed by @florianduros.
* Use new semantic tokens for username colors ([#12209](https://github.com/matrix-org/matrix-react-sdk/pull/12209)). Contributed by @robintown.

## 🐛 Bug Fixes

* [Backport staging] Fix spurious session corruption error ([#12287](https://github.com/matrix-org/matrix-react-sdk/pull/12287)). Contributed by @RiotRobot.
* Fix the space panel getting bigger when gaining a scroll bar ([#12267](https://github.com/matrix-org/matrix-react-sdk/pull/12267)). Contributed by @dbkr.
* Fix gradients spacings on the space panel ([#12262](https://github.com/matrix-org/matrix-react-sdk/pull/12262)). Contributed by @dbkr.
* Remove hardcoded `Element` in tac labs description ([#12266](https://github.com/matrix-org/matrix-react-sdk/pull/12266)). Contributed by @florianduros.
* Fix branding in "migrating crypto" message ([#12265](https://github.com/matrix-org/matrix-react-sdk/pull/12265)). Contributed by @richvdh.
* Use h1 as first heading in dialogs ([#12250](https://github.com/matrix-org/matrix-react-sdk/pull/12250)). Contributed by @dbkr.
* Fix forced lowercase username in login/registration flows ([#9329](https://github.com/matrix-org/matrix-react-sdk/pull/9329)). Contributed by @vrifox.
* Update the TAC indicator on event decryption ([#12243](https://github.com/matrix-org/matrix-react-sdk/pull/12243)). Contributed by @dbkr.
* Fix OIDC delegated auth account url check ([#12242](https://github.com/matrix-org/matrix-react-sdk/pull/12242)). Contributed by @t3chguy.
* New Header edgecase fixes: Close lobby button not shown, disable join button in various places, more... ([#12235](https://github.com/matrix-org/matrix-react-sdk/pull/12235)). Contributed by @toger5.
* Fix TAC button alignment when expanded ([#12238](https://github.com/matrix-org/matrix-react-sdk/pull/12238)). Contributed by @florianduros.
* Fix tooltip behaviour in TAC ([#12236](https://github.com/matrix-org/matrix-react-sdk/pull/12236)). Contributed by @florianduros.

Changes in [1.11.58](https://github.com/element-hq/element-web/releases/tag/v1.11.58) (2024-02-13)
==================================================================================================
## ✨ Features

 * 🦀  🔒 **The flag to enable the Rust crypto implementation is now set to `true` by default. This means that without any additional configuration every new login will use the new cryptography 
implementation.**
* Add Element call related functionality to new room header ([#12091](https://github.com/matrix-org/matrix-react-sdk/pull/12091)). Contributed by @toger5.
* Add labs flag for Threads Activity Centre ([#12137](https://github.com/matrix-org/matrix-react-sdk/pull/12137)). Contributed by @florianduros.
* Refactor element call lobby + skip lobby ([#12057](https://github.com/matrix-org/matrix-react-sdk/pull/12057)). Contributed by @toger5.
* Hide the "Message" button in the sidebar if the CreateRooms components should not be shown ([#9271](https://github.com/matrix-org/matrix-react-sdk/pull/9271)). Contributed by @dhenneke.
* Add notification dots to thread summary icons ([#12146](https://github.com/matrix-org/matrix-react-sdk/pull/12146)). Contributed by @dbkr.

## 🐛 Bug Fixes

* [Backport staging] Fix the StorageManger detecting a false positive consistency check when manually migrating to rust from labs 
([#12230](https://github.com/matrix-org/matrix-react-sdk/pull/12230)). Contributed by @RiotRobot.
* Fix logout can take ages ([#12191](https://github.com/matrix-org/matrix-react-sdk/pull/12191)). Contributed by @BillCarsonFr.
* Fix `Mark all as read` in settings ([#12205](https://github.com/matrix-org/matrix-react-sdk/pull/12205)). Contributed by @florianduros.
* Fix default thread notification of the new RoomHeader ([#12194](https://github.com/matrix-org/matrix-react-sdk/pull/12194)). Contributed by @florianduros.
* Fix display of room notification debug info ([#12183](https://github.com/matrix-org/matrix-react-sdk/pull/12183)). Contributed by @dbkr.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/chat/element-web/Makefile \
    pkgsrc/chat/element-web/PLIST
cvs rdiff -u -r1.32 -r1.33 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.30 pkgsrc/chat/element-web/Makefile:1.31
--- pkgsrc/chat/element-web/Makefile:1.30       Sat Feb  3 16:24:15 2024
+++ pkgsrc/chat/element-web/Makefile    Sun Mar  3 10:34:24 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2024/02/03 16:24:15 js Exp $
+# $NetBSD: Makefile,v 1.31 2024/03/03 10:34:24 js Exp $
 
 DISTNAME=      element-v${PKGVERSION_NOREV}
-PKGNAME=       element-web-1.11.57
+PKGNAME=       element-web-1.11.59
 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.30 pkgsrc/chat/element-web/PLIST:1.31
--- pkgsrc/chat/element-web/PLIST:1.30  Sat Feb  3 16:24:15 2024
+++ pkgsrc/chat/element-web/PLIST       Sun Mar  3 10:34:24 2024
@@ -1,119 +1,119 @@
-@comment $NetBSD: PLIST,v 1.30 2024/02/03 16:24:15 js Exp $
+@comment $NetBSD: PLIST,v 1.31 2024/03/03 10:34:24 js Exp $
 share/element-web/apple-app-site-association
-share/element-web/bundles/a438718482e00d194546/130.js
-share/element-web/bundles/a438718482e00d194546/130.js.map
-share/element-web/bundles/a438718482e00d194546/230.js
-share/element-web/bundles/a438718482e00d194546/230.js.map
-share/element-web/bundles/a438718482e00d194546/251.js
-share/element-web/bundles/a438718482e00d194546/251.js.map
-share/element-web/bundles/a438718482e00d194546/261.js
-share/element-web/bundles/a438718482e00d194546/261.js.map
-share/element-web/bundles/a438718482e00d194546/304.js
-share/element-web/bundles/a438718482e00d194546/304.js.map
-share/element-web/bundles/a438718482e00d194546/315.js
-share/element-web/bundles/a438718482e00d194546/315.js.map
-share/element-web/bundles/a438718482e00d194546/379.js
-share/element-web/bundles/a438718482e00d194546/379.js.map
-share/element-web/bundles/a438718482e00d194546/449.js
-share/element-web/bundles/a438718482e00d194546/449.js.map
-share/element-web/bundles/a438718482e00d194546/477.js
-share/element-web/bundles/a438718482e00d194546/477.js.map
-share/element-web/bundles/a438718482e00d194546/48.js
-share/element-web/bundles/a438718482e00d194546/48.js.LICENSE.txt
-share/element-web/bundles/a438718482e00d194546/48.js.map
-share/element-web/bundles/a438718482e00d194546/502.js
-share/element-web/bundles/a438718482e00d194546/507.js
-share/element-web/bundles/a438718482e00d194546/507.js.map
-share/element-web/bundles/a438718482e00d194546/571.js
-share/element-web/bundles/a438718482e00d194546/571.js.map
-share/element-web/bundles/a438718482e00d194546/61.js
-share/element-web/bundles/a438718482e00d194546/641.js
-share/element-web/bundles/a438718482e00d194546/641.js.LICENSE.txt
-share/element-web/bundles/a438718482e00d194546/641.js.map
-share/element-web/bundles/a438718482e00d194546/709.js
-share/element-web/bundles/a438718482e00d194546/709.js.map
-share/element-web/bundles/a438718482e00d194546/733.js
-share/element-web/bundles/a438718482e00d194546/733.js.map
-share/element-web/bundles/a438718482e00d194546/749.js
-share/element-web/bundles/a438718482e00d194546/749.js.map
-share/element-web/bundles/a438718482e00d194546/758.js
-share/element-web/bundles/a438718482e00d194546/758.js.map
-share/element-web/bundles/a438718482e00d194546/77.js
-share/element-web/bundles/a438718482e00d194546/77.js.map
-share/element-web/bundles/a438718482e00d194546/81.js
-share/element-web/bundles/a438718482e00d194546/81.js.map
-share/element-web/bundles/a438718482e00d194546/816.js
-share/element-web/bundles/a438718482e00d194546/816.js.map
-share/element-web/bundles/a438718482e00d194546/885.js
-share/element-web/bundles/a438718482e00d194546/885.js.map
-share/element-web/bundles/a438718482e00d194546/907.js
-share/element-web/bundles/a438718482e00d194546/907.js.map
-share/element-web/bundles/a438718482e00d194546/956.js
-share/element-web/bundles/a438718482e00d194546/956.js.map
-share/element-web/bundles/a438718482e00d194546/972.js
-share/element-web/bundles/a438718482e00d194546/972.js.map
-share/element-web/bundles/a438718482e00d194546/980.js
-share/element-web/bundles/a438718482e00d194546/980.js.map
-share/element-web/bundles/a438718482e00d194546/990.js
-share/element-web/bundles/a438718482e00d194546/990.js.map
-share/element-web/bundles/a438718482e00d194546/997.js
-share/element-web/bundles/a438718482e00d194546/997.js.map
-share/element-web/bundles/a438718482e00d194546/blurhash.worker.js
-share/element-web/bundles/a438718482e00d194546/blurhash.worker.js.map
-share/element-web/bundles/a438718482e00d194546/bundle.css
-share/element-web/bundles/a438718482e00d194546/bundle.css.map
-share/element-web/bundles/a438718482e00d194546/bundle.js
-share/element-web/bundles/a438718482e00d194546/bundle.js.LICENSE.txt
-share/element-web/bundles/a438718482e00d194546/bundle.js.map
-share/element-web/bundles/a438718482e00d194546/compatibility-view.css
-share/element-web/bundles/a438718482e00d194546/compatibility-view.css.map
-share/element-web/bundles/a438718482e00d194546/compatibility-view.js
-share/element-web/bundles/a438718482e00d194546/compatibility-view.js.map
-share/element-web/bundles/a438718482e00d194546/element-web-app.js
-share/element-web/bundles/a438718482e00d194546/element-web-app.js.map
-share/element-web/bundles/a438718482e00d194546/error-view.css
-share/element-web/bundles/a438718482e00d194546/error-view.css.map
-share/element-web/bundles/a438718482e00d194546/error-view.js
-share/element-web/bundles/a438718482e00d194546/error-view.js.map
-share/element-web/bundles/a438718482e00d194546/indexeddb.worker.js
-share/element-web/bundles/a438718482e00d194546/indexeddb.worker.js.map
-share/element-web/bundles/a438718482e00d194546/init.js
-share/element-web/bundles/a438718482e00d194546/init.js.map
-share/element-web/bundles/a438718482e00d194546/jitsi.css
-share/element-web/bundles/a438718482e00d194546/jitsi.css.map
-share/element-web/bundles/a438718482e00d194546/jitsi.js
-share/element-web/bundles/a438718482e00d194546/jitsi.js.LICENSE.txt
-share/element-web/bundles/a438718482e00d194546/jitsi.js.map
-share/element-web/bundles/a438718482e00d194546/mobileguide.js
-share/element-web/bundles/a438718482e00d194546/mobileguide.js.map
-share/element-web/bundles/a438718482e00d194546/playback.worker.js
-share/element-web/bundles/a438718482e00d194546/playback.worker.js.map
-share/element-web/bundles/a438718482e00d194546/styles.js
-share/element-web/bundles/a438718482e00d194546/styles.js.map
-share/element-web/bundles/a438718482e00d194546/theme-dark-custom.css
-share/element-web/bundles/a438718482e00d194546/theme-dark-custom.css.map
-share/element-web/bundles/a438718482e00d194546/theme-dark-custom.js
-share/element-web/bundles/a438718482e00d194546/theme-dark.css
-share/element-web/bundles/a438718482e00d194546/theme-dark.css.map
-share/element-web/bundles/a438718482e00d194546/theme-dark.js
-share/element-web/bundles/a438718482e00d194546/theme-legacy-dark.css
-share/element-web/bundles/a438718482e00d194546/theme-legacy-dark.css.map
-share/element-web/bundles/a438718482e00d194546/theme-legacy-dark.js
-share/element-web/bundles/a438718482e00d194546/theme-legacy-light.css
-share/element-web/bundles/a438718482e00d194546/theme-legacy-light.css.map
-share/element-web/bundles/a438718482e00d194546/theme-legacy-light.js
-share/element-web/bundles/a438718482e00d194546/theme-light-custom.css
-share/element-web/bundles/a438718482e00d194546/theme-light-custom.css.map
-share/element-web/bundles/a438718482e00d194546/theme-light-custom.js
-share/element-web/bundles/a438718482e00d194546/theme-light-high-contrast.css
-share/element-web/bundles/a438718482e00d194546/theme-light-high-contrast.css.map
-share/element-web/bundles/a438718482e00d194546/theme-light-high-contrast.js
-share/element-web/bundles/a438718482e00d194546/theme-light.css
-share/element-web/bundles/a438718482e00d194546/theme-light.css.map
-share/element-web/bundles/a438718482e00d194546/theme-light.js
-share/element-web/bundles/a438718482e00d194546/unhomoglyph_data.js
-share/element-web/bundles/a438718482e00d194546/usercontent.js
-share/element-web/bundles/a438718482e00d194546/usercontent.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/111.js
+share/element-web/bundles/68086a9b4d650bb1f857/111.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/120.js
+share/element-web/bundles/68086a9b4d650bb1f857/120.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/124.js
+share/element-web/bundles/68086a9b4d650bb1f857/146.js
+share/element-web/bundles/68086a9b4d650bb1f857/146.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/160.js
+share/element-web/bundles/68086a9b4d650bb1f857/160.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/320.js
+share/element-web/bundles/68086a9b4d650bb1f857/320.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/399.js
+share/element-web/bundles/68086a9b4d650bb1f857/399.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/435.js
+share/element-web/bundles/68086a9b4d650bb1f857/435.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/452.js
+share/element-web/bundles/68086a9b4d650bb1f857/452.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/516.js
+share/element-web/bundles/68086a9b4d650bb1f857/516.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/520.js
+share/element-web/bundles/68086a9b4d650bb1f857/520.js.LICENSE.txt
+share/element-web/bundles/68086a9b4d650bb1f857/520.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/524.js
+share/element-web/bundles/68086a9b4d650bb1f857/532.js
+share/element-web/bundles/68086a9b4d650bb1f857/532.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/616.js
+share/element-web/bundles/68086a9b4d650bb1f857/616.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/692.js
+share/element-web/bundles/68086a9b4d650bb1f857/692.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/716.js
+share/element-web/bundles/68086a9b4d650bb1f857/716.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/719.js
+share/element-web/bundles/68086a9b4d650bb1f857/719.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/740.js
+share/element-web/bundles/68086a9b4d650bb1f857/740.js.LICENSE.txt
+share/element-web/bundles/68086a9b4d650bb1f857/740.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/760.js
+share/element-web/bundles/68086a9b4d650bb1f857/760.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/771.js
+share/element-web/bundles/68086a9b4d650bb1f857/771.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/788.js
+share/element-web/bundles/68086a9b4d650bb1f857/788.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/792.js
+share/element-web/bundles/68086a9b4d650bb1f857/792.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/800.js
+share/element-web/bundles/68086a9b4d650bb1f857/800.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/816.js
+share/element-web/bundles/68086a9b4d650bb1f857/816.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/828.js
+share/element-web/bundles/68086a9b4d650bb1f857/828.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/846.js
+share/element-web/bundles/68086a9b4d650bb1f857/846.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/868.js
+share/element-web/bundles/68086a9b4d650bb1f857/868.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/896.js
+share/element-web/bundles/68086a9b4d650bb1f857/896.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/984.js
+share/element-web/bundles/68086a9b4d650bb1f857/984.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/blurhash.worker.js
+share/element-web/bundles/68086a9b4d650bb1f857/blurhash.worker.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/bundle.css
+share/element-web/bundles/68086a9b4d650bb1f857/bundle.css.map
+share/element-web/bundles/68086a9b4d650bb1f857/bundle.js
+share/element-web/bundles/68086a9b4d650bb1f857/bundle.js.LICENSE.txt
+share/element-web/bundles/68086a9b4d650bb1f857/bundle.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/compatibility-view.css
+share/element-web/bundles/68086a9b4d650bb1f857/compatibility-view.css.map
+share/element-web/bundles/68086a9b4d650bb1f857/compatibility-view.js
+share/element-web/bundles/68086a9b4d650bb1f857/compatibility-view.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/element-web-app.js
+share/element-web/bundles/68086a9b4d650bb1f857/element-web-app.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/error-view.css
+share/element-web/bundles/68086a9b4d650bb1f857/error-view.css.map
+share/element-web/bundles/68086a9b4d650bb1f857/error-view.js
+share/element-web/bundles/68086a9b4d650bb1f857/error-view.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/indexeddb.worker.js
+share/element-web/bundles/68086a9b4d650bb1f857/indexeddb.worker.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/init.js
+share/element-web/bundles/68086a9b4d650bb1f857/init.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/jitsi.css
+share/element-web/bundles/68086a9b4d650bb1f857/jitsi.css.map
+share/element-web/bundles/68086a9b4d650bb1f857/jitsi.js
+share/element-web/bundles/68086a9b4d650bb1f857/jitsi.js.LICENSE.txt
+share/element-web/bundles/68086a9b4d650bb1f857/jitsi.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/mobileguide.js
+share/element-web/bundles/68086a9b4d650bb1f857/mobileguide.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/playback.worker.js
+share/element-web/bundles/68086a9b4d650bb1f857/playback.worker.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/styles.js
+share/element-web/bundles/68086a9b4d650bb1f857/styles.js.map
+share/element-web/bundles/68086a9b4d650bb1f857/theme-dark-custom.css
+share/element-web/bundles/68086a9b4d650bb1f857/theme-dark-custom.css.map
+share/element-web/bundles/68086a9b4d650bb1f857/theme-dark-custom.js
+share/element-web/bundles/68086a9b4d650bb1f857/theme-dark.css
+share/element-web/bundles/68086a9b4d650bb1f857/theme-dark.css.map
+share/element-web/bundles/68086a9b4d650bb1f857/theme-dark.js
+share/element-web/bundles/68086a9b4d650bb1f857/theme-legacy-dark.css
+share/element-web/bundles/68086a9b4d650bb1f857/theme-legacy-dark.css.map
+share/element-web/bundles/68086a9b4d650bb1f857/theme-legacy-dark.js
+share/element-web/bundles/68086a9b4d650bb1f857/theme-legacy-light.css
+share/element-web/bundles/68086a9b4d650bb1f857/theme-legacy-light.css.map
+share/element-web/bundles/68086a9b4d650bb1f857/theme-legacy-light.js
+share/element-web/bundles/68086a9b4d650bb1f857/theme-light-custom.css
+share/element-web/bundles/68086a9b4d650bb1f857/theme-light-custom.css.map
+share/element-web/bundles/68086a9b4d650bb1f857/theme-light-custom.js
+share/element-web/bundles/68086a9b4d650bb1f857/theme-light-high-contrast.css
+share/element-web/bundles/68086a9b4d650bb1f857/theme-light-high-contrast.css.map
+share/element-web/bundles/68086a9b4d650bb1f857/theme-light-high-contrast.js
+share/element-web/bundles/68086a9b4d650bb1f857/theme-light.css
+share/element-web/bundles/68086a9b4d650bb1f857/theme-light.css.map
+share/element-web/bundles/68086a9b4d650bb1f857/theme-light.js
+share/element-web/bundles/68086a9b4d650bb1f857/unhomoglyph_data.js
+share/element-web/bundles/68086a9b4d650bb1f857/usercontent.js
+share/element-web/bundles/68086a9b4d650bb1f857/usercontent.js.map
 share/element-web/config.sample.json
 share/element-web/contribute.json
 share/element-web/decoder-ring/datatypes.js
@@ -205,61 +205,62 @@ share/element-web/fonts/Nunito/Nunito-Re
 share/element-web/fonts/Nunito/Nunito-SemiBold.58f5995.ttf
 share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.78a2a9b.woff2
 share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.e8e92b5.woff2
-share/element-web/i18n/cs.e0c7a69.json
-share/element-web/i18n/de_DE.80aae2f.json
-share/element-web/i18n/el.fa113b2.json
-share/element-web/i18n/en_EN.3f91c69.json
-share/element-web/i18n/eo.4495bf1.json
-share/element-web/i18n/es.828f8c5.json
-share/element-web/i18n/et.5fabf1f.json
-share/element-web/i18n/fa.b713f16.json
-share/element-web/i18n/fi.0a109b1.json
-share/element-web/i18n/fr.cea089d.json
-share/element-web/i18n/gl.7e0acaf.json
-share/element-web/i18n/he.4af054c.json
-share/element-web/i18n/hu.dba096c.json
-share/element-web/i18n/id.a83cadb.json
-share/element-web/i18n/is.7e5de2b.json
-share/element-web/i18n/it.a5cb51d.json
-share/element-web/i18n/ja.571e2d2.json
-share/element-web/i18n/languages.84171f9.json
+share/element-web/i18n/cs.a4e8e6d.json
+share/element-web/i18n/de_DE.75cf4d2.json
+share/element-web/i18n/el.602d9e8.json
+share/element-web/i18n/en_EN.47400b7.json
+share/element-web/i18n/eo.715bb98.json
+share/element-web/i18n/es.e52815e.json
+share/element-web/i18n/et.dff115b.json
+share/element-web/i18n/fa.58649ed.json
+share/element-web/i18n/fi.49c8f11.json
+share/element-web/i18n/fr.cc399fe.json
+share/element-web/i18n/gl.b65f79d.json
+share/element-web/i18n/he.a0bd474.json
+share/element-web/i18n/hu.d60e36d.json
+share/element-web/i18n/id.883f75c.json
+share/element-web/i18n/is.ce056b9.json
+share/element-web/i18n/it.cd540dc.json
+share/element-web/i18n/ja.083b4aa.json
+share/element-web/i18n/languages.3d4f874.json
 share/element-web/i18n/languages.json
-share/element-web/i18n/lo.f5f19be.json
-share/element-web/i18n/lt.1acc3d7.json
-share/element-web/i18n/nl.da11e31.json
-share/element-web/i18n/pl.10d77f8.json
-share/element-web/i18n/pt_BR.c661b60.json
-share/element-web/i18n/ru.88fb65c.json
-share/element-web/i18n/sk.37f23e2.json
-share/element-web/i18n/sq.0595f17.json
-share/element-web/i18n/sv.62706a8.json
-share/element-web/i18n/uk.c8df61e.json
-share/element-web/i18n/vi.4b0fed5.json
-share/element-web/i18n/zh_Hans.c90a7d3.json
-share/element-web/i18n/zh_Hant.0af4eb7.json
-share/element-web/icons/chat-solid.ab1c521.svg
-share/element-web/icons/error.3db4149.svg
-share/element-web/icons/export-archive.1ac253d.svg
-share/element-web/icons/favourite-off.30f2776.svg
-share/element-web/icons/files.428fd13.svg
-share/element-web/icons/leave.b9f7d9a.svg
-share/element-web/icons/link.f529f8b.svg
-share/element-web/icons/lock-off.c2e96b5.svg
-share/element-web/icons/lock.f5dc140.svg
-share/element-web/icons/notifications-solid.975ee5e.svg
-share/element-web/icons/pin-off.a1ade9c.svg
-share/element-web/icons/polls.4b51c93.svg
-share/element-web/icons/public.9b5d09b.svg
-share/element-web/icons/search.22e1b2b.svg
-share/element-web/icons/settings-solid.8db6e22.svg
-share/element-web/icons/settings.b4b8a95.svg
-share/element-web/icons/threads-solid.a09dc6c.svg
-share/element-web/icons/user-add-solid.43d9581.svg
-share/element-web/icons/user-add.7afce0c.svg
-share/element-web/icons/user-profile-solid.6bd8d90.svg
-share/element-web/icons/verified.755bb1c.svg
-share/element-web/icons/video-call-solid.050ff04.svg
-share/element-web/icons/voice-call.4eab561.svg
+share/element-web/i18n/lo.0ada437.json
+share/element-web/i18n/lt.7ccdbb8.json
+share/element-web/i18n/nl.cce9671.json
+share/element-web/i18n/pl.67d8e75.json
+share/element-web/i18n/pt_BR.b4713c4.json
+share/element-web/i18n/ru.28a446f.json
+share/element-web/i18n/sk.41e8a12.json
+share/element-web/i18n/sq.06a72ed.json
+share/element-web/i18n/sv.777587d.json
+share/element-web/i18n/uk.a4d21d5.json
+share/element-web/i18n/vi.5e8aec7.json
+share/element-web/i18n/zh_Hans.8b8906f.json
+share/element-web/i18n/zh_Hant.36180ec.json
+share/element-web/icons/chat-solid.550e415.svg
+share/element-web/icons/close.dce71fd.svg
+share/element-web/icons/error.90f55f3.svg
+share/element-web/icons/export-archive.3d015df.svg
+share/element-web/icons/favourite.66f9917.svg
+share/element-web/icons/files.caf6f35.svg
+share/element-web/icons/leave.ee36f44.svg
+share/element-web/icons/link.6f288c3.svg
+share/element-web/icons/lock-off.6f11264.svg
+share/element-web/icons/lock-solid.6a2e583.svg
+share/element-web/icons/notifications-solid.2e4b017.svg
+share/element-web/icons/pin.ef9edc4.svg
+share/element-web/icons/polls.d672332.svg
+share/element-web/icons/public.df992ad.svg
+share/element-web/icons/search.4bec687.svg
+share/element-web/icons/settings-solid.5cd4545.svg
+share/element-web/icons/settings.7d5f7a4.svg
+share/element-web/icons/threads-solid.6d10574.svg
+share/element-web/icons/user-add-solid.eb57166.svg
+share/element-web/icons/user-add.420d3ae.svg
+share/element-web/icons/user-profile-solid.c4005c9.svg
+share/element-web/icons/verified.f6e4bb9.svg
+share/element-web/icons/video-call-solid.90cb901.svg
+share/element-web/icons/voice-call.c21e146.svg
 share/element-web/img/badges/f-droid.0717e4d.svg
 share/element-web/img/badges/google-play.3b1e23c.svg
 share/element-web/img/badges/ios.adce813.svg

Index: pkgsrc/chat/element-web/distinfo
diff -u pkgsrc/chat/element-web/distinfo:1.32 pkgsrc/chat/element-web/distinfo:1.33
--- pkgsrc/chat/element-web/distinfo:1.32       Sat Feb  3 16:24:15 2024
+++ pkgsrc/chat/element-web/distinfo    Sun Mar  3 10:34:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2024/02/03 16:24:15 js Exp $
+$NetBSD: distinfo,v 1.33 2024/03/03 10:34:24 js Exp $
 
-BLAKE2s (element-v1.11.57.tar.gz) = ad3a6cca558bd6990a63cf10f44a210418bd99f8433c288f5c50f377fa7a4b65
-SHA512 (element-v1.11.57.tar.gz) = 9a5107a7a42bb00ec91fa50a2370cdfe2e7ed696a188f49c7513c130165e098c8a942afe888c291873f3eee9e3fd714039bf28d52cec2bc9dec9d34583f0d363
-Size (element-v1.11.57.tar.gz) = 23458545 bytes
+BLAKE2s (element-v1.11.59.tar.gz) = 2d7d27595dfb0c17c958d126a01d42b7b232a4dd610b263ab9020bcf0e93a94b
+SHA512 (element-v1.11.59.tar.gz) = c5592270e6936608bba1cc5e6d6583658a286052438f7ed08b766cd91e613267de0ffc939e1f759c6ec512825f30d4fc16fef8e06cce16594b08524b264a2fc0
+Size (element-v1.11.59.tar.gz) = 23437405 bytes



Home | Main Index | Thread Index | Old Index