Commit Graph

1044 Commits

Author SHA1 Message Date
R. Ryantm
ff609ba73f rspamd: 3.7.1 -> 3.7.2 2023-10-28 06:47:53 +00:00
happysalada
9854418b24 stalwart-mail: 0.3.6 -> 0.4.0
https://github.com/stalwartlabs/mail-server/releases/tag/v0.4.0
2023-10-25 16:40:29 +00:00
Robin Gloster
e5d552f5b9
treewide: update globin's maintainership 2023-10-24 13:09:45 +02:00
Vladimír Čunát
9320d9e7bc
Merge #260527: Mailman fixes
...into staging-next
2023-10-20 18:56:03 +02:00
Alyssa Ross
d5debea350
spamassassin: disable intermittently failing test
Link: https://github.com/NixOS/nixpkgs/pull/257792#issuecomment-1772297269
2023-10-20 09:06:36 +00:00
Maximilian Bosch
2ee12a93de treewide: remove myself (ma27) from a few packages
It's time again, I guess :>

Main motivation is to stop being pinged about software that I maintained
for work now that I'm about to switch jobs. There's no point in pinging
me to review/test updates or to debug issues in e.g. the Atlassian stack
or on mailman since I use neither personally.

But there's also a bunch of other stuff that I stopped using personally. While
at it I realized that I'm still maintainer of a few tests & modules related to
packages I stopped maintaining in the past already.
2023-10-18 15:47:20 -03:00
ajs124
861a83465b exim: 4.96.1 -> 4.96.2
https://seclists.org/oss-sec/2023/q4/107
Fixes CVE-2023-42117, CVE-2023-42119
2023-10-15 23:05:20 +02:00
Fabian Affolter
41f3887abd
Merge pull request #245707 from juliusrickert/smtprelay
smtprelay: init at 1.10.0
2023-10-13 13:43:52 +02:00
Fabian Affolter
2cc85e7404 smtprelay: don't build subpackages 2023-10-13 12:21:20 +02:00
Fabian Affolter
1449ebdc34
smtprelay: add changelog to meta
- equalize file content
2023-10-13 11:50:48 +02:00
Weijia Wang
bd2b3cb797
Merge pull request #258949 from r-ryantm/auto-update/mox
mox: 0.0.6 -> 0.0.7
2023-10-13 03:59:36 +02:00
Alyssa Ross
09e0a34f92
mailmanPackages.web: apply allauth fix 2023-10-11 20:20:20 +00:00
Alyssa Ross
91bbbbabe0
mailmanPackages.hyperkitty: apply allauth fix 2023-10-11 20:20:19 +00:00
Alyssa Ross
0d910a60ef
mailmanPackages: pin elasticsearch to 7.17.9
Hyperkitty's tests fail with 8.x, because it tries and fails to import
elastic_transport.  There are 7.17.10 and 7.17.11 releases, but for
unknown reasons they're not available on PyPI.

Link: https://github.com/elastic/elasticsearch-py/issues/2336
2023-10-11 20:20:16 +00:00
Alyssa Ross
755ef90835
mailmanPackages: pin redis to 4.5.4 2023-10-11 20:20:15 +00:00
Alyssa Ross
ec58ad152a
mailman: use sphinx from python3.pkgs
At least since e161990d40 ("mailman: remove docutils input"), we
rely on sphinx being a Python library package for our Python version,
so that it propagates a compatible docutils.  Taking sphinx from the
top level therefore won't work right if it's using a different Python
version.
2023-10-11 20:20:11 +00:00
Alyssa Ross
a4c3566925
mailman: remove importlib-resources dependency
mailman is incompatible with importlib-resources 6.x, and upstream
have decided to remove the dependency.

Fixes: 3c86835248 ("python3Packages.importlib-resources: 5.12.0 -> 6.0.1")
Link: https://gitlab.com/mailman/mailman/-/issues/1093
2023-10-11 20:20:09 +00:00
Antoine Eiche
1397167a1a rspamd: 3.6 -> 3.7.1 2023-10-08 10:07:54 +02:00
R. Ryantm
8a706aec84 mox: 0.0.6 -> 0.0.7 2023-10-04 06:49:45 +00:00
lewo
326215986a
Merge pull request #257376 from trofi/postfix-leaner-closure
postfix: mangle store paths in /etc/postfix/makedefs.out
2023-10-03 08:39:07 +02:00
ajs124
b5e505b440 exim: 4.96 -> 4.96.1
Fixes CVE-2023-42114, CVE-2023-42115, CVE-2023-42116
See https://exim.org/static/doc/security/CVE-2023-zdi.txt for details.
2023-10-02 15:22:39 +02:00
Sergei Trofimovich
1c9e9f97ee postfix: mangle store paths in /etc/postfix/makedefs.out
Before the change closure size is:

    $ nix path-info -rsSh $(nix-build --no-link -A postfix) | nl | unnix | tail -n 1
        63  /<<NIX>>/postfix-3.8.2  21.9M  177.9M

