Commit graph

354 commits

Author SHA1 Message Date
Sandro 9428c8ee88
Merge pull request #209410 from r-ryantm/auto-update/matrix-synapse-plugins.matrix-synapse-mjolnir-antispam 2023-02-20 00:55:28 +01:00
Charlotte Van Petegem 582795ab5a
matrix-hookshot: init at 2.7.0 2023-02-19 12:58:52 +01:00
Sumner Evans 84bb907ec2
matrix-synapse: 1.76.0 -> 1.77.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-02-14 07:40:22 -07:00
Robert Schütz b7eaeda419 matrix-synapse: remove pyjwt dependency
Upstream removed it in https://github.com/matrix-org/synapse/pull/13011.
2023-02-09 17:30:59 -08:00
Martin Weinelt 1080ac9dbc
matrix-appservice-irc: 0.36.0 -> 0.37.0
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.37.0
2023-02-08 23:31:56 +00:00
Sumner Evans 96e7d9fa2a
matrix-synapse: 1.75.0 -> 1.76.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-01-31 10:43:22 -07:00
Charlotte Van Petegem b6f3519384
matrix-synapse,mautrix-facebook: fix runtime inclusion of python3 systemd
https://github.com/NixOS/nixpkgs/pull/192197 broke these packages by adding
systemd as a dependency. This meant that the included package was no longer the
python3 systemd package, but the general systemd derivation. This broke the
packages at runtime. This PR fixes that.
2023-01-24 09:44:36 +01:00
Weijia Wang 3476d22860
Merge pull request #205396 from r-ryantm/auto-update/matrix-synapse-tools.synadm
matrix-synapse-tools.synadm: 0.37.1 -> 0.38
2023-01-23 08:21:42 +01:00
Adam Joseph 42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Sumner Evans b9b0d3260e
matrix-synapse: 1.74.0 -> 1.75.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-01-17 08:19:59 -07:00
R. Ryantm 6982f3b354 matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.6.1 -> 1.6.4 2023-01-15 10:52:59 +00:00
Martin Weinelt bbbb7a79cd
python3Packges.pyicu: rename from PyICU 2022-12-28 18:09:57 +01:00
Martin Weinelt 78555d7540
matrix-synapse: Use improved user search
by propagating pyicu, bindings to libicu, that help to deal with
international display names.
2022-12-28 18:09:49 +01:00
figsoda a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Sumner Evans c5e381b6c2
matrix-synapse: 1.73.0 -> 1.74.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-12-20 13:56:38 -07:00
Ryan Mulligan cce25da6cd
Merge pull request #202941 from r-ryantm/auto-update/matrix-synapse-plugins.matrix-synapse-mjolnir-antispam
matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.5.0 -> 1.6.1
2022-12-11 20:30:50 -08:00
Azat Bahawi 76c28d1317
Merge pull request #203985 from chvp/bump-mas
matrix-appservice-slack: 2.0.1 -> 2.0.2
2022-12-10 17:20:14 +03:00
R. Ryantm b2fb7f31e8 matrix-synapse-tools.synadm: 0.37.1 -> 0.38 2022-12-10 01:52:14 +00:00
Sumner Evans 33b48c1b65
matrix-synapse: 1.72.0 -> 1.73.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-12-06 09:32:35 -07:00
Martin Weinelt ad293fba9e matrix-appservice-irc: convert to buildNpmPackage 2022-12-03 21:34:13 +01:00
Charlotte Van Petegem cd8ffa2910
matrix-appservice-slack: 2.0.1 -> 2.0.2 2022-12-01 19:59:03 +01:00
R. Ryantm 412e0fce5e matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.5.0 -> 1.6.1 2022-11-25 23:47:12 +00:00
Sumner Evans 6ac16c2697
matrix-synapse: 1.71.0 -> 1.72.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-11-22 08:17:58 -07:00
Martin Weinelt 0d10c31f2d
matrix-synapse.tools.rust-synapse-compress-state: Mark broken on darwin 2022-11-19 16:45:30 +01:00
R. Ryantm 293cbc467d matrix-synapse-tools.synadm: 0.36 -> 0.37.1 2022-11-09 19:47:07 +00:00
Sumner Evans ccd94ad132
matrix-synapse: 1.70.1 -> 1.71.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-11-08 07:51:43 -07:00
Guillaume Girol a00a5b484f
Merge pull request #196253 from rhysmdnz/matrix-appservice-irc-typescript
matrix-appservice-irc: Compile typescript
2022-11-04 17:25:53 +00:00
Maximilian Bosch 9173f1c5b4
matrix-synapse: 1.70.0 -> 1.70.1
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.70.1
2022-10-28 15:37:39 +02:00
Maximilian Bosch 7d9917a0ae
Merge pull request #198151 from Ma27/bump-matrix-synapse
matrix-synapse: 1.69.0 -> 1.70.0
2022-10-28 08:25:37 +02:00
Nick Cao a7a59fe459
matrix-synapse: remove setuptools_rust from runtime dependencies 2022-10-28 09:38:14 +08:00
Maximilian Bosch 1161a6f63e
matrix-synapse: 1.69.0 -> 1.70.0
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.70.0
2022-10-27 23:47:36 +02:00
Martin Weinelt bee830554a
matrix-appservice-irc: 0.35.1 -> 0.36.0
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.36.0
2022-10-25 15:21:09 +02:00
Nick Cao 7c0cf03e64
matrix-synapse: 1.68.0 -> 1.69.0 2022-10-19 10:38:49 +08:00
Rhys Davies 062f14268e
matrix-appservice-irc: Add rhysmdnz to maintainers
Signed-off-by: Rhys Davies <rhys@memes.nz>
2022-10-16 21:24:20 +13:00
Rhys Davies 8eda146bb2
matrix-appservice-irc: Compile typescript
Signed-off-by: Rhys Davies <rhys@memes.nz>
2022-10-16 21:24:18 +13:00
Charlotte Van Petegem 8f3fd35f10 matrix-appservice-slack: 1.11.0 -> 2.0.1 2022-10-07 21:59:31 -04:00
Charlotte Van Petegem 61e0cd11c3 matrix-appservice-slack: fix build 2022-10-07 21:59:31 -04:00
Martin Weinelt 326b8f7d8f
matrix-synapse: 1.67.0 -> 1.68.0
https://github.com/matrix-org/synapse/releases/tag/v1.68.0

