about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/signald
AgeCommit message (Collapse)AuthorFilesLines
2022-08-02signald: 0.18.5 -> 0.19.1R. Ryantm1-3/+3
2022-06-04treewide: set sourceProvenance for gradle-built packagesRobert Scott1-0/+4
these presumably contain binary jars in their deps
2022-05-20signald: reduce closure size by switching to a custom JRE bundleMaximilian Bosch1-2/+21
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 2f9426ad8312101f4e84bcc4e28860695d28005f: 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-20signald: 0.17.0 -> 0.18.5Maximilian Bosch3-24/+42
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-02-26signald: 0.15.0 -> 0.17.0Maximilian Bosch4-46/+107
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
2021-12-12signald: incorporate log4j update for CVE-2021-44228Maximilian Bosch1-4/+14
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] https://gitlab.com/signald/signald/-/commit/7f668062ab9ffa09a49d171e995f57cf0a0803a7
2021-12-10signald: 0.14.1 -> 0.15.0Flakebi1-14/+13
2021-10-29signald: add moduleFlakebi1-1/+1
Based on https://gitlab.com/coffeetables/myrdd/-/blob/master/modules/signald.nix
2021-10-29signald: 0.13.1 -> 0.14.1Flakebi3-31/+17
2021-06-09signald: use jre_headless (#125900)Joe Hermaszewski1-2/+10
2021-04-22signald: init at 0.13.1Joe Hermaszewski3-0/+122