pkgsrc/chat
js 7491b9cd32 Update chat/matrix-synapse to 1.43.0
Synapse 1.43.0 (2021-09-21)
===========================

This release drops support for the deprecated, unstable API for [MSC2858 (Multiple SSO Identity Providers)](https://github.com/matrix-org/matrix-doc/blob/master/proposals/2858-Multiple-SSO-Identity-Providers.md#unstable-prefix), as well as the undocumented `experimental.msc2858_enabled` config option. Client authors should update their clients to use the stable API, available since Synapse 1.30.

The documentation has been updated with configuration for routing `/spaces`, `/hierarchy` and `/summary` to workers. See [the upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.43/docs/upgrade.md#upgrading-to-v1430) for more details.

No significant changes since 1.43.0rc2.

Synapse 1.43.0rc2 (2021-09-17)
==============================

Bugfixes
--------

- Added opentracing logging to help debug [\#9424](https://github.com/matrix-org/synapse/issues/9424). ([\#10828](https://github.com/matrix-org/synapse/issues/10828))


Synapse 1.43.0rc1 (2021-09-14)
==============================

Features
--------

- Allow room creators to send historical events specified by [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) in existing room versions. ([\#10566](https://github.com/matrix-org/synapse/issues/10566))
- Add config option to use non-default manhole password and keys. ([\#10643](https://github.com/matrix-org/synapse/issues/10643))
- Skip final GC at shutdown to improve restart performance. ([\#10712](https://github.com/matrix-org/synapse/issues/10712))
- Allow configuration of the oEmbed URLs used for URL previews. ([\#10714](https://github.com/matrix-org/synapse/issues/10714), [\#10759](https://github.com/matrix-org/synapse/issues/10759))
- Prefer [room version 9](https://github.com/matrix-org/matrix-doc/pull/3375) for restricted rooms per the [room version capabilities](https://github.com/matrix-org/matrix-doc/pull/3244) API. ([\#10772](https://github.com/matrix-org/synapse/issues/10772))


Bugfixes
--------

- Fix a long-standing bug where room avatars were not included in email notifications. ([\#10658](https://github.com/matrix-org/synapse/issues/10658))
- Fix a bug where the ordering algorithm was skipping the `origin_server_ts` step in the spaces summary resulting in unstable room orderings. ([\#10730](https://github.com/matrix-org/synapse/issues/10730))
- Fix edge case when persisting events into a room where there are multiple events we previously hadn't calculated auth chains for (and hadn't marked as needing to be calculated). ([\#10743](https://github.com/matrix-org/synapse/issues/10743))
- Fix a bug which prevented calls to `/createRoom` that included the `room_alias_name` parameter from being handled by worker processes. ([\#10757](https://github.com/matrix-org/synapse/issues/10757))
- Fix a bug which prevented user registration via SSO to require consent tracking for SSO mapping providers that don't prompt for Matrix ID selection. Contributed by @AndrewFerr. ([\#10733](https://github.com/matrix-org/synapse/issues/10733))
- Only return the stripped state events for the `m.space.child` events in a room for the spaces summary from [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946). ([\#10760](https://github.com/matrix-org/synapse/issues/10760))
- Properly handle room upgrades of spaces. ([\#10774](https://github.com/matrix-org/synapse/issues/10774))
- Fix a bug which generated invalid homeserver config when the `frontend_proxy` worker type was passed to the Synapse Worker-based Complement image. ([\#10783](https://github.com/matrix-org/synapse/issues/10783))


Improved Documentation
----------------------

- Minor fix to the `media_repository` developer documentation. Contributed by @cuttingedge1109. ([\#10556](https://github.com/matrix-org/synapse/issues/10556))
- Update the documentation to note that the `/spaces` and `/hierarchy` endpoints can be routed to workers. ([\#10648](https://github.com/matrix-org/synapse/issues/10648))
- Clarify admin API documentation on undoing room deletions. ([\#10735](https://github.com/matrix-org/synapse/issues/10735))
- Split up the modules documentation and add examples for module developers. ([\#10758](https://github.com/matrix-org/synapse/issues/10758))
- Correct 2 typographical errors in the [Log Contexts documentation](https://matrix-org.github.io/synapse/latest/log_contexts.html). ([\#10795](https://github.com/matrix-org/synapse/issues/10795))
- Fix a wording mistake in the sample configuration. Contributed by @bramvdnheuvel:nltrix.net. ([\#10804](https://github.com/matrix-org/synapse/issues/10804))


Deprecations and Removals
-------------------------

- Remove the [unstable MSC2858 API](https://github.com/matrix-org/matrix-doc/blob/master/proposals/2858-Multiple-SSO-Identity-Providers.md#unstable-prefix), including the undocumented `experimental.msc2858_enabled` config option. The unstable API has been deprecated since Synapse 1.35. Client authors should update their clients to use the stable API introduced in Synapse 1.30 if they have not already done so. ([\#10693](https://github.com/matrix-org/synapse/issues/10693))


Internal Changes
----------------

- Add OpenTracing logging to help debug stuck messages (as described by issue [#9424](https://github.com/matrix-org/synapse/issues/9424)). ([\#10704](https://github.com/matrix-org/synapse/issues/10704))
- Add type annotations to the `synapse.util` package. ([\#10601](https://github.com/matrix-org/synapse/issues/10601))
- Ensure `rooms.creator` field is always populated for easy lookup in [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) usage later. ([\#10697](https://github.com/matrix-org/synapse/issues/10697))
- Add missing type hints to REST servlets. ([\#10707](https://github.com/matrix-org/synapse/issues/10707), [\#10728](https://github.com/matrix-org/synapse/issues/10728), [\#10736](https://github.com/matrix-org/synapse/issues/10736))
- Do not include rooms with unknown room versions in the spaces summary results. ([\#10727](https://github.com/matrix-org/synapse/issues/10727))
- Additional error checking for the `preset` field when creating a room. ([\#10738](https://github.com/matrix-org/synapse/issues/10738))
- Clean up some of the federation event authentication code for clarity. ([\#10744](https://github.com/matrix-org/synapse/issues/10744), [\#10745](https://github.com/matrix-org/synapse/issues/10745), [\#10746](https://github.com/matrix-org/synapse/issues/10746), [\#10771](https://github.com/matrix-org/synapse/issues/10771), [\#10773](https://github.com/matrix-org/synapse/issues/10773), [\#10781](https://github.com/matrix-org/synapse/issues/10781))
- Add an index to `presence_stream` to hopefully speed up startups a little. ([\#10748](https://github.com/matrix-org/synapse/issues/10748))
- Refactor event size checking code to simplify searching the codebase for the origins of certain error strings that are occasionally emitted. ([\#10750](https://github.com/matrix-org/synapse/issues/10750))
- Move tests relating to rooms having encryption out of the user directory tests. ([\#10752](https://github.com/matrix-org/synapse/issues/10752))
- Use `attrs` internally for the URL preview code & update documentation. ([\#10753](https://github.com/matrix-org/synapse/issues/10753))
- Minor speed ups when joining large rooms over federation. ([\#10754](https://github.com/matrix-org/synapse/issues/10754), [\#10755](https://github.com/matrix-org/synapse/issues/10755), [\#10756](https://github.com/matrix-org/synapse/issues/10756), [\#10780](https://github.com/matrix-org/synapse/issues/10780), [\#10784](https://github.com/matrix-org/synapse/issues/10784))
- Add a constant for `m.federate`. ([\#10775](https://github.com/matrix-org/synapse/issues/10775))
- Add a script to update the Debian changelog in a Docker container for systems that are not Debian-based. ([\#10778](https://github.com/matrix-org/synapse/issues/10778))
- Change the format of authenticated users in logs when a user is being puppeted by and admin user. ([\#10779](https://github.com/matrix-org/synapse/issues/10779))
- Remove fixed and flakey tests from the Sytest blacklist. ([\#10788](https://github.com/matrix-org/synapse/issues/10788))
- Improve internal details of the user directory code. ([\#10789](https://github.com/matrix-org/synapse/issues/10789))
- Use direct references to config flags. ([\#10798](https://github.com/matrix-org/synapse/issues/10798))
- Ensure the Rust reporter passes type checking with jaeger-client 4.7's type annotations. ([\#10799](https://github.com/matrix-org/synapse/issues/10799))


Synapse 1.42.0 (2021-09-07)
===========================

This version of Synapse removes deprecated room-management admin APIs, removes out-of-date email pushers, and improves error handling for fallback templates for user-interactive authentication. For more information on these points, server administrators are encouraged to read [the upgrade notes](docs/upgrade.md#upgrading-to-v1420).

No significant changes since 1.42.0rc2.


Synapse 1.42.0rc2 (2021-09-06)
==============================

Features
--------

- Support room version 9 from [MSC3375](https://github.com/matrix-org/matrix-doc/pull/3375). ([\#10747](https://github.com/matrix-org/synapse/issues/10747))


Internal Changes
----------------

- Print a warning when using one of the deprecated `template_dir` settings. ([\#10768](https://github.com/matrix-org/synapse/issues/10768))


Synapse 1.42.0rc1 (2021-09-01)
==============================

Features
--------

- Add support for [MSC3231](https://github.com/matrix-org/matrix-doc/pull/3231): Token authenticated registration. Users can be required to submit a token during registration to authenticate themselves. Contributed by Callum Brown. ([\#10142](https://github.com/matrix-org/synapse/issues/10142))
- Add support for [MSC3283](https://github.com/matrix-org/matrix-doc/pull/3283): Expose `enable_set_displayname` in capabilities. ([\#10452](https://github.com/matrix-org/synapse/issues/10452))
- Port the `PresenceRouter` module interface to the new generic interface. ([\#10524](https://github.com/matrix-org/synapse/issues/10524))
- Add pagination to the spaces summary based on updates to [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946). ([\#10613](https://github.com/matrix-org/synapse/issues/10613), [\#10725](https://github.com/matrix-org/synapse/issues/10725))


Bugfixes
--------

- Validate new `m.room.power_levels` events. Contributed by @aaronraimist. ([\#10232](https://github.com/matrix-org/synapse/issues/10232))
- Display an error on User-Interactive Authentication fallback pages when authentication fails. Contributed by Callum Brown. ([\#10561](https://github.com/matrix-org/synapse/issues/10561))
- Remove pushers when deleting an e-mail address from an account. Pushers for old unlinked emails will also be deleted. ([\#10581](https://github.com/matrix-org/synapse/issues/10581), [\#10734](https://github.com/matrix-org/synapse/issues/10734))
- Reject Client-Server `/keys/query` requests which provide `device_ids` incorrectly. ([\#10593](https://github.com/matrix-org/synapse/issues/10593))
- Rooms with unsupported room versions are no longer returned via `/sync`. ([\#10644](https://github.com/matrix-org/synapse/issues/10644))
- Enforce the maximum length for per-room display names and avatar URLs. ([\#10654](https://github.com/matrix-org/synapse/issues/10654))
- Fix a bug which caused the `synapse_user_logins_total` Prometheus metric not to be correctly initialised on restart. ([\#10677](https://github.com/matrix-org/synapse/issues/10677))
- Improve `ServerNoticeServlet` to avoid duplicate requests and add unit tests. ([\#10679](https://github.com/matrix-org/synapse/issues/10679))
- Fix long-standing issue which caused an error when a thumbnail is requested and there are multiple thumbnails with the same quality rating. ([\#10684](https://github.com/matrix-org/synapse/issues/10684))
- Fix a regression introduced in v1.41.0 which affected the performance of concurrent fetches of large sets of events, in extreme cases causing the process to hang. ([\#10703](https://github.com/matrix-org/synapse/issues/10703))
- Fix a regression introduced in Synapse 1.41 which broke email transmission on Systems using older versions of the Twisted library. ([\#10713](https://github.com/matrix-org/synapse/issues/10713))


Improved Documentation
----------------------

- Add documentation on how to connect Django with Synapse using OpenID Connect and django-oauth-toolkit. Contributed by @HugoDelval. ([\#10192](https://github.com/matrix-org/synapse/issues/10192))
- Advertise https://matrix-org.github.io/synapse documentation in the `README` and `CONTRIBUTING` files. ([\#10595](https://github.com/matrix-org/synapse/issues/10595))
- Fix some of the titles not rendering in the OpenID Connect documentation. ([\#10639](https://github.com/matrix-org/synapse/issues/10639))
- Minor clarifications to the documentation for reverse proxies. ([\#10708](https://github.com/matrix-org/synapse/issues/10708))
- Remove table of contents from the top of installation and contributing documentation pages. ([\#10711](https://github.com/matrix-org/synapse/issues/10711))


Deprecations and Removals
-------------------------

- Remove deprecated Shutdown Room and Purge Room Admin API. ([\#8830](https://github.com/matrix-org/synapse/issues/8830))


Internal Changes
----------------

- Improve type hints for the proxy agent and SRV resolver modules. Contributed by @dklimpel. ([\#10608](https://github.com/matrix-org/synapse/issues/10608))
- Clean up some of the federation event authentication code for clarity. ([\#10614](https://github.com/matrix-org/synapse/issues/10614), [\#10615](https://github.com/matrix-org/synapse/issues/10615), [\#10624](https://github.com/matrix-org/synapse/issues/10624), [\#10640](https://github.com/matrix-org/synapse/issues/10640))
- Add a comment asking developers to leave a reason when bumping the database schema version. ([\#10621](https://github.com/matrix-org/synapse/issues/10621))
- Remove not needed database updates in modify user admin API. ([\#10627](https://github.com/matrix-org/synapse/issues/10627))
- Convert room member storage tuples to `attrs` classes. ([\#10629](https://github.com/matrix-org/synapse/issues/10629), [\#10642](https://github.com/matrix-org/synapse/issues/10642))
- Use auto-attribs for the attrs classes used in sync. ([\#10630](https://github.com/matrix-org/synapse/issues/10630))
- Make `backfill` and `get_missing_events` use the same codepath. ([\#10645](https://github.com/matrix-org/synapse/issues/10645))
- Improve the performance of the `/hierarchy` API (from [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946)) by caching responses received over federation. ([\#10647](https://github.com/matrix-org/synapse/issues/10647))
- Run a nightly CI build against Twisted trunk. ([\#10651](https://github.com/matrix-org/synapse/issues/10651), [\#10672](https://github.com/matrix-org/synapse/issues/10672))
- Do not print out stack traces for network errors when fetching data over federation. ([\#10662](https://github.com/matrix-org/synapse/issues/10662))
- Simplify tests for device admin rest API. ([\#10664](https://github.com/matrix-org/synapse/issues/10664))
- Add missing type hints to REST servlets. ([\#10665](https://github.com/matrix-org/synapse/issues/10665), [\#10666](https://github.com/matrix-org/synapse/issues/10666), [\#10674](https://github.com/matrix-org/synapse/issues/10674))
- Flatten the `tests.synapse.rests` package by moving the contents of `v1` and `v2_alpha` into the parent. ([\#10667](https://github.com/matrix-org/synapse/issues/10667))
- Update `complement.sh` to rebuild the base Docker image when run with workers. ([\#10686](https://github.com/matrix-org/synapse/issues/10686))
- Split the event-processing methods in `FederationHandler` into a separate `FederationEventHandler`. ([\#10692](https://github.com/matrix-org/synapse/issues/10692))
- Remove unused `compare_digest` function. ([\#10706](https://github.com/matrix-org/synapse/issues/10706))
2021-10-02 12:23:13 +00:00
..
anope revbump for boost-libs 2021-09-29 19:00:02 +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-09-29 19:00:02 +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.5 2021-08-24 12:59:12 +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 revbump for boost-libs 2021-09-29 19:00:02 +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 go117 update 2021-09-17 13:52:45 +00:00
ctrlproxy revbump for boost-libs 2021-09-29 19:00:02 +00:00
dccserver *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
dino *: recursive bump for vala 0.54 2021-09-29 09:10:30 +00:00
eggdrop eggdrop: Update to 1.9.1 2021-08-10 11:02:04 +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-09-29 19:00:02 +00:00
element-web Update chat/element-web to 1.9.0 2021-10-02 11:49:02 +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
farstream revbump for boost-libs 2021-09-29 19:00:02 +00:00
finch *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
fisg
gajim gajim: update to 1.3.2 2021-08-10 12:03:37 +00:00
gajim-plugin-omemo gajim-plugin-omemo: explain versioning situation, poked by wiz 2021-08-10 14:44:23 +00:00
gloox revbump for boost-libs 2021-09-29 19:00:02 +00:00
gomuks Revbump all Go packages after go117 update 2021-09-17 13:52:45 +00:00
goofey
hexchat *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
i2cb
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-09-29 19:00:02 +00:00
irchat-pj
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 revbump for boost-libs 2021-09-29 19:00:02 +00:00
ktp-accounts-kcm revbump for boost-libs 2021-09-29 19:00:02 +00:00
ktp-approver revbump for boost-libs 2021-09-29 19:00:02 +00:00
ktp-auth-handler revbump for boost-libs 2021-09-29 19:00:02 +00:00
ktp-common-internals revbump for boost-libs 2021-09-29 19:00:02 +00:00
ktp-contact-list revbump for boost-libs 2021-09-29 19:00:02 +00:00
ktp-contact-runner revbump for boost-libs 2021-09-29 19:00:02 +00:00
ktp-desktop-applets revbump for boost-libs 2021-09-29 19:00:02 +00:00
ktp-filetransfer-handler revbump for boost-libs 2021-09-29 19:00:02 +00:00
ktp-kded-integration-module revbump for boost-libs 2021-09-29 19:00:02 +00:00
ktp-send-file revbump for boost-libs 2021-09-29 19:00:02 +00:00
ktp-text-ui revbump for boost-libs 2021-09-29 19:00:02 +00:00
libfolks *: recursive bump for vala 0.54 2021-09-29 09:10:30 +00:00
libgadu revbump for boost-libs 2021-09-29 19:00:02 +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 revbump for boost-libs 2021-09-29 19:00:02 +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.43.0 2021-10-02 12:23:13 +00:00
matterircd Revbump all Go packages after go117 update 2021-09-17 13:52:45 +00:00
maubot *: remove upper bounds on py-ruamel-yaml 2021-07-14 08:29:19 +00:00
mautrix-hangouts mautrix-hangouts: Relax version requirement, unbreak pkgsrc tree. 2021-09-15 11:49:50 +00:00
mautrix-telegram Update chat/mautrix-telegram to 0.10.1 2021-09-14 20:01:48 +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 revbump for boost-libs 2021-09-29 19:00:02 +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-09-29 19:00:02 +00:00
prosody prosody: let the RC script work unprivileged 2021-08-29 18:32:29 +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: updated to 0.2.3 2021-09-30 18:57:26 +00:00
py-axolotl-curve25519 py-axolotl-curve25519: Fix PKGNAME. Unbreak pkgsrc tree. 2021-10-01 14:17:38 +00:00
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.10.5 2021-09-14 19:19:35 +00:00
py-nbxmpp gajim: update to 1.3.2 2021-08-10 12:03:37 +00:00
py-telethon Update chat/py-telethon to 1.23.0 2021-09-14 19:42:19 +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-09-29 19:00:02 +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 chat/skypeweb-purple: update to skypeweb-purple-1.7 2021-09-19 11:00:34 +00:00
spectrum revbump for boost-libs 2021-09-29 19:00:02 +00:00
srain srain: update to 1.2.4 2021-08-14 07:54:15 +00:00
swift revbump for boost-libs 2021-09-29 19:00:02 +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-09-29 19:00:02 +00:00
telepathy-glib *: recursive bump for vala 0.54 2021-09-29 09:10:30 +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
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 revbump for boost-libs 2021-09-29 19:00:02 +00:00
weechat revbump for boost-libs 2021-09-29 19:00:02 +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
zircon *: remove dead master site 2021-04-21 08:36:10 +00:00
znc revbump for boost-libs 2021-09-29 19:00:02 +00:00
Makefile Add a package for gomuks, from pkgsrc-wip. 2021-05-21 15:04:16 +00:00