Commit Graph

836 Commits

Author SHA1 Message Date
Maximilian Bosch
2cefe69f6f
mailmanPackages.python: allow changing python package-set used for mailman
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.
2023-08-12 13:51:10 +02:00
Maximilian Bosch
892661f45b
mailmanPackages.web: 0.0.5 -> 0.0.6
ChangeLog: https://gitlab.com/mailman/mailman-web/-/compare/0.0.5...0.0.6
2023-08-12 13:51:09 +02:00
Maximilian Bosch
9c96150189
mailmanPackages.hyperkitty: 1.3.5 -> 1.3.7
ChangeLog: https://gitlab.com/mailman/hyperkitty/-/compare/1.3.5...1.3.7
2023-08-12 13:51:09 +02:00
Maximilian Bosch
be50a4d290
mailmanPackages.postorius: 1.3.6 -> 1.3.8
ChangeLog: https://gitlab.com/mailman/postorius/-/compare/1.3.6...1.3.8
2023-08-12 13:49:55 +02:00
Jörg Thalheim
98c1ed5322
Merge pull request #248262 from happysalada/update_stalwart
stalwart-mail: 0.3.2 -> 0.3.4
2023-08-10 08:30:26 +01:00
Franz Pletz
7be45ec8ad
rspamd: 3.5 -> 3.6
https://github.com/rspamd/rspamd/releases/tag/3.6
2023-08-10 06:37:33 +02:00
happysalada
527a7a0ec2 stalwart-mail: 0.3.2 -> 0.3.4 2023-08-10 10:57:34 +08:00
Nick Cao
dfa756207b
Merge pull request #245842 from happysalada/update_stalwart
stalwart-mail: 0.3.1 -> 0.3.2
2023-07-28 18:18:44 -06:00
happysalada
79ab9bde45 stalwart-mail: 0.3.1 -> 0.3.2 2023-07-28 17:32:22 +09:00
natsukium
39ea250bb6
python310Packages.zope-component: rename from zope_component 2023-07-28 09:55:45 +09:00
happysalada
d12b151101 stalwart-mail: init at 0.3.1 2023-07-25 01:33:23 +00:00
Nikolay Korotkiy
6e242f7615
Merge pull request #230406 from dit7ya/mox
mox: init at 0.0.5
2023-07-22 12:16:46 +04:00
Mostly Void
9986d2cc90
mox: init at 0.0.5 2023-07-15 10:22:21 +02:00
Stéphan Kochen
8a072bf42f mailpit: fix build by splitting off nodejs part 2023-07-12 13:15:34 +02:00
Stéphan Kochen
e2e2443f5c mailpit: init at 1.7.1 2023-07-11 14:19:14 +02:00
Luke Granger-Brown
c4abac1cff spamassassin: enable taint mode 2023-06-25 17:35:16 +00:00
Luke Granger-Brown
01b8cd44fc spamassassin: compile spamc with TLS support 2023-06-25 17:35:16 +00:00
Luke Granger-Brown
6c161ee4b9 spamassassin: enable tests 2023-06-25 17:35:16 +00:00
Luke Granger-Brown
16663f620a spamassassin: add dependencies from SpamAssassin core
These modules are all used by SpamAssassin in some way or another, in
some cases optional depending on what plugins you have loaded.
2023-06-25 13:36:37 +00:00
Luke Granger-Brown
0b48da2e88 spamassassin: switch back to Perl-bundled ExtUtils::MakeMaker
It's past the required minimum version now, so we can drop this comment
and the explicit dependency.
2023-06-25 13:35:32 +00:00
Philipp Kern
0ce6a09235 spamassassin: 3.4.6 → 4.0.0
The HashCash module has been removed, so this change also drops it from
the default config for spamassassin.
2023-06-25 09:38:10 +00:00
R. Ryantm
42debe7adb opensmtpd-filter-rspamd: 0.1.7 -> 0.1.8 2023-06-23 22:18:56 +00:00
Alyssa Ross
c2730b96dc public-inbox: add xapian to PATH
Some public-inbox programs run xapian-compact, so we need to make sure
it's in PATH.
2023-06-20 16:58:47 +00:00
R. Ryantm
e624b4f1ae sympa: 6.2.70 -> 6.2.72 2023-06-13 21:03:42 +00:00
Nick Cao
504b16b10e
postfix: 3.8.0 -> 3.8.1 2023-06-08 19:44:04 +08:00
Julien Moutinho
50301d73e9 public-inbox: 1.8.0 -> 1.9.0
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2023-06-04 13:09:28 +00:00
Julien Moutinho
4fdd015c76 public-inbox: fix InlineC
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2023-06-04 13:09:28 +00:00
Weijia Wang
6e7c0b97d4 treewide: make fetchPypi more explicit 2023-05-25 21:37:59 +03:00
figsoda
22ec7aebbc treewide/servers: use top-level fetchPypi 2023-05-25 12:06:38 -04:00
Martin Weinelt
e96bad849d
mailmanPackages.hyperkitty: fix tests
Probably broken in the last beautifulsoup4 bump.
2023-05-14 03:02:19 +02:00
Nick Cao
aa96790177
Merge pull request #227577 from NickCao/postfix
postfix: 3.7.4 -> 3.8.0
2023-04-30 14:07:00 +08:00
Weijia Wang
59c9fb75de
Merge pull request #228819 from bennofs/update-spf-engine
spf-engine: 2.9.3 -> 3.0.4
2023-04-30 00:56:21 +03:00
Benno Fünfstück
7301fd9af5 spf-engine: 2.9.3 -> 3.0.4 2023-04-29 01:46:48 +02:00
Nick Cao
742f798f31
postfix: 3.7.4 -> 3.8.0 2023-04-22 17:44:48 +08:00
Nick Cao
0b4c7a3d41
vsmtp: 2.1.1 -> 2.2.1
Diff: https://github.com/viridIT/vsmtp/compare/v2.1.1...v2.2.1
2023-04-03 09:33:03 +08:00
github-actions[bot]
307b719414
Merge master into staging-next 2023-03-23 18:01:20 +00:00
ajs124
b3f83086ac rspamd: 3.4 -> 3.5
0c671194e8
2023-03-22 15:57:09 +01:00
Vladimír Čunát
9666d43d40
dovecot: avoid testing DES-encrypted passwords 2023-03-20 10:56:30 +01:00
Artturin
6b2a05e190 treewide: manual fixups for
treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22 21:23:04 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Maximilian Bosch
8ed9778a85
Merge pull request #212926 from kirillrdy/mailman
mailman: 3.3.5 -> 3.3.8
2023-02-20 22:10:14 +01:00
Nick Cao
5bfba94e28
Merge pull request #216109 from r-ryantm/auto-update/vsmtp
vsmtp: 2.1.0 -> 2.1.1
2023-02-14 08:51:54 +08:00
R. Ryantm
0620523d94 vsmtp: 2.1.0 -> 2.1.1 2023-02-13 02:45:43 +00:00
Kirill Radzikhovskyy
48c2d3284a mailman: 3.3.5 -> 3.3.8 supports latest sqlalchemy 2023-02-11 06:28:05 +11:00
github-actions[bot]
51cb32c692
Merge master into staging-next 2023-02-05 18:01:22 +00:00
Malte Voos
3449f83618 maintainers/malvo: update information 2023-02-05 15:05:51 +01:00
github-actions[bot]
ae91e9a960
Merge master into staging-next 2023-02-04 06:01:09 +00:00
Nick Cao
452bd872e3
vsmtp: 2.0.0 -> 2.1.0
Diff: https://github.com/viridIT/vsmtp/compare/v2.0.0...v2.1.0
2023-02-02 10:55:20 +08:00
John Ericson
8240bc77e8
Merge pull request #212275 from alyssais/libdl
treewide: remove -ldl linker flags
2023-01-23 16:28:21 -05:00