pkgsrc/chat
js b395d9852b Update chat/matrix-synapse to 1.28.0
Synapse 1.28.0 (2021-02-25)
===========================

Note that this release drops support for ARMv7 in the official Docker images, due to repeated problems building for ARMv7 (and the associated maintenance burden this entails).

This release also fixes the documentation included in v1.27.0 around the callback URI for SAML2 identity providers. If your server is configured to use single sign-on via a SAML2 IdP, you may need to make configuration changes. Please review [UPGRADE.rst](UPGRADE.rst) for more details on these changes.


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

- Revert change in v1.28.0rc1 to remove the deprecated SAML endpoint. ([\#9474](https://github.com/matrix-org/synapse/issues/9474))


Synapse 1.28.0rc1 (2021-02-19)
==============================

Removal warning
---------------

The v1 list accounts API is deprecated and will be removed in a future release.
This API was undocumented and misleading. It can be replaced by the
[v2 list accounts API](https://github.com/matrix-org/synapse/blob/release-v1.28.0/docs/admin_api/user_admin_api.rst#list-accounts),
which has been available since Synapse 1.7.0 (2019-12-13).

Please check if you're using any scripts which use the admin API and replace
`GET /_synapse/admin/v1/users/<user_id>` with `GET /_synapse/admin/v2/users`.


Features
--------

- New admin API to get the context of an event: `/_synapse/admin/rooms/{roomId}/context/{eventId}`. ([\#9150](https://github.com/matrix-org/synapse/issues/9150))
- Further improvements to the user experience of registration via single sign-on. ([\#9300](https://github.com/matrix-org/synapse/issues/9300), [\#9301](https://github.com/matrix-org/synapse/issues/9301))
- Add hook to spam checker modules that allow checking file uploads and remote downloads. ([\#9311](https://github.com/matrix-org/synapse/issues/9311))
- Add support for receiving OpenID Connect authentication responses via form `POST`s rather than `GET`s. ([\#9376](https://github.com/matrix-org/synapse/issues/9376))
- Add the shadow-banning status to the admin API for user info. ([\#9400](https://github.com/matrix-org/synapse/issues/9400))


Bugfixes
--------

- Fix long-standing bug where sending email notifications would fail for rooms that the server had since left. ([\#9257](https://github.com/matrix-org/synapse/issues/9257))
- Fix bug introduced in Synapse 1.27.0rc1 which meant the "session expired" error page during SSO registration was badly formatted. ([\#9296](https://github.com/matrix-org/synapse/issues/9296))
- Assert a maximum length for some parameters for spec compliance. ([\#9321](https://github.com/matrix-org/synapse/issues/9321), [\#9393](https://github.com/matrix-org/synapse/issues/9393))
- Fix additional errors when previewing URLs: "AttributeError 'NoneType' object has no attribute 'xpath'" and "ValueError: Unicode strings with encoding declaration are not supported. Please use bytes input or XML fragments without declaration.". ([\#9333](https://github.com/matrix-org/synapse/issues/9333))
- Fix a bug causing Synapse to impose the wrong type constraints on fields when processing responses from appservices to `/_matrix/app/v1/thirdparty/user/{protocol}`. ([\#9361](https://github.com/matrix-org/synapse/issues/9361))
- Fix bug where Synapse would occasionally stop reconnecting to Redis after the connection was lost. ([\#9391](https://github.com/matrix-org/synapse/issues/9391))
- Fix a long-standing bug when upgrading a room: "TypeError: '>' not supported between instances of 'NoneType' and 'int'". ([\#9395](https://github.com/matrix-org/synapse/issues/9395))
- Reduce the amount of memory used when generating the URL preview of a file that is larger than the `max_spider_size`. ([\#9421](https://github.com/matrix-org/synapse/issues/9421))
- Fix a long-standing bug in the deduplication of old presence, resulting in no deduplication. ([\#9425](https://github.com/matrix-org/synapse/issues/9425))
- The `ui_auth.session_timeout` config option can now be specified in terms of number of seconds/minutes/etc/. Contributed by Rishabh Arya. ([\#9426](https://github.com/matrix-org/synapse/issues/9426))
- Fix a bug introduced in v1.27.0: "TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType." related to the user directory. ([\#9428](https://github.com/matrix-org/synapse/issues/9428))


Updates to the Docker image
---------------------------

- Drop support for ARMv7 in Docker images. ([\#9433](https://github.com/matrix-org/synapse/issues/9433))


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

- Reorganize CHANGELOG.md. ([\#9281](https://github.com/matrix-org/synapse/issues/9281))
- Add note to `auto_join_rooms` config option explaining existing rooms must be publicly joinable. ([\#9291](https://github.com/matrix-org/synapse/issues/9291))
- Correct name of Synapse's service file in TURN howto. ([\#9308](https://github.com/matrix-org/synapse/issues/9308))
- Fix the braces in the `oidc_providers` section of the sample config. ([\#9317](https://github.com/matrix-org/synapse/issues/9317))
- Update installation instructions on Fedora. ([\#9322](https://github.com/matrix-org/synapse/issues/9322))
- Add HTTP/2 support to the nginx example configuration. Contributed by David Vo. ([\#9390](https://github.com/matrix-org/synapse/issues/9390))
- Update docs for using Gitea as OpenID provider. ([\#9404](https://github.com/matrix-org/synapse/issues/9404))
- Document that pusher instances are shardable. ([\#9407](https://github.com/matrix-org/synapse/issues/9407))
- Fix erroneous documentation from v1.27.0 about updating the SAML2 callback URL. ([\#9434](https://github.com/matrix-org/synapse/issues/9434))


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

- Deprecate old admin API `GET /_synapse/admin/v1/users/<user_id>`. ([\#9429](https://github.com/matrix-org/synapse/issues/9429))


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

- Fix 'object name reserved for internal use' errors with recent versions of SQLite. ([\#9003](https://github.com/matrix-org/synapse/issues/9003))
- Add experimental support for running Synapse with PyPy. ([\#9123](https://github.com/matrix-org/synapse/issues/9123))
- Deny access to additional IP addresses by default. ([\#9240](https://github.com/matrix-org/synapse/issues/9240))
- Update the `Cursor` type hints to better match PEP 249. ([\#9299](https://github.com/matrix-org/synapse/issues/9299))
- Add debug logging for SRV lookups. Contributed by @Bubu. ([\#9305](https://github.com/matrix-org/synapse/issues/9305))
- Improve logging for OIDC login flow. ([\#9307](https://github.com/matrix-org/synapse/issues/9307))
- Share the code for handling required attributes between the CAS and SAML handlers. ([\#9326](https://github.com/matrix-org/synapse/issues/9326))
- Clean up the code to load the metadata for OpenID Connect identity providers. ([\#9362](https://github.com/matrix-org/synapse/issues/9362))
- Convert tests to use `HomeserverTestCase`. ([\#9377](https://github.com/matrix-org/synapse/issues/9377), [\#9396](https://github.com/matrix-org/synapse/issues/9396))
- Update the version of black used to 20.8b1. ([\#9381](https://github.com/matrix-org/synapse/issues/9381))
- Allow OIDC config to override discovered values. ([\#9384](https://github.com/matrix-org/synapse/issues/9384))
- Remove some dead code from the acceptance of room invites path. ([\#9394](https://github.com/matrix-org/synapse/issues/9394))
- Clean up an unused method in the presence handler code. ([\#9408](https://github.com/matrix-org/synapse/issues/9408))


Synapse 1.27.0 (2021-02-16)
===========================

Note that this release includes a change in Synapse to use Redis as a cache ─ as well as a pub/sub mechanism ─ if Redis support is enabled for workers. No action is needed by server administrators, and we do not expect resource usage of the Redis instance to change dramatically.

This release also changes the callback URI for OpenID Connect (OIDC) and SAML2 identity providers. If your server is configured to use single sign-on via an OIDC/OAuth2 or SAML2 IdP, you may need to make configuration changes. Please review [UPGRADE.rst](UPGRADE.rst) for more details on these changes.

This release also changes escaping of variables in the HTML templates for SSO or email notifications. If you have customised these templates, please review [UPGRADE.rst](UPGRADE.rst) for more details on these changes.


Bugfixes
--------

- Fix building Docker images for armv7. ([\#9405](https://github.com/matrix-org/synapse/issues/9405))


Synapse 1.27.0rc2 (2021-02-11)
==============================

Features
--------

- Further improvements to the user experience of registration via single sign-on. ([\#9297](https://github.com/matrix-org/synapse/issues/9297))


Bugfixes
--------

- Fix ratelimiting introduced in v1.27.0rc1 for invites to respect the `ratelimit` flag on application services. ([\#9302](https://github.com/matrix-org/synapse/issues/9302))
- Do not automatically calculate `public_baseurl` since it can be wrong in some situations. Reverts behaviour introduced in v1.26.0. ([\#9313](https://github.com/matrix-org/synapse/issues/9313))


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

- Clarify the sample configuration for changes made to the template loading code. ([\#9310](https://github.com/matrix-org/synapse/issues/9310))


Synapse 1.27.0rc1 (2021-02-02)
==============================

Features
--------

- Add an admin API for getting and deleting forward extremities for a room. ([\#9062](https://github.com/matrix-org/synapse/issues/9062))
- Add an admin API for retrieving the current room state of a room. ([\#9168](https://github.com/matrix-org/synapse/issues/9168))
- Add experimental support for allowing clients to pick an SSO Identity Provider ([MSC2858](https://github.com/matrix-org/matrix-doc/pull/2858)). ([\#9183](https://github.com/matrix-org/synapse/issues/9183), [\#9242](https://github.com/matrix-org/synapse/issues/9242))
- Add an admin API endpoint for shadow-banning users. ([\#9209](https://github.com/matrix-org/synapse/issues/9209))
- Add ratelimits to the 3PID `/requestToken` APIs. ([\#9238](https://github.com/matrix-org/synapse/issues/9238))
- Add support to the OpenID Connect integration for adding the user's email address. ([\#9245](https://github.com/matrix-org/synapse/issues/9245))
- Add ratelimits to invites in rooms and to specific users. ([\#9258](https://github.com/matrix-org/synapse/issues/9258))
- Improve the user experience of setting up an account via single-sign on. ([\#9262](https://github.com/matrix-org/synapse/issues/9262), [\#9272](https://github.com/matrix-org/synapse/issues/9272), [\#9275](https://github.com/matrix-org/synapse/issues/9275), [\#9276](https://github.com/matrix-org/synapse/issues/9276), [\#9277](https://github.com/matrix-org/synapse/issues/9277), [\#9286](https://github.com/matrix-org/synapse/issues/9286), [\#9287](https://github.com/matrix-org/synapse/issues/9287))
- Add phone home stats for encrypted messages. ([\#9283](https://github.com/matrix-org/synapse/issues/9283))
- Update the redirect URI for OIDC authentication. ([\#9288](https://github.com/matrix-org/synapse/issues/9288))


Bugfixes
--------

- Fix spurious errors in logs when deleting a non-existant pusher. ([\#9121](https://github.com/matrix-org/synapse/issues/9121))
- Fix a long-standing bug where Synapse would return a 500 error when a thumbnail did not exist (and auto-generation of thumbnails was not enabled). ([\#9163](https://github.com/matrix-org/synapse/issues/9163))
- Fix a long-standing bug where an internal server error was raised when attempting to preview an HTML document in an unknown character encoding. ([\#9164](https://github.com/matrix-org/synapse/issues/9164))
- Fix a long-standing bug where invalid data could cause errors when calculating the presentable room name for push. ([\#9165](https://github.com/matrix-org/synapse/issues/9165))
- Fix bug where we sometimes didn't detect that Redis connections had died, causing workers to not see new data. ([\#9218](https://github.com/matrix-org/synapse/issues/9218))
- Fix a bug where `None` was passed to Synapse modules instead of an empty dictionary if an empty module `config` block was provided in the homeserver config. ([\#9229](https://github.com/matrix-org/synapse/issues/9229))
- Fix a bug in the `make_room_admin` admin API where it failed if the admin with the greatest power level was not in the room. Contributed by Pankaj Yadav. ([\#9235](https://github.com/matrix-org/synapse/issues/9235))
- Prevent password hashes from getting dropped if a client failed threepid validation during a User Interactive Auth stage. Removes a workaround for an ancient bug in Riot Web <v0.7.4. ([\#9265](https://github.com/matrix-org/synapse/issues/9265))
- Fix single-sign-on when the endpoints are routed to synapse workers. ([\#9271](https://github.com/matrix-org/synapse/issues/9271))


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

- Add docs for using Gitea as OpenID provider. ([\#9134](https://github.com/matrix-org/synapse/issues/9134))
- Add link to Matrix VoIP tester for turn-howto. ([\#9135](https://github.com/matrix-org/synapse/issues/9135))
- Add notes on integrating with Facebook for SSO login. ([\#9244](https://github.com/matrix-org/synapse/issues/9244))


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

- The `service_url` parameter in `cas_config` is deprecated in favor of `public_baseurl`. ([\#9199](https://github.com/matrix-org/synapse/issues/9199))
- Add new endpoint `/_synapse/client/saml2` for SAML2 authentication callbacks, and deprecate the old endpoint `/_matrix/saml2`. ([\#9289](https://github.com/matrix-org/synapse/issues/9289))


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

- Add tests to `test_user.UsersListTestCase` for List Users Admin API. ([\#9045](https://github.com/matrix-org/synapse/issues/9045))
- Various improvements to the federation client. ([\#9129](https://github.com/matrix-org/synapse/issues/9129))
- Speed up chain cover calculation when persisting a batch of state events at once. ([\#9176](https://github.com/matrix-org/synapse/issues/9176))
- Add a `long_description_type` to the package metadata. ([\#9180](https://github.com/matrix-org/synapse/issues/9180))
- Speed up batch insertion when using PostgreSQL. ([\#9181](https://github.com/matrix-org/synapse/issues/9181), [\#9188](https://github.com/matrix-org/synapse/issues/9188))
- Emit an error at startup if different Identity Providers are configured with the same `idp_id`. ([\#9184](https://github.com/matrix-org/synapse/issues/9184))
- Improve performance of concurrent use of `StreamIDGenerators`. ([\#9190](https://github.com/matrix-org/synapse/issues/9190))
- Add some missing source directories to the automatic linting script. ([\#9191](https://github.com/matrix-org/synapse/issues/9191))
- Precompute joined hosts and store in Redis. ([\#9198](https://github.com/matrix-org/synapse/issues/9198), [\#9227](https://github.com/matrix-org/synapse/issues/9227))
- Clean-up template loading code. ([\#9200](https://github.com/matrix-org/synapse/issues/9200))
- Fix the Python 3.5 old dependencies build. ([\#9217](https://github.com/matrix-org/synapse/issues/9217))
- Update `isort` to v5.7.0 to bypass a bug where it would disagree with `black` about formatting. ([\#9222](https://github.com/matrix-org/synapse/issues/9222))
- Add type hints to handlers code. ([\#9223](https://github.com/matrix-org/synapse/issues/9223), [\#9232](https://github.com/matrix-org/synapse/issues/9232))
- Fix Debian package building on Ubuntu 16.04 LTS (Xenial). ([\#9254](https://github.com/matrix-org/synapse/issues/9254))
- Minor performance improvement during TLS handshake. ([\#9255](https://github.com/matrix-org/synapse/issues/9255))
- Refactor the generation of summary text for email notifications. ([\#9260](https://github.com/matrix-org/synapse/issues/9260))
- Restore PyPy compatibility by not calling CPython-specific GC methods when under PyPy. ([\#9270](https://github.com/matrix-org/synapse/issues/9270))
2021-03-06 19:00:43 +00:00
..
anope *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
atheme *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
bitchbot *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
bitchx chat/bitchx: fix SUBST pattern for replacing absolute path 2020-04-23 19:49:27 +00:00
bitlbee revbump after updating security/nettle 2020-05-22 10:55:42 +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 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
centerim Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
centerim5 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
cgiirc *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
coyim Revbump all Go packages after go115 update 2021-01-23 14:22:52 +00:00
ctrlproxy revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
dccserver
dino dino: set sqlite3 requirement 2021-01-19 22:44:26 +00:00
eggdrop *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ejabberd ejabberd: Update to 21.01 2021-02-08 07:51:42 +00:00
ekg revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
element-web Update chat/element-web to 1.7.22 2021-03-06 18:44:05 +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 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
epic4-doc *: ftp.freenet.de does not provide ftp/http service any longer 2019-02-04 09:34:48 +00:00
farstream *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
finch *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +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 after updating security/nettle 2020-05-22 10:55:42 +00:00
goofey
hexchat *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +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 chat/ircd-hybrid: Updates to 8.2.38 2021-01-18 09:45:53 +00:00
irchat-pj chat: align variable assignments 2019-11-02 22:18:22 +00:00
ircII *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ircu
iroffer
irssi *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
irssi-icb chat/irssi-icb: remove unknown configure options 2020-05-31 15:10:11 +00:00
irssi-xmpp irssi-xmpp: non-op subst 2020-05-21 10:14:27 +00:00
jabberd2 chat/jabberd2: use htons instead of non-portable htobe16 2021-02-06 15:20:15 +00:00
kgb-bot *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
konversation *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-accounts-kcm *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-approver *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-auth-handler *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-common-internals *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-contact-list *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-contact-runner *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-desktop-applets *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-filetransfer-handler *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-kded-integration-module *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-send-file *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ktp-text-ui *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
libfolks *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
libgadu *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +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 packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +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 packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +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 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
matrix-synapse Update chat/matrix-synapse to 1.28.0 2021-03-06 19:00:43 +00:00
matterircd Revbump all Go packages after go115 update 2021-01-23 14:22:52 +00:00
maubot Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
mautrix-hangouts Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
mautrix-telegram Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +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 mumble: Update to 1.3.4 2021-03-05 09:57:20 +00:00
ninja
p5-IRC-Utils *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Net-Goofey *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Net-Jabber *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-POE-Component-IRC *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-POE-Filter-IRCD *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
phone phone: Don't build with -g or -Werror. Fixes build with gcc9. 2020-11-30 12:26:07 +00:00
pidgin *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
pidgin-facebookchat *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pidgin-icb *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pidgin-latex *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pidgin-libnotify *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pidgin-otr *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pidgin-sametime *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pidgin-silc *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pircbot
profanity profanity: Use OpenSSL certificates directory 2021-01-23 13:08:11 +00:00
prosody *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
psi *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
psybnc chat/psybnc: fix accidentally hard-coded PREFIX 2020-04-25 19:13:12 +00:00
py-axolotl chat/py-axolotl: Import version 0.1.42 2018-09-19 20:39:52 +00:00
py-axolotl-curve25519 py-axolotl-curve25519: Add MAINTAINER. 2018-09-19 20:40:45 +00:00
py-hangups py-hangups: Update to 0.4.12 2020-09-29 21:42:59 +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-14.2.nb1 2021-02-07 06:30:06 +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 *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
ruby-net-irc
scrollz scrollz: Non-default OpenSSL option is broken with 1.1, disable it 2020-11-30 12:28:50 +00:00
silc-client *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
silc-client-icb
silc-server all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
sirc *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
skypeweb-purple *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
spectrum Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
srain srain: Update to 1.1.3 2020-11-24 14:17:53 +00:00
swift *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
telegram-purple telegram-purple: Strip out -Werror. Should fix gcc9 build. 2020-12-09 09:42:14 +00:00
telepathy-farstream *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
telepathy-gabble Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
telepathy-glib *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
telepathy-haze (chat/telepathy-haze) Add python/applicaition.mk for adhoc fix 2020-12-31 00:36:35 +00:00
telepathy-idle Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
telepathy-logger *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
telepathy-mission-control5 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
telepathy-qt *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
telepathy-qt5 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +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.0.8 2021-01-25 11:17:36 +00:00
weechat weechat: Update to 3.0.1 2021-02-05 13:25:57 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
znc *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
Makefile Add chat/element-web 2021-01-02 20:30:23 +00:00