Commit Graph

793 Commits

Author SHA1 Message Date
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
Renaud
e77cafcf65 dspam: update homepage
and use SPDX 3.0 license identifier
2022-02-06 15:10:25 +01:00
Robert Schütz
3966f3af2e dovecot_pigeonhole: 0.5.17.1 -> 0.5.18
https://dovecot.org/pipermail/dovecot-news/2022-February/000471.html
2022-02-03 18:56:05 +00:00
Robert Schütz
18d27ba148 dovecot: 2.3.17.1 -> 2.3.18
https://dovecot.org/pipermail/dovecot-news/2022-February/000470.html
2022-02-03 18:55:47 +00:00
Nikolay Korotkiy
343e96c0cc
python3Packages.hyperkitty: fix mistune imports for mistune >= 2.0.0 2022-02-01 22:57:03 +03:00
Ryan Mulligan
8328d4a50c
Merge pull request #156929 from r-ryantm/auto-update/sympa
sympa: 6.2.66 -> 6.2.68
2022-01-27 06:46:05 -08:00
R. Ryantm
c446564d5d sympa: 6.2.66 -> 6.2.68 2022-01-27 00:41:34 +00:00
Robert Schütz
0b2d7180bd postfix: 3.6.3 -> 3.6.4
http://www.postfix.org/announcements/postfix-3.6.4.html
2022-01-26 19:24:34 +00:00
Fabian Affolter
91be887b49
Merge pull request #154153 from dotlambda/django-extensions-3.1.5
python3Packages.django-extensions: 3.1.3 -> 3.1.5
2022-01-13 08:58:23 +01:00
Gabriel Ebner
b57d7dc58f
Merge pull request #153449 from Mic92/opensmtpd-extras
opensmtpd-extras: drop python2 option
2022-01-11 17:57:39 +01:00
Alyssa Ross
2ae06932dc spamassassin: support for fetching rules over HTTPS
sa-update.service starts by making an HTTP GET request to
http://spamassassin.apache.org/updates/MIRRORED.BY, which now
redirects to HTTPS.  Since we didn't have the appropriate library
available to handle HTTPS, rule updates would fail:

Jan 03 12:35:03 atuin systemd[1]: Starting sa-update.service...
Jan 03 12:35:10 atuin sa-update-start[1250]: Update available for channel updates.spamassassin.org: 1895535 -> 1896618
Jan 03 12:35:10 atuin sa-update-start[1250]: http: (lwp) hotpatching IO::Socket::INET by module IO::Socket::IP
Jan 03 12:35:11 atuin sa-update-start[1250]: http: (lwp) GET http://spamassassin.apache.org/updates/MIRRORED.BY, 501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed)
Jan 03 12:35:11 atuin sa-update-start[1250]: error: unable to refresh mirrors file for channel updates.spamassassin.org, using old file
Jan 03 12:35:11 atuin sa-update-start[1250]: error: no mirror data available for channel updates.spamassassin.org
Jan 03 12:35:11 atuin sa-update-start[1250]: channel 'updates.spamassassin.org': MIRRORED.BY file contents were missing, channel failed
Jan 03 12:35:11 atuin sa-update-start[1250]: Update failed, exiting with code 4
Jan 03 12:35:11 atuin systemd[1]: sa-update.service: Main process exited, code=exited, status=4/NOPERMISSION
Jan 03 12:35:11 atuin systemd[1]: sa-update.service: Failed with result 'exit-code'.
Jan 03 12:35:11 atuin systemd[1]: Failed to start sa-update.service.
2022-01-10 03:16:14 +00:00
Robert Schütz
c0b9a9ee44 python3Packages.django_extensions: rename to django-extensions 2022-01-09 15:25:05 +00:00
Jörg Thalheim
e73fb8d32f opensmtpd-extras: drop python2 option
related to https://github.com/NixOS/nixpkgs/issues/148779
2022-01-04 09:17:33 +01:00
Renaud
944a2dc835
Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
2022-01-03 16:53:12 +01:00
Ben Siraphob
39a0a70d29
treewide: fix homepages with permanent redirect to https 2021-12-29 22:06:47 +07:00
Dmitry Kalinkin
24c986c1c1
dovecot_fts_xapian: mark as broken on darwin 2021-12-28 18:18:29 -05:00
Guillaume Girol
8ba6769060 dovecot_fts_xapian: 1.4.14 -> 1.5.2
and align name on repology
2021-12-21 12:00:00 +00:00
ajs124
0475ca4a3a dovecot_pigeonhole: 0.5.17 -> 0.5.17.1 2021-12-07 10:57:30 +00:00
ajs124
d0913cf400 dovecot: 2.3.17 -> 2.3.17.1 2021-12-07 10:57:12 +00:00
Artturin
a997abfb28 mailman: formatting 2021-11-13 02:14:26 +02:00
Artturin
92b9bd4eb6 python3Packages.hyperkitty: 1.3.4 -> 1.3.5 2021-11-13 02:14:26 +02:00
Artturin
5f8d34ad31 mailman-web: unstable-2021-04-10 -> 0.0.5 2021-11-13 02:14:26 +02:00
Artturin
413e2f0070 python3Packages.postorius: 1.3.5 -> 1.3.6 2021-11-13 02:14:26 +02:00
Sandro
b499e23f93
Merge pull request #137656 from r-ryantm/auto-update/python38Packages.postorius 2021-11-12 17:34:47 +01:00
Robert Schütz
99da871c5b postfix: 3.6.2 -> 3.6.3
http://www.postfix.org/announcements/postfix-3.6.3.html
2021-11-12 01:01:27 -08:00
Antoine Eiche
dc5e6713e4 rspamd: add lewo as maintainer 2021-11-07 12:21:20 +01:00
Antoine Eiche
db20747d36 rpsamd: 3.0 -> 3.1 2021-11-07 12:18:33 +01:00
Janne Heß
959d2742f9
Merge pull request #143442 from r-ryantm/auto-update/sympa 2021-11-06 19:05:05 +01:00
Matt Votava
b680de7700 dovecot_fts_xapian: 1.4.11 -> 1.4.14 2021-11-05 02:23:30 -07:00
github-actions[bot]
6317a19147
Merge master into staging-next 2021-10-29 18:01:00 +00:00
R. Ryantm
281d57c938 sympa: 6.2.64 -> 6.2.66 2021-10-28 18:23:36 +00:00
ajs124
07ea60c423 dovecot_pigeonhole: 0.5.16 -> 0.5.17 2021-10-28 16:08:32 +02:00
ajs124
bf6912e49e dovecot: 2.3.16 -> 2.3.17 2021-10-28 16:08:18 +02:00
github-actions[bot]
ceea0e5f2a
Merge master into staging-next 2021-10-24 18:00:57 +00:00
AndersonTorres
713a69a199 treewide: rename perlPackages.libintl_perl -> perlPackages.libintl-perl
The other package managers call this package libintl-perl, and it is also the
original name.
2021-10-23 22:51:23 -03:00
Martin Weinelt
adf4e67dd4 Merge remote-tracking branch 'origin/staging' into staging-next 2021-10-15 01:34:36 +02:00
Peter Simons
476635afe1 Drop myself from meta.maintainers for most packages.
I'd like to reduce the number of Github notifications and
review requests I receive.
2021-10-14 11:01:27 +02:00
Martin Weinelt
90ef69cae9
hyperkitty: unstable-2021-10-08 -> 1.3.5
One dependency per line, some sorting, clean out some unused
dependencies.
2021-10-13 20:16:21 +02:00
github-actions[bot]
92a15c8929
Merge staging-next into staging 2021-10-11 18:01:55 +00:00
Artturi
0e55920d5f
Merge pull request #135167 from r-ryantm/auto-update/sympa 2021-10-11 20:56:30 +03:00
Martin Weinelt
b8144b632e python3Packages.hyperkitty: 1.3.4 -> unstable-2021-10-08
Fixes the failing test suite.
2021-10-11 01:54:21 +02:00
Martin Weinelt
f931bc81d6 mailman: 3.3.4 -> 3.3.5
Override sqlalchemy version with 1.3.24 and relax alembic dependency.
2021-10-11 01:22:10 +02:00
ajs124
cc9e7f0b04 exim: 4.94.2 -> 4.95 2021-09-29 17:48:06 +02:00
R. RyanTM
192bb4968e rspamd: 2.7 -> 3.0 2021-09-14 08:47:30 +00:00
R. RyanTM
373ad63bd8 python38Packages.postorius: 1.3.4 -> 1.3.5 2021-09-13 14:31:29 +00:00
zowoq
e6494966dd treewide: buildFlagsArray -> ldflags 2021-08-26 15:43:28 +10:00
R. RyanTM
2adf248676 sympa: 6.2.60 -> 6.2.64 2021-08-22 03:10:41 +00:00
Alyssa Ross
8090305b64
spamassassin: 3.4.5 -> 3.4.6 2021-08-08 12:28:44 +00:00
Artturi
0d9937260a
Merge pull request #117235 from r-ryantm/auto-update/postsrsd
postsrsd: 1.10 -> 1.11
2021-08-08 03:47:38 +03:00
ajs124
a161e14867 dovecot_pigeonhole: 0.5.15 -> 0.5.16 2021-08-06 13:48:46 +02:00
ajs124
0184b07908 dovecot: 2.3.15 -> 2.3.16 2021-08-06 13:47:53 +02:00
Antoine Eiche
69a63587e0 postfix: add lewo as maintainer 2021-07-27 21:46:03 +02:00