summary refs log tree commit diff
path: root/pkgs/servers/mail
Commit message (Collapse)AuthorAge
...
* | | listmonk.frontend: use fetchYarnDepsRobert Schütz2023-09-06
| | |
* | | Merge pull request #248104 from helsinki-systems/fix/exiwhatJanne Heß2023-09-05
|\ \ \ | | | | | | | | exim: Fix exiwhat command
| * | | exim: Fix exiwhat commandJanne Heß2023-08-09
| | | |
* | | | stalwart-mail: 0.3.4 -> 0.3.6pacien2023-09-03
| | | |
* | | | postfix: 3.8.1 -> 3.8.2Robert Schütz2023-09-02
| |/ / |/| | | | | | | | Changelog: https://www.postfix.org/announcements/postfix-3.8.2.html
* | | mailman: remove docutils inputAlyssa Ross2023-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Nixpkgs, we currently have the strange situation where pkgs.docutils (which was being used here) is on a different version than pkgs.python3.pkgs.docutils (which is propagated from sphinx). This led to a conflict here and a build failure. Since we'd need to provide the same version as propagated by sphinx anyway, let's just remove the explicit docutils check input and only use the version propagated by sphinx, avoiding this kind of conflict in future. Fixes: 2312861130ec ("docutils: 0.19 -> 0.20.1")
* | | listmonk: modify the 1.20 Go support patchRaito Bezarius2023-08-27
| | | | | | | | | | | | | | | Previously, it was a PR that was merged, meaning this will break. Added a comment to explain why this patch.
* | | Merge pull request #251525 from r-ryantm/auto-update/moxNick Cao2023-08-27
|\ \ \ | | | | | | | | mox: 0.0.5 -> 0.0.6
| * | | mox: 0.0.5 -> 0.0.6R. Ryantm2023-08-26
| | | |
* | | | mailmanPackages.web.meta.homepage: addAlyssa Ross2023-08-25
|/ / / | | | | | | | | | This is the URL listed as "Project home" in the README.
* | | listmonk: 2.2.0 -> 2.5.1Raito Bezarius2023-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was impossible to package further versions before because listmonk upstream was using a very EOL Go version. I was waiting for upstream to bump this, but it didn't happen, so I take the matters in my hand. Hopefully, the upstream PR will be accepted.
* | | Merge master into staging-nextgithub-actions[bot]2023-08-17
|\ \ \
| * | | public-inbox: fix testsAlyssa Ross2023-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doesn't backport easily. It looks like it's only the test that's broken, and we can re-enable it in the next release. Fixes: f41621432fbf ("perl: 5.36.0 -> 5.38.0") Fixes: https://github.com/NixOS/nixpkgs/issues/248738
* | | | Merge branch 'master' into staging-nextJan Tojnar2023-08-15
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: - pkgs/servers/mail/mailman/python.nix (relevant to mailman-web) between f8a17e4200d3e79ef1e21d802af6eb4979c3e6b6 and 84f6a6755a0832ca0e9b22c158a13869f3805132
| * | | Merge pull request #248713 from mayflower/mailman-updatesMaximilian Bosch2023-08-15
| |\ \ \ | | | | | | | | | | mailmanPackages: update
| | * | | mailman/python: remove obsolete almebic override, add explanation why this ↵Maximilian Bosch2023-08-15
| | | | | | | | | | | | | | | | | | | | empty overlay should be kept
| | * | | mailmanPackages: remove psycopg2 pinMaximilian Bosch2023-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hack was necessary for django 2.x[1] which was the default `django` version (i.e. current LTS) when this fix was needed. However, 2.x is now EOL and not packaged anymore and mailman is running with django3, so this can be dropped. [1] https://github.com/psycopg/psycopg2/issues/1293
| | * | | mailmanPackages.python: allow changing python package-set used for mailmanMaximilian Bosch2023-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When having a patch for a python module that should only be used for mailman, but for nothing else, it's now possible to apply it like this: self: super: { mailmanPackages = super.mailmanPackages.extend (mailmanSelf: mailmanSuper: { python3 = mailmanSuper.python3.override { overlay = pythonSelf: pythonSuper: { psycopg2 = /* ... */; }; }; }); } The underlying issue is that the `packageOverrides`-mechanism of `pkgs.python3` doesn't compose, so an optional overlay is manually applied to the `python3` used for mailman.
| | * | | mailmanPackages.web: 0.0.5 -> 0.0.6Maximilian Bosch2023-08-12
| | | | | | | | | | | | | | | | | | | | ChangeLog: https://gitlab.com/mailman/mailman-web/-/compare/0.0.5...0.0.6
| | * | | mailmanPackages.hyperkitty: 1.3.5 -> 1.3.7Maximilian Bosch2023-08-12
| | | | | | | | | | | | | | | | | | | | ChangeLog: https://gitlab.com/mailman/hyperkitty/-/compare/1.3.5...1.3.7
| | * | | mailmanPackages.postorius: 1.3.6 -> 1.3.8Maximilian Bosch2023-08-12
| | | | | | | | | | | | | | | | | | | | ChangeLog: https://gitlab.com/mailman/postorius/-/compare/1.3.6...1.3.8
| * | | | rspamd: add patch fixing memory leakNick Cao2023-08-15
| |/ / /
* | | | Merge staging-next into staginggithub-actions[bot]2023-08-10
|\| | |
| * | | Merge pull request #248262 from happysalada/update_stalwartJörg Thalheim2023-08-10
| |\ \ \ | | | | | | | | | | stalwart-mail: 0.3.2 -> 0.3.4
| | * | | stalwart-mail: 0.3.2 -> 0.3.4happysalada2023-08-10
| | |/ /
| * / / rspamd: 3.5 -> 3.6Franz Pletz2023-08-10
| |/ / | | | | | | | | | https://github.com/rspamd/rspamd/releases/tag/3.6
* | | Merge staging-next into staginggithub-actions[bot]2023-08-07
|\ \ \
| * | | python3Packages.gunicorn: add missing dependencyVladimír Čunát2023-08-07
| | | | | | | | | | | | | | | | | | | | The package wouldn't fail itself but others depending on it would: https://hydra.nixos.org/build/229774404/nixlog/4/tail
* | | | Merge staging-next into staginggithub-actions[bot]2023-08-05
|\| | |
| * | | mailman-hyperkitty: add missing dependencyVladimír Čunát2023-08-05
| |/ / | | | | | | | | | https://hydra.nixos.org/build/230292365/nixlog/2/tail
* / / mailmanPackages: pin to django_3Martin Weinelt2023-08-03
|/ /
* | Merge pull request #245842 from happysalada/update_stalwartNick Cao2023-07-28
|\ \ | | | | | | stalwart-mail: 0.3.1 -> 0.3.2
| * | stalwart-mail: 0.3.1 -> 0.3.2happysalada2023-07-28
| |/
* / python310Packages.zope-component: rename from zope_componentnatsukium2023-07-28
|/
* stalwart-mail: init at 0.3.1happysalada2023-07-25
|
* Merge pull request #230406 from dit7ya/moxNikolay Korotkiy2023-07-22
|\ | | | | mox: init at 0.0.5
| * mox: init at 0.0.5Mostly Void2023-07-15
| |
* | mailpit: fix build by splitting off nodejs partStéphan Kochen2023-07-12
| |
* | mailpit: init at 1.7.1Stéphan Kochen2023-07-11
|/
* spamassassin: enable taint modeLuke Granger-Brown2023-06-25
|
* spamassassin: compile spamc with TLS supportLuke Granger-Brown2023-06-25
|
* spamassassin: enable testsLuke Granger-Brown2023-06-25
|
* spamassassin: add dependencies from SpamAssassin coreLuke Granger-Brown2023-06-25
| | | | | These modules are all used by SpamAssassin in some way or another, in some cases optional depending on what plugins you have loaded.
* spamassassin: switch back to Perl-bundled ExtUtils::MakeMakerLuke Granger-Brown2023-06-25
| | | | | It's past the required minimum version now, so we can drop this comment and the explicit dependency.
* spamassassin: 3.4.6 → 4.0.0Philipp Kern2023-06-25
| | | | | The HashCash module has been removed, so this change also drops it from the default config for spamassassin.
* opensmtpd-filter-rspamd: 0.1.7 -> 0.1.8R. Ryantm2023-06-23
|
* public-inbox: add xapian to PATHAlyssa Ross2023-06-20
| | | | | Some public-inbox programs run xapian-compact, so we need to make sure it's in PATH.
* sympa: 6.2.70 -> 6.2.72R. Ryantm2023-06-13
|
* postfix: 3.8.0 -> 3.8.1Nick Cao2023-06-08
|
* public-inbox: 1.8.0 -> 1.9.0Julien Moutinho2023-06-04
| | | | Co-authored-by: Alyssa Ross <hi@alyssa.is>