summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mail-filter/sqlgrey: x86 stable wrt bug #729456Agostino Sarubbo2020-06-281-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/libmilter: RedundantLongDescriptionJoonas Niilola2020-06-281-5/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/libmilter: Set default pthread stack size to 256 KB on muslWynn Wolf Arbor2020-06-282-0/+43
| | | | | | | | | | | | | | The default stack size for glibc is set to 8MB, whilst musl sets it to 80 KB. This leads to various crashes of applications depending on libmilter. Enforce a stack size of 256 KB to mitigate these crashes. See also the following link, from where this patch was taken. https://git.alpinelinux.org/aports/tree/main/libmilter/default-pthread-stacksize.patch Signed-off-by: Wynn Wolf Arbor <wolf@oriole.systems> Package-Manager: Portage-2.3.99, Repoman-2.3.22 Closes: https://github.com/gentoo/gentoo/pull/16139 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/libmilter: Fix build on muslWynn Wolf Arbor2020-06-282-0/+17
| | | | | | | | | | | | | | | | | | | | The build on musl currently fails in two different places. Firstly, the sys/cdefs.h header is not available on musl. sendmail already includes all necessary compatibility definitions for cdefs.h in its 'libsm' library, but these are turned off through a platform specific header file when building on Linux. Since gcc processes -include options after all -D or -U options, we can't simply pass '-DSM_CONF_SYS_CDEFS_H=0' in the ebuild. Instead, for now, patch the Linux platform header file directly. Secondly, musl does not include the getipnodeby* function family. Pass '-DNEEDSGETIPNODE' to fix this. Closes: https://bugs.gentoo.org/712628 Signed-off-by: Wynn Wolf Arbor <wolf@oriole.systems> Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/sqlgrey: stable 1.8.0 for sparc, bug #729456Rolf Eike Beer2020-06-271-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-filter/sqlgrey: amd64 stable wrt bug #729456Agostino Sarubbo2020-06-261-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/sqlgrey: RedundantLongDescriptionJoonas Niilola2020-06-241-2/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/sqlgrey: Add proxy maintainerPhilippe Chaintreuil2020-06-241-1/+9
| | | | | | | Closes: https://bugs.gentoo.org/698108 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/spamassassin: Add example geoip.cfPhilippe Chaintreuil2020-06-203-0/+396
| | | | | | | | Bug: https://bugs.gentoo.org/675494 Closes: https://github.com/gentoo/gentoo/pull/16164 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* mail-filter/amavisd-new: x86 stable (bug #721534)Thomas Deutschmann2020-06-201-1/+1
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* mail-filter/postsrsd: x86 stable wrt bug #728212Agostino Sarubbo2020-06-151-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/postsrsd: amd64 stable wrt bug #728212Agostino Sarubbo2020-06-151-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/opendkim: Fix build on muslWynn Wolf Arbor2020-06-102-0/+41
| | | | | | | | | | | | | | | | | | The build of libvbr, which is included in opendkim and enabled by default in the ebuild, fails on musl because the '__P' macro is not defined. glibc defines it along with '__PMT' in cdefs.h, but notes that they are kept "only because some other projects expect the macros to be defined". Since cdefs.h is not included in musl, patch vbr.h to include this particular macro definition. See also: https://github.com/trusteddomainproject/OpenDKIM/pull/74 Closes: https://github.com/gentoo/gentoo/pull/16140 Signed-off-by: Wynn Wolf Arbor <wolf@oriole.systems> Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* mail-filter/spamassassin: Add GeoIP2 supportPhilippe Chaintreuil2020-06-101-0/+310
| | | | | | | | | | Also remove geoip test removal, upstream has fixed bug #7622. Closes: https://bugs.gentoo.org/675494 Closes: https://github.com/gentoo/gentoo/pull/15867 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/MailScanner: update homepageAlexey Sokolov2020-06-041-3/+3
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: David Seifert <soap@gentoo.org>
* mail-filter/libsrs2: update homepageAlexey Sokolov2020-06-041-3/+3
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: David Seifert <soap@gentoo.org>
* mail-filter/libspf2: update homepageAlexey Sokolov2020-06-041-2/+2
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: David Seifert <soap@gentoo.org>
* mail-filter/pyzor: remove myself as a maintainer.Michael Orlitzky2020-06-011-3/+0
| | | | | | | | | | This is masked for removal because I don't want to deal with it, but I also don't want any pull requests (for example, PR 15936) for the package to be held up waiting for approval from me that will never come. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* mail-filter/scmail: update to EAPI 7Akinori Hattori2020-05-271-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* mail-filter/scmail: fix testsAkinori Hattori2020-05-271-1/+5
| | | | | | Closes: https://bugs.gentoo.org/724722 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* mail-filter/maildrop: drop down to ~hppaSergei Trofimovich2020-05-271-1/+1
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-filter/spf-engine: new version 2.9.2.Michael Orlitzky2020-05-262-0/+80
| | | | | | | | | | | The first new version after the rename, with an ebuild that will make sense to future readers. Thanks to Alex Efros for pointing out that this package was renamed and for supplying an updated ebuild. Reported-by: Alex Efros <powerman-asdf@yandex.ru> Closes: https://bugs.gentoo.org/724526 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* mail-filter/pypolicyd-spf: rename to mail-filter/spf-engine.Michael Orlitzky2020-05-263-2/+2
| | | | | | | | Perform the "git mv", add the profiles/updates entry, rename the existing ebuild, and update metadata.xml. Bug: https://bugs.gentoo.org/724526 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* mail-filter/pypolicyd-spf: hard-code PN before a pkgmove.Michael Orlitzky2020-05-261-2/+7
| | | | | | | | | | This package was renamed to spf-engine. This commit hard-codes the package name "pypolicyd-spf" in the existing stable ebuild so that it survives the rename. Bug: https://bugs.gentoo.org/724526 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* mail-filter/amavisd-new: stable 2.12.0-r3 for ppc, bug #721534Sergei Trofimovich2020-05-251-1/+1
| | | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-filter/razor: stable 2.85-r3 for ppc, bug #721534Sergei Trofimovich2020-05-251-2/+2
| | | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-filter/opensmtpd-filter-rspamd: bump to 0.1.6Jason A. Donenfeld2020-05-232-3/+3
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* mail-filter/amavisd-new: stable 2.12.0-r3 for ppc64, bug #721534Sergei Trofimovich2020-05-221-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-filter/pypolicyd-spf: remove old "unused" version.Michael Orlitzky2020-05-181-42/+0
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* mail-filter/pypolicyd-spf: x86 stable wrt bug #722246Agostino Sarubbo2020-05-181-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/amavisd-new: stable 2.12.0-r3 for sparc, bug #721534Rolf Eike Beer2020-05-181-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-filter/pypolicyd-spf: amd64 stable wrt bug #722246Agostino Sarubbo2020-05-181-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/libsrs_alt: update homepageAlexey Sokolov2020-05-171-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* mail-filter/exim-p0f: update homepageAlexey Sokolov2020-05-171-2/+2
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* mail-filter/exim-geoip: update homepageAlexey Sokolov2020-05-171-2/+2
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* mail-filter/spamassassin: Move to EAPI=7Philippe Chaintreuil2020-05-171-0/+314
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/15756 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/exim-p0f: fix compatibility with exim-4.93Fabian Groffen2020-05-151-1/+1
| | | | | | Bug: https://bugs.gentoo.org/723088 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* mail-filter/exim-geoip: fix compatibility with exim-4.93Fabian Groffen2020-05-151-1/+1
| | | | | | Closes: https://bugs.gentoo.org/723088 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* mail-filter/opendmarc: arm64 keyworded (bug #685400)Sam James (sam_c)2020-05-121-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* mail-filter/libsrs_alt: arm64 keyworded (bug #685400)Sam James (sam_c)2020-05-121-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* mail-filter/dcc: arm64 keyworded (bug #685400)Sam James (sam_c)2020-05-121-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* mail-filter/libspf2: arm64 keyworded (bug #685400)Sam James (sam_c)2020-05-121-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* mail-filter/afew: Add Proxy MaintainersAmadeusz Piotr Żołnowski2020-05-111-0/+4
| | | | Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
* mail-filter/spamassassin: GLEP-81 compliancePhilippe Chaintreuil2020-05-111-0/+316
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/14055 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* Remove myself from maintainersAmadeusz Piotr Żołnowski2020-05-101-4/+0
| | | | Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
* mail-filter/zdkimfilter: Version bumpHanno Böck2020-05-062-0/+36
| | | | | Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-2.3.99, Repoman-2.3.22
* mail-filter/opendmarc: cleanup, bug #694968Fabian Groffen2020-04-284-159/+0
| | | | | | Bug: https://bugs.gentoo.org/694968 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* mail-filter/sieve-connect: Version bump to 0.90Alarig Le Lay2020-04-263-1/+41
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr> Closes: https://github.com/gentoo/gentoo/pull/15498 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/pypolicyd-spf: new revision with python-3.{7,8} support.Michael Orlitzky2020-04-191-0/+43
| | | | | | | | Nothing new here except the EAPI and PYTHON_COMPAT. Closes: https://bugs.gentoo.org/718324 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* mail-filter/spambayes: Remove last-rited pkgMichał Górny2020-04-195-245/+0
| | | | | Closes: https://bugs.gentoo.org/712950 Signed-off-by: Michał Górny <mgorny@gentoo.org>