Uses poetry-core to build the package. Drops setuptools-rust from
runtime dependencies, because they are checked at startup, which breaks
because we do a clear separation of concerns.

Fixes a misconception about the tests, that were until now always run
against the source module. This breaks with the introduction of the rust
components, because they're not available in the source module.

Adds missing pre and post hooks to checkPhase.
2022-09-27 18:03:03 +02:00
Martin Weinelt cc8cb2ee8e
matrix-appservice-irc: 0.35.0 -> 0.35.1
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.35.1

Fixes an SQL injection vulnerability through room ids when using the
PostgreSQL backend.
2022-09-26 13:49:09 +02:00
Nick Cao 65cefcd588
matrix-synapse: 1.66.0 -> 1.67.0 2022-09-14 14:20:23 +08:00
Martin Weinelt 24d15603ad
matrix-appservice-irc: 0.34.1 -> 0.35.0
Fetches, injects and patchelfs the rust native crypto bindings for the
two most prominent targets.
2022-09-13 15:42:14 +02:00
R. Ryantm 404cd8a167 matrix-synapse-tools.synadm: 0.35 -> 0.36 2022-09-04 14:33:29 +00:00
Nick Cao eeefc8f733
matrix-synapse: 1.65.0 -> 1.66.0 2022-08-31 22:05:13 +08:00
Martin Weinelt 76e45461fa
matrix-synapse.tools.synadm: 0.34 -> 0.35
https://github.com/JOJ0/synadm/releases/tag/v0.35
2022-08-19 02:37:10 +02:00
R. Ryantm f4eec8f9ae matrix-synapse: 1.64.0 -> 1.65.0 2022-08-17 07:35:57 +00:00
Martin Weinelt fb689e4916
Merge pull request #184556 from amesgen/update-rust-synapse-compress-state-0.1.3 2022-08-04 22:41:53 +02:00
Sumner Evans 463fe0db3d
matrix-synapse: 1.63.1 -> 1.64.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-08-02 08:23:59 -06:00
amesgen c357e624a9
matrix-synapse-tools.rust-synapse-compress-state: 0.1.2 -> 0.1.3 2022-08-01 14:16:22 +02:00
Maximilian Bosch 39ad761c2d
Merge pull request #182231 from sumnerevans/synapse-1.63
matrix-synapse: 1.63.0 -> 1.63.1
2022-07-20 23:42:55 +02:00