Skip to content

Commit

Permalink
Update chat/element-web to 1.7.29
Browse files Browse the repository at this point in the history
Changes in [1.7.29](https://github.com/vector-im/element-web/releases/tag/v1.7.29) (2021-05-24)
===============================================================================================
[Full Changelog](element-hq/element-web@v1.7.29-rc.1...v1.7.29)

## Security notice

Element Web 1.7.29 fixes (by upgrading to olm 3.2.3) an issue in code used for
decrypting server-side stored secrets. The issue could potentially allow a
malicious homeserver to cause a stack buffer overflow in the affected function
and to control that function's local variables.

## All changes

 * Upgrade to React SDK 3.22.0 and JS SDK 11.1.0
 * [Release] Bump libolm dependency, and update package name
   [\#17456](element-hq/element-web#17456)

Changes in [1.7.29-rc.1](https://github.com/vector-im/element-web/releases/tag/v1.7.29-rc.1) (2021-05-19)
=========================================================================================================
[Full Changelog](element-hq/element-web@v1.7.28...v1.7.29-rc.1)

 * Upgrade to React SDK 3.22.0-rc.1 and JS SDK 11.1.0-rc.1
 * Translations update from Weblate
   [\#17384](element-hq/element-web#17384)
 * Prevent minification of `.html` files
   [\#17349](element-hq/element-web#17349)
 * Update matrix-widget-api/react-sdk dependency reference
   [\#17346](element-hq/element-web#17346)
 * Add `yarn start:https`
   [\#16989](element-hq/element-web#16989)
 * Translations update from Weblate
   [\#17239](element-hq/element-web#17239)
 * Remove "in development" flag from voice messages labs documentation
   [\#17204](element-hq/element-web#17204)
 * Add required webpack+jest config to load Safari support modules
   [\#17193](element-hq/element-web#17193)

Changes in [1.7.28](https://github.com/vector-im/element-web/releases/tag/v1.7.28) (2021-05-17)
===============================================================================================
[Full Changelog](element-hq/element-web@v1.7.28-rc.1...v1.7.28)

## Security notice

Element Web 1.7.28 fixes (by upgrading to matrix-react-sdk 3.21.0) a low
severity issue (GHSA-8796-gc9j-63rv) related to file upload. When uploading a
file, the local file preview can lead to execution of scripts embedded in the
uploaded file, but only after several user interactions to open the preview in
a separate tab. This only impacts the local user while in the process of
uploading. It cannot be exploited remotely or by other users. Thanks to
[Muhammad Zaid Ghifari](https://github.com/MR-ZHEEV) for responsibly disclosing
this via Matrix's Security Disclosure Policy.

## All changes

 * Upgrade to React SDK 3.21.0 and JS SDK 11.0.0

Changes in [1.7.28-rc.1](https://github.com/vector-im/element-web/releases/tag/v1.7.28-rc.1) (2021-05-11)
=========================================================================================================
[Full Changelog](element-hq/element-web@v1.7.27...v1.7.28-rc.1)

 * Upgrade to React SDK 3.21.0-rc.1 and JS SDK 11.0.0-rc.1
 * Switch back to release version of `sanitize-html`
   [\#17231](element-hq/element-web#17231)
 * Bump url-parse from 1.4.7 to 1.5.1
   [\#17199](element-hq/element-web#17199)
 * Bump lodash from 4.17.20 to 4.17.21
   [\#17205](element-hq/element-web#17205)
 * Bump hosted-git-info from 2.8.8 to 2.8.9
   [\#17219](element-hq/element-web#17219)
 * Disable host checking on the webpack dev server
   [\#17194](element-hq/element-web#17194)
 * Bump ua-parser-js from 0.7.23 to 0.7.24
   [\#17190](element-hq/element-web#17190)

Changes in [1.7.27](https://github.com/vector-im/element-web/releases/tag/v1.7.27) (2021-05-10)
===============================================================================================
[Full Changelog](element-hq/element-web@v1.7.27-rc.1...v1.7.27)

 * Upgrade to React SDK 3.20.0 and JS SDK 10.1.0

Changes in [1.7.27-rc.1](https://github.com/vector-im/element-web/releases/tag/v1.7.27-rc.1) (2021-05-04)
=========================================================================================================
[Full Changelog](element-hq/element-web@v1.7.26...v1.7.27-rc.1)

 * Upgrade to React SDK 3.20.0-rc.1 and JS SDK 10.1.0-rc.1
 * Translations update from Weblate
   [\#17160](element-hq/element-web#17160)
 * Document option for obeying asserted identity
   [\#17008](element-hq/element-web#17008)
 * Implement IPC call to Electron to set language
   [\#17052](element-hq/element-web#17052)
 * Convert Vector skin react components to Typescript
   [\#17061](element-hq/element-web#17061)
 * Add code quality review policy
   [\#16980](element-hq/element-web#16980)
 * Register RecorderWorklet from react-sdk
   [\#17013](element-hq/element-web#17013)
 * Preload Inter font to avoid FOIT on slow connections
   [\#17039](element-hq/element-web#17039)
 * Disable `postcss-calc`'s noisy `warnWhenCannotResolve` option
   [\#17041](element-hq/element-web#17041)
  • Loading branch information
Midar committed Jun 6, 2021
1 parent d27ec3a commit 3136f70
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 110 deletions.
11 changes: 9 additions & 2 deletions chat/element-web/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# $NetBSD: Makefile,v 1.3 2021/05/01 03:54:04 js Exp $
# $NetBSD: Makefile,v 1.4 2021/06/06 09:17:49 js Exp $

DISTNAME= element-v${PKGVERSION_NOREV}
PKGNAME= element-web-1.7.26
PKGNAME= element-web-1.7.29
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=vector-im/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}

# GPG key:
# https://packages.riot.im/element-release-key.asc
# 712B FBEE 92DC A452 52DB 17D7 C7BE 97EF A179 B100
#
# GPG signature:
# https://github.com/vector-im/element-web/releases/download/v${PKGVERSION_NOREV}/element-v${PKGVERSION_NOREV}.tar.gz.asc

MAINTAINER= js@pkgsrc.org
HOMEPAGE= https://element.io/
COMMENT= Matrix web client
Expand Down
220 changes: 117 additions & 103 deletions chat/element-web/PLIST
Original file line number Diff line number Diff line change
@@ -1,82 +1,90 @@
@comment $NetBSD: PLIST,v 1.3 2021/05/01 03:54:04 js Exp $
share/element-web/bundles/505c8a7b1a8e42545e40/0.js
share/element-web/bundles/505c8a7b1a8e42545e40/0.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/1.js
share/element-web/bundles/505c8a7b1a8e42545e40/1.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/2.js
share/element-web/bundles/505c8a7b1a8e42545e40/2.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/23.js
share/element-web/bundles/505c8a7b1a8e42545e40/23.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/24.js
share/element-web/bundles/505c8a7b1a8e42545e40/24.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/25.js
share/element-web/bundles/505c8a7b1a8e42545e40/25.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/26.js
share/element-web/bundles/505c8a7b1a8e42545e40/26.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/27.js
share/element-web/bundles/505c8a7b1a8e42545e40/27.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/28.js
share/element-web/bundles/505c8a7b1a8e42545e40/28.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/29.js
share/element-web/bundles/505c8a7b1a8e42545e40/29.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/3.js
share/element-web/bundles/505c8a7b1a8e42545e40/3.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/4.js
share/element-web/bundles/505c8a7b1a8e42545e40/4.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/5.js
share/element-web/bundles/505c8a7b1a8e42545e40/5.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/bundle.css
share/element-web/bundles/505c8a7b1a8e42545e40/bundle.js
share/element-web/bundles/505c8a7b1a8e42545e40/bundle.js.LICENSE.txt
share/element-web/bundles/505c8a7b1a8e42545e40/bundle.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/compatibility-view.css
share/element-web/bundles/505c8a7b1a8e42545e40/compatibility-view.js
share/element-web/bundles/505c8a7b1a8e42545e40/compatibility-view.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/element-web-app.js
share/element-web/bundles/505c8a7b1a8e42545e40/element-web-app.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/element-web-component-index.js
share/element-web/bundles/505c8a7b1a8e42545e40/element-web-component-index.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/error-view.css
share/element-web/bundles/505c8a7b1a8e42545e40/error-view.js
share/element-web/bundles/505c8a7b1a8e42545e40/error-view.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/indexeddb-worker.js
share/element-web/bundles/505c8a7b1a8e42545e40/indexeddb-worker.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/init.js
share/element-web/bundles/505c8a7b1a8e42545e40/init.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/jitsi.css
share/element-web/bundles/505c8a7b1a8e42545e40/jitsi.js
share/element-web/bundles/505c8a7b1a8e42545e40/jitsi.js.LICENSE.txt
share/element-web/bundles/505c8a7b1a8e42545e40/jitsi.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/mobileguide.js
share/element-web/bundles/505c8a7b1a8e42545e40/mobileguide.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/theme-dark-custom.css
share/element-web/bundles/505c8a7b1a8e42545e40/theme-dark-custom.js
share/element-web/bundles/505c8a7b1a8e42545e40/theme-dark-custom.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/theme-dark.css
share/element-web/bundles/505c8a7b1a8e42545e40/theme-dark.js
share/element-web/bundles/505c8a7b1a8e42545e40/theme-dark.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/theme-legacy-dark.css
share/element-web/bundles/505c8a7b1a8e42545e40/theme-legacy-dark.js
share/element-web/bundles/505c8a7b1a8e42545e40/theme-legacy-dark.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/theme-legacy.css
share/element-web/bundles/505c8a7b1a8e42545e40/theme-legacy.js
share/element-web/bundles/505c8a7b1a8e42545e40/theme-legacy.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/theme-light-custom.css
share/element-web/bundles/505c8a7b1a8e42545e40/theme-light-custom.js
share/element-web/bundles/505c8a7b1a8e42545e40/theme-light-custom.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/theme-light.css
share/element-web/bundles/505c8a7b1a8e42545e40/theme-light.js
share/element-web/bundles/505c8a7b1a8e42545e40/theme-light.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/usercontent.js
share/element-web/bundles/505c8a7b1a8e42545e40/usercontent.js.map
share/element-web/bundles/505c8a7b1a8e42545e40/vendors~init.js
share/element-web/bundles/505c8a7b1a8e42545e40/vendors~init.js.LICENSE.txt
share/element-web/bundles/505c8a7b1a8e42545e40/vendors~init.js.map
@comment $NetBSD: PLIST,v 1.4 2021/06/06 09:17:49 js Exp $
share/element-web/bundles/5a6341f2e18da5c2272d/0.js
share/element-web/bundles/5a6341f2e18da5c2272d/0.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/1.js
share/element-web/bundles/5a6341f2e18da5c2272d/1.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/2.js
share/element-web/bundles/5a6341f2e18da5c2272d/2.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/26.js
share/element-web/bundles/5a6341f2e18da5c2272d/26.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/27.js
share/element-web/bundles/5a6341f2e18da5c2272d/27.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/28.js
share/element-web/bundles/5a6341f2e18da5c2272d/28.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/29.js
share/element-web/bundles/5a6341f2e18da5c2272d/29.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/3.js
share/element-web/bundles/5a6341f2e18da5c2272d/3.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/30.js
share/element-web/bundles/5a6341f2e18da5c2272d/30.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/31.js
share/element-web/bundles/5a6341f2e18da5c2272d/31.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/32.js
share/element-web/bundles/5a6341f2e18da5c2272d/32.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/4.js
share/element-web/bundles/5a6341f2e18da5c2272d/4.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/5.js
share/element-web/bundles/5a6341f2e18da5c2272d/5.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/6.js
share/element-web/bundles/5a6341f2e18da5c2272d/6.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/7.js
share/element-web/bundles/5a6341f2e18da5c2272d/7.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/bundle.css
share/element-web/bundles/5a6341f2e18da5c2272d/bundle.js
share/element-web/bundles/5a6341f2e18da5c2272d/bundle.js.LICENSE.txt
share/element-web/bundles/5a6341f2e18da5c2272d/bundle.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/compatibility-view.css
share/element-web/bundles/5a6341f2e18da5c2272d/compatibility-view.js
share/element-web/bundles/5a6341f2e18da5c2272d/compatibility-view.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/element-web-app.js
share/element-web/bundles/5a6341f2e18da5c2272d/element-web-app.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/element-web-component-index.js
share/element-web/bundles/5a6341f2e18da5c2272d/element-web-component-index.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/error-view.css
share/element-web/bundles/5a6341f2e18da5c2272d/error-view.js
share/element-web/bundles/5a6341f2e18da5c2272d/error-view.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/indexeddb-worker.js
share/element-web/bundles/5a6341f2e18da5c2272d/indexeddb-worker.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/init.js
share/element-web/bundles/5a6341f2e18da5c2272d/init.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/jitsi.css
share/element-web/bundles/5a6341f2e18da5c2272d/jitsi.js
share/element-web/bundles/5a6341f2e18da5c2272d/jitsi.js.LICENSE.txt
share/element-web/bundles/5a6341f2e18da5c2272d/jitsi.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/mobileguide.js
share/element-web/bundles/5a6341f2e18da5c2272d/mobileguide.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/recorder-worklet.js
share/element-web/bundles/5a6341f2e18da5c2272d/recorder-worklet.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/theme-dark-custom.css
share/element-web/bundles/5a6341f2e18da5c2272d/theme-dark-custom.js
share/element-web/bundles/5a6341f2e18da5c2272d/theme-dark-custom.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/theme-dark.css
share/element-web/bundles/5a6341f2e18da5c2272d/theme-dark.js
share/element-web/bundles/5a6341f2e18da5c2272d/theme-dark.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/theme-legacy-dark.css
share/element-web/bundles/5a6341f2e18da5c2272d/theme-legacy-dark.js
share/element-web/bundles/5a6341f2e18da5c2272d/theme-legacy-dark.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/theme-legacy.css
share/element-web/bundles/5a6341f2e18da5c2272d/theme-legacy.js
share/element-web/bundles/5a6341f2e18da5c2272d/theme-legacy.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/theme-light-custom.css
share/element-web/bundles/5a6341f2e18da5c2272d/theme-light-custom.js
share/element-web/bundles/5a6341f2e18da5c2272d/theme-light-custom.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/theme-light.css
share/element-web/bundles/5a6341f2e18da5c2272d/theme-light.js
share/element-web/bundles/5a6341f2e18da5c2272d/theme-light.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/usercontent.js
share/element-web/bundles/5a6341f2e18da5c2272d/usercontent.js.map
share/element-web/bundles/5a6341f2e18da5c2272d/vendors~init.js
share/element-web/bundles/5a6341f2e18da5c2272d/vendors~init.js.LICENSE.txt
share/element-web/bundles/5a6341f2e18da5c2272d/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.1325b88.wasm
share/element-web/decoderWorker.min.wasm
share/element-web/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlX5qhExfHwNJU.2aafaa1.woff2
share/element-web/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlZ5qhExfHw.5476fd3.woff2
share/element-web/fonts/Inconsolata/QldXNThLqRwH-OJ1UHjlKGHiw71n5_zaDpwm80E.6bc411a.woff2
Expand Down Expand Up @@ -162,52 +170,53 @@ share/element-web/fonts/Nunito/Nunito-Regular.73a8196.ttf
share/element-web/fonts/Nunito/Nunito-SemiBold.bca2d7f.ttf
share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.5bb743a.woff2
share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.fb38407.woff2
share/element-web/i18n/bg.2e519ea.json
share/element-web/i18n/bg.c999396.json
share/element-web/i18n/ca.e861a68.json
share/element-web/i18n/cs.a6e3f2c.json
share/element-web/i18n/da.875fd31.json
share/element-web/i18n/de_DE.199a01d.json
share/element-web/i18n/cs.8b30a04.json
share/element-web/i18n/da.a884aa6.json
share/element-web/i18n/de_DE.d2bdb77.json
share/element-web/i18n/el.eb3a015.json
share/element-web/i18n/en_EN.d392031.json
share/element-web/i18n/en_US.69e204d.json
share/element-web/i18n/eo.40c919c.json
share/element-web/i18n/es.fbe01b5.json
share/element-web/i18n/et.df756ad.json
share/element-web/i18n/en_EN.acf98b2.json
share/element-web/i18n/en_US.31486ca.json
share/element-web/i18n/eo.817f530.json
share/element-web/i18n/es.3845594.json
share/element-web/i18n/et.50afdf4.json
share/element-web/i18n/eu.54010ec.json
share/element-web/i18n/fi.2467c82.json
share/element-web/i18n/fr.6569486.json
share/element-web/i18n/gl.cfc1b6f.json
share/element-web/i18n/fr.5cc955f.json
share/element-web/i18n/gl.e904d62.json
share/element-web/i18n/he.041ab0d.json
share/element-web/i18n/hi.4294014.json
share/element-web/i18n/hu.9b43693.json
share/element-web/i18n/is.afbbc44.json
share/element-web/i18n/it.e435511.json
share/element-web/i18n/ja.39f9f4f.json
share/element-web/i18n/hu.d33bc33.json
share/element-web/i18n/is.e60aa99.json
share/element-web/i18n/it.454fef9.json
share/element-web/i18n/ja.c0fc2c6.json
share/element-web/i18n/jbo.bf20f59.json
share/element-web/i18n/kab.913e74c.json
share/element-web/i18n/ko.b51c4ce.json
share/element-web/i18n/languages.af640d5.json
share/element-web/i18n/languages.7742306.json
share/element-web/i18n/languages.json
share/element-web/i18n/lt.b683894.json
share/element-web/i18n/lv.904e770.json
share/element-web/i18n/lv.67da507.json
share/element-web/i18n/nb_NO.6826bdb.json
share/element-web/i18n/nl.6be25b1.json
share/element-web/i18n/nl.9a3eb92.json
share/element-web/i18n/nn.a20b64c.json
share/element-web/i18n/pl.544ab87.json
share/element-web/i18n/pl.b8cfbab.json
share/element-web/i18n/pt.93ac199.json
share/element-web/i18n/pt_BR.28a57de.json
share/element-web/i18n/ru.f5c5456.json
share/element-web/i18n/ru.ec8962d.json
share/element-web/i18n/sk.792e13f.json
share/element-web/i18n/sq.478720c.json
share/element-web/i18n/sq.ca1c14d.json
share/element-web/i18n/sr.f26c281.json
share/element-web/i18n/sv.ac2ada2.json
share/element-web/i18n/sv.5afa37a.json
share/element-web/i18n/te.3234605.json
share/element-web/i18n/th.d9649f0.json
share/element-web/i18n/tr.f06cdcf.json
share/element-web/i18n/uk.3f47195.json
share/element-web/i18n/tr.4882839.json
share/element-web/i18n/uk.74e7ab4.json
share/element-web/i18n/vls.7fb88b2.json
share/element-web/i18n/zh_Hans.b829f02.json
share/element-web/i18n/zh_Hant.91b6b24.json
share/element-web/i18n/zh_Hant.4e8eb0c.json
share/element-web/img/betas/spaces.475c2e5.png
share/element-web/img/camera.2f271b6.svg
share/element-web/img/cancel-red.3d9df3d.svg
share/element-web/img/cancel-small.495f44c.svg
Expand Down Expand Up @@ -251,10 +260,13 @@ share/element-web/img/element-icons/leave.bb917e7.svg
share/element-web/img/element-icons/link.8f4b1fc.svg
share/element-web/img/element-icons/lock.1f264bd.svg
share/element-web/img/element-icons/notifications.d298b39.svg
share/element-web/img/element-icons/pause.c4c0886.svg
share/element-web/img/element-icons/play.a72552b.svg
share/element-web/img/element-icons/plus.62cc275.svg
share/element-web/img/element-icons/retry.6cd23ad.svg
share/element-web/img/element-icons/room/apps.5ee9f78.svg
share/element-web/img/element-icons/room/composer/attach.359c84e.svg
share/element-web/img/element-icons/room/composer/emoji.144dfeb.svg
share/element-web/img/element-icons/room/composer/emoji.52d7369.svg
share/element-web/img/element-icons/room/composer/sticker.8dbe5ec.svg
share/element-web/img/element-icons/room/default_app.2034d23.svg
share/element-web/img/element-icons/room/default_cal.65049a4.svg
Expand All @@ -271,7 +283,7 @@ share/element-web/img/element-icons/room/format-bar/strikethrough.0264f7b.svg
share/element-web/img/element-icons/room/invite.946a71b.svg
share/element-web/img/element-icons/room/members.88c3e93.svg
share/element-web/img/element-icons/room/message-bar/edit.688678e.svg
share/element-web/img/element-icons/room/message-bar/emoji.8612164.svg
share/element-web/img/element-icons/room/message-bar/emoji.af14771.svg
share/element-web/img/element-icons/room/message-bar/reply.5812741.svg
share/element-web/img/element-icons/room/pin-upright.65783fb.svg
share/element-web/img/element-icons/room/pin.6ab67ed.svg
Expand Down Expand Up @@ -308,6 +320,7 @@ share/element-web/img/element-icons/settings/flair.4227a88.svg
share/element-web/img/element-icons/settings/help.68b703f.svg
share/element-web/img/element-icons/settings/lab-flags.6fbe5e2.svg
share/element-web/img/element-icons/settings/preference.82bfabd.svg
share/element-web/img/element-icons/trashcan.26f6c28.svg
share/element-web/img/element-icons/upload.e2a53e0.svg
share/element-web/img/element-icons/view-community.0cad1a5.svg
share/element-web/img/element-icons/warning-badge.de1033e.svg
Expand Down Expand Up @@ -416,8 +429,8 @@ 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.9ddeb6b.wasm
share/element-web/olm_legacy.js
share/element-web/olm.91fced0.wasm
share/element-web/opus-decoderWorker.min.6fe2ced.js
share/element-web/opus-encoderWorker.min.b4c5d1b.js
share/element-web/static/incompatible-browser.html
share/element-web/static/unable-to-load.html
Expand Down Expand Up @@ -470,6 +483,7 @@ share/element-web/vector-icons/mstile-310.png
share/element-web/vector-icons/mstile-310x150.png
share/element-web/vector-icons/mstile-70.png
share/element-web/version
share/element-web/wave-encoderWorker.min.945cec9.js
share/element-web/welcome.html
share/element-web/welcome/images/icon-create-account.svg
share/element-web/welcome/images/icon-help.svg
Expand Down
10 changes: 5 additions & 5 deletions chat/element-web/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2021/05/01 03:54:04 js Exp $
$NetBSD: distinfo,v 1.4 2021/06/06 09:17:49 js Exp $

SHA1 (element-v1.7.26.tar.gz) = 5ecf8fb39d13a7b0433ab13abdba0dedc6b7c7ea
RMD160 (element-v1.7.26.tar.gz) = 95919d268fc03bdc1201babb975f33505ac3af9d
SHA512 (element-v1.7.26.tar.gz) = 106803980726e2777dc67abec6791681d29c983811b6a946d3d8036b405d970c1b5382b61b0d00cff8ef0180ac1be7a520f4229a37a0f9ec7208bab43715ea01
Size (element-v1.7.26.tar.gz) = 14744634 bytes
SHA1 (element-v1.7.29.tar.gz) = 429134f14d8fb0b5ccc0750b87611b485b431a83
RMD160 (element-v1.7.29.tar.gz) = 22a8721979a6fefe4b350839d72acad7da7cab4c
SHA512 (element-v1.7.29.tar.gz) = fcef5c4c8439dd785999aea7a5cd69066a3708e06aca710a63b32f18eeda6d61f76c9b240a1047f61d12b028b6c4095ec2088b36fe9208169483a1967981f888
Size (element-v1.7.29.tar.gz) = 15198029 bytes

0 comments on commit 3136f70

Please sign in to comment.