summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mail-filter/amavisd-milter: Strip empty metadata.xml elementsMichał Górny2017-10-041-2/+0
|
* mail-filter/procmail: add warning about FEATURES=sfperms interacting badly ↵Fabian Groffen2017-10-021-0/+8
| | | | | | with some MTAs, bug #632102 Package-Manager: Portage-2.3.8, Repoman-2.3.1
* mail-filter/libdkim: remove redundant metadata entriesMichael Palimaka2017-09-291-3/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* mail-filter/libdkim: remove oldMichael Palimaka2017-09-292-89/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* mail-filter/libdkim: stabilise 1.0.21-r3 for amd64/x86Michael Palimaka2017-09-291-1/+1
| | | | | Bug: https://bugs.gentoo.org/632281 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* mail-filter/amavisd-new: keyworded 2.11.0-r3 for ppc, bug #531512Sergei Trofimovich2017-09-241-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc"
* mail-filter/amavisd-new: keyworded 2.10.1-r4 for ppc, bug #531512Sergei Trofimovich2017-09-241-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc"
* mail-filter/afew: Add version bump 1.2.0Guillaume Seren2017-09-102-0/+38
| | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=630494
* mail-filter/libspf2: fix building with GCC5, bug #570486Fabian Groffen2017-09-082-2/+25
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* mail-filter/spamassassin: remove unused filesMichael Mair-Keimberger2017-09-062-91/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* mail-filter/spamassassin: remove the unused spamassassin-3.4.1-r13.ebuild.Michael Orlitzky2017-08-241-241/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* mail-filter/spamassassin: new revision to fix the systemd service.Michael Orlitzky2017-08-242-4/+2
| | | | | | | | | | | | | | | As part of bug 590346, I accidentally broke the systemd service file by starting the service as spamd:spamd when it needs to bind to port 783. Even when the service is run in the foreground, it needs to be started as root; it will then drop privileges if given the --username and --groupname flags. The new service file gets this right, with root owning the main process and spamd:spamd the children. Thanks to Dan Goodliffe for the report and help debugging the issue. Gentoo-Bug: 590346 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* mail-filter/spamassassin: remove unused spamassassin-3.4.1-r14.ebuild.Michael Orlitzky2017-08-231-242/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* mail-filter/spamassassin: Tweaks requested by @orlitzkyPhilippe Chaintreuil2017-08-232-1/+2
| | | | | | | | | | | | | | | - Add upstream bug URL to patch ( https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7462 ) - Removed -r15 from package.mask - Unrequested: Renamed patch file now that there is an upstream bug to match the naming convention of the other patches Gentoo-Bug: 627678 Package-Manager: Portage-2.3.6, Repoman-2.3.1 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* mail-filter/spamassassin: fix PERL_USE_UNSAFE_INC=0 test failuresPhilippe Chaintreuil2017-08-232-0/+440
| | | | | | | | | | | | | Add "use lib '.'" calls before "use SATest" calls in tests that are missing them. This fixes tests that fail when the PERL_USE_UNSAFE_INC=0 env var is set. Also mark this new package as masked, same as -r14. Gentoo-Bug: 627678 Package-Manager: Portage-2.3.6, Repoman-2.3.1 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* mail-filter/amavisd-new: HOMEPAGE and SRC_URI 301 redirect to HTTPSDavid Hicks2017-08-227-20/+20
| | | | Package-Manager: Portage-2.3.7, Repoman-2.3.3
* mail-filter/spamassassin: remove redundant systemd service file lines.Michael Orlitzky2017-08-201-3/+1
| | | | | | | | | | | This commit drops the StandardOutput=syslog and StandardError=syslog lines from the new systemd service file. The defaults for those two options are now "journal" which will eventually hit syslog anyway if the user so desires. Consequently, we drop After=syslog.target too. Thanks to grawity on Freenode for the tip. Package-Manager: Portage-2.3.6, Repoman-2.3.1
* mail-filter/spamassassin: synchronize the systemd service configuration.Michael Orlitzky2017-08-203-0/+258
| | | | | | | | | | | | | | | | | This commit brings the systemd service and its configuration back in sync with OpenRC: * The SPAMD_OPTS passed to the daemon now match OpenRC's. * We no longer pass --daemon to spamd, and thus we don't have to specify that the daemon forks or track its PID file in the service. * The "spamd" user and group are used for the service. Gentoo-Bug: 590346 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* mail-filter/spamassassin: new revision to fix tests and improve init script.Michael Orlitzky2017-08-203-21/+68
| | | | | | | | | | | | | | | | | | | | | | | | | This commit adds an upstream patch to fix a test suite crash with newer versions of perl. It also largely rewrites the init script: * Don't conditionally "use mysql" or "use postgres" in the OpenRC init script. Even if SpamAssassin is installed without e.g. MySQL support, if MySQL is present on the system, a user might store his SpamAssassin data in it. * Use a declarative style and drop the custom start() and stop() functions. * Run the spamd daemon as the "spamd" user. * Use /run/spamd.pid for the PID file to avoid a "checkpath". Some updates were made to the ebuild to facilitate those changes: * Don't modify the init script for USE=mysql or USE=postgres. * Create a "spamd" user in pkg_preinst(). Package-Manager: Portage-2.3.6, Repoman-2.3.1
* mail-filter/rspamd: remove vulnerable versions for bug 626622Dirkjan Ochtman2017-08-065-306/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* mail-filter/anomy-sanitizer: Shorter DESCRIPTIONJonas Stein2017-08-061-2/+2
|
* mail-filter/afew: Add new packageAmadeusz Żołnowski2017-08-043-0/+60
| | | | | Gentoo-Bug: 404077 Package-Manager: Portage-2.3.6, Repoman-2.3.3
* mail-filter/spamassassin: new revision without the "bayes" USE flag.Michael Orlitzky2017-08-041-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | In bug 617950, Deniss Gaplevsky asked that we add Redis support for the SA bayes engine. I looked into it, and it turns out that the support is already built-in. That makes things a little weird, because it would have put us in the position of adding a "redis" USE flag that does nothing. Some background will hopefully clarify: when I took over as maintainer of SA, you were required to choose one of USE="berkdb mysql postgres sqlite". In other words, bayes support wasn't optional, and you had to choose a database -- there was no "bayes" USE flag. I don't use bayes, so I added the "bayes" flag to let me proceed without selecting a database type. If I had known about Redis at the time, a better solution would have been to do what I just did: simply drop the REQUIRED_USE constraint forcing you to choose one of USE="berkdb mysql postgres sqlite". That is the end result of this commit, although I had to get rid of the "bayes" flag now to make it all work. Gentoo-Bug: 617950 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* mail-filter/spamassassin: add a patch to -r11 for perl-5.26 compatibility.Michael Orlitzky2017-08-042-0/+15
| | | | | | Gentoo-Bug: 625316 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* mail-filter/rspamd: version bump to 1.6.3 (for bug 626622)Dirkjan Ochtman2017-07-302-0/+76
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* mail-filter/razor: force number of jobs to 1.Patrice Clement2017-07-301-11/+14
| | | | | | | | The -j1 option is now passed to emake. Gentoo-Bug: https://bugs.gentoo.org/615658 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* metadata: update email address for Christian RoessnerDirkjan Ochtman2017-07-262-2/+2
|
* mail-filter/spambayes: removed myself as maintainerThomas Raschbacher2017-07-261-3/+1
| | | | Package-Manager: portage-2.3.0_rc1
* mail-filter/maildrop: Unbreak testsuite patch, closes bug #617992 by Ooblick.Tony Vroon2017-07-254-17/+17
| | | | Package-Manager: portage-2.3.6
* mail-filter/pypolicyd-spf: Support newer pythonPacho Ramos2017-07-121-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* mail-filter/maildrop: remove oldEray Aslan2017-07-035-327/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* mail-filter/maildrop: bump to 2.9.0Eray Aslan2017-07-032-0/+139
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* mail-filter/opendmarc: add reports USE-flag to hide perl dependencies, bug ↵Fabian Groffen2017-06-272-4/+16
| | | | | | #622612 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* mail-filter/rspamd: version bump to 1.6.1clearDirkjan Ochtman2017-06-162-0/+76
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* mail-filter/rspamd: remove old versionsDirkjan Ochtman2017-06-134-224/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* mail-filter/rspamd: version bump to 1.6.0Dirkjan Ochtman2017-06-134-51/+77
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* mail-filter/rspamd: version bump to 1.5.9 (fixes bug 620302)Dirkjan Ochtman2017-06-092-0/+76
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* mail-filter/spambayes: Add PYTHON_USEDEP for setuptoolsManuel Rüger2017-06-081-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* mail-filter/rspamd: correct distfile.Patrice Clement2017-05-312-2/+2
| | | | | | Gentoo-Bug: https://bugs.gentoo.org/619850 Package-Manager: Portage-2.3.5, Repoman-2.3.1
* mail-filter/sigh: Use correct distfile nameAngelo G. Del Regno2017-05-302-2/+2
| | | | | Update SRC_URI to rename the distfile correctly. Closes: https://github.com/gentoo/gentoo/pull/4786
* mail-filter/mapson: Fix building with GCC-6Peter Levine2017-05-262-1/+292
| | | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=594382 Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4690
* mail-filter/libdkim: add missing die.Patrice Clement2017-05-251-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* mail-filter/libdkim: fix building with GCC-6.Peter Levine2017-05-252-1/+27
| | | | | | Gentoo-Bug: https://bugs.gentoo.org/594320 Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4638
* mail-filter/maildrop: ppc64 stable wrt bug #581042Agostino Sarubbo2017-05-161-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/opendmarc: ensure we don't use bundled libspf, thanks Richard ↵Fabian Groffen2017-05-161-1/+3
| | | | | | Hering, bug #618284 Package-Manager: Portage-2.3.5, Repoman-2.3.1
* mail-filter/spamassassin: update description of USE=bayes flag.Michael Orlitzky2017-05-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A user asked us to enable Redis support for SpamAssassin in bug 617950, but it should already be there. SpamAssassin has its own "TinyRedis" client, and doesn't pull in any extra dependencies to enable it. This is somewhat confusing when you look at the REQUIRED_USE for SpamAssassin, which suggests that, to enable USE=bayes, you need to pick a particular database. I only see three solutions, none of which are great: 1. Introduce a USE=redis flag that does nothing. 2. Try to document the USE=bayes flag better, to make it clear that you get Redis support even with USE="-bayes". 3. Allow USE=bayes without picking a database driver. The first I've ruled out for aesthetic reasons, and the third I think could do more harm than good (to everyone who wants bayes without Redis). Therefore I've taken the second option, and updated the documentation for the local USE=bayes flag. It now mentions that you don't need USE=bayes to get the Redis bayes backend -- it's always there. Gentoo-Bug: 617950 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* mail-filter/rspamd: Bump to version 1.5.7Christian Roessner2017-05-053-0/+89
|
* mail-filter/rspamd: add Christian Roessner as proxy maintainerDirkjan Ochtman2017-04-281-0/+8
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* mail-filter/rspamd: version bump to 1.5.6Christian Roessner2017-04-253-4/+6
| | | | If SSSE3 is available, use the hyperscan library.
* mail-filter/spamassassin: new revision fixing bugs 590338 and 615856.Michael Orlitzky2017-04-232-1/+142
| | | | | | | | | | | | | | | The first fix in this revision adds a slot-operator dependency on dev-lang/perl. This should force SpamAssassin to rebuild in response to future major upgrades of perl (bug 615856). The second fix includes a backported patch to support newer versions of dev-perl/Net-DNS. This should avoid the problems experienced with the URIDNSBL plugin (bug 590338). Gentoo-Bug: 590338 Gentoo-Bug: 615856 Package-Manager: Portage-2.3.3, Repoman-2.3.1