pkgsrc/chat
js c5b6ec19df Update chat/element-web to 1.7.34
Changes in [1.7.34](https://github.com/vector-im/element-desktop/releases/tag/v1.7.34) (2021-07-02)
===================================================================================================

## 🔒 SECURITY FIXES
 * Sanitize untrusted variables from message previews before translation
   Fixes vector-im/element-web#18314

##  Features
 * Fix editing of `<sub>` & `<sup`> & `<u>`
   [\#6469](https://github.com/matrix-org/matrix-react-sdk/pull/6469)
   Fixes #18211
 * Zoom images in lightbox to where the cursor points
   [\#6418](https://github.com/matrix-org/matrix-react-sdk/pull/6418)
   Fixes #17870
 * Avoid hitting the settings store from TextForEvent
   [\#6205](https://github.com/matrix-org/matrix-react-sdk/pull/6205)
   Fixes #17650
 * Initial MSC3083 + MSC3244 support
   [\#6212](https://github.com/matrix-org/matrix-react-sdk/pull/6212)
   Fixes #17686 and #17661
 * Navigate to the first room with notifications when clicked on space notification dot
   [\#5974](https://github.com/matrix-org/matrix-react-sdk/pull/5974)
 * Add matrix: to the list of permitted URL schemes
   [\#6388](https://github.com/matrix-org/matrix-react-sdk/pull/6388)
 * Add "Copy Link" to room context menu
   [\#6374](https://github.com/matrix-org/matrix-react-sdk/pull/6374)
 * 💭 Message bubble layout
   [\#6291](https://github.com/matrix-org/matrix-react-sdk/pull/6291)
   Fixes #4635, #17773 #16220 and #7687
 * Play only one audio file at a time
   [\#6417](https://github.com/matrix-org/matrix-react-sdk/pull/6417)
   Fixes #17439
 * Move download button for media to the action bar
   [\#6386](https://github.com/matrix-org/matrix-react-sdk/pull/6386)
   Fixes #17943
 * Improved display of one-to-one call history with summary boxes for each call
   [\#6121](https://github.com/matrix-org/matrix-react-sdk/pull/6121)
   Fixes #16409
 * Notification settings UI refresh
   [\#6352](https://github.com/matrix-org/matrix-react-sdk/pull/6352)
   Fixes #17782
 * Fix EventIndex double handling events and erroring
   [\#6385](https://github.com/matrix-org/matrix-react-sdk/pull/6385)
   Fixes #18008
 * Improve reply rendering
   [\#3553](https://github.com/matrix-org/matrix-react-sdk/pull/3553)
   Fixes vector-im/riot-web#9217, vector-im/riot-web#7633, vector-im/riot-web#7530, vector-im/riot-web#7169, vector-im/riot-web#7151, vector-im/riot-web#6692 vector-im/riot-web#6579 and #17440
 * Improve performance of room name calculation
   [\#1801](https://github.com/matrix-org/matrix-js-sdk/pull/1801)

## 🐛 Bug Fixes
 * Fix browser history getting stuck looping back to the same room
   [\#18053](https://github.com/vector-im/element-web/pull/18053)
 * Fix space shortcuts on layouts with non-English keys in the places of numbers
   [\#17780](https://github.com/vector-im/element-web/pull/17780)
   Fixes #17776
 * Fix CreateRoomDialog exploding when making public room outside of a space
   [\#6493](https://github.com/matrix-org/matrix-react-sdk/pull/6493)
 * Fix regression where registration would soft-crash on captcha
   [\#6505](https://github.com/matrix-org/matrix-react-sdk/pull/6505)
   Fixes #18284
 * only send join rule event if we have a join rule to put in it
   [\#6517](https://github.com/matrix-org/matrix-react-sdk/pull/6517)
 * Improve the new download button's discoverability and interactions.
   [\#6510](https://github.com/matrix-org/matrix-react-sdk/pull/6510)
 * Fix voice recording UI looking broken while microphone permissions are being requested.
   [\#6479](https://github.com/matrix-org/matrix-react-sdk/pull/6479)
   Fixes #18223
 * Match colors of room and user avatars in DMs
   [\#6393](https://github.com/matrix-org/matrix-react-sdk/pull/6393)
   Fixes #2449
 * Fix onPaste handler to work with copying files from Finder
   [\#5389](https://github.com/matrix-org/matrix-react-sdk/pull/5389)
   Fixes #15536 and #16255
 * Fix infinite pagination loop when offline
   [\#6478](https://github.com/matrix-org/matrix-react-sdk/pull/6478)
   Fixes #18242
 * Fix blurhash rounded corners missing regression
   [\#6467](https://github.com/matrix-org/matrix-react-sdk/pull/6467)
   Fixes #18110
 * Fix position of the space hierarchy spinner
   [\#6462](https://github.com/matrix-org/matrix-react-sdk/pull/6462)
   Fixes #18182
 * Fix display of image messages that lack thumbnails
   [\#6456](https://github.com/matrix-org/matrix-react-sdk/pull/6456)
   Fixes #18175
 * Fix crash with large audio files.
   [\#6436](https://github.com/matrix-org/matrix-react-sdk/pull/6436)
   Fixes #18149
 * Make diff colors in codeblocks more pleasant
   [\#6355](https://github.com/matrix-org/matrix-react-sdk/pull/6355)
   Fixes #17939
 * Show the correct audio file duration while loading the file.
   [\#6435](https://github.com/matrix-org/matrix-react-sdk/pull/6435)
   Fixes #18160
 * Fix various timeline settings not applying immediately.
   [\#6261](https://github.com/matrix-org/matrix-react-sdk/pull/6261)
   Fixes #17748
 * Fix issues with room list duplication
   [\#6391](https://github.com/matrix-org/matrix-react-sdk/pull/6391)
   Fixes #14508
 * Fix grecaptcha throwing useless error sometimes
   [\#6401](https://github.com/matrix-org/matrix-react-sdk/pull/6401)
   Fixes #15142
 * Update Emojibase and Twemoji and switch to IamCal (Slack-style) shortcodes
   [\#6347](https://github.com/matrix-org/matrix-react-sdk/pull/6347)
   Fixes #13857 and #13334
 * Respect compound emojis in default avatar initial generation
   [\#6397](https://github.com/matrix-org/matrix-react-sdk/pull/6397)
   Fixes #18040
 * Fix bug where the 'other homeserver' field in the server selection dialog would become briefly focus and then unfocus when clicked.
   [\#6394](https://github.com/matrix-org/matrix-react-sdk/pull/6394)
   Fixes #18031
 * Standardise spelling and casing of homeserver, identity server, and integration manager
   [\#6365](https://github.com/matrix-org/matrix-react-sdk/pull/6365)
 * Fix widgets not receiving decrypted events when they have permission.
   [\#6371](https://github.com/matrix-org/matrix-react-sdk/pull/6371)
   Fixes #17615
 * Prevent client hangs when calculating blurhashes
   [\#6366](https://github.com/matrix-org/matrix-react-sdk/pull/6366)
   Fixes #17945
 * Exclude state events from widgets reading room events
   [\#6378](https://github.com/matrix-org/matrix-react-sdk/pull/6378)
 * Cache feature_spaces\* flags to improve performance
   [\#6381](https://github.com/matrix-org/matrix-react-sdk/pull/6381)

Changes in [1.7.33](https://github.com/vector-im/element-web/releases/tag/v1.7.33) (2021-07-19)
===============================================================================================
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.33-rc.1...v1.7.33)

 * No changes from rc.1

Changes in [1.7.33-rc.1](https://github.com/vector-im/element-web/releases/tag/v1.7.33-rc.1) (2021-07-14)
=========================================================================================================
[Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.32...v1.7.33-rc.1)

 * Translations update from Weblate
   [\#17991](https://github.com/vector-im/element-web/pull/17991)
 * Revert "Don't run nginx as root in docker"
   [\#17990](https://github.com/vector-im/element-web/pull/17990)
 * Don't run nginx as root in docker
   [\#17927](https://github.com/vector-im/element-web/pull/17927)
 * Add VS Code to gitignore
   [\#17982](https://github.com/vector-im/element-web/pull/17982)
 * Remove canvas native dependencies from Dockerfile
   [\#17973](https://github.com/vector-im/element-web/pull/17973)
 * Remove node-canvas devDependency
   [\#17967](https://github.com/vector-im/element-web/pull/17967)
 * Add `reskindex` to development steps
   [\#17926](https://github.com/vector-im/element-web/pull/17926)
 * Update Modernizr and stop it from polluting classes on the html tag
   [\#17921](https://github.com/vector-im/element-web/pull/17921)
 * Convert a few files to TS
   [\#17895](https://github.com/vector-im/element-web/pull/17895)
 * Do not generate a lockfile when running in CI
   [\#17902](https://github.com/vector-im/element-web/pull/17902)
 * Fix lockfile to match listed dependencies
   [\#17888](https://github.com/vector-im/element-web/pull/17888)
 * Remove PostCSS calc() processing
   [\#17856](https://github.com/vector-im/element-web/pull/17856)
 * Make issue template styling more consistent and improve PR template
   [\#17691](https://github.com/vector-im/element-web/pull/17691)
 * Update jsrsasign to ^10.2.0 (Includes fix for CVE-2021-30246)
   [\#17170](https://github.com/vector-im/element-web/pull/17170)
 * Migrate to `eslint-plugin-matrix-org`
   [\#17847](https://github.com/vector-im/element-web/pull/17847)
 * Remove spurious overflow: auto on #matrixchat element
   [\#17647](https://github.com/vector-im/element-web/pull/17647)
 * Enhance security by disallowing CSP object-src rule
   [\#17818](https://github.com/vector-im/element-web/pull/17818)
2021-08-03 19:51:56 +00:00
..
anope Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
atheme atheme: Update to 7.2.11 2021-04-08 10:17:28 +00:00
bitchbot *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
bitchx bitchx: Build with IPv6 support. 2021-08-01 12:52:39 +00:00
bitlbee revbump for boost-libs 2021-04-21 13:24:06 +00:00
bitlbee-discord bitlbee-discord: Update to 0.4.3 2020-04-22 04:39:48 +00:00
bitlbee-facebook bitlbee-facebook: Update to 1.2.2 2021-02-16 09:53:37 +00:00
bitlbee-mastodon bitlbee-mastodon: Update to 1.4.4 2020-04-22 04:40:59 +00:00
bitlbee-steam *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
bnc *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
carbons-purple revbump for textproc/icu 2021-04-21 11:40:12 +00:00
centerim *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
centerim5 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
cgiirc *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
coyim Revbump all Go packages after go116 update 2021-07-13 11:36:30 +00:00
ctrlproxy ctrlproxy: fix SSL support 2021-05-15 11:54:48 +00:00
dccserver *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
dino dino: update to 0.2.1 2021-06-09 20:22:18 +00:00
eggdrop *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ejabberd ejabberd: set DIST_SUBDIR when changing the checksums for a distfile 2021-04-15 08:28:11 +00:00
ekg revbump for boost-libs 2021-04-21 13:24:06 +00:00
element-web Update chat/element-web to 1.7.34 2021-08-03 19:51:56 +00:00
emacs-jabber all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
emech emech: Update to 3.0.3 2020-01-18 23:26:34 +00:00
epic4 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
epic4-doc *: ftp.freenet.de does not provide ftp/http service any longer 2019-02-04 09:34:48 +00:00
farstream farstream: fix build with gmake 4.3 using upstream patches 2021-05-03 08:34:36 +00:00
finch *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
fisg
gajim Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gajim-plugin-omemo Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gloox revbump for boost-libs 2021-04-21 13:24:06 +00:00
gomuks Revbump all Go packages after go116 update 2021-07-13 11:36:30 +00:00
goofey
hexchat *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
i2cb chat: align variable assignments 2019-11-02 22:18:22 +00:00
i2cbd i2cbd: Don't build with -Werror or -g. Fixes build with gcc9. 2020-11-30 12:20:53 +00:00
icb icb: fix building on modern mainstream Linux distros 2020-08-18 02:17:26 +00:00
icbirc
ii ii: Update to 1.8 2020-05-16 18:14:20 +00:00
ircd-hybrid revbump for boost-libs 2021-04-21 13:24:06 +00:00
irchat-pj chat: align variable assignments 2019-11-02 22:18:22 +00:00
ircII ircII: PLIST: Add missing refresh_window_lastlog help (from 20210314). 2021-03-15 16:40:15 +00:00
ircu
iroffer
irssi *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
irssi-icb irssi: update to 1.2.3 2021-04-24 08:32:00 +00:00
irssi-xmpp irssi-xmpp: fix fetch 2021-04-29 07:55:06 +00:00
jabberd2 Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
kgb-bot *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
konversation *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
ktp-accounts-kcm revbump for boost-libs 2021-04-21 13:24:06 +00:00
ktp-approver revbump for boost-libs 2021-04-21 13:24:06 +00:00
ktp-auth-handler revbump for boost-libs 2021-04-21 13:24:06 +00:00
ktp-common-internals *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
ktp-contact-list revbump for boost-libs 2021-04-21 13:24:06 +00:00
ktp-contact-runner revbump for boost-libs 2021-04-21 13:24:06 +00:00
ktp-desktop-applets revbump for boost-libs 2021-04-21 13:24:06 +00:00
ktp-filetransfer-handler revbump for boost-libs 2021-04-21 13:24:06 +00:00
ktp-kded-integration-module revbump for boost-libs 2021-04-21 13:24:06 +00:00
ktp-send-file revbump for boost-libs 2021-04-21 13:24:06 +00:00
ktp-text-ui revbump for boost-libs 2021-04-21 13:24:06 +00:00
libfolks libfolks: Add PLIST substitution for SOEXT, fixes buid on macOS 2021-04-26 13:41:04 +00:00
libgadu *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
libmesode chat: Add libmesode. Based on work by js in pkgsrc-wip. 2020-09-04 10:13:16 +00:00
libmsn *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
libotr libotr: Update HOMEPAGE 2020-02-23 18:07:10 +00:00
libpurple *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
libsignal-protocol-c chat/libsignal-protocol-c: import libsignal-protocol-c-2.3.3 2020-06-11 13:45:36 +00:00
libtelepathy revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libtlen all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
loudmouth loudmouth: remove hacks.mk, configure checks for correct symbol now 2021-01-26 00:25:31 +00:00
lurch-purple revbump for textproc/icu 2021-04-21 11:40:12 +00:00
matrix-synapse Update chat/matrix-synapse to 1.38.1 2021-07-25 19:48:43 +00:00
matterircd Revbump all Go packages after go116 update 2021-07-13 11:36:30 +00:00
maubot *: remove upper bounds on py-ruamel-yaml 2021-07-14 08:29:19 +00:00
mautrix-hangouts *: remove upper bounds on py-ruamel-yaml 2021-07-14 08:29:19 +00:00
mautrix-telegram *: remove upper bounds on py-ruamel-yaml 2021-07-14 08:29:19 +00:00
mcabber mcabber: Update to 1.1.2 2021-01-24 16:54:15 +00:00
meanwhile *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
miniircd Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
mumble *: Recursive revbump from audio/pulseaudio-15.0 2021-07-30 12:26:37 +00:00
ninja
p5-IRC-Utils *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Net-Goofey *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-Net-Jabber *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-POE-Component-IRC *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
p5-POE-Filter-IRCD *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
phone phone: needs curses 2021-05-15 11:55:45 +00:00
pidgin pidgin: update to 2.14.4 2021-05-02 10:19:20 +00:00
pidgin-facebookchat revbump for textproc/icu 2021-04-21 11:40:12 +00:00
pidgin-icb revbump for textproc/icu 2021-04-21 11:40:12 +00:00
pidgin-latex revbump for textproc/icu 2021-04-21 11:40:12 +00:00
pidgin-libnotify *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
pidgin-otr *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
pidgin-sametime *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
pidgin-silc *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
pircbot
profanity revbump for boost-libs 2021-04-21 13:24:06 +00:00
prosody *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
psi *: Recursive revbump from audio/pulseaudio-15.0 2021-07-30 12:26:37 +00:00
psybnc chat/psybnc: fix accidentally hard-coded PREFIX 2020-04-25 19:13:12 +00:00
py-axolotl
py-axolotl-curve25519
py-hangups py-hangups: Update to 0.4.13 2021-03-08 21:28:27 +00:00
py-mastodon py-mastodon: Update DEPENDS 2020-03-05 20:37:30 +00:00
py-mautrix Update chat/py-mautrix to 0.8.3 2020-11-18 20:48:58 +00:00
py-nbxmpp py-nbxmpp: updated to 1.0.1 2020-07-08 11:55:45 +00:00
py-telethon Add chat/py-telethon 2020-11-18 23:11:57 +00:00
py-telethon-session-sqlalchemy Add chat/py-telethon-session-sqlalchemy 0.2.16 2020-11-18 23:23:30 +00:00
py-xmpppy py-xmpppy: Update to 0.6.2 2020-12-19 19:16:22 +00:00
quassel *: Recursive revbump from audio/pulseaudio-15.0 2021-07-30 12:26:37 +00:00
quirc *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
riece all: migrate several HOMEPAGEs to https 2020-01-18 23:30:05 +00:00
roxirc
ruby-net-irc
scrollz revbump for boost-libs 2021-04-21 13:24:06 +00:00
silc-client *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
silc-client-icb
silc-server *: remove dead download location 2021-04-21 09:06:15 +00:00
sirc *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
skypeweb-purple revbump for textproc/icu 2021-04-21 11:40:12 +00:00
spectrum Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
srain srain: update to 1.2.1 2021-05-04 15:01:22 +00:00
swift *: Recursive revbump from audio/pulseaudio-15.0 2021-07-30 12:26:37 +00:00
telegram-purple revbump for textproc/icu 2021-04-21 11:40:12 +00:00
telepathy-farstream *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
telepathy-gabble revbump for boost-libs 2021-04-21 13:24:06 +00:00
telepathy-glib revbump for textproc/icu 2021-04-21 11:40:12 +00:00
telepathy-haze revbump for textproc/icu 2021-04-21 11:40:12 +00:00
telepathy-idle revbump for textproc/icu 2021-04-21 11:40:12 +00:00
telepathy-logger revbump for textproc/icu 2021-04-21 11:40:12 +00:00
telepathy-mission-control5 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
telepathy-qt *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
telepathy-qt5 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
tik all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
tirc chat: align variable assignments 2019-11-02 22:18:22 +00:00
tkabber
tkirc
tkirc2 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
tootstream Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
toxcore (chat/toxcore) Update buildlink3.mk for lib/libtoxcore.so.2.10.0 bump 2020-03-15 14:03:44 +00:00
unrealircd unrealircd: update to 5.2.1.1 2021-07-15 09:57:47 +00:00
weechat Bump PKGREVISION for affected packages by changing default Ruby's version. 2021-07-21 14:40:28 +00:00
xaric chat/xaric: remove unknown configure option 2020-06-01 06:11:54 +00:00
ysm Ignore portability when patching configure already 2020-03-26 02:39:17 +00:00
zenicb
zenirc chat: align variable assignments 2019-11-02 22:18:22 +00:00
zircon *: remove dead master site 2021-04-21 08:36:10 +00:00
znc *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
Makefile Add a package for gomuks, from pkgsrc-wip. 2021-05-21 15:04:16 +00:00