After the change:

    $ nix path-info -rsSh $(nix-build --no-link -A postfix) | nl | unnix | tail -n 1
        55  /<<NIX>>/postfix-3.8.2  21.9M  166.0M
2023-09-26 04:31:35 +01:00
Peder Bergebakken Sundt
3a2a8ad856 spf-engine: switch to pypaBuildHook 2023-09-22 21:11:24 +02:00
Dan Callaghan
ab9c08b9ed spamassassin: install default rules
This lets spamassassin work as normal out of the box, without having to
invoke sa-update first.
2023-09-22 09:17:01 +00:00
Aaron Jheng
d38485921a
treewide: vendorSha256 -> vendorHash (#256514) 2023-09-21 19:11:11 +02:00
Robert Schütz
fd03a8aa6d
Merge pull request #245838 from dotlambda/mistune-3.0.1
python310Packages.mistune: 2.0.5 -> 3.0.1
2023-09-17 02:49:28 +00:00
Robert Schütz
98152f67b9 mailman-hyperkitty: pin mistune at 2.0.5 2023-09-15 09:34:30 -07:00
ajs124
f1b2dfd88f dovecot_pigeonhole: 0.5.20 -> 0.5.21
https://dovecot.org/mailman3/archives/list/dovecot-news@dovecot.org/thread/Y5SJWAIAVEAQ2KKSWJM7VSJUUFRMFAH5/
2023-09-15 12:59:45 +02:00
ajs124
522ee9be1a dovecot: 2.3.20 -> 2.3.21
https://dovecot.org/mailman3/archives/list/dovecot-news@dovecot.org/thread/KYDR7WWPEQOBZA3IA4NL5XDSLODZLG6N/
2023-09-15 12:56:58 +02:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Mario Rodas
cbbfe1ec91
Merge pull request #253425 from Yarny0/meta-mainprogram
add more `meta.mainProgram`
2023-09-08 03:43:44 -05:00
Robert Schütz
6083d3d51f listmonk.frontend: use fetchYarnDeps 2023-09-06 09:37:02 -07:00
Janne Heß
a98f8441d7
Merge pull request #248104 from helsinki-systems/fix/exiwhat
exim: Fix exiwhat command
2023-09-05 14:27:44 +02:00
Yarny0
fca305b300 exim: add meta.mainProgram 2023-09-05 11:34:05 +02:00
Yarny0
47aa9e1331 dovecot: add meta.mainProgram 2023-09-05 11:34:04 +02:00
pacien
6eb25e11a8 stalwart-mail: 0.3.4 -> 0.3.6 2023-09-03 22:18:50 -04:00
Robert Schütz
60c7f62ced postfix: 3.8.1 -> 3.8.2
Changelog: https://www.postfix.org/announcements/postfix-3.8.2.html
2023-09-02 20:06:56 -07:00
Alyssa Ross
e161990d40 mailman: remove docutils input
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: 2312861130 ("docutils: 0.19 -> 0.20.1")
2023-08-31 14:18:22 +00:00
Raito Bezarius
1c37010b1e listmonk: modify the 1.20 Go support patch
Previously, it was a PR that was merged, meaning this will break.
Added a comment to explain why this patch.
2023-08-27 19:28:18 +02:00
Nick Cao
1120570e29
Merge pull request #251525 from r-ryantm/auto-update/mox
mox: 0.0.5 -> 0.0.6
2023-08-27 08:50:16 +08:00
R. Ryantm
857610bcd1 mox: 0.0.5 -> 0.0.6 2023-08-26 06:40:18 +00:00
Alyssa Ross
7ca3513f3e
mailmanPackages.web.meta.homepage: add
This is the URL listed as "Project home" in the README.
2023-08-25 18:48:02 +00:00
Raito Bezarius
4e9874aaa6 listmonk: 2.2.0 -> 2.5.1
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.
2023-08-22 23:51:11 +02:00
github-actions[bot]
fbb4f932ee
Merge master into staging-next 2023-08-17 18:01:06 +00:00
Alyssa Ross
9d441104d3 public-inbox: fix tests
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: f41621432f ("perl: 5.36.0 -> 5.38.0")
Fixes: https://github.com/NixOS/nixpkgs/issues/248738
2023-08-17 16:32:51 +00:00
Jan Tojnar
86f6b16d28 Merge branch 'master' into staging-next
Conflicts:
- pkgs/servers/mail/mailman/python.nix (relevant to mailman-web)
  between f8a17e4200 and 84f6a6755a
2023-08-15 21:39:20 +02:00
Maximilian Bosch
de3ac24e90
Merge pull request #248713 from mayflower/mailman-updates
mailmanPackages: update
2023-08-15 13:46:51 +02:00
Maximilian Bosch
f8a17e4200
mailman/python: remove obsolete almebic override, add explanation why this empty overlay should be kept 2023-08-15 12:36:23 +02:00
Nick Cao
ea87ec9bed
rspamd: add patch fixing memory leak 2023-08-15 13:07:42 +08:00
Maximilian Bosch
8b45dd8698
mailmanPackages: remove psycopg2 pin
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
2023-08-12 13:51:10 +02:00
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
github-actions[bot]
d98b254ef5
Merge staging-next into staging 2023-08-10 12:01:53 +00: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
Janne Heß
b675aae932
exim: Fix exiwhat command 2023-08-09 10:52:30 +02:00
github-actions[bot]
3e483a0e1f
Merge staging-next into staging 2023-08-07 06:01:33 +00:00
Vladimír Čunát
923a94aba4
python3Packages.gunicorn: add missing dependency
The package wouldn't fail itself but others depending on it would:
https://hydra.nixos.org/build/229774404/nixlog/4/tail
2023-08-07 07:38:43 +02:00
github-actions[bot]
687b501234
Merge staging-next into staging 2023-08-05 18:01:37 +00:00
Vladimír Čunát
383d4c0c3e
mailman-hyperkitty: add missing dependency
https://hydra.nixos.org/build/230292365/nixlog/2/tail
2023-08-05 18:12:58 +02:00
Martin Weinelt
84f6a6755a
mailmanPackages: pin to django_3 2023-08-03 14:35:39 +02: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
Julius Rickert
6afbeda9d6
smtprelay: init at 1.10.0 2023-07-27 12:23:45 +02: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
Alyssa Ross
12d2821bf5
treewide: remove -ldl linker flags
With all libcs I'm aware of, libdl is now either empty (Glibc, musl,
uclibc, illumos), a symlink to libc or equivalent (Apple), or does not
exist (FreeBSD, NetBSD).  So explicitly linking libdl now does nothing
for the former platforms, and breaks the build for the latter
platforms.

