summary refs log tree commit diff
path: root/pkgs/servers/mail
Commit message (Collapse)AuthorAge
* python3.pkgs.mailman*: check isPy3k inside packageAlyssa Ross2020-01-20
|
* python3.pkgs.mailman: 3.2.2 -> 3.3.0Peter Simons2020-01-20
|
* python3.pkgs.postorius: 1.2.4 -> 1.3.2Alyssa Ross2020-01-20
|
* python3.pkgs.postorius: use checkInputsAlyssa Ross2020-01-20
|
* python3.pkgs.hyperkitty: use checkInputsAlyssa Ross2020-01-20
| | | | | | The previously propagated build inputs are optional, and so are included in checkInputs so the tests can run, but not propagated so they aren't included if unneeded.
* python3.pkgs.hyperkitty: 1.2.2 -> 1.3.2Alyssa Ross2020-01-20
|
* python3.pkgs.mailman: core.nix -> default.nixAlyssa Ross2020-01-20
| | | | | The actual upstream "mailman" name just refers to this, so we should use the Nixpkgs convention of default.nix.
* mailman: remove unused derivation for mailman 2Alyssa Ross2020-01-20
| | | | This isn't referenced anywhere, so it's just dead code.
* public-inbox: fix buildAlyssa Ross2020-01-14
| | | | | | This fixes some two-digit year rounding bugs that started triggering because 2020 is closer to 2070 than 1970. Apparently two digits years are still a thing.
* treewide: configureFlags is a flat listRobin Gloster2019-12-31
|
* treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
|
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
|
* Merge gcc-9 into staging (#68029)Frederik Rietdijk2019-12-30
|\
| * Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz2019-12-26
| |\
| * | archiveopteryx: fix build with gcc9Franz Pletz2019-11-02
| | |
* | | treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
| |/ |/|
* | spamassassin: fix IPv6Alyssa Ross2019-12-24
| | | | | | | | The Net::CIDR::Lite package was missing.
* | public-inbox: init at 1.2.0Alyssa Ross2019-12-20
| | | | | | | | | | | | | | highlight's Perl bindings are currently disabled on Darwin, but I didn't make the dependency here conditional so that if that is ever fixed, this function won't need to be updated. p-i is smart enough to disable the test for highlight if it can't find the Perl module.
* | Merge pull request #75839 from petabyteboy/feature/dovecot-pigeonholeFranz Pletz2019-12-18
|\ \ | | | | | | dovecot_pigeonhole: 0.5.8 -> 0.5.9
| * | dovecot_pigeonhole: 0.5.8 -> 0.5.9Milan Pässler2019-12-17
| | | | | | | | | | | | Fixes build with dovecot 2.3.9+.
* | | Merge pull request #75710 from andir/spamassassinAndreas Rammhold2019-12-16
|\ \ \ | | | | | | | | spamassassin: 3.4.2 -> 3.4.3
| * | | spamassassin: 3.4.2 -> 3.4.3Andreas Rammhold2019-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two security issues have been fixed in this release: * CVE-2019-12420 for Multipart Denial of Service Vulnerability * CVE-2018-11805 for nefarious CF files can be configured to run system commands without any output or errors. https://svn.apache.org/repos/asf/spamassassin/branches/3.4/build/announcements/3.4.3.txt
* | | | Merge pull request #75694 from plutotulp/spamassassin-ipv6-masterFranz Pletz2019-12-15
|\ \ \ \ | |_|/ / |/| | | spamassassin: enable IPv6 support with Socket6
| * | | spamassassin: enable IPv6 support with Socket6Erlend Pedersen2019-12-15
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Communication between spamc and spamd would fail with messages about addresses being too long: error: Bad arg length for Socket::unpack_sockaddr_in, length is 28, should be 16 By adding Socket6 as a buildInput, spamd is now able to process emails without choking on IPv6 addresses.
* / / dovecot: 2.3.8 -> 2.3.9.2Andreas Rammhold2019-12-15
|/ / | | | | | | | | | | | | | | | | Update to latest version & updated the patch file to match with the lastest verison. Fixes the following security issue: * CVE-2019-19722: Mails with group addresses in From or To fields caused crash in push notification drivers.
* | postfix: 3.4.7 -> 3.4.8R. RyanTM2019-12-01
| |
* | opensmtpd: 6.4.2p1 -> 6.6.1p1Florian Klink2019-11-08
|/ | | | | | The substitition in smtpd/parse.y isn't necessary anymore. The hardcoded /usr/libexec/ has been replaced by a PATH_LIBEXEC #define, which will be set properly by the build system.
* dovecot_pigeonhole: 0.5.7.2 -> 0.5.8Robert Schütz2019-10-09
| | | | https://dovecot.org/pipermail/dovecot-news/2019-October/000420.html
* dovecot: 2.3.7.2 -> 2.3.8Robert Schütz2019-10-09
| | | | https://dovecot.org/pipermail/dovecot-news/2019-October/000419.html
* exim: 4.92.2 -> 4.92.3pacien2019-09-30
| | | | security update: CVE-2019-16928
* Merge branch 'staging-next'Vladimír Čunát2019-09-28
|\ | | | | | | | | There are several security fixes - again, as it consists mainly of the previously reverted staging-next merge.
| * Re-Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-22
| | | | | | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
* | postfix: 3.4.6 -> 3.4.7R. RyanTM2019-09-27
|/ | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/postfix/versions
* Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-21
| | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
* Merge branch 'master' into staging-nextVladimír Čunát2019-09-15
|\
| * rspamd: disable LuaJIT support on aarch64WilliButz2019-09-13
| | | | | | | | | | | | When compiled with LuaJIT support, rspamd segfaults on aarch64. Without LuaJIT, rspamd falls back to plain Lua and torch support needs to be disabled.
* | Merge branch 'staging-next' into stagingJan Tojnar2019-09-12
|\|
| * python-mailman-web: turn these Djando configuration files into a make-shift ↵Peter Simons2019-09-11
| | | | | | | | | | | | Python library Suggested in https://github.com/NixOS/nixpkgs/pull/67951#issuecomment-530309702.
| * nixos/mailman: add support for the Mailman Web UI (Postorius & Hyperkitty)Peter Simons2019-09-11
| |
* | treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-09
|/
* Merge remote-tracking branch 'upstream/gcc-8' into staging-nextFrederik Rietdijk2019-09-08
|\ | | | | | | Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
| * Merge remote-tracking branch 'origin/master' into gcc-8Franz Pletz2019-09-03
| |\
| * \ Merge remote-tracking branch 'upstream/master' into gcc-8Robin Gloster2019-08-25
| |\ \
| * | | pfixtools: fix build with gcc8Robin Gloster2019-06-17
| | | |
* | | | exim: 4.92.1 -> 4.92.2pacien2019-09-06
| |_|/ |/| | | | | | | | security update: CVE-2019-15846
* | | Merge master into staging-nextFrederik Rietdijk2019-08-31
|\ \ \
| * | | python-HyperKitty: initial version 1.2.2Peter Simons2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Package the mail archiver for GNU Mailman. I liberally borrowed code from @globin's repository [1]. [1] https://github.com/mayflower/nixexprs/tree/master/pkgs/python
| * | | mailman: build full paths to postmap and lynx into the packagePeter Simons2019-08-29
| | | | | | | | | | | | | | | | No more need to rely on $PATH.
| * | | dovecot-pigeonhole: 0.5.7.1 -> 0.5.7.2 (CVE-2019-11500)Andreas Rammhold2019-08-28
| | | | | | | | | | | | | | | | This is a followup on #67623
| * | | dovecot: 2.3.7.1 -> 2.3.7.2 (CVE-2019-11500)Daniel Frank2019-08-28
| | | |