Maximilian Bosch
60838304dd
signald: 0.23.0 -> 0.23.2
...
Changes:
* https://gitlab.com/signald/signald/-/blob/0.23.2/releases/0.23.1.md
* https://gitlab.com/signald/signald/-/blob/0.23.2/releases/0.23.2.md
Closes #214234
2023-02-13 12:14:30 +01:00
Robert Schütz
2199a08f88
signald: use Gradle 7
2022-11-25 12:12:37 -08:00
Maximilian Bosch
65778c0da2
signald: 0.19.1 -> 0.23.0
...
Replaces/Closes #174256
Needed because the CA of a signal server seems to have changed[1] which
has caused the following errors to appear while trying to send messages
from Matrix (via `mautrix-signal` and subsequently `signald`):
⚠ Your message was not bridged:
org.whispersystems.signalservice.api.push.exceptions.PushNetworkException,
javax.net.ssl.SSLHandshakeException,
sun.security.validator.ValidatorException,
sun.security.provider.certpath.SunCertPathBuilderException:
org.whispersystems.signalservice.api.push.exceptions.PushNetworkException:
javax.net.ssl.SSLHandshakeException:
PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target
Migration can be performed by running a command like
$ signald \
-d /var/lib/signald/data \
--database sqlite:/var/lib/signald/db \
-s /run/signald/signald.sock \
--migrate-data
before starting signald itself.
ChangeLogs:
* https://gitlab.com/signald/signald/-/blob/main/releases/0.20.0.md
* https://gitlab.com/signald/signald/-/blob/main/releases/0.21.0.md
* https://gitlab.com/signald/signald/-/blob/main/releases/0.22.0.md
* https://gitlab.com/signald/signald/-/blob/main/releases/0.22.1.md
* https://gitlab.com/signald/signald/-/blob/main/releases/0.22.2.md
* https://gitlab.com/signald/signald/-/blob/main/releases/0.23.0.md
[1] https://gitlab.com/signald/signald/-/blob/main/releases/0.23.0.md
2022-10-27 21:18:22 +02:00
R. Ryantm
055b22eeeb
signald: 0.18.5 -> 0.19.1
2022-08-02 02:53:34 +00:00
Robert Scott
3b445eacea
treewide: set sourceProvenance for gradle-built packages
...
these presumably contain binary jars in their deps
2022-06-04 19:48:03 +01:00
Maximilian Bosch
e78bdc683c
signald: reduce closure size by switching to a custom JRE bundle
...
This effectively reduces the size of the runtime closure by ~79%:
$ nix path-info ./result-old -Sh
/nix/store/9ggmj6fmqszfvd0lg2im7qssscql0jac-signald-0.15.0 729.0M
$ nix path-info ./result -Sh
/nix/store/z9bfj547j9fkyl8g0mqb1n108s7zw4w5-signald-0.15.0 155.2M
Similar change as 2f9426ad83
: newer Java
versions don't support a "traditional" JRE anymore, but it's possible to
create dedicated runtime environments using `jlink`[1].
[1] https://medium.com/azulsystems/using-jlink-to-build-java-runtimes-for-non-modular-applications-9568c5e70ef4
Closes #150493
2022-05-20 14:49:34 +02:00
Maximilian Bosch
7372d298cd
signald: 0.17.0 -> 0.18.5
...
ChangeLogs:
* https://gitlab.com/signald/signald/-/blob/0.18.5/releases/0.18.0.md
* https://gitlab.com/signald/signald/-/blob/0.18.5/releases/0.18.1.md
* https://gitlab.com/signald/signald/-/blob/0.18.5/releases/0.18.2.md
* https://gitlab.com/signald/signald/-/blob/0.18.5/releases/0.18.3.md
* https://gitlab.com/signald/signald/-/blob/0.18.5/releases/0.18.4.md
* https://gitlab.com/signald/signald/-/blob/0.18.5/releases/0.18.5.md
2022-05-20 14:46:45 +02:00
Maximilian Bosch
8a6b41d271
signald: 0.15.0 -> 0.17.0
...
ChangeLogs:
* https://gitlab.com/signald/signald/-/tags/0.16.0
* https://gitlab.com/signald/signald/-/tags/0.16.1
* https://gitlab.com/signald/signald/-/tags/0.17.0
2022-02-26 12:49:48 +01:00
Maximilian Bosch
79ab6a8382
signald: incorporate log4j update for CVE-2021-44228
...
Currently, the log4j update needed to mitigate CVE-2021-44228[1] is not
yet part of a release, so we apply the commit[2] as patch for now.
Relevant for #150288
[1] https://nvd.nist.gov/vuln/detail/CVE-2021-44228
[2] 7f668062ab
2021-12-12 22:10:55 +01:00
Flakebi
db8893ae59
signald: 0.14.1 -> 0.15.0
2021-12-10 02:13:25 +01:00
Flakebi
cb5186feea
signald: add module
...
Based on https://gitlab.com/coffeetables/myrdd/-/blob/master/modules/signald.nix
2021-10-29 22:48:10 +02:00
Flakebi
f97a6f81d1
signald: 0.13.1 -> 0.14.1
2021-10-29 22:48:10 +02:00
Joe Hermaszewski
55b647e9a9
signald: use jre_headless ( #125900 )
2021-06-09 12:43:40 +02:00
Joe Hermaszewski
78bdfddde1
signald: init at 0.13.1
2021-04-22 19:07:19 +08:00