With this patch I've removed -ldl from all overridden linker flags for
all free packages in Nixpkgs.  Everything still seems to build.
2023-01-23 15:34:53 +00:00
Weijia Wang
849db3829c
Merge pull request #209413 from r-ryantm/auto-update/mailman-hyperkitty
mailman-hyperkitty: 1.2.0 -> 1.2.1
2023-01-23 16:18:10 +01:00
Sergei Trofimovich
0c224066f8
Merge pull request #212055 from trofi/postfix-update
postfix: 3.7.3 -> 3.7.4
2023-01-23 08:46:09 +00:00
Sergei Trofimovich
9bc59980ab postfix: 3.7.3 -> 3.7.4
Changes: http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.7.4.RELEASE_NOTES
2023-01-22 09:09:59 +00:00
Sergei Trofimovich
4efd9c440b postfix: add trivial updater 2023-01-22 09:09:59 +00:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
figsoda
da5b47eba8
Merge pull request #211962 from figsoda/go
treewide: remove empty go vendor hashes
2023-01-21 18:06:47 -05:00
figsoda
d8f9bcbcd6 treewide: remove empty go vendor hashes 2023-01-21 11:35:00 -05:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Nick Cao
94d3d94a57
vsmtp: fix build 2023-01-20 14:13:08 +08:00
Nick Cao
722a260c8a
vsmtp: 1.3.3 -> 2.0.0 2023-01-12 17:17:22 +08:00
Sergei Trofimovich
f7644ca8c1
Merge pull request #207232 from Izorkin/update-postfix
postfix: build with pcre2
2023-01-08 11:02:21 +00:00
R. Ryantm
f0ebe533a3 mailman-hyperkitty: 1.2.0 -> 1.2.1 2023-01-07 04:28:02 +00:00
Thomas Gerbet
10089b769e dovecot_pigeonhole: 0.5.19 -> 0.5.20
https://raw.githubusercontent.com/dovecot/pigeonhole/0.5.20/NEWS
2022-12-22 15:51:30 +01:00
Thomas Gerbet
82373dfc74 dovecot: 2.3.19.1 -> 2.3.20
https://github.com/dovecot/core/blob/2.3.20/NEWS
2022-12-22 15:17:58 +01:00
Izorkin
960bbc021e
postfix: build with pcre2 2022-12-22 14:39:32 +03:00
Yorick van Pelt
3d8ffea12c
spf-engine: apply review comments 2022-11-21 11:46:58 +01:00
Yorick van Pelt
37cc873ac8
pypolicyd-spf 2.0.2 -> spf-engine 2.9.3
Fixes CVE-2019-20790
2022-11-21 11:46:25 +01:00
R. Ryantm
d381907261 sympa: 6.2.68 -> 6.2.70 2022-11-13 01:34:18 +00:00
R. Ryantm
eae91da151 rspamd: 3.3 -> 3.4 2022-11-03 22:42:08 +01:00
lewo
dd4897bda9
Merge pull request #197491 from NickCao/postfix
postfix: 3.6.6 -> 3.7.3
2022-10-26 09:22:30 +02:00
Vladimír Čunát
0079830888
Merge #195644: mysql57: drop 2022-10-25 21:23:27 +02:00
Nick Cao
c3611ef087
postfix: 3.6.6 -> 3.7.3 2022-10-24 13:56:34 +08:00
ajs124
52593f7a50
Merge pull request #196591 from helsinki-systems/feat/exim-pkg-changes
exim: various changes
2022-10-22 22:09:10 +02:00
github-actions[bot]
ee0190d830
Merge master into staging-next 2022-10-20 12:01:25 +00:00
Lassulus
032faca4f7
Merge pull request #173181 from malte-v/init-opensmtpd-filter-dkimsign
libopensmtpd: init at 0.7; opensmtpd-filter-dkimsign: init at 0.6
2022-10-20 09:13:02 +02:00
Franz Pletz
3ad542b82f
Merge pull request #196685 from NickCao/dovecot-openssl
dovecot: build with openssl 3.0
2022-10-20 08:54:24 +02:00
github-actions[bot]
bbaff9a043
Merge master into staging-next 2022-10-19 12:01:22 +00:00
Sergei Trofimovich
c20aed5e61 postfix: add support for linux-6
Without this change `postfix` fails to build on `linux-6` as:

    postfix> ATTENTION:
    postfix> ATTENTION: Unknown system type: Linux 6.0.0
    postfix> ATTENTION:
