30 Aug 2022 |
| @aruzeta:matrix.org left the room. | 14:55:20 |
31 Aug 2022 |
philipp | https://matrix.org/blog/2022/08/31/security-releases-matrix-js-sdk-19-4-0-and-matrix-react-sdk-3-53-0 | 19:49:33 |
2 Sep 2022 |
@pacien:pacien.net | I've just witnessed something that might be due to these CVEs with the version currently on the stable channel.
Can we merge the back port for the fix as soon as possible?
https://github.com/NixOS/nixpkgs/pull/189239 | 18:21:12 |
3 Sep 2022 |
| @anderscs:matrix.org joined the room. | 20:20:57 |
9 Sep 2022 |
hexa | synapse 1.68.0 will use rust | 22:32:37 |
hexa | possibly a case for maturinBuildHook | 22:33:12 |
12 Sep 2022 |
hexa | https://github.com/matrix-org/dendrite/releases/tag/v0.9.8 | 12:53:51 |
hexa | security update, can some? | 12:53:54 |
| @withoutwithin:matrix.org changed their profile picture. | 21:40:21 |
13 Sep 2022 |
hexa | https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.35.0 | 11:31:57 |
hexa | another security update | 11:32:03 |
hexa | they introduced rust bindings that want to download stuff whenever | 11:32:19 |
Dandellion | annoying | 11:51:46 |
hexa | https://www.npmjs.com/package/@matrix-org/matrix-sdk-crypto-nodejs | 11:55:00 |
hexa | I hope copying it in and autopatchelfing it will just work | 11:55:21 |
hexa | I'm not keen on maintaing that piece of garbage, though I'm running a pretty big bridge 😕 | 11:55:42 |
Dandellion | I know prisma does something similar (and we have that packaged) so that's a place to look for inspiration maybe | 11:57:50 |
Dandellion | * I know prisma does something similar (and we have that packaged) so that might be a place to look for inspiration if it doesn't work | 11:58:14 |
hexa | piegames: do your thing!!! | 11:59:09 |
piegames | In reply to @hexa:lossy.network piegames: do your thing!!! No, I'm having way too much fun at work with the internals of the WebSocket protocol right now (: | 12:00:02 |
hexa | anyway, thanks. I hate it. | 12:00:06 |
Dandellion | these rust bindings are going to show up in our element build at some point as well | 12:00:45 |
hexa | yep, but at least that build isn't proper node2nix bs | 12:01:26 |
hexa | * yep, but at least that build isn't proper node2nix garbage | 12:01:31 |
hexa | I'd much rather have something less autogenerated as well 😕 | 12:01:57 |
hexa | but I think right now that is only feasible for yarn projects? | 12:02:29 |
f0x | In reply to @hexa:lossy.network they introduced rust bindings that want to download stuff whenever at least on previous release you could resolve the older version https://git.pixie.town/f0x/matrix-appservice-irc/src/branch/main/package.json#L28 | 12:06:42 |
hexa | fetchurl & autoPatchelf to the rescue | 12:07:43 |
hexa | * fetchurl & autoPatchelf to the rescue (works) | 12:09:18 |
@pacien:pacien.net | In reply to @hexa:lossy.network they introduced rust bindings that want to download stuff whenever I have the same issue with matrix-appservice-discord depending on the sdk depending on some rust implementation of olm. It has been proposed to just download the thing instead of trying to build from source, but that's not ideal: https://github.com/NixOS/nixpkgs/pull/186316#issuecomment-1236993401 | 12:43:38 |