Commit Graph

41 Commits

Author SHA1 Message Date
Shawn8901
09a5cc1bb2 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 2024-11-15 19:56:12 +01:00
Shawn8901
3ec69bb70c stalwart-mail: 0.10.5 -> 0.10.6 2024-11-15 19:56:12 +01:00
Alexander Sieg
ab9d5220d8 stalwart-mail.webadmin: pin wasm-bindgen-cli version 2024-11-03 14:34:20 +01:00
Diogo Correia
c8d40ff15f
stalwart-mail: add rocksdb to passthrough
Stalwart Mail needs a specific version of rocksdb (in particular,
stalwart-mail 0.10.5 does not support rocksdb 9).
This makes creating backup scripts harder, since the version of
rocksdb.tools should match the version in use by stalwart-mail.
At the moment, there doesn't seem to be a way to get the version
of rocksdb used to build stalwart-mail from its derivation, so this
commits adds it to passthrough.
2024-10-26 18:07:41 +02:00
R. Ryantm
289d7b86ee stalwart-mail: 0.10.3 -> 0.10.5 2024-10-22 22:40:49 +00:00
Shawn8901
ebf5ffda4c stalwart-mail: skip failing test 2024-10-06 23:22:07 +02:00
Shawn8901
5d11f195a2 stalwart-mail.webadmin: add updateScript 2024-10-06 23:22:07 +02:00
Shawn8901
7658294ee4 stalwart-mail: fix updateScript 2024-10-06 23:22:07 +02:00
Shawn8901
8fda6add48 stalwart-mail.webadmin: 0.1.15 -> 0.1.17 2024-10-06 23:22:07 +02:00
Shawn8901
171b6c26f9 stalwart-mail: 0.10.2 -> 0.10.3 2024-10-06 23:21:57 +02:00
Yt
0979610e35
stalwart-mail: 0.10.0 -> 0.10.2 and some improvements (#346555) 2024-10-05 13:13:39 -04:00
Gavin John
79e23450e0
stalwart-mail: Add pandapip1 as maintainer 2024-10-04 18:02:14 -07:00
Gavin John
85bfed236e
stalwart-mail: refactor meta 2024-10-04 18:01:59 -07:00
Gavin John
551915ec58
stalwart-mail: nixfmt 2024-10-04 18:00:35 -07:00
Gavin John
bf544fce96
stalwart-mail: 0.10.0 -> 0.10.2 2024-10-04 18:00:15 -07:00
Julien Malka
b406ff600b
stalwart-mail.webadmin: 0.1.13 -> 0.1.15 (#344151) 2024-10-04 23:59:10 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Alexander Sieg
3bd2e06a38
stalwart-mail.webadmin: 0.1.13 -> 0.1.15 2024-09-24 09:43:00 +02:00
Alexander Sieg
c350420114
stalwart-mail: 0.9.4 -> 0.10.0
Diff: https://github.com/stalwartlabs/mail-server/compare/refs/tags/v0.9.4...v0.10.0

Changelog: https://github.com/stalwartlabs/mail-server/blob/0.10.0/CHANGELOG
2024-09-22 12:17:53 +02:00
Daniel Albert
d6e2708f7f
stalwart-mail: 0.9.3 -> 0.9.4 2024-09-09 22:25:21 +02:00
Jonas Heinrich
579b775ed8 stalwart-mail.webadmin: init at 0.1.13 2024-09-05 08:33:58 +02:00
Jonas Heinrich
880bd89c4d nixos/stalwart-mail: package and configure webadmin 2024-09-05 08:33:58 +02:00
Yt
94b0a1a7e8
stalwart-mail: only include foundationdb for linux builds (#337162) 2024-08-30 10:36:05 +00:00
R. Ryantm
2158b8b869 stalwart-mail: 0.9.2 -> 0.9.3 2024-08-29 18:48:04 +00:00
techknowlogick
718a5333ef stalwart-mail: only include foundationdb for linux builds 2024-08-25 02:22:09 -04:00
Daniel Albert
87101c5548
stalwart-mail: 0.9.1 -> 0.9.2 2024-08-21 17:49:21 +02:00
Jonas Heinrich
8fb565ee8e stalwart-mail: disable new failing tests 2024-08-15 13:42:55 +02:00
Jonas Heinrich
fe371ad195 stalwart-mail: 0.9.0 -> 0.9.1 2024-08-15 13:42:54 +02:00
oddlama
58d7f08e1c
stalwart-mail: 0.8.5 -> 0.9.0 2024-08-02 15:06:03 +02:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
Jonas Heinrich
aa80dd4fc0 stalwart-mail: disable tests on aarch64 2024-07-19 16:40:12 +02:00
Jonas Heinrich
671f0eb01f stalwart-mail: Enable tests 2024-07-13 20:43:01 +02:00
R. Ryantm
dd2f438a2f stalwart-mail: 0.8.3 -> 0.8.5 2024-07-08 13:22:35 +00:00
R. Ryantm
d9f2df5fc3 stalwart-mail: 0.8.2 -> 0.8.3 2024-07-01 16:31:56 +00:00
Shawn8901
6eea6943bc stalwart-mail: include spam-filter config 2024-06-23 20:51:55 +02:00
euxane
686e0652a5 stalwart-mail: patch service file to fix module compat
We're using the upstream systemd service file since dfa130e.
It specifies `PermissionsStartOnly = true`, which is not only
deprecated in recent systemd, but also interferes with the
`ExecPreStart` in our module.

This adds a patch to the package solving this, allowing our module and
NixOS test to work until this gets merged upstream.

Upstream PR: https://github.com/stalwartlabs/mail-server/pull/528
2024-06-22 18:53:41 +02:00
euxane
bcf7455bbc stalwart-mail: 0.8.1 -> 0.8.2
Changelog: https://github.com/stalwartlabs/mail-server/blob/v0.8.2/CHANGELOG.md
2024-06-22 18:53:34 +02:00
Jonas Heinrich
336232debd stalwart-mail: package upstream systemd unit 2024-05-31 10:22:15 +02:00
Jonas Heinrich
2323925c24 stalwart-mail: add onny as maintainer 2024-05-24 12:13:16 +02:00
Jonas Heinrich
72d5d19b57 stalwart-mail: 0.8.0 -> 0.8.1 2024-05-23 18:54:49 +02:00
Jonas Heinrich
02c18cc8f6 stalwart-mail: 0.6.0 -> 0.8.0 2024-05-16 13:44:49 +02:00