Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0A89384F63 for ; Sat, 4 Nov 2023 21:21:44 +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 zCj7GRPmuu3q for ; Sat, 4 Nov 2023 21:21:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A72C084D0C for ; Sat, 4 Nov 2023 21:21:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9F0FEFA2B; Sat, 4 Nov 2023 21:21:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16991329015520" MIME-Version: 1.0 Date: Sat, 4 Nov 2023 21:21:41 +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: <20231104212141.9F0FEFA2B@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16991329015520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: js Date: Sat Nov 4 21:21:41 UTC 2023 Modified Files: pkgsrc/chat/element-web: Makefile PLIST distinfo Log Message: Update chat/element-web to 1.11.47 Changes in [1.11.47](https://github.com/vector-im/element-web/releases/tag/v1.11.47) (2023-10-24) ================================================================================================= ## 🦖 Deprecations * Deprecate customisations in favour of Module API ([\#25736](https://github.com/vector-im/element-web/pull/25736)). Fixes #25733. ## ✨ Features * vector-im/element-x-ios/issues/1824 - Convert the apple-app-site-association file to a newer format… ([\#26307](https://github.com/vector-im/element-web/pull/26307)). Contributed by @stefanceriu. * Iterate `io.element.late_event` decoration ([\#11760](https://github.com/matrix-org/matrix-react-sdk/pull/11760)). Fixes #26384. * Render timeline separator for late event groups ([\#11739](https://github.com/matrix-org/matrix-react-sdk/pull/11739)). * OIDC: revoke tokens on logout ([\#11718](https://github.com/matrix-org/matrix-react-sdk/pull/11718)). Fixes #25394. Contributed by @kerryarchibald. * Show `io.element.late_event` in MessageTimestamp when known ([\#11733](https://github.com/matrix-org/matrix-react-sdk/pull/11733)). * Show all labs flags if developerMode enabled ([\#11746](https://github.com/matrix-org/matrix-react-sdk/pull/11746)). Fixes #24571 and #8498. * Use Compound tooltips on MessageTimestamp to improve UX of date time discovery ([\#11732](https://github.com/matrix-org/matrix-react-sdk/pull/11732)). Fixes #25913. * Consolidate 4s passphrase input fields and use stable IDs ([\#11743](https://github.com/matrix-org/matrix-react-sdk/pull/11743)). Fixes #26228. * Disable upgraderoom command without developer mode enabled ([\#11744](https://github.com/matrix-org/matrix-react-sdk/pull/11744)). Fixes #17620. * Avoid rendering app download buttons if disabled in config ([\#11741](https://github.com/matrix-org/matrix-react-sdk/pull/11741)). Fixes #26309. * OIDC: refresh tokens ([\#11699](https://github.com/matrix-org/matrix-react-sdk/pull/11699)). Fixes #25839. Contributed by @kerryarchibald. * OIDC: register ([\#11727](https://github.com/matrix-org/matrix-react-sdk/pull/11727)). Fixes #25393. Contributed by @kerryarchibald. * Use stable get_login_token and remove unstable MSC3882 support ([\#11001](https://github.com/matrix-org/matrix-react-sdk/pull/11001)). Contributed by @hughns. ## 🐛 Bug Fixes * Set max size for Element logo in search warning ([\#11779](https://github.com/matrix-org/matrix-react-sdk/pull/11779)). Fixes #26408. * Avoid error when DMing oneself ([\#11754](https://github.com/matrix-org/matrix-react-sdk/pull/11754)). Fixes #7242. * Fix: Message shield alignment is not right. ([\#11703](https://github.com/matrix-org/matrix-react-sdk/pull/11703)). Fixes #26142. Contributed by @manancodes. * fix logging full event ([\#11755](https://github.com/matrix-org/matrix-react-sdk/pull/11755)). Fixes #26376. * OIDC: use delegated auth account URL from `OidcClientStore` ([\#11723](https://github.com/matrix-org/matrix-react-sdk/pull/11723)). Fixes #26305. Contributed by @kerryarchibald. * Fix: Members list shield alignment is not right. ([\#11700](https://github.com/matrix-org/matrix-react-sdk/pull/11700)). Fixes #26261. Contributed by @manancodes. * Fix: HTML elements clickable area too wide. ([\#11666](https://github.com/matrix-org/matrix-react-sdk/pull/11666)). Fixes #25454. Contributed by @manancodes. * Fix untranslated headings in the devtools dialog ([\#11734](https://github.com/matrix-org/matrix-react-sdk/pull/11734)). * Fixes invite dialog alignment and pill color contrast ([\#11722](https://github.com/matrix-org/matrix-react-sdk/pull/11722)). Contributed by @gabrc52. * Prevent select element in General settings overflowing in a room with very long room-id ([\#11597](https://github.com/matrix-org/matrix-react-sdk/pull/11597)). Contributed by @ABHIXIT2. * Fix: Clicking on members pile does nothing. ([\#11657](https://github.com/matrix-org/matrix-react-sdk/pull/11657)). Fixes #26164. Contributed by @manancodes. * Fix: Wierd shadow below room avatar in dark mode. ([\#11678](https://github.com/matrix-org/matrix-react-sdk/pull/11678)). Fixes #26153. Contributed by @manancodes. * Fix start_sso / start_cas URLs failing to redirect to a authentication prompt ([\#11681](https://github.com/matrix-org/matrix-react-sdk/pull/11681)). Contributed by @Half-Shot. Changes in [1.11.46](https://github.com/vector-im/element-web/releases/tag/v1.11.46) (2023-10-10) ================================================================================================= ## ✨ Features * Use .well-known to discover a default rendezvous server for use with Sign in with QR ([\#11655](https://github.com/matrix-org/matrix-react-sdk/pull/11655)). Contributed by @hughns. * Message layout will update according to the selected style ([\#10170](https://github.com/matrix-org/matrix-react-sdk/pull/10170)). Fixes #21782. Contributed by @manancodes. * Implement MSC4039: Add an MSC for a new Widget API action to upload files into the media repository ([\#11311](https://github.com/matrix-org/matrix-react-sdk/pull/11311)). Contributed by @dhenneke. * Render space pills with square corners to match new avatar ([\#11632](https://github.com/matrix-org/matrix-react-sdk/pull/11632)). Fixes #26056. * Linkify room topic ([\#11631](https://github.com/matrix-org/matrix-react-sdk/pull/11631)). Fixes #26185. * Show knock rooms in the list ([\#11573](https://github.com/matrix-org/matrix-react-sdk/pull/11573)). Contributed by @maheichyk. ## 🐛 Bug Fixes * Bump matrix-web-i18n dependency to 3.1.3 ([\#26287](https://github.com/vector-im/element-web/pull/26287)) * Fix: Avatar shrinks with long names ([\#11698](https://github.com/matrix-org/matrix-react-sdk/pull/11698)). Fixes #26252. Contributed by @manancodes. * Update custom translations to support nested fields in structured JSON ([\#11685](https://github.com/matrix-org/matrix-react-sdk/pull/11685)). * Fix: Edited message remove button is hard to reach. ([\#11674](https://github.com/matrix-org/matrix-react-sdk/pull/11674)). Fixes #24917. Contributed by @manancodes. * Fix: Theme selector radio button not aligned in center with the text ([\#11676](https://github.com/matrix-org/matrix-react-sdk/pull/11676)). Fixes #25460. Contributed by @manancodes. * Fix: Unread notification dot aligned ([\#11658](https://github.com/matrix-org/matrix-react-sdk/pull/11658)). Fixes #25285. Contributed by @manancodes. * Fix: sync intentional mentions push rules with legacy rules ([\#11667](https://github.com/matrix-org/matrix-react-sdk/pull/11667)). Fixes #26227. Contributed by @kerryarchibald. * Revert "Fix regression around FacePile with overflow (#11527)" ([\#11634](https://github.com/matrix-org/matrix-react-sdk/pull/11634)). Fixes #26209. * Fix: Alignment Fixed ([\#11648](https://github.com/matrix-org/matrix-react-sdk/pull/11648)). Fixes #26169. Contributed by @manancodes. * Fix: onFinished added which closes the menu ([\#11647](https://github.com/matrix-org/matrix-react-sdk/pull/11647)). Fixes #25556. Contributed by @manancodes. * Don't start key backups when opening settings ([\#11640](https://github.com/matrix-org/matrix-react-sdk/pull/11640)). * Fix add to space avatar text centering ([\#11643](https://github.com/matrix-org/matrix-react-sdk/pull/11643)). Fixes #26154. * fix avatar styling in lightbox ([\#11641](https://github.com/matrix-org/matrix-react-sdk/pull/11641)). Fixes #26196. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/chat/element-web/Makefile \ pkgsrc/chat/element-web/PLIST cvs rdiff -u -r1.29 -r1.30 pkgsrc/chat/element-web/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16991329015520 Content-Disposition: inline Content-Length: 21299 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.27 pkgsrc/chat/element-web/Makefile:1.28 --- pkgsrc/chat/element-web/Makefile:1.27 Sat Sep 30 17:00:38 2023 +++ pkgsrc/chat/element-web/Makefile Sat Nov 4 21:21:41 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2023/09/30 17:00:38 js Exp $ +# $NetBSD: Makefile,v 1.28 2023/11/04 21:21:41 js Exp $ DISTNAME= element-v${PKGVERSION_NOREV} -PKGNAME= element-web-1.11.45 +PKGNAME= element-web-1.11.47 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.27 pkgsrc/chat/element-web/PLIST:1.28 --- pkgsrc/chat/element-web/PLIST:1.27 Sat Sep 30 17:00:38 2023 +++ pkgsrc/chat/element-web/PLIST Sat Nov 4 21:21:41 2023 @@ -1,118 +1,118 @@ -@comment $NetBSD: PLIST,v 1.27 2023/09/30 17:00:38 js Exp $ -share/element-web/12add8200fdbcd173c84.worker.js -share/element-web/12add8200fdbcd173c84.worker.js.map -share/element-web/5b6265f67f25965a77aa.worker.js -share/element-web/5b6265f67f25965a77aa.worker.js.map +@comment $NetBSD: PLIST,v 1.28 2023/11/04 21:21:41 js Exp $ +share/element-web/18a139a682b4f1258ea4.worker.js +share/element-web/18a139a682b4f1258ea4.worker.js.map +share/element-web/75a57d375aa521d09ec2.worker.js +share/element-web/75a57d375aa521d09ec2.worker.js.map share/element-web/94c854d64bed7f548312.worker.js share/element-web/94c854d64bed7f548312.worker.js.map share/element-web/apple-app-site-association -share/element-web/bundles/c86d6c462248dda420a1/0.js -share/element-web/bundles/c86d6c462248dda420a1/0.js.map -share/element-web/bundles/c86d6c462248dda420a1/1.js -share/element-web/bundles/c86d6c462248dda420a1/1.js.map -share/element-web/bundles/c86d6c462248dda420a1/10.js -share/element-web/bundles/c86d6c462248dda420a1/10.js.map -share/element-web/bundles/c86d6c462248dda420a1/11.js -share/element-web/bundles/c86d6c462248dda420a1/11.js.map -share/element-web/bundles/c86d6c462248dda420a1/12.js -share/element-web/bundles/c86d6c462248dda420a1/12.js.map -share/element-web/bundles/c86d6c462248dda420a1/2.js -share/element-web/bundles/c86d6c462248dda420a1/2.js.map -share/element-web/bundles/c86d6c462248dda420a1/3.js -share/element-web/bundles/c86d6c462248dda420a1/3.js.map -share/element-web/bundles/c86d6c462248dda420a1/32.js -share/element-web/bundles/c86d6c462248dda420a1/32.js.map -share/element-web/bundles/c86d6c462248dda420a1/33.js -share/element-web/bundles/c86d6c462248dda420a1/33.js.map -share/element-web/bundles/c86d6c462248dda420a1/34.js -share/element-web/bundles/c86d6c462248dda420a1/34.js.map -share/element-web/bundles/c86d6c462248dda420a1/35.js -share/element-web/bundles/c86d6c462248dda420a1/35.js.map -share/element-web/bundles/c86d6c462248dda420a1/36.js -share/element-web/bundles/c86d6c462248dda420a1/36.js.map -share/element-web/bundles/c86d6c462248dda420a1/37.js -share/element-web/bundles/c86d6c462248dda420a1/37.js.map -share/element-web/bundles/c86d6c462248dda420a1/38.js -share/element-web/bundles/c86d6c462248dda420a1/38.js.map -share/element-web/bundles/c86d6c462248dda420a1/39.js -share/element-web/bundles/c86d6c462248dda420a1/39.js.map -share/element-web/bundles/c86d6c462248dda420a1/4.js -share/element-web/bundles/c86d6c462248dda420a1/4.js.map -share/element-web/bundles/c86d6c462248dda420a1/40.js -share/element-web/bundles/c86d6c462248dda420a1/40.js.map -share/element-web/bundles/c86d6c462248dda420a1/41.js -share/element-web/bundles/c86d6c462248dda420a1/41.js.map -share/element-web/bundles/c86d6c462248dda420a1/42.js -share/element-web/bundles/c86d6c462248dda420a1/42.js.map -share/element-web/bundles/c86d6c462248dda420a1/43.js -share/element-web/bundles/c86d6c462248dda420a1/43.js.map -share/element-web/bundles/c86d6c462248dda420a1/44.js -share/element-web/bundles/c86d6c462248dda420a1/44.js.map -share/element-web/bundles/c86d6c462248dda420a1/45.js -share/element-web/bundles/c86d6c462248dda420a1/45.js.map -share/element-web/bundles/c86d6c462248dda420a1/5.js -share/element-web/bundles/c86d6c462248dda420a1/5.js.map -share/element-web/bundles/c86d6c462248dda420a1/6.js -share/element-web/bundles/c86d6c462248dda420a1/6.js.map -share/element-web/bundles/c86d6c462248dda420a1/7.js -share/element-web/bundles/c86d6c462248dda420a1/7.js.map -share/element-web/bundles/c86d6c462248dda420a1/8.js -share/element-web/bundles/c86d6c462248dda420a1/8.js.map -share/element-web/bundles/c86d6c462248dda420a1/9.js -share/element-web/bundles/c86d6c462248dda420a1/9.js.map -share/element-web/bundles/c86d6c462248dda420a1/bundle.css -share/element-web/bundles/c86d6c462248dda420a1/bundle.js -share/element-web/bundles/c86d6c462248dda420a1/bundle.js.LICENSE.txt -share/element-web/bundles/c86d6c462248dda420a1/bundle.js.map -share/element-web/bundles/c86d6c462248dda420a1/compatibility-view.css -share/element-web/bundles/c86d6c462248dda420a1/compatibility-view.js -share/element-web/bundles/c86d6c462248dda420a1/compatibility-view.js.map -share/element-web/bundles/c86d6c462248dda420a1/element-web-app.js -share/element-web/bundles/c86d6c462248dda420a1/element-web-app.js.map -share/element-web/bundles/c86d6c462248dda420a1/error-view.css -share/element-web/bundles/c86d6c462248dda420a1/error-view.js -share/element-web/bundles/c86d6c462248dda420a1/error-view.js.map -share/element-web/bundles/c86d6c462248dda420a1/init.js -share/element-web/bundles/c86d6c462248dda420a1/init.js.map -share/element-web/bundles/c86d6c462248dda420a1/jitsi.css -share/element-web/bundles/c86d6c462248dda420a1/jitsi.js -share/element-web/bundles/c86d6c462248dda420a1/jitsi.js.LICENSE.txt -share/element-web/bundles/c86d6c462248dda420a1/jitsi.js.map -share/element-web/bundles/c86d6c462248dda420a1/mobileguide.js -share/element-web/bundles/c86d6c462248dda420a1/mobileguide.js.map -share/element-web/bundles/c86d6c462248dda420a1/styles.js -share/element-web/bundles/c86d6c462248dda420a1/styles.js.map -share/element-web/bundles/c86d6c462248dda420a1/theme-dark-custom.css -share/element-web/bundles/c86d6c462248dda420a1/theme-dark-custom.js -share/element-web/bundles/c86d6c462248dda420a1/theme-dark-custom.js.map -share/element-web/bundles/c86d6c462248dda420a1/theme-dark.css -share/element-web/bundles/c86d6c462248dda420a1/theme-dark.js -share/element-web/bundles/c86d6c462248dda420a1/theme-dark.js.map -share/element-web/bundles/c86d6c462248dda420a1/theme-legacy-dark.css -share/element-web/bundles/c86d6c462248dda420a1/theme-legacy-dark.js -share/element-web/bundles/c86d6c462248dda420a1/theme-legacy-dark.js.map -share/element-web/bundles/c86d6c462248dda420a1/theme-legacy-light.css -share/element-web/bundles/c86d6c462248dda420a1/theme-legacy-light.js -share/element-web/bundles/c86d6c462248dda420a1/theme-legacy-light.js.map -share/element-web/bundles/c86d6c462248dda420a1/theme-light-custom.css -share/element-web/bundles/c86d6c462248dda420a1/theme-light-custom.js -share/element-web/bundles/c86d6c462248dda420a1/theme-light-custom.js.map -share/element-web/bundles/c86d6c462248dda420a1/theme-light-high-contrast.css -share/element-web/bundles/c86d6c462248dda420a1/theme-light-high-contrast.js -share/element-web/bundles/c86d6c462248dda420a1/theme-light-high-contrast.js.map -share/element-web/bundles/c86d6c462248dda420a1/theme-light.css -share/element-web/bundles/c86d6c462248dda420a1/theme-light.js -share/element-web/bundles/c86d6c462248dda420a1/theme-light.js.map -share/element-web/bundles/c86d6c462248dda420a1/unhomoglyph_data.js -share/element-web/bundles/c86d6c462248dda420a1/unhomoglyph_data.js.map -share/element-web/bundles/c86d6c462248dda420a1/usercontent.js -share/element-web/bundles/c86d6c462248dda420a1/usercontent.js.map -share/element-web/bundles/c86d6c462248dda420a1/vendors~element-web-app.js -share/element-web/bundles/c86d6c462248dda420a1/vendors~element-web-app.js.LICENSE.txt -share/element-web/bundles/c86d6c462248dda420a1/vendors~element-web-app.js.map -share/element-web/bundles/c86d6c462248dda420a1/vendors~init.js -share/element-web/bundles/c86d6c462248dda420a1/vendors~init.js.LICENSE.txt -share/element-web/bundles/c86d6c462248dda420a1/vendors~init.js.map +share/element-web/bundles/1e900d35d937d954f900/0.js +share/element-web/bundles/1e900d35d937d954f900/0.js.map +share/element-web/bundles/1e900d35d937d954f900/1.js +share/element-web/bundles/1e900d35d937d954f900/1.js.map +share/element-web/bundles/1e900d35d937d954f900/10.js +share/element-web/bundles/1e900d35d937d954f900/10.js.map +share/element-web/bundles/1e900d35d937d954f900/11.js +share/element-web/bundles/1e900d35d937d954f900/11.js.map +share/element-web/bundles/1e900d35d937d954f900/12.js +share/element-web/bundles/1e900d35d937d954f900/12.js.map +share/element-web/bundles/1e900d35d937d954f900/2.js +share/element-web/bundles/1e900d35d937d954f900/2.js.map +share/element-web/bundles/1e900d35d937d954f900/3.js +share/element-web/bundles/1e900d35d937d954f900/3.js.map +share/element-web/bundles/1e900d35d937d954f900/32.js +share/element-web/bundles/1e900d35d937d954f900/32.js.map +share/element-web/bundles/1e900d35d937d954f900/33.js +share/element-web/bundles/1e900d35d937d954f900/33.js.map +share/element-web/bundles/1e900d35d937d954f900/34.js +share/element-web/bundles/1e900d35d937d954f900/34.js.map +share/element-web/bundles/1e900d35d937d954f900/35.js +share/element-web/bundles/1e900d35d937d954f900/35.js.map +share/element-web/bundles/1e900d35d937d954f900/36.js +share/element-web/bundles/1e900d35d937d954f900/36.js.map +share/element-web/bundles/1e900d35d937d954f900/37.js +share/element-web/bundles/1e900d35d937d954f900/37.js.map +share/element-web/bundles/1e900d35d937d954f900/38.js +share/element-web/bundles/1e900d35d937d954f900/38.js.map +share/element-web/bundles/1e900d35d937d954f900/39.js +share/element-web/bundles/1e900d35d937d954f900/39.js.map +share/element-web/bundles/1e900d35d937d954f900/4.js +share/element-web/bundles/1e900d35d937d954f900/4.js.map +share/element-web/bundles/1e900d35d937d954f900/40.js +share/element-web/bundles/1e900d35d937d954f900/40.js.map +share/element-web/bundles/1e900d35d937d954f900/41.js +share/element-web/bundles/1e900d35d937d954f900/41.js.map +share/element-web/bundles/1e900d35d937d954f900/42.js +share/element-web/bundles/1e900d35d937d954f900/42.js.map +share/element-web/bundles/1e900d35d937d954f900/43.js +share/element-web/bundles/1e900d35d937d954f900/43.js.map +share/element-web/bundles/1e900d35d937d954f900/44.js +share/element-web/bundles/1e900d35d937d954f900/44.js.map +share/element-web/bundles/1e900d35d937d954f900/45.js +share/element-web/bundles/1e900d35d937d954f900/45.js.map +share/element-web/bundles/1e900d35d937d954f900/5.js +share/element-web/bundles/1e900d35d937d954f900/5.js.map +share/element-web/bundles/1e900d35d937d954f900/6.js +share/element-web/bundles/1e900d35d937d954f900/6.js.map +share/element-web/bundles/1e900d35d937d954f900/7.js +share/element-web/bundles/1e900d35d937d954f900/7.js.map +share/element-web/bundles/1e900d35d937d954f900/8.js +share/element-web/bundles/1e900d35d937d954f900/8.js.map +share/element-web/bundles/1e900d35d937d954f900/9.js +share/element-web/bundles/1e900d35d937d954f900/9.js.map +share/element-web/bundles/1e900d35d937d954f900/bundle.css +share/element-web/bundles/1e900d35d937d954f900/bundle.js +share/element-web/bundles/1e900d35d937d954f900/bundle.js.LICENSE.txt +share/element-web/bundles/1e900d35d937d954f900/bundle.js.map +share/element-web/bundles/1e900d35d937d954f900/compatibility-view.css +share/element-web/bundles/1e900d35d937d954f900/compatibility-view.js +share/element-web/bundles/1e900d35d937d954f900/compatibility-view.js.map +share/element-web/bundles/1e900d35d937d954f900/element-web-app.js +share/element-web/bundles/1e900d35d937d954f900/element-web-app.js.map +share/element-web/bundles/1e900d35d937d954f900/error-view.css +share/element-web/bundles/1e900d35d937d954f900/error-view.js +share/element-web/bundles/1e900d35d937d954f900/error-view.js.map +share/element-web/bundles/1e900d35d937d954f900/init.js +share/element-web/bundles/1e900d35d937d954f900/init.js.map +share/element-web/bundles/1e900d35d937d954f900/jitsi.css +share/element-web/bundles/1e900d35d937d954f900/jitsi.js +share/element-web/bundles/1e900d35d937d954f900/jitsi.js.LICENSE.txt +share/element-web/bundles/1e900d35d937d954f900/jitsi.js.map +share/element-web/bundles/1e900d35d937d954f900/mobileguide.js +share/element-web/bundles/1e900d35d937d954f900/mobileguide.js.map +share/element-web/bundles/1e900d35d937d954f900/styles.js +share/element-web/bundles/1e900d35d937d954f900/styles.js.map +share/element-web/bundles/1e900d35d937d954f900/theme-dark-custom.css +share/element-web/bundles/1e900d35d937d954f900/theme-dark-custom.js +share/element-web/bundles/1e900d35d937d954f900/theme-dark-custom.js.map +share/element-web/bundles/1e900d35d937d954f900/theme-dark.css +share/element-web/bundles/1e900d35d937d954f900/theme-dark.js +share/element-web/bundles/1e900d35d937d954f900/theme-dark.js.map +share/element-web/bundles/1e900d35d937d954f900/theme-legacy-dark.css +share/element-web/bundles/1e900d35d937d954f900/theme-legacy-dark.js +share/element-web/bundles/1e900d35d937d954f900/theme-legacy-dark.js.map +share/element-web/bundles/1e900d35d937d954f900/theme-legacy-light.css +share/element-web/bundles/1e900d35d937d954f900/theme-legacy-light.js +share/element-web/bundles/1e900d35d937d954f900/theme-legacy-light.js.map +share/element-web/bundles/1e900d35d937d954f900/theme-light-custom.css +share/element-web/bundles/1e900d35d937d954f900/theme-light-custom.js +share/element-web/bundles/1e900d35d937d954f900/theme-light-custom.js.map +share/element-web/bundles/1e900d35d937d954f900/theme-light-high-contrast.css +share/element-web/bundles/1e900d35d937d954f900/theme-light-high-contrast.js +share/element-web/bundles/1e900d35d937d954f900/theme-light-high-contrast.js.map +share/element-web/bundles/1e900d35d937d954f900/theme-light.css +share/element-web/bundles/1e900d35d937d954f900/theme-light.js +share/element-web/bundles/1e900d35d937d954f900/theme-light.js.map +share/element-web/bundles/1e900d35d937d954f900/unhomoglyph_data.js +share/element-web/bundles/1e900d35d937d954f900/unhomoglyph_data.js.map +share/element-web/bundles/1e900d35d937d954f900/usercontent.js +share/element-web/bundles/1e900d35d937d954f900/usercontent.js.map +share/element-web/bundles/1e900d35d937d954f900/vendors~element-web-app.js +share/element-web/bundles/1e900d35d937d954f900/vendors~element-web-app.js.LICENSE.txt +share/element-web/bundles/1e900d35d937d954f900/vendors~element-web-app.js.map +share/element-web/bundles/1e900d35d937d954f900/vendors~init.js +share/element-web/bundles/1e900d35d937d954f900/vendors~init.js.LICENSE.txt +share/element-web/bundles/1e900d35d937d954f900/vendors~init.js.map share/element-web/config.sample.json share/element-web/contribute.json share/element-web/decoder-ring/datatypes.js @@ -204,87 +204,39 @@ 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/am.8725fe1.json -share/element-web/i18n/ang.2e1472b.json -share/element-web/i18n/ar.30e020a.json -share/element-web/i18n/az.61bc2f2.json -share/element-web/i18n/basefile.2e1472b.json -share/element-web/i18n/be.d14f60d.json -share/element-web/i18n/bg.77e9a09.json -share/element-web/i18n/bn_BD.be3924c.json -share/element-web/i18n/bn_IN.be3924c.json -share/element-web/i18n/bs.93ca2ee.json -share/element-web/i18n/ca.8523e69.json -share/element-web/i18n/ckb.2e1472b.json -share/element-web/i18n/cs.79560b9.json -share/element-web/i18n/cy.01d97e3.json -share/element-web/i18n/da.6ebbe4a.json -share/element-web/i18n/de_DE.7a0d983.json -share/element-web/i18n/el.f001550.json -share/element-web/i18n/en_EN.e9aef60.json -share/element-web/i18n/en_US.ef8e75e.json -share/element-web/i18n/enm.2e1472b.json -share/element-web/i18n/eo.d837acf.json -share/element-web/i18n/es.9b58a33.json -share/element-web/i18n/et.f5b0ed3.json -share/element-web/i18n/eu.12bfde8.json -share/element-web/i18n/fa.043c393.json -share/element-web/i18n/fi.c210fa3.json -share/element-web/i18n/fr.84cac26.json -share/element-web/i18n/fy.2e1472b.json -share/element-web/i18n/ga.a25883b.json -share/element-web/i18n/gl.e95b223.json -share/element-web/i18n/he.3453344.json -share/element-web/i18n/hi.c5faedf.json -share/element-web/i18n/hr.2201c98.json -share/element-web/i18n/hu.e60d181.json -share/element-web/i18n/id.698642d.json -share/element-web/i18n/is.1955b5a.json -share/element-web/i18n/it.06e046b.json -share/element-web/i18n/ja.4cd1880.json -share/element-web/i18n/jbo.0364ecf.json -share/element-web/i18n/ka.90c8850.json -share/element-web/i18n/kab.8a12e88.json -share/element-web/i18n/ko.f2e7456.json -share/element-web/i18n/languages.08cce92.json +share/element-web/i18n/cs.8bfe495.json +share/element-web/i18n/de_DE.515202e.json +share/element-web/i18n/el.8a2c7bd.json +share/element-web/i18n/en_EN.d9578d8.json +share/element-web/i18n/en_US.584b958.json +share/element-web/i18n/eo.016fd76.json +share/element-web/i18n/es.a20f729.json +share/element-web/i18n/et.a5f1851.json +share/element-web/i18n/fa.102556d.json +share/element-web/i18n/fi.044f7ce.json +share/element-web/i18n/fr.ce73f6d.json +share/element-web/i18n/gl.4f29c76.json +share/element-web/i18n/he.0f0dfb3.json +share/element-web/i18n/hu.7d3bc5f.json +share/element-web/i18n/id.e149d31.json +share/element-web/i18n/is.e05585e.json +share/element-web/i18n/it.8a3157c.json +share/element-web/i18n/ja.6af7bf8.json +share/element-web/i18n/languages.31c2326.json share/element-web/i18n/languages.json -share/element-web/i18n/lb.2e1472b.json -share/element-web/i18n/lo.709c1d3.json -share/element-web/i18n/lt.1d37df2.json -share/element-web/i18n/lv.4464e0a.json -share/element-web/i18n/ml.375c6fc.json -share/element-web/i18n/mn.807a02b.json -share/element-web/i18n/nan.2e1472b.json -share/element-web/i18n/nb_NO.8ad7c98.json -share/element-web/i18n/ne.b1b6daf.json -share/element-web/i18n/nl.f5c77b7.json -share/element-web/i18n/nn.42637e8.json -share/element-web/i18n/oc.6177645.json -share/element-web/i18n/pl.48c9cb2.json -share/element-web/i18n/pt.ef36fb2.json -share/element-web/i18n/pt_BR.e27a16e.json -share/element-web/i18n/ro.3970a87.json -share/element-web/i18n/ru.2e5bd04.json -share/element-web/i18n/sco.2e1472b.json -share/element-web/i18n/si.b3b4966.json -share/element-web/i18n/sk.09e2266.json -share/element-web/i18n/sl.a2fa5d8.json -share/element-web/i18n/sq.dfdadab.json -share/element-web/i18n/sr.5eefd6c.json -share/element-web/i18n/sr_Latn.a5881b5.json -share/element-web/i18n/sv.69444bf.json -share/element-web/i18n/sw.2e1472b.json -share/element-web/i18n/szl.2e1472b.json -share/element-web/i18n/ta.de3549a.json -share/element-web/i18n/te.2aa7d1a.json -share/element-web/i18n/th.76e2bd6.json -share/element-web/i18n/tr.bd6f60b.json -share/element-web/i18n/tzm.cb6039d.json -share/element-web/i18n/uk.a0c86c2.json -share/element-web/i18n/vi.856af38.json -share/element-web/i18n/vls.60cb07d.json -share/element-web/i18n/zh_Hans.92170e3.json -share/element-web/i18n/zh_Hant.0de28f8.json +share/element-web/i18n/lo.58e9c67.json +share/element-web/i18n/lt.7652079.json +share/element-web/i18n/nl.1b5248f.json +share/element-web/i18n/pl.b09ebbe.json +share/element-web/i18n/pt_BR.b79de0f.json +share/element-web/i18n/ru.57e585b.json +share/element-web/i18n/sk.9ac1af0.json +share/element-web/i18n/sq.263d207.json +share/element-web/i18n/sv.4afaab2.json +share/element-web/i18n/uk.e4655e4.json +share/element-web/i18n/vi.fb4b8cf.json +share/element-web/i18n/zh_Hans.a470069.json +share/element-web/i18n/zh_Hant.31b3bb0.json share/element-web/icons/error.c3ac16c.svg share/element-web/icons/notifications-solid.3b2388a.svg share/element-web/icons/public.5342fe6.svg @@ -550,6 +502,7 @@ share/element-web/img/minimise.465c9ab.s share/element-web/img/noise.e8beb45.png share/element-web/img/plus.e8a5e12.svg share/element-web/img/room_replaced.97416ee.svg +share/element-web/img/sensor.9bc7dd2.svg share/element-web/img/social/email-1.05522c5.png share/element-web/img/social/facebook.c272141.png share/element-web/img/social/linkedin.7f6ba82.png Index: pkgsrc/chat/element-web/distinfo diff -u pkgsrc/chat/element-web/distinfo:1.29 pkgsrc/chat/element-web/distinfo:1.30 --- pkgsrc/chat/element-web/distinfo:1.29 Sat Sep 30 17:00:38 2023 +++ pkgsrc/chat/element-web/distinfo Sat Nov 4 21:21:41 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2023/09/30 17:00:38 js Exp $ +$NetBSD: distinfo,v 1.30 2023/11/04 21:21:41 js Exp $ -BLAKE2s (element-v1.11.45.tar.gz) = 4dc5f30eaffaaac6424be775ee940fe4c0a521bb85d89ed58ea10383f26ba1e9 -SHA512 (element-v1.11.45.tar.gz) = b95fe86a47492bb6384a4c09be07b18b98413869e83769273f91a5557853c90f9ab7d98791b8b291536ef29b45884ae6dd94f4164b87c7cc888e90e56529eb6d -Size (element-v1.11.45.tar.gz) = 22288708 bytes +BLAKE2s (element-v1.11.47.tar.gz) = 8ea6923fc8ecfd950512ca0c0f4d9bbafb58d9f9418f9f4fc43f553a83de7d6d +SHA512 (element-v1.11.47.tar.gz) = 049f5a10998e841e1f473512696699282b5a76fb0ccc6b85e12f32392d1f8ea63cb080b55d92f3771f861832835d5ea54d4fd1d7b4bebf85065ce3cda7229329 +Size (element-v1.11.47.tar.gz) = 21686041 bytes --_----------=_16991329015520--