pkgsrc/chat
js 2aab653d62 Update chat/element-web to 1.11.39
Changes in [1.11.39](https://github.com/vector-im/element-web/releases/tag/v1.11.39) (2023-08-15)
=================================================================================================

## 🦖 Deprecations
 * Deprecate camelCase config options ([\#25800](https://github.com/vector-im/element-web/pull/25800)).
 * Deprecate customisations in favour of Module API ([\#25736](https://github.com/vector-im/element-web/pull/25736)). Fixes #25733.

##  Features
 * Update labs.md for knock rooms ([\#25923](https://github.com/vector-im/element-web/pull/25923)). Contributed by @charlynguyen.
 * Package release builds of element-web in package.element.io debs ([\#25198](https://github.com/vector-im/element-web/pull/25198)).
 * Allow knocking rooms ([\#11353](https://github.com/matrix-org/matrix-react-sdk/pull/11353)). Contributed by @charlynguyen.
 * Support adding space-restricted joins on rooms not members of those spaces ([\#9017](https://github.com/matrix-org/matrix-react-sdk/pull/9017)). Fixes #19213.
 * Clear requiresClient and show pop-out if widget-api fails to ready ([\#11321](https://github.com/matrix-org/matrix-react-sdk/pull/11321)). Fixes vector-im/customer-retainer#73.
 * Bump pagination sizes due to hidden events ([\#11342](https://github.com/matrix-org/matrix-react-sdk/pull/11342)).
 * Remove display of key backup signatures from backup settings ([\#11333](https://github.com/matrix-org/matrix-react-sdk/pull/11333)).
 * Use PassphraseFields in ExportE2eKeysDialog to enforce minimum passphrase complexity ([\#11222](https://github.com/matrix-org/matrix-react-sdk/pull/11222)). Fixes #9478.

## 🐛 Bug Fixes
 * Fix "Export chat" not respecting configured time format in plain text mode ([\#10696](https://github.com/matrix-org/matrix-react-sdk/pull/10696)). Fixes #23838. Contributed by @rashmitpankhania.
 * Fix some missing 1-count pluralisations around event list summaries ([\#11371](https://github.com/matrix-org/matrix-react-sdk/pull/11371)). Fixes #25925.
 * Fix create subspace dialog not working for public space creation ([\#11367](https://github.com/matrix-org/matrix-react-sdk/pull/11367)). Fixes #25916.
 * Search for users on paste ([\#11304](https://github.com/matrix-org/matrix-react-sdk/pull/11304)). Fixes #17523. Contributed by @peterscheu-aceart.
 * Fix AppTile context menu not always showing up when it has options ([\#11358](https://github.com/matrix-org/matrix-react-sdk/pull/11358)). Fixes #25914.
 * Fix clicking on home all rooms space notification not working ([\#11337](https://github.com/matrix-org/matrix-react-sdk/pull/11337)). Fixes #22844.
 * Fix joining a suggested room switching space away ([\#11347](https://github.com/matrix-org/matrix-react-sdk/pull/11347)). Fixes #25838.
 * Fix home/all rooms context menu in space panel ([\#11350](https://github.com/matrix-org/matrix-react-sdk/pull/11350)). Fixes #25896.
 * Make keyboard handling in and out of autocomplete completions consistent ([\#11344](https://github.com/matrix-org/matrix-react-sdk/pull/11344)). Fixes #25878.
 * De-duplicate reactions by sender to account for faulty/malicious servers ([\#11340](https://github.com/matrix-org/matrix-react-sdk/pull/11340)). Fixes #25872.
 * Fix disable_3pid_login being ignored for the email field ([\#11335](https://github.com/matrix-org/matrix-react-sdk/pull/11335)). Fixes #25863.
 * Upgrade wysiwyg editor for ctrl+backspace windows fix ([\#11324](https://github.com/matrix-org/matrix-react-sdk/pull/11324)). Fixes vector-im/verticals-internal#102.
 * Unhide the view source event toggle - it works well enough ([\#11336](https://github.com/matrix-org/matrix-react-sdk/pull/11336)). Fixes #25861.

Changes in [1.11.38](https://github.com/vector-im/element-web/releases/tag/v1.11.38) (2023-08-04)
=================================================================================================

##  Features
 * Package release builds of element-web in package.element.io debs ([\#25198](https://github.com/vector-im/element-web/pull/25198)).

## 🐛 Bug Fixes
 * Revert to using the /presence API for presence ([\#11366](https://github.com/matrix-org/matrix-react-sdk/pull/11366))

Changes in [1.11.37](https://github.com/vector-im/element-web/releases/tag/v1.11.37) (2023-08-01)
=================================================================================================

## 🦖 Deprecations
 * Deprecate camelCase config options ([\#25800](https://github.com/vector-im/element-web/pull/25800)).
 * Deprecate customisations in favour of Module API ([\#25736](https://github.com/vector-im/element-web/pull/25736)). Fixes #25733.

##  Features
 * Do not show "Forget room" button in Room View header for guest users ([\#10898](https://github.com/matrix-org/matrix-react-sdk/pull/10898)). Contributed by @spantaleev.
 * Switch to updating presence via /sync calls instead of PUT /presence ([\#11223](https://github.com/matrix-org/matrix-react-sdk/pull/11223)). Fixes #20809 #13877 and #4813.
 * Fix blockquote colour contrast ([\#11299](https://github.com/matrix-org/matrix-react-sdk/pull/11299)). Fixes matrix-org/element-web-rageshakes#21800.
 * Don't hide room header buttons in video rooms and rooms with a call ([\#9712](https://github.com/matrix-org/matrix-react-sdk/pull/9712)). Fixes #23900.
 * OIDC: Persist details in session storage, create store ([\#11302](https://github.com/matrix-org/matrix-react-sdk/pull/11302)). Fixes #25710. Contributed by @kerryarchibald.
 * Allow setting room join rule to knock ([\#11248](https://github.com/matrix-org/matrix-react-sdk/pull/11248)). Contributed by @charlynguyen.
 * Retry joins on 524 (Cloudflare timeout) also ([\#11296](https://github.com/matrix-org/matrix-react-sdk/pull/11296)). Fixes #8776.
 * Make sure users returned by the homeserver search API are displayed. Don't silently drop any. ([\#9556](https://github.com/matrix-org/matrix-react-sdk/pull/9556)). Fixes #24422. Contributed by @maxmalek.
 * Offer to unban user during invite if inviter has sufficient permissions ([\#11256](https://github.com/matrix-org/matrix-react-sdk/pull/11256)). Fixes #3222.
 * Split join and goto slash commands, the latter shouldn't auto_join ([\#11259](https://github.com/matrix-org/matrix-react-sdk/pull/11259)). Fixes #10128.
 * Integration work for rich text editor 2.3.1 ([\#11172](https://github.com/matrix-org/matrix-react-sdk/pull/11172)). Contributed by @alunturner.
 * Compound color pass ([\#11079](https://github.com/matrix-org/matrix-react-sdk/pull/11079)). Fixes vector-im/internal-planning#450 and #25547.
 * Warn when demoting self via /op and /deop slash commands ([\#11214](https://github.com/matrix-org/matrix-react-sdk/pull/11214)). Fixes #13726.

## 🐛 Bug Fixes
 * Correct Jitsi preferred_domain property ([\#25813](https://github.com/vector-im/element-web/pull/25813)). Contributed by @benbz.
 * Fix edge case with sent indicator being drawn when it shouldn't be ([\#11320](https://github.com/matrix-org/matrix-react-sdk/pull/11320)).
 * Use correct translation function for WYSIWYG buttons ([\#11315](https://github.com/matrix-org/matrix-react-sdk/pull/11315)). Fixes vector-im/verticals-internal#109.
 * Handle empty own profile ([\#11319](https://github.com/matrix-org/matrix-react-sdk/pull/11319)). Fixes #25510.
 * Fix peeked rooms showing up in historical ([\#11316](https://github.com/matrix-org/matrix-react-sdk/pull/11316)). Fixes #22473.
 * Ensure consistency when rendering the sent event indicator ([\#11314](https://github.com/matrix-org/matrix-react-sdk/pull/11314)). Fixes #17937.
 * Prevent re-filtering user directory results in spotlight ([\#11290](https://github.com/matrix-org/matrix-react-sdk/pull/11290)). Fixes #24422.
 * Fix GIF label on dark theme ([\#11312](https://github.com/matrix-org/matrix-react-sdk/pull/11312)). Fixes #25836.
 * Fix issues around room notification settings flaking out ([\#11306](https://github.com/matrix-org/matrix-react-sdk/pull/11306)). Fixes #16472 #21309 and #6828.
 * Fix invite dialog showing the same user multiple times ([\#11308](https://github.com/matrix-org/matrix-react-sdk/pull/11308)). Fixes #25578.
 * Don't show composer send button if user cannot send ([\#11298](https://github.com/matrix-org/matrix-react-sdk/pull/11298)). Fixes #25825.
 * Restore color for sender in imageview ([\#11289](https://github.com/matrix-org/matrix-react-sdk/pull/11289)). Fixes #25822.
 * Fix changelog dialog heading size ([\#11286](https://github.com/matrix-org/matrix-react-sdk/pull/11286)). Fixes #25789.
 * Restore offline presence badge color ([\#11287](https://github.com/matrix-org/matrix-react-sdk/pull/11287)). Fixes #25792.
 * Fix bubble message layout avatar overlap ([\#11284](https://github.com/matrix-org/matrix-react-sdk/pull/11284)). Fixes #25818.
 * Fix voice call tile size ([\#11285](https://github.com/matrix-org/matrix-react-sdk/pull/11285)). Fixes #25684.
 * Fix layout of sessions tab buttons ([\#11279](https://github.com/matrix-org/matrix-react-sdk/pull/11279)). Fixes #25545.
 * Don't bother showing redundant tooltip on space menu ([\#11276](https://github.com/matrix-org/matrix-react-sdk/pull/11276)). Fixes #20380.
 * Remove reply fallback from notifications ([\#11278](https://github.com/matrix-org/matrix-react-sdk/pull/11278)). Fixes #17859.
 * Populate info.duration for audio & video file uploads ([\#11225](https://github.com/matrix-org/matrix-react-sdk/pull/11225)). Fixes #17720.
 * Hide widget menu button if it there are no options available ([\#11257](https://github.com/matrix-org/matrix-react-sdk/pull/11257)). Fixes #24826.
 * Fix colour regressions ([\#11273](https://github.com/matrix-org/matrix-react-sdk/pull/11273)). Fixes #25788, #25808 #25811 and #25812.
 * Fix room view not properly maintaining scroll position ([\#11274](https://github.com/matrix-org/matrix-react-sdk/pull/11274)). Fixes #25810.
 * Prevent user from accidentally double clicking user info admin actions ([\#11254](https://github.com/matrix-org/matrix-react-sdk/pull/11254)). Fixes #10944.
 * Fix missing metaspace notification badges ([\#11269](https://github.com/matrix-org/matrix-react-sdk/pull/11269)). Fixes #25679.
 * Fix clicking MXID in timeline going to matrix.to ([\#11263](https://github.com/matrix-org/matrix-react-sdk/pull/11263)). Fixes #23342.
 * Restoring optional ligatures by resetting letter-spacing ([\#11202](https://github.com/matrix-org/matrix-react-sdk/pull/11202)). Fixes #25727.
 * Allow emoji presentation selector to not break BigEmoji styling ([\#11253](https://github.com/matrix-org/matrix-react-sdk/pull/11253)). Fixes #17848.
 * Make event highliht use primary content token ([\#11255](https://github.com/matrix-org/matrix-react-sdk/pull/11255)).
 * Fix event info events size and color ([\#11252](https://github.com/matrix-org/matrix-react-sdk/pull/11252)). Fixes #25778.
 * Fix color mapping for blockquote border ([\#11251](https://github.com/matrix-org/matrix-react-sdk/pull/11251)). Fixes #25782.
 * Strip emoji variation when searching emoji by emoji ([\#11221](https://github.com/matrix-org/matrix-react-sdk/pull/11221)). Fixes #18703.
2023-08-22 17:27:38 +00:00
..
anope revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
atheme atheme: update to 7.2.12 2022-03-04 07:59:38 +00:00
bitchbot *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
bitchx chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
bitlbee *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
bitlbee-discord revbump for icu and libffi 2021-12-08 16:01:42 +00:00
bitlbee-facebook revbump for icu and libffi 2021-12-08 16:01:42 +00:00
bitlbee-mastodon revbump for icu and libffi 2021-12-08 16:01:42 +00:00
bitlbee-steam revbump for icu and libffi 2021-12-08 16:01:42 +00:00
bnc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
carbons-purple revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
catgirl catgirl: Needs c11 2023-08-06 09:52:00 +00:00
centerim *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
centerim5 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
cgiirc *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
coyim Revbump all Go packages after go120 update 2023-07-15 10:52:52 +00:00
ctrlproxy revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
dccserver *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
dino Recursive revbump for new major version of graphics/graphviz. 2023-06-07 11:27:28 +00:00
eggdrop eggdrop: update to 1.9.2 2022-03-07 07:28:45 +00:00
ejabberd Fix the paths in ejabberdctl 2023-08-11 13:50:30 +00:00
ekg revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
element-web Update chat/element-web to 1.11.39 2023-08-22 17:27:38 +00:00
emacs-jabber Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
emech chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
epic4 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
epic4-doc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
farstream revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
finch *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
fisg chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
gajim *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
gajim-plugin-omemo *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
gloox gloox: update to version 1.0.27 2023-05-03 19:51:38 +00:00
gomuks Revbump all Go packages after go120 update 2023-07-15 10:52:52 +00:00
goofey chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
hexchat *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
i2cb chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
i2cbd chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
iamb chat/iamb: update to 0.0.8 2023-07-08 20:14:16 +00:00
icb chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
icbirc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
ii ii: needs __EXTENSIONS__ for struct sigaction on SunOS 2022-08-22 17:47:51 +00:00
ircd-hybrid revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
irchat-pj Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
ircII chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
ircu chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
iroffer chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
irssi irssi-icb: update to 0.17 2023-07-24 22:21:42 +00:00
irssi-icb irssi-icb: update to 0.17 2023-07-24 22:21:42 +00:00
jabberd2 revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
jicofo jicofo,jitsi-{meet-prosody,videobridge}: update to 2.0.8252 2023-02-10 12:50:13 +00:00
jitsi-meet jicofo,jitsi-{meet-prosody,videobridge}: update to 2.0.8252 2023-02-10 12:50:13 +00:00
jitsi-meet-prosody jicofo,jitsi-{meet-prosody,videobridge}: update to 2.0.8252 2023-02-10 12:50:13 +00:00
jitsi-srtp jitsi-srtp: import version 1.1 2023-02-16 09:55:38 +00:00
jitsi-videobridge jitsi-videobridge: fix distinfo 2023-02-16 10:34:42 +00:00
kgb-bot *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
konversation konversation: update to 23.04.3 2023-08-16 21:50:07 +00:00
libfolks *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libgadu revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
libmesode libmesode: remove patch that is not (active) in distinfo 2022-03-10 06:56:41 +00:00
libmsn libmsn: use c++03 to fix build with c++17 default compilers 2023-03-26 12:54:26 +00:00
libotr chat/libotr: fix build. 2023-01-04 18:46:09 +00:00
libpurple *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libsignal-protocol-c *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
libstrophe libstrophe: add PLIST (fix build) 2022-05-22 21:06:40 +00:00
libtlen chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
loudmouth revbump for icu and libffi 2021-12-08 16:01:42 +00:00
lurch-purple revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
matrix-synapse *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
matterircd Revbump all Go packages after go120 update 2023-07-15 10:52:52 +00:00
mautrix-telegram *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
mcabber revbump for icu and libffi 2021-12-08 16:01:42 +00:00
meanwhile revbump for icu and libffi 2021-12-08 16:01:42 +00:00
miniircd *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
mumble chat: Where possible, adjust packages to use USE_(CC|CXX)_FEATURES 2023-07-18 12:59:31 +00:00
ninja chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
p5-IRC-Utils *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Goofey *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Jabber *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-POE-Component-IRC *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-POE-Filter-IRCD *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
phone chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
pidgin *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
pidgin-facebookchat revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pidgin-icb revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pidgin-latex revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pidgin-libnotify revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pidgin-otr revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pidgin-sametime revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pidgin-silc revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pircbot chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
profanity profanity: mark as not for Python 3.11 2023-08-17 14:38:06 +00:00
prosody revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
psi *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
psybnc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
py-axolotl py-axolotl: fix DEPENDS line 2023-07-03 13:06:52 +00:00
py-axolotl-curve25519 *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-hangups python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-mastodon *: remove more references to Python 3.7 2023-08-01 23:20:37 +00:00
py-matrix-common Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-matrix-nio py-matrix-nio: fix dependency pattern 2022-01-25 18:30:25 +00:00
py-mautrix *: remove more references to Python 3.7 2023-08-01 23:20:37 +00:00
py-nbxmpp py-nbxmpp: update to 2.04, gajim: update to 1.3.3 2022-03-04 09:34:29 +00:00
py-telethon Update chat/py-telethon to 1.24.0 2022-01-15 20:01:37 +00:00
py-tulir-telethon Update chat/py-tulir-telethon to 1.25.0a7 2022-04-23 12:45:09 +00:00
py-xmpppy *: switch to appropriate py-dns version 2022-08-23 21:49:55 +00:00
quassel chat: Where possible, adjust packages to use USE_(CC|CXX)_FEATURES 2023-07-18 12:59:31 +00:00
quirc *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
riece 'with-current-buffer' takes a buffer; upstream says so, too. 2023-05-04 14:58:16 +00:00
roxirc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
ruby-net-irc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
scrollz revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
senpai Revbump all Go packages after go120 update 2023-07-15 10:52:52 +00:00
silc-client *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
silc-client-icb chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
silc-server silc-server: Fix building on platforms with dlopen in libdl. 2023-07-09 10:02:38 +00:00
sirc *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
skypeweb-purple revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
spectrum *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
srain *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
ssh-chat Revbump all Go packages after go120 update 2023-07-15 10:52:52 +00:00
swift *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
swirc swirc: update to 3.4.4. 2023-07-29 21:15:22 +00:00
telegram-purple revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
telepathy-farstream revbump for icu and libffi 2021-12-08 16:01:42 +00:00
telepathy-gabble *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
telepathy-glib *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
telepathy-haze *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
telepathy-idle *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
telepathy-logger *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
telepathy-mission-control5 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
telepathy-qt *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
telepathy-qt5 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
tik chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
tirc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
tkabber chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
tkirc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
tkirc2 chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
toot *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
tootstream *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
toxcore *: Recursive revbump from audio/libopus 1.4 2023-05-06 19:08:45 +00:00
unrealircd revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
unrealircd6 revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
weechat *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
xaric chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
ysm chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
zenicb Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
zenirc Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
zircon chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
znc *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
Makefile libtelepathy: remove 2023-08-16 22:25:25 +00:00