2022-10-19 09:37:32 +01:00
Nick Cao
b32db0ec02
dovecot: build with openssl 3.0 2022-10-19 14:11:33 +08:00
ajs124
6646e409dc exim: various changes
- build in parallel
- run hooks
2022-10-18 01:10:54 +02:00
github-actions[bot]
4f07e7f326
Merge master into staging-next 2022-10-15 06:07:54 +00:00
Nick Cao
9a9427d9bf
vsmtp: set platforms to platforms.linux 2022-10-15 10:13:17 +08:00
Nick Cao
f3170f025c
vsmtp: init at 1.3.3 2022-10-14 15:18:01 +08:00
Yorick van Pelt
44cbcce412
dspam: switch from mysql57 to mariadb-connector-c 2022-10-12 10:29:27 +02:00
Franz Pletz
2a7df1adc8
popa3d: fix build with libxcrypt 2022-10-09 18:10:37 +02:00
Franz Pletz
c1da1990ee
opensmtpd: fix build with libxcrypt 2022-10-09 18:09:43 +02:00
OPNA2608
99b3530710 mailmanPackages.buildEnvs: Fixup after ldap -> python-ldap rename 2022-10-07 19:11:50 +02:00
R. Ryantm
0addd9696c rspamd: 3.2 -> 3.3 2022-10-05 15:43:20 +02:00
Ryan Lahfa
28f4c3d8ee
listmonk: fix frontend build due to OpenSSL 3.0 deprecations
* listmonk: fix frontend build using Webpack due to OpenSSL 3.0 deprecations

See the OpenSSL 3.0 section here https://medium.com/the-node-js-collection/node-js-17-is-here-8dba1e14e382 for explanations.
Adds the missing hooks (pre/postinstall).

* listmonk: fix runHook preInstall

* listmonk: fix runHook postInstall

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2022-09-24 13:01:26 -03:00
Raito Bezarius
6b891f4788 nixos/listmonk: init module 2022-09-21 19:55:20 +02:00
Jonas Heinrich
136ef6daed
Merge pull request #186800 from r-ryantm/auto-update/postsrsd
postsrsd: 1.11 -> 1.12
2022-08-21 01:18:17 +02:00
Sandro
61c49148ba
Merge pull request #185320 from RaitoBezarius/listmonk 2022-08-16 11:44:44 +02:00
Raito Bezarius
b6fcfe826c listmonk: init at 2.2.0 2022-08-15 18:27:58 +02:00
R. Ryantm
442538f8f0 postsrsd: 1.11 -> 1.12 2022-08-15 13:34:23 +00:00
Robert Schütz
243053e521 python310Packages.mistune: 0.8.4 -> 2.0.4
Remove mistune_0_8 because it's insecure.
2022-08-15 06:53:01 +00:00
Martin Weinelt
33ee10c80e
python3Packages.django-compressor: rename from django_compressor 2022-08-06 00:21:16 +02:00
Jörg Thalheim
e9995a5ade rspamd: fix crashes by switching pcre2 -> pcre1
on x86-64 the impact should be also minimal because hyperscan is used
for performance critical regexes.
2022-07-18 13:31:06 +02:00
ajs124
6870d49fea dovecot: fix CVE-2022-30550 2022-07-06 16:28:51 +02:00
Maximilian Bosch
6c7fbcd21e
mailman: make mailmanPackages.extend actually work in overlays 2022-07-04 21:15:56 +02:00
Maximilian Bosch
dd4b6b81fa
nixos/mailman: implement LDAP support for postorius 2022-07-04 21:15:53 +02:00
ajs124
65b8af2a7f exim: 4.95 -> 4.96
https://lists.exim.org/lurker/message/20220625.141825.d6de6074.en.html
2022-06-27 13:49:29 +02:00
Rick van Schijndel
4f3f90fc4f
Merge pull request #178115 from sikmir/mlmmj
mlmmj: fix cross-compilation
2022-06-23 22:34:36 +02:00
Nikolay Korotkiy
e7b692ce87
mlmmj: fix cross-compilation 2022-06-18 11:09:00 +03:00
Maximilian Bosch
e768893052
mailmanPackages.hyperkitty: fix build
Closes #177470
2022-06-17 15:53:40 +02:00
ajs124
7aaf277a47 dovecot: 2.3.19 -> 2.3.19.1 2022-06-14 12:49:22 +02:00
Sergei Trofimovich
5ebfb1845b
Merge pull request #173986 from trofi/workaround-fno-common-for-mlmmj
mlmmj: add -fcommon workaround
2022-06-02 07:35:22 +00:00
Sergei Trofimovich
5580257e0e
Merge pull request #173725 from trofi/workaround-fno-common-for-dspam
dspam: add -fcommon workaround
2022-05-29 16:01:04 +00:00
Sergei Trofimovich
be366766f6 mlmmj: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: getlistdelim.o:/build/mlmmj-1.3.0/src/../include/mlmmj.h:84: multiple definition of
      `subtype_strs'; mlmmj-send.o:/build/mlmmj-1.3.0/src/../include/mlmmj.h:84: first defined here
2022-05-22 14:23:20 +01:00
Sergei Trofimovich
84fad7bf60 dspam: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: .libs/hash_drv.o:/build/dspam-3.10.2/src/util.h:96: multiple definition of `verified_user';
      .libs/libdspam.o:/build/dspam-3.10.2/src/util.h:96: first defined here
2022-05-20 09:00:27 +01:00
Maximilian Bosch
aea3ec632d
mailman: split python env for web and mailman 2022-05-20 01:36:48 +02:00
Maximilian Bosch
72a14ea563
mailman: refactor package structure
* Removed unused `.package`-option.
* Added explicit postgresql support.
* Create a new meta-package for mailman to make sure each component has
  the **same** python and packages can be downgraded if needed (e.g.
  psycopg2 or sqlalchemy) without interfering with `pythonPackages` in any way.
* Document why certain python overrides are needed.

Closes #170035
Closes #158424
2022-05-20 01:21:20 +02:00
K900
016facb869 hyperkitty: backport patch fixing Python 3.10 support 2022-05-16 13:27:16 +03:00
Malte Voos
f58f0e6b9f opensmtpd-filter-dkimsign: init at 0.6 2022-05-15 20:03:49 +02:00
Malte Voos
97ed34ec68 libopensmtpd: init at 0.7 2022-05-15 20:02:58 +02:00
Silvan Mosberger
fd50826952
Merge pull request #104457 from ju1m/public-inbox
Update public-inbox to 1.8.0 and add systemd services
2022-05-12 20:46:39 +02:00
Julien Moutinho
fd2616c92c public-inbox: unstable-2022-04-05 -> 1.8.0 2022-05-12 01:56:46 +02:00
Julien Moutinho
8b2b5be3b5 public-inbox: 1.7.0 -> unstable-2022-04-05 2022-05-12 01:56:45 +02:00
Julien Moutinho
6cf2f46995 public-inbox: 1.6.1 -> 1.7.0 2022-05-12 01:56:43 +02:00
Julien Moutinho
9b6223d1fa public-inbox: 1.2.0 -> 1.6.1 2022-05-12 01:56:04 +02:00
ajs124
20020f7c11 dovecot_pigeonhole: 0.5.18 -> 0.5.19 2022-05-10 09:54:17 +01:00
ajs124
d33a05ab89 dovecot: 2.3.18 -> 2.3.19 2022-05-10 09:53:04 +01:00
Malo Bourgon
16e15fa68f treewide: add meta.mainProgram to many packages 2022-05-04 18:08:19 -07:00
squalus
1fbd921649
opensmtpd: support cross compile (#170379)
* opensmtpd: support cross compile

* add comment to remember the linked PR

Co-authored-by: Léo Gaspard <leo@gaspard.io>
2022-04-26 19:47:52 +02:00
Robert Schütz
d538bbe92c postfix: 3.6.5 -> 3.6.6
https://www.postfix.org/announcements/postfix-3.7.1.html
2022-04-24 00:50:19 +00:00
R. Ryantm
52ca1804a1 dovecot_fts_xapian: 1.5.4b -> 1.5.5 2022-04-22 13:26:39 +00:00
Fabián Heredia Montiel
2151e9af9c archiveopteryx: fix build on aarch64 by conditioning -Wno-error flag 2022-04-16 11:31:48 -05:00
Fabián Heredia Montiel
065409f697 archiveopteryx: fix build on gcc11 with extra flags 2022-04-15 11:09:20 -05:00
Martin Weinelt
a7fc5aaa76 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-15 13:30:48 +02:00
Franz Pletz
1cf1b56dc0
Merge pull request #168698 from justinas/rspamd3_2 2022-04-15 13:22:06 +02:00
Martin Weinelt
69900853ca mailman: fix build
Required an update to the sqlalchemy override due to new hash variable
usage. Also disables tests for sqlalchemy and alembic because neither
can find any, so they error out.
2022-04-15 01:39:55 +02:00
Malo Bourgon
0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Justinas Stankevicius
c8a9752b78 rspamd: 3.1 -> 3.2 2022-04-14 15:41:17 +03:00
github-actions[bot]
c80dabe3b1
Merge staging-next into staging 2022-03-23 06:01:55 +00:00
Alyssa Ross
3512f5b707
mailman-web: fix django version check removal
Recent versions had increased the amount of indentation, which stopped
this applying.  The next version will also change the case, so I've
adjusted in advance for that too.
2022-03-21 19:35:12 +00:00
github-actions[bot]
f6b4a4048a
Merge staging-next into staging 2022-03-09 12:01:59 +00:00
R. Ryantm
8c64bd5fca dovecot_fts_xapian: 1.5.4 -> 1.5.4b 2022-03-08 06:13:18 +00:00
github-actions[bot]
47494ea53c
Merge staging-next into staging 2022-03-05 18:01:48 +00:00
Guillaume Girol
a70ed53891 dovecot_fts_xapian: 1.5.2 -> 1.5.4 2022-03-05 12:00:00 +00:00
Maximilian Bosch
1470227ef4
postfix: fix build w/glibc-2.34
Failing Hydra build: https://hydra.nixos.org/build/154082134
2022-02-27 10:25:38 +01:00
Martin Weinelt
31b5e1998d
postfix: 3.6.4 -> 3.6.5
http://www.postfix.org/announcements/postfix-3.6.5.html
2022-02-13 00:04:43 +01:00