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