Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 04DA684D57 for ; Sat, 24 Jun 2023 11:27:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id gFzhDgdSeWlZ for ; Sat, 24 Jun 2023 11:27:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 602FF84CFC for ; Sat, 24 Jun 2023 11:27:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 597FCFA89; Sat, 24 Jun 2023 11:27:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687606036185980" MIME-Version: 1.0 Date: Sat, 24 Jun 2023 11:27:16 +0000 From: "Jonathan Schleifer" Subject: CVS commit: pkgsrc/chat/element-web To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: js@netbsd.org X-Mailer: log_accum Message-Id: <20230624112716.597FCFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687606036185980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: js Date: Sat Jun 24 11:27:16 UTC 2023 Modified Files: pkgsrc/chat/element-web: Makefile PLIST distinfo Log Message: Update chat/element-web to 1.11.34 Changes in [1.11.34](https://github.com/vector-im/element-web/releases/tag/v1.11.34) (2023-06-20) ================================================================================================= ## ✨ Features * OIDC: add delegatedauthentication to validated server config ([\#11053](https://github.com/matrix-org/matrix-react-sdk/pull/11053)). Contributed by @kerryarchibald. * Allow image pasting in plain mode in RTE ([\#11056](https://github.com/matrix-org/matrix-react-sdk/pull/11056)). Contributed by @alunturner. * Show room options menu if "UIComponent.roomOptionsMenu" is enabled ([\#10365](https://github.com/matrix-org/matrix-react-sdk/pull/10365)). Contributed by @maheichyk. * Allow image pasting in rich text mode in RTE ([\#11049](https://github.com/matrix-org/matrix-react-sdk/pull/11049)). Contributed by @alunturner. * Update voice broadcast redaction to use MSC3912 `with_rel_type` instead of `with_relations` ([\#11014](https://github.com/matrix-org/matrix-react-sdk/pull/11014)). Fixes #25471. * Add config to skip widget_build_url for DM rooms ([\#11044](https://github.com/matrix-org/matrix-react-sdk/pull/11044)). Fixes vector-im/customer-retainer#74. * Inhibit interactions on forward dialog message previews ([\#11025](https://github.com/matrix-org/matrix-react-sdk/pull/11025)). Fixes #23459. * Removed `DecryptionFailureBar.tsx` ([\#11027](https://github.com/matrix-org/matrix-react-sdk/pull/11027)). Fixes vector-im/element-meta#1358. Contributed by @florianduros. ## 🐛 Bug Fixes * Fix translucent `TextualEvent` on search results panel ([\#10810](https://github.com/matrix-org/matrix-react-sdk/pull/10810)). Fixes #25292. Contributed by @luixxiul. * Matrix matrix scheme permalink constructor not stripping query params ([\#11060](https://github.com/matrix-org/matrix-react-sdk/pull/11060)). Fixes #25535. * Fix: "manually verify by text" does nothing ([\#11059](https://github.com/matrix-org/matrix-react-sdk/pull/11059)). Fixes #25375. Contributed by @kerryarchibald. * Make group calls respect the ICE fallback setting ([\#11047](https://github.com/matrix-org/matrix-react-sdk/pull/11047)). Fixes vector-im/voip-internal#65. * Align list items on the tooltip to the start ([\#11041](https://github.com/matrix-org/matrix-react-sdk/pull/11041)). Fixes #25355. Contributed by @luixxiul. * Clear thread panel event permalink when changing rooms ([\#11024](https://github.com/matrix-org/matrix-react-sdk/pull/11024)). Fixes #25484. * Fix spinner placement on pinned widgets being reloaded ([\#10970](https://github.com/matrix-org/matrix-react-sdk/pull/10970)). Fixes #25431. Contributed by @luixxiul. Changes in [1.11.33](https://github.com/vector-im/element-web/releases/tag/v1.11.33) (2023-06-09) ================================================================================================= ## 🐛 Bug Fixes * Bump matrix-react-sdk to v3.73.1 for matrix-js-sdk v26.0.1. Fixes #25526. Changes in [1.11.32](https://github.com/vector-im/element-web/releases/tag/v1.11.32) (2023-06-06) ================================================================================================= ## ✨ Features * Redirect to the SSO page if `sso_redirect_options.on_welcome_page` is enabled and the URL hash is empty ([\#25495](https://github.com/vector-im/element-web/pull/25495)). Contributed by @dhenneke. * vector/index.html: Allow fetching blob urls ([\#25336](https://github.com/vector-im/element-web/pull/25336)). Contributed by @SuperKenVery. * When joining room in sub-space join the parents too ([\#11011](https://github.com/matrix-org/matrix-react-sdk/pull/11011)). * Include thread replies in message previews ([\#10631](https://github.com/matrix-org/matrix-react-sdk/pull/10631)). Fixes #23920. * Use semantic headings in space preferences ([\#11021](https://github.com/matrix-org/matrix-react-sdk/pull/11021)). Contributed by @kerryarchibald. * Use semantic headings in user settings - Ignored users ([\#11006](https://github.com/matrix-org/matrix-react-sdk/pull/11006)). Contributed by @kerryarchibald. * Use semantic headings in user settings - profile ([\#10973](https://github.com/matrix-org/matrix-react-sdk/pull/10973)). Fixes #25461. Contributed by @kerryarchibald. * Use semantic headings in user settings - account ([\#10972](https://github.com/matrix-org/matrix-react-sdk/pull/10972)). Contributed by @kerryarchibald. * Support `Insert from iPhone or iPad` in Safari ([\#10851](https://github.com/matrix-org/matrix-react-sdk/pull/10851)). Fixes #25327. Contributed by @SuperKenVery. * Specify supportedStages for User Interactive Auth ([\#10975](https://github.com/matrix-org/matrix-react-sdk/pull/10975)). Fixes #19605. * Pass device id to widgets ([\#10209](https://github.com/matrix-org/matrix-react-sdk/pull/10209)). Contributed by @Fox32. * Use semantic headings in user settings - discovery ([\#10838](https://github.com/matrix-org/matrix-react-sdk/pull/10838)). Contributed by @kerryarchibald. * Use semantic headings in user settings - Notifications ([\#10948](https://github.com/matrix-org/matrix-react-sdk/pull/10948)). Contributed by @kerryarchibald. * Use semantic headings in user settings - spellcheck and language ([\#10959](https://github.com/matrix-org/matrix-react-sdk/pull/10959)). Contributed by @kerryarchibald. * Use semantic headings in user settings Appearance ([\#10827](https://github.com/matrix-org/matrix-react-sdk/pull/10827)). Contributed by @kerryarchibald. * Use semantic heading in user settings Sidebar & Voip ([\#10782](https://github.com/matrix-org/matrix-react-sdk/pull/10782)). Contributed by @kerryarchibald. * Use semantic headings in user settings Security ([\#10774](https://github.com/matrix-org/matrix-react-sdk/pull/10774)). Contributed by @kerryarchibald. * Use semantic headings in user settings - integrations and account deletion ([\#10837](https://github.com/matrix-org/matrix-react-sdk/pull/10837)). Fixes #25378. Contributed by @kerryarchibald. * Use semantic headings in user settings Preferences ([\#10794](https://github.com/matrix-org/matrix-react-sdk/pull/10794)). Contributed by @kerryarchibald. * Use semantic headings in user settings Keyboard ([\#10793](https://github.com/matrix-org/matrix-react-sdk/pull/10793)). Contributed by @kerryarchibald. * RTE plain text mentions as pills ([\#10852](https://github.com/matrix-org/matrix-react-sdk/pull/10852)). Contributed by @alunturner. * Allow welcome.html logo to be replaced by config ([\#25339](https://github.com/vector-im/element-web/pull/25339)). Fixes #8636. * Use semantic headings in user settings Labs ([\#10773](https://github.com/matrix-org/matrix-react-sdk/pull/10773)). Contributed by @kerryarchibald. * Use semantic list elements for menu lists and tab lists ([\#10902](https://github.com/matrix-org/matrix-react-sdk/pull/10902)). Fixes #24928. * Fix aria-required-children axe violation ([\#10900](https://github.com/matrix-org/matrix-react-sdk/pull/10900)). Fixes #25342. * Enable pagination for overlay timelines ([\#10757](https://github.com/matrix-org/matrix-react-sdk/pull/10757)). Fixes vector-im/voip-internal#107. * Add tooltip to disabled invite button due to lack of permissions ([\#10869](https://github.com/matrix-org/matrix-react-sdk/pull/10869)). Fixes #9824. * Respect configured auth_header_logo_url for default Welcome page ([\#10870](https://github.com/matrix-org/matrix-react-sdk/pull/10870)). * Specify lazy loading for avatars ([\#10866](https://github.com/matrix-org/matrix-react-sdk/pull/10866)). Fixes #1983. * Room and user mentions for plain text editor ([\#10665](https://github.com/matrix-org/matrix-react-sdk/pull/10665)). Contributed by @alunturner. * Add audible notifcation on broadcast error ([\#10654](https://github.com/matrix-org/matrix-react-sdk/pull/10654)). Fixes #25132. * Fall back from server generated thumbnail to original image ([\#10853](https://github.com/matrix-org/matrix-react-sdk/pull/10853)). * Use semantically correct elements for room sublist context menu ([\#10831](https://github.com/matrix-org/matrix-react-sdk/pull/10831)). Fixes vector-im/customer-retainer#46. * Avoid calling prepareToEncrypt onKeyDown ([\#10828](https://github.com/matrix-org/matrix-react-sdk/pull/10828)). * Allows search to recognize full room links ([\#8275](https://github.com/matrix-org/matrix-react-sdk/pull/8275)). Contributed by @bolu-tife. * "Show rooms with unread messages first" should not be on by default for new users ([\#10820](https://github.com/matrix-org/matrix-react-sdk/pull/10820)). Fixes #25304. Contributed by @kerryarchibald. * Fix emitter handler leak in ThreadView ([\#10803](https://github.com/matrix-org/matrix-react-sdk/pull/10803)). * Add better error for email invites without identity server ([\#10739](https://github.com/matrix-org/matrix-react-sdk/pull/10739)). Fixes #16893. * Move reaction message previews out of labs ([\#10601](https://github.com/matrix-org/matrix-react-sdk/pull/10601)). Fixes #25083. * Sort muted rooms to the bottom of their section of the room list ([\#10592](https://github.com/matrix-org/matrix-react-sdk/pull/10592)). Fixes #25131. Contributed by @kerryarchibald. * Use semantic headings in user settings Help & About ([\#10752](https://github.com/matrix-org/matrix-react-sdk/pull/10752)). Contributed by @kerryarchibald. * use ExternalLink components for external links ([\#10758](https://github.com/matrix-org/matrix-react-sdk/pull/10758)). Contributed by @kerryarchibald. * Use semantic headings in space settings ([\#10751](https://github.com/matrix-org/matrix-react-sdk/pull/10751)). Contributed by @kerryarchibald. * Use semantic headings for room settings content ([\#10734](https://github.com/matrix-org/matrix-react-sdk/pull/10734)). Contributed by @kerryarchibald. ## 🐛 Bug Fixes * Use consistent fonts for Japanese text ([\#10980](https://github.com/matrix-org/matrix-react-sdk/pull/10980)). Fixes #22333 and #23899. * Fix: server picker validates unselected option ([\#11020](https://github.com/matrix-org/matrix-react-sdk/pull/11020)). Fixes #25488. Contributed by @kerryarchibald. * Fix room list notification badges going missing in compact layout ([\#11022](https://github.com/matrix-org/matrix-react-sdk/pull/11022)). Fixes #25372. * Fix call to `startSingleSignOn` passing enum in place of idpId ([\#10998](https://github.com/matrix-org/matrix-react-sdk/pull/10998)). Fixes #24953. * Remove hover effect from user name on a DM creation UI ([\#10887](https://github.com/matrix-org/matrix-react-sdk/pull/10887)). Fixes #25305. Contributed by @luixxiul. * Fix layout regression in public space invite dialog ([\#11009](https://github.com/matrix-org/matrix-react-sdk/pull/11009)). Fixes #25458. * Fix layout regression in session dropdown ([\#10999](https://github.com/matrix-org/matrix-react-sdk/pull/10999)). Fixes #25448. * Fix spacing regression in user settings - roles & permissions ([\#10993](https://github.com/matrix-org/matrix-react-sdk/pull/10993)). Fixes #25447 and #25451. Contributed by @kerryarchibald. * Fall back to receipt timestamp if we have no event (react-sdk part) ([\#10974](https://github.com/matrix-org/matrix-react-sdk/pull/10974)). Fixes #10954. Contributed by @andybalaam. * Fix: Room header 'view your device list' does not link to new session manager ([\#10979](https://github.com/matrix-org/matrix-react-sdk/pull/10979)). Fixes #25440. Contributed by @kerryarchibald. * Fix display of devices without encryption support in Settings dialog ([\#10977](https://github.com/matrix-org/matrix-react-sdk/pull/10977)). Fixes #25413. * Use aria descriptions instead of labels for TextWithTooltip ([\#10952](https://github.com/matrix-org/matrix-react-sdk/pull/10952)). Fixes #25398. * Use grapheme-splitter instead of lodash for saving emoji from being ripped apart ([\#10976](https://github.com/matrix-org/matrix-react-sdk/pull/10976)). Fixes #22196. * Fix: content overflow in settings subsection ([\#10960](https://github.com/matrix-org/matrix-react-sdk/pull/10960)). Fixes #25416. Contributed by @kerryarchibald. * Make `Privacy Notice` external link on integration manager ToS clickable ([\#10914](https://github.com/matrix-org/matrix-react-sdk/pull/10914)). Fixes #25384. Contributed by @luixxiul. * Ensure that open message context menus are updated when the event is sent ([\#10950](https://github.com/matrix-org/matrix-react-sdk/pull/10950)). * Ensure that open sticker picker dialogs are updated when the widget configuration is updated. ([\#10945](https://github.com/matrix-org/matrix-react-sdk/pull/10945)). * Fix big emoji in replies ([\#10932](https://github.com/matrix-org/matrix-react-sdk/pull/10932)). Fixes #24798. * Hide empty `MessageActionBar` on message edit history dialog ([\#10447](https://github.com/matrix-org/matrix-react-sdk/pull/10447)). Fixes #24903. Contributed by @luixxiul. * Fix roving tab index getting confused after dragging space order ([\#10901](https://github.com/matrix-org/matrix-react-sdk/pull/10901)). * Attempt a potential workaround for stuck notifs ([\#3384](https://github.com/matrix-org/matrix-js-sdk/pull/3384)). Fixes vector-im/element-web#25406. Contributed by @andybalaam. * Handle trailing dot FQDNs for domain-specific config.json files ([\#25351](https://github.com/vector-im/element-web/pull/25351)). Fixes #8858. * Ignore edits in message previews when they concern messages other than latest ([\#10868](https://github.com/matrix-org/matrix-react-sdk/pull/10868)). Fixes #14872. * Send correct receipts when viewing a room ([\#10864](https://github.com/matrix-org/matrix-react-sdk/pull/10864)). Fixes #25196. * Fix timeline search bar being overlapped by the right panel ([\#10809](https://github.com/matrix-org/matrix-react-sdk/pull/10809)). Fixes #25291. Contributed by @luixxiul. * Fix the state shown for call in rooms ([\#10833](https://github.com/matrix-org/matrix-react-sdk/pull/10833)). * Add string for membership event where both displayname & avatar change ([\#10880](https://github.com/matrix-org/matrix-react-sdk/pull/10880)). Fixes #18026. * Fix people space notification badge not updating for new DM invites ([\#10849](https://github.com/matrix-org/matrix-react-sdk/pull/10849)). Fixes #23248. * Fix regression in emoji picker order mangling after clearing filter ([\#10854](https://github.com/matrix-org/matrix-react-sdk/pull/10854)). Fixes #25323. * Fix: Edit history modal crash ([\#10834](https://github.com/matrix-org/matrix-react-sdk/pull/10834)). Fixes #25309. Contributed by @kerryarchibald. * Fix long room address and name not being clipped on room info card and update `_RoomSummaryCard.pcss` ([\#10811](https://github.com/matrix-org/matrix-react-sdk/pull/10811)). Fixes #25293. Contributed by @luixxiul. * Treat thumbnail upload failures as complete upload failures ([\#10829](https://github.com/matrix-org/matrix-react-sdk/pull/10829)). Fixes #7069. * Update finite automata to match user identifiers as per spec ([\#10798](https://github.com/matrix-org/matrix-react-sdk/pull/10798)). Fixes #25246. * Fix icon on empty notification panel ([\#10817](https://github.com/matrix-org/matrix-react-sdk/pull/10817)). Fixes #25298 and #25302. Contributed by @luixxiul. * Fix: Threads button is highlighted when I create a new room ([\#10819](https://github.com/matrix-org/matrix-react-sdk/pull/10819)). Fixes #25284. Contributed by @kerryarchibald. * Fix the top heading of notification panel ([\#10818](https://github.com/matrix-org/matrix-react-sdk/pull/10818)). Fixes #25303. Contributed by @luixxiul. * Fix the color of the verified E2EE icon on `RoomSummaryCard` ([\#10812](https://github.com/matrix-org/matrix-react-sdk/pull/10812)). Fixes #25295. Contributed by @luixxiul. * Fix: No feedback when waiting for the server on a /delete_devices request with SSO ([\#10795](https://github.com/matrix-org/matrix-react-sdk/pull/10795)). Fixes #23096. Contributed by @kerryarchibald. * Fix: reveal images when image previews are disabled ([\#10781](https://github.com/matrix-org/matrix-react-sdk/pull/10781)). Fixes #25271. Contributed by @kerryarchibald. * Fix accessibility issues around the room list and space panel ([\#10717](https://github.com/matrix-org/matrix-react-sdk/pull/10717)). Fixes #13345. * Ensure tooltip contents is linked via aria to the target element ([\#10729](https://github.com/matrix-org/matrix-react-sdk/pull/10729)). Fixes vector-im/customer-retainer#43. Changes in [1.11.31](https://github.com/vector-im/element-web/releases/tag/v1.11.31) (2023-05-10) ================================================================================================= ## ✨ Features * Improve Content-Security-Policy ([\#25210](https://github.com/vector-im/element-web/pull/25210)). * Add UIFeature.locationSharing to hide location sharing ([\#10727](https://github.com/matrix-org/matrix-react-sdk/pull/10727)). * Memoize field validation results ([\#10714](https://github.com/matrix-org/matrix-react-sdk/pull/10714)). * Commands for plain text editor ([\#10567](https://github.com/matrix-org/matrix-react-sdk/pull/10567)). Contributed by @alunturner. * Allow 16 lines of text in the rich text editors ([\#10670](https://github.com/matrix-org/matrix-react-sdk/pull/10670)). Contributed by @alunturner. * Bail out of `RoomSettingsDialog` when room is not found ([\#10662](https://github.com/matrix-org/matrix-react-sdk/pull/10662)). Contributed by @kerryarchibald. * Element-R: Populate device list for right-panel ([\#10671](https://github.com/matrix-org/matrix-react-sdk/pull/10671)). Contributed by @florianduros. * Make existing and new issue URLs configurable ([\#10710](https://github.com/matrix-org/matrix-react-sdk/pull/10710)). Fixes #24424. * Fix usages of ARIA tabpanel ([\#10628](https://github.com/matrix-org/matrix-react-sdk/pull/10628)). Fixes #25016. * Element-R: Starting a DMs with a user ([\#10673](https://github.com/matrix-org/matrix-react-sdk/pull/10673)). Contributed by @florianduros. * ARIA Accessibility improvements ([\#10675](https://github.com/matrix-org/matrix-react-sdk/pull/10675)). * ARIA Accessibility improvements ([\#10674](https://github.com/matrix-org/matrix-react-sdk/pull/10674)). * Add arrow key controls to emoji and reaction pickers ([\#10637](https://github.com/matrix-org/matrix-react-sdk/pull/10637)). Fixes #17189. * Translate credits in help about section ([\#10676](https://github.com/matrix-org/matrix-react-sdk/pull/10676)). ## 🐛 Bug Fixes * Fix: reveal images when image previews are disabled ([\#10781](https://github.com/matrix-org/matrix-react-sdk/pull/10781)). Fixes #25271. Contributed by @kerryarchibald. * Fix autocomplete not resetting properly on message send ([\#10741](https://github.com/matrix-org/matrix-react-sdk/pull/10741)). Fixes #25170. * Fix start_sso not working with guests disabled ([\#10720](https://github.com/matrix-org/matrix-react-sdk/pull/10720)). Fixes #16624. * Fix soft crash with Element call widgets ([\#10684](https://github.com/matrix-org/matrix-react-sdk/pull/10684)). * Send correct receipt when marking a room as read ([\#10730](https://github.com/matrix-org/matrix-react-sdk/pull/10730)). Fixes #25207. * Offload some more waveform processing onto a worker ([\#9223](https://github.com/matrix-org/matrix-react-sdk/pull/9223)). Fixes #19756. * Consolidate login errors ([\#10722](https://github.com/matrix-org/matrix-react-sdk/pull/10722)). Fixes #17520. * Fix all rooms search generating permalinks to wrong room id ([\#10625](https://github.com/matrix-org/matrix-react-sdk/pull/10625)). Fixes #25115. * Posthog properly handle Analytics ID changing from under us ([\#10702](https://github.com/matrix-org/matrix-react-sdk/pull/10702)). Fixes #25187. * Fix Clock being read as an absolute time rather than duration ([\#10706](https://github.com/matrix-org/matrix-react-sdk/pull/10706)). Fixes #22582. * Properly translate errors in `ChangePassword.tsx` so they show up translated to the user but not in our logs ([\#10615](https://github.com/matrix-org/matrix-react-sdk/pull/10615)). Fixes #9597. Contributed by @MadLittleMods. * Honour feature toggles in guest mode ([\#10651](https://github.com/matrix-org/matrix-react-sdk/pull/10651)). Fixes #24513. Contributed by @andybalaam. * Fix default content in devtools event sender ([\#10699](https://github.com/matrix-org/matrix-react-sdk/pull/10699)). Contributed by @tulir. * Fix a crash when a call ends while you're in it ([\#10681](https://github.com/matrix-org/matrix-react-sdk/pull/10681)). Fixes #25153. * Fix lack of screen reader indication when triggering auto complete ([\#10664](https://github.com/matrix-org/matrix-react-sdk/pull/10664)). Fixes #11011. * Fix typing tile duplicating users ([\#10678](https://github.com/matrix-org/matrix-react-sdk/pull/10678)). Fixes #25165. * Fix wrong room topic tooltip position ([\#10667](https://github.com/matrix-org/matrix-react-sdk/pull/10667)). Fixes #25158. * Fix create subspace dialog not working ([\#10652](https://github.com/matrix-org/matrix-react-sdk/pull/10652)). Fixes #24882. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/chat/element-web/Makefile \ pkgsrc/chat/element-web/PLIST cvs rdiff -u -r1.24 -r1.25 pkgsrc/chat/element-web/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687606036185980 Content-Disposition: inline Content-Length: 25781 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/element-web/Makefile diff -u pkgsrc/chat/element-web/Makefile:1.22 pkgsrc/chat/element-web/Makefile:1.23 --- pkgsrc/chat/element-web/Makefile:1.22 Sat Apr 29 21:07:20 2023 +++ pkgsrc/chat/element-web/Makefile Sat Jun 24 11:27:16 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2023/04/29 21:07:20 js Exp $ +# $NetBSD: Makefile,v 1.23 2023/06/24 11:27:16 js Exp $ DISTNAME= element-v${PKGVERSION_NOREV} -PKGNAME= element-web-1.11.30 +PKGNAME= element-web-1.11.34 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.22 pkgsrc/chat/element-web/PLIST:1.23 --- pkgsrc/chat/element-web/PLIST:1.22 Sat Apr 29 21:07:20 2023 +++ pkgsrc/chat/element-web/PLIST Sat Jun 24 11:27:16 2023 @@ -1,116 +1,122 @@ -@comment $NetBSD: PLIST,v 1.22 2023/04/29 21:07:20 js Exp $ +@comment $NetBSD: PLIST,v 1.23 2023/06/24 11:27:16 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/9e8a26faf0377368bf0b/0.js -share/element-web/bundles/9e8a26faf0377368bf0b/0.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/1.js -share/element-web/bundles/9e8a26faf0377368bf0b/1.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/10.js -share/element-web/bundles/9e8a26faf0377368bf0b/10.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/11.js -share/element-web/bundles/9e8a26faf0377368bf0b/11.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/12.js -share/element-web/bundles/9e8a26faf0377368bf0b/12.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/2.js -share/element-web/bundles/9e8a26faf0377368bf0b/2.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/3.js -share/element-web/bundles/9e8a26faf0377368bf0b/3.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/31.js -share/element-web/bundles/9e8a26faf0377368bf0b/31.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/32.js -share/element-web/bundles/9e8a26faf0377368bf0b/32.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/33.js -share/element-web/bundles/9e8a26faf0377368bf0b/33.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/34.js -share/element-web/bundles/9e8a26faf0377368bf0b/34.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/35.js -share/element-web/bundles/9e8a26faf0377368bf0b/35.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/36.js -share/element-web/bundles/9e8a26faf0377368bf0b/36.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/37.js -share/element-web/bundles/9e8a26faf0377368bf0b/37.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/38.js -share/element-web/bundles/9e8a26faf0377368bf0b/38.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/39.js -share/element-web/bundles/9e8a26faf0377368bf0b/39.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/4.js -share/element-web/bundles/9e8a26faf0377368bf0b/4.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/40.js -share/element-web/bundles/9e8a26faf0377368bf0b/40.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/41.js -share/element-web/bundles/9e8a26faf0377368bf0b/41.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/42.js -share/element-web/bundles/9e8a26faf0377368bf0b/42.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/5.js -share/element-web/bundles/9e8a26faf0377368bf0b/5.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/6.js -share/element-web/bundles/9e8a26faf0377368bf0b/6.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/7.js -share/element-web/bundles/9e8a26faf0377368bf0b/7.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/8.js -share/element-web/bundles/9e8a26faf0377368bf0b/8.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/9.js -share/element-web/bundles/9e8a26faf0377368bf0b/9.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/bundle.css -share/element-web/bundles/9e8a26faf0377368bf0b/bundle.js -share/element-web/bundles/9e8a26faf0377368bf0b/bundle.js.LICENSE.txt -share/element-web/bundles/9e8a26faf0377368bf0b/bundle.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/compatibility-view.css -share/element-web/bundles/9e8a26faf0377368bf0b/compatibility-view.js -share/element-web/bundles/9e8a26faf0377368bf0b/compatibility-view.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/element-web-app.js -share/element-web/bundles/9e8a26faf0377368bf0b/element-web-app.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/error-view.css -share/element-web/bundles/9e8a26faf0377368bf0b/error-view.js -share/element-web/bundles/9e8a26faf0377368bf0b/error-view.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/init.js -share/element-web/bundles/9e8a26faf0377368bf0b/init.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/jitsi.css -share/element-web/bundles/9e8a26faf0377368bf0b/jitsi.js -share/element-web/bundles/9e8a26faf0377368bf0b/jitsi.js.LICENSE.txt -share/element-web/bundles/9e8a26faf0377368bf0b/jitsi.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/mobileguide.js -share/element-web/bundles/9e8a26faf0377368bf0b/mobileguide.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/styles.js -share/element-web/bundles/9e8a26faf0377368bf0b/styles.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/theme-dark-custom.css -share/element-web/bundles/9e8a26faf0377368bf0b/theme-dark-custom.js -share/element-web/bundles/9e8a26faf0377368bf0b/theme-dark-custom.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/theme-dark.css -share/element-web/bundles/9e8a26faf0377368bf0b/theme-dark.js -share/element-web/bundles/9e8a26faf0377368bf0b/theme-dark.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/theme-legacy-dark.css -share/element-web/bundles/9e8a26faf0377368bf0b/theme-legacy-dark.js -share/element-web/bundles/9e8a26faf0377368bf0b/theme-legacy-dark.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/theme-legacy-light.css -share/element-web/bundles/9e8a26faf0377368bf0b/theme-legacy-light.js -share/element-web/bundles/9e8a26faf0377368bf0b/theme-legacy-light.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/theme-light-custom.css -share/element-web/bundles/9e8a26faf0377368bf0b/theme-light-custom.js -share/element-web/bundles/9e8a26faf0377368bf0b/theme-light-custom.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/theme-light-high-contrast.css -share/element-web/bundles/9e8a26faf0377368bf0b/theme-light-high-contrast.js -share/element-web/bundles/9e8a26faf0377368bf0b/theme-light-high-contrast.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/theme-light.css -share/element-web/bundles/9e8a26faf0377368bf0b/theme-light.js -share/element-web/bundles/9e8a26faf0377368bf0b/theme-light.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/usercontent.js -share/element-web/bundles/9e8a26faf0377368bf0b/usercontent.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/vendors~element-web-app.js -share/element-web/bundles/9e8a26faf0377368bf0b/vendors~element-web-app.js.LICENSE.txt -share/element-web/bundles/9e8a26faf0377368bf0b/vendors~element-web-app.js.map -share/element-web/bundles/9e8a26faf0377368bf0b/vendors~init.js -share/element-web/bundles/9e8a26faf0377368bf0b/vendors~init.js.LICENSE.txt -share/element-web/bundles/9e8a26faf0377368bf0b/vendors~init.js.map +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/config.sample.json share/element-web/contribute.json share/element-web/decoder-ring/datatypes.js share/element-web/decoder-ring/decoder.js share/element-web/decoder-ring/index.html share/element-web/decoderWorker.min.wasm -share/element-web/ec8c0bd665f969ca90d7.worker.js -share/element-web/ec8c0bd665f969ca90d7.worker.js.map share/element-web/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlX5qhExfHwNJU.97270d9.woff2 share/element-web/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlZ5qhExfHw.cb56c56.woff2 share/element-web/fonts/Inconsolata/QldXNThLqRwH-OJ1UHjlKGHiw71n5_zaDpwm80E.ac17e29.woff2 @@ -196,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.603327b.json -share/element-web/i18n/ca.0db415e.json -share/element-web/i18n/cs.fdf5647.json -share/element-web/i18n/da.467335d.json -share/element-web/i18n/de_DE.edbde54.json -share/element-web/i18n/el.be0e4db.json -share/element-web/i18n/en_EN.cdcb89c.json -share/element-web/i18n/en_US.3f94145.json -share/element-web/i18n/eo.4526b96.json -share/element-web/i18n/es.076f625.json -share/element-web/i18n/et.d747730.json -share/element-web/i18n/eu.138c31b.json -share/element-web/i18n/fi.833db26.json -share/element-web/i18n/fr.7b7034a.json -share/element-web/i18n/gl.01baaa8.json -share/element-web/i18n/he.4316fb0.json -share/element-web/i18n/hi.2099234.json -share/element-web/i18n/hu.8c47f0b.json -share/element-web/i18n/id.e463a1c.json -share/element-web/i18n/is.443e5b8.json -share/element-web/i18n/it.a83fa2c.json -share/element-web/i18n/ja.fd4d832.json -share/element-web/i18n/kab.e8933d9.json -share/element-web/i18n/ko.147e18d.json -share/element-web/i18n/languages.5e1b0ee.json +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/languages.json -share/element-web/i18n/lo.6fee481.json -share/element-web/i18n/lt.bf6b1f6.json -share/element-web/i18n/lv.a335a70.json -share/element-web/i18n/nb_NO.645f403.json -share/element-web/i18n/nl.8aca202.json -share/element-web/i18n/nn.75ee7fd.json -share/element-web/i18n/pl.c9134e5.json -share/element-web/i18n/pt.db148ca.json -share/element-web/i18n/pt_BR.f538066.json -share/element-web/i18n/ru.9924c40.json -share/element-web/i18n/sk.9b4bba0.json -share/element-web/i18n/sq.8aefae0.json -share/element-web/i18n/sr.d94f593.json -share/element-web/i18n/sv.38c8724.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/te.fa137fb.json -share/element-web/i18n/th.dfbef2b.json -share/element-web/i18n/tr.a39c3d8.json -share/element-web/i18n/uk.747dc8e.json -share/element-web/i18n/vi.84c7c90.json -share/element-web/i18n/vls.2851bfe.json -share/element-web/i18n/zh_Hans.91c620b.json -share/element-web/i18n/zh_Hant.5e21287.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/img/badges/f-droid.9c2f169.svg share/element-web/img/badges/google-play.ec85f31.svg share/element-web/img/badges/ios.6d3129a.svg @@ -266,6 +272,7 @@ share/element-web/img/compound/play-16.2 share/element-web/img/compound/record-10px.f77e36f.svg share/element-web/img/compound/retry-16px.3dadd45.svg share/element-web/img/compound/stop-16.49b7b7c.svg +share/element-web/img/compound/thread-16px.4a234a9.svg share/element-web/img/compound/timer-16px.bc8a49b.svg share/element-web/img/compound/user.9563881.svg share/element-web/img/download.a6b50e0.svg @@ -320,7 +327,7 @@ share/element-web/img/element-icons/feed share/element-web/img/element-icons/flask.468e13e.svg share/element-web/img/element-icons/group-members.483392b.svg share/element-web/img/element-icons/hide.fa3b90e.svg -share/element-web/img/element-icons/home.d529d31.svg +share/element-web/img/element-icons/home.70cb677.svg share/element-web/img/element-icons/i.c781d86.svg share/element-web/img/element-icons/info.1c19351.svg share/element-web/img/element-icons/leave.9ad00a5.svg @@ -328,13 +335,13 @@ share/element-web/img/element-icons/link share/element-web/img/element-icons/live.8595de1.svg share/element-web/img/element-icons/location.78fc83d.svg share/element-web/img/element-icons/lock.0519ea1.svg -share/element-web/img/element-icons/maximise-expand.450ae80.svg +share/element-web/img/element-icons/maximise-expand.c0495d2.svg share/element-web/img/element-icons/message/chevron-up.dabdada.svg share/element-web/img/element-icons/message/fwd.6612dfa.svg share/element-web/img/element-icons/message/overflow-large.dcd9747.svg share/element-web/img/element-icons/message/thread.a8dbd69.svg share/element-web/img/element-icons/mic.4c7bdcd.svg -share/element-web/img/element-icons/minimise-collapse.9adb265.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/notifications.b4d3969.svg share/element-web/img/element-icons/pause.f107420.svg @@ -368,7 +375,7 @@ share/element-web/img/element-icons/room share/element-web/img/element-icons/room/default_clock.312a340.svg share/element-web/img/element-icons/room/default_doc.6a6092c.svg share/element-web/img/element-icons/room/default_video.6afce87.svg -share/element-web/img/element-icons/room/ellipsis.1c56e68.svg +share/element-web/img/element-icons/room/ellipsis.00cbc80.svg share/element-web/img/element-icons/room/files.ee097b4.svg share/element-web/img/element-icons/room/format-bar/bold.b5a09da.svg share/element-web/img/element-icons/room/format-bar/code.c3acfbd.svg @@ -376,7 +383,7 @@ share/element-web/img/element-icons/room share/element-web/img/element-icons/room/format-bar/quote.5fc8cc0.svg share/element-web/img/element-icons/room/format-bar/strikethrough.661354b.svg share/element-web/img/element-icons/room/invite.7232ec2.svg -share/element-web/img/element-icons/room/members.d9928ef.svg +share/element-web/img/element-icons/room/members.3c127a3.svg 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 @@ -396,8 +403,8 @@ share/element-web/img/element-icons/room share/element-web/img/element-icons/roomlist/dnd-cross.d9423bf.svg share/element-web/img/element-icons/roomlist/dnd.87c6c88.svg share/element-web/img/element-icons/roomlist/explore.3bcee74.svg -share/element-web/img/element-icons/roomlist/favorite.aed90fc.svg -share/element-web/img/element-icons/roomlist/hash-circle.20807b8.svg +share/element-web/img/element-icons/roomlist/favorite.b47f7d4.svg +share/element-web/img/element-icons/roomlist/hash-circle.6635c7b.svg share/element-web/img/element-icons/roomlist/hash-plus.cc06c23.svg share/element-web/img/element-icons/roomlist/hash-search.4e9dba5.svg share/element-web/img/element-icons/roomlist/hash-video.8c87910.svg @@ -470,8 +477,8 @@ share/element-web/img/feather-customised share/element-web/img/feather-customised/secure-phrase.be40c1d.svg share/element-web/img/feather-customised/trash.custom.cce34e6.svg share/element-web/img/feather-customised/user.eacfd99.svg -share/element-web/img/feather-customised/warning-triangle.f73f7c8.svg -share/element-web/img/feather-customised/widget/external-link.3baaa1b.svg +share/element-web/img/feather-customised/warning-triangle.cbf823d.svg +share/element-web/img/feather-customised/widget/external-link.873433f.svg share/element-web/img/feather-customised/x.816c629.svg share/element-web/img/format/bold.1075338.svg share/element-web/img/format/code.ee67228.svg @@ -537,6 +544,8 @@ share/element-web/media/busy.mp3 share/element-web/media/busy.ogg share/element-web/media/callend.mp3 share/element-web/media/callend.ogg +share/element-web/media/error.mp3 +share/element-web/media/error.ogg share/element-web/media/message.mp3 share/element-web/media/message.ogg share/element-web/media/ring.mp3 @@ -544,12 +553,12 @@ share/element-web/media/ring.ogg share/element-web/media/ringback.mp3 share/element-web/media/ringback.ogg share/element-web/mobile_guide/index.html -share/element-web/olm.4d35bbd.wasm +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.df6737f.js -share/element-web/recorder-worklet.df6737f.js.map +share/element-web/recorder-worklet.7af29d0.js +share/element-web/recorder-worklet.7af29d0.js.map share/element-web/static/incompatible-browser.html share/element-web/static/unable-to-load.html share/element-web/sw.js @@ -607,4 +616,3 @@ share/element-web/welcome/images/icon-cr share/element-web/welcome/images/icon-help.svg share/element-web/welcome/images/icon-room-directory.svg share/element-web/welcome/images/icon-sign-in.svg -share/element-web/welcome/images/logo.svg Index: pkgsrc/chat/element-web/distinfo diff -u pkgsrc/chat/element-web/distinfo:1.24 pkgsrc/chat/element-web/distinfo:1.25 --- pkgsrc/chat/element-web/distinfo:1.24 Sat Apr 29 21:07:20 2023 +++ pkgsrc/chat/element-web/distinfo Sat Jun 24 11:27:16 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2023/04/29 21:07:20 js Exp $ +$NetBSD: distinfo,v 1.25 2023/06/24 11:27:16 js Exp $ -BLAKE2s (element-v1.11.30.tar.gz) = e73a19d6465263ea9de9426bd6087adf1ba95f1a273f8b8485be221cde9344eb -SHA512 (element-v1.11.30.tar.gz) = 1df898ca97bb64b38ba560fe4190f6ca88fc3cf55eea262c612105617d65503850d54e36b16092e825bfac8dce761a18bdd053f62046636b181c823f10f0f0b1 -Size (element-v1.11.30.tar.gz) = 21534386 bytes +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 --_----------=_1687606036185980--