Commit Graph

102 Commits

Author SHA1 Message Date
terru
d9dab762a0
mattermost: 9.5.5 → 9.5.6 (#317284)
this is a security release. announcement & changelog by upstream:
https://mattermost.com/blog/mattermost-security-updates-9-8-1-9-7-5-9-6-3-9-5-6-esr-released/
2024-06-07 09:01:57 +02:00
stuebinm
33d978ebc0 mattermost: 9.5.4 → 9.5.5
this is a minor release. announcement & changelog by upstream:
https://mattermost.com/blog/mattermost-dot-releases-9-7-4-and-9-5-5-esr-released/
2024-05-17 21:19:29 +02:00
Morgan Jones
25fd4e6075
mattermost: 9.5.3 -> 9.5.4 2024-05-05 20:48:01 -07:00
stuebinm
be7f53debd mattermost: 9.5.2 → 9.5.3
this is a security release. release notes:
https://docs.mattermost.com/deploy/mattermost-changelog.html#release-v9-5-extended-support-release
2024-03-31 00:24:41 +01:00
Jussi Kuokkanen
82b45bf454 treewide: remove licenses.agpl3 2024-03-21 18:09:24 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
stuebinm
701f99cbab mattermost: 9.5.1 → 9.5.2
this is a security release. Announcement by upstream:
https://mattermost.com/blog/mattermost-security-updates-9-5-2-esr-9-4-4-9-3-3-8-1-11-esr-released/
2024-03-10 13:48:24 +01:00
stuebinm
91df784a3f mattermost: add passthru.updateScript
Previously, updates of mattermost tended to lag behind upstream's
released versions by a minor (security-patch) version or two.

This should hopefully make the r-ryantm bot detect future updates
automatically. Thanks to Emily Lange for explaining to me how this
works!
2024-02-25 18:51:20 +01:00
stuebinm
086388fc15 mattermost: 8.1.10 → 9.5.1
This jumps Mattermost ESR Versions (see [1] for their release cycle). The
new version makes use of Go's workspace feature, which unfortunately the
buildGoModule function does not (yet?) support [2], which breaks the
previous build process for mattermost.

Further, the new release also makes use of private modules only included
in the (non-free) enterprise version of mattermost which makes it impossible
to build in the usual way even outside of nixpkgs's build abstractions [3].

Both issues can be solved by using Go 1.22, which has added support for
vendoring when using workspaces, and instructing it to ignore errors with
the -e flag. This requires overriding the go-modules derivation's
buildPhase, and still produces a functional binary.

[1] https://docs.mattermost.com/upgrade/extended-support-release.html
[2] https://github.com/NixOS/nixpkgs/issues/203039
[3] https://github.com/mattermost/mattermost/issues/26221
2024-02-25 18:49:15 +01:00
stuebinm
7423f3c416 mattermost: 8.1.7 → 8.1.10
These are security releases, release notes can be found here:
https://docs.mattermost.com/deploy/legacy-self-hosted-changelog.html#release-v8-1-extended-support-release

Note on the use of `overrideModAttrs`: this is required because mattermost
8.1.10's go-modules derivation fails to build without first running `go mod tidy`.
However, running `go mod tidy` requires network access and will thus fail in
the module derivation itself, so we cannot just use a normal preBuild hook.
2024-02-17 01:11:41 +01:00
Miguel de la Cruz
6d39261dc2
mattermost: 8.1.4 -> 8.1.7 (#269691) 2023-12-01 10:22:25 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Morgan Jones
aeb9498351
mattermost: 8.1.3 -> 8.1.4 2023-11-04 17:50:08 -07:00
R. Ryantm
4fd85fe0b6 matterircd: 0.27.1 -> 0.28.0 2023-10-25 15:24:39 +00:00
Thomas Gerbet
a0603a511d mattermost: 8.1.2 -> 8.1.3
Fixes security issues MMSA-2023-00242, MMSA-2023-00240, MMSA-2023-00246 and MMSA-2023-00203.

Changelog:
https://docs.mattermost.com/install/self-managed-changelog.html#release-v8-1-extended-support-release
2023-10-07 12:15:18 +02:00
Thomas Gerbet
a3e7a80c7e mattermost: 7.10.5 -> 8.1.2
Fixes MMSA-2023-00224, MMSA-2023-00230, MMSA-2023-00222, MMSA-2023-00223, MMSA-2023-00217,
MMSA-2023-00210, MMSA-2023-00234, MMSA-2023-00232 and MMSA-2023-00239.

Mattermost 7.10.x is EOL, this contribution moves to the 8.1.x branch which is the new ESR.

Changelog can be found here:
https://docs.mattermost.com/install/self-managed-changelog.html#release-v8-0-major-release
https://docs.mattermost.com/install/self-managed-changelog.html#release-v8-1-extended-support-release
2023-09-23 20:06:48 +02:00
Scott Worley
a62cc898e3 mattermost: 7.10.3 -> 7.10.5 2023-09-18 14:13:17 -07:00
R. Ryantm
e29ff9b91c matterircd: 0.27.0 -> 0.27.1 2023-08-16 05:48:31 +00:00
Thomas Gerbet
a3f5a65f94 mattermost: 7.10.2 -> 7.10.3
Fixes security issues MMSA-2023-00190, MMSA-2023-00175, MMSA-2023-00202, MMSA-2023-00174,
MMSA-2023-00169, MMSA-2023-00186, MMSA-2023-00200, MMSA-2023-00178, MMSA-2023-00185, MMSA-2023-00176,
MMSA-2023-00147 and MMSA-2023-00168.

Release announcement:
https://mattermost.com/blog/mattermost-security-updates-7-10-3-7-9-5-7-8-7-esr-released/
2023-07-08 10:52:32 +02:00
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
Isa
eeca7d0e48 mattermost: 7.8.5 -> 7.10.2 2023-06-02 14:09:16 +02:00
Thomas Gerbet
5be7979101 mattermost: 7.8.4 -> 7.8.5
Fixes MMSA-2023-00183, MMSA-2023-00152, MMSA-2023-00171, MMSA-2023-00177, MMSA-2023-00172, MMSA-2023-00164,
MMSA-2023-00163 and MMSA-2023-00161.

Changelog:
https://docs.mattermost.com/install/self-managed-changelog.html#release-v7-8-extended-support-release
2023-05-22 22:49:26 +02:00
Thomas Gerbet
4fb59cd0f9 mattermost: 7.8.3 -> 7.8.4
Fixes MMSA-2023-00159.

Changelog:
https://docs.mattermost.com/install/self-managed-changelog.html#release-v7-8-extended-support-release
2023-05-04 23:36:15 +02:00
Sandro
b36139a93f
Merge pull request #225365 from SuperSandro2000/gobuildmodule-homepage 2023-04-28 21:37:01 +02:00
Thomas Gerbet
9d9fa00664 mattermost: 7.8.1 -> 7.8.3
Fixes CVE-2023-1831 / MMSA-2023-00146, MMSA-2023-00160 and MMSA-2023-00162.

Changelogs:
https://docs.mattermost.com/install/self-managed-changelog.html#release-v7-8-extended-support-release
2023-04-27 11:05:03 +02:00
R. Ryantm
87552aff43 matterircd: 0.26.1 -> 0.27.0 2023-04-20 12:38:19 +00:00
Sandro Jäckel
1e70721319
Use clickable homepages on packages which are changed in #225362 2023-04-09 03:30:09 +02:00
Morgan Jones
d0d5d4b16e mattermost: 7.7.1 -> 7.8.1 2023-03-04 17:02:05 -08:00
Morgan Jones
9dabedf841 mattermost: 7.5.2 -> 7.7.1 2023-02-04 17:15:09 -08:00
Weijia Wang
ff110964c0
Merge pull request #199114 from r-ryantm/auto-update/matterircd
matterircd: 0.25.1 -> 0.26.1
2023-01-23 06:25:20 +01:00
Morgan Jones
27e22f6340 mattermost: 7.5.1 -> 7.5.2 2022-12-30 11:43:23 -08:00
Ilan Joselevich
f7e4c1882d
mattermost: 7.4.0 -> 7.5.1 2022-11-20 04:43:37 +02:00
R. Ryantm
7c4d5c3e35 matterircd: 0.25.1 -> 0.26.1 2022-11-08 01:01:54 +00:00
Ilan Joselevich
fc7d834148
mattermost: 7.3.0 -> 7.4.0 2022-10-25 23:37:38 +03:00
Ilan Joselevich
1606a4da2b mattermost: 7.2.0 -> 7.3.0 2022-09-16 07:41:08 +03:00
Sandro
13418e6808
Merge pull request #188413 from Kranzes/mmupdate 2022-08-29 22:26:03 +02:00
Ilan Joselevich
72a667cbd9 mattermost: 7.1.1 -> 7.2.0 2022-08-26 21:02:50 +03:00
Franz Pletz
c092a502df
treewide: remove myself as maintainer from some pkgs
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
2022-08-03 14:17:51 +02:00
Sandro
e493e41222
Merge pull request #181726 from Kranzes/mattermost
mattermost: 7.1.0 -> 7.1.1
2022-07-16 23:38:58 +02:00
Ilan Joselevich
69710e00e2 mattermost: 7.1.0 -> 7.1.1 2022-07-16 15:46:30 +03:00
Sandro Jäckel
f533896282
go,goBuildModules: bump default go version to 1.18 2022-07-15 23:50:57 +02:00
Ilan Joselevich
a572925eac mattermost: 7.0.1 -> 7.1.0 2022-07-14 23:42:42 +03:00
Ilan Joselevich
627579b71a mattermost: Don't restrict system types 2022-07-01 23:16:22 +03:00
Ilan Joselevich
c750d48803 mattermost: 7.0.0 -> 7.0.1 2022-06-24 18:24:59 +03:00
Ilan Joselevich
21738df66b mattermost: 6.3.6 -> 7.0.0 2022-06-21 19:06:34 +03:00
Robert Scott
61c35da607 treewide/servers,tools: add sourceType binaryNativeCode for many packages 2022-06-16 20:21:42 +01:00
Aaron Jheng
df82d7c0aa
matterircd: 0.25.0 -> 0.25.1 2022-05-02 04:53:06 +00:00
Morgan Jones
35b456de97 mattermost: 6.3.3 -> 6.3.6 2022-03-30 16:42:30 -06:00
Morgan Jones
4f0170c1e7 mattermost: 6.3.2 -> 6.3.3 2022-02-07 22:29:49 -07:00
zowoq
ab07e12988 treewide: drop unnecessary go_1_17, buildGo117{Module,Package} 2022-02-08 08:09:33 +10:00