summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mail-filter/milter-regex: add missing die statementJoonas Niilola2019-12-211-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/milter-regex: Bump to version 2.7Ralph Seichter2019-12-213-0/+78
| | | | | | | | | | | | | | The new version implements a "-t" command line option, allowing configuration files being tested for correctness before launch. This new feature is now used in the init.d file. The ebuild no longer relies on user.eclass but uses a acct-user dependency, as per GLEP81. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/13964 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/spamassassin: Bump to v3.4.3Philippe Chaintreuil2019-12-202-0/+285
| | | | | | | | | | | - Remove 3.4.2 patches that have been fixed by 3.4.3 - Adjust SQL Update warning trigger as 3.4.3 has more schema changes Bug: https://bugs.gentoo.org/702594 Closes: https://github.com/gentoo/gentoo/pull/13955 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* mail-filter/opendkim: Removed obsolete buildRalph Seichter2019-12-182-234/+0
| | | | | | | | | | | Ebuild revision 17 has been stabilized. This commit removes both revision 16 and the now obsolete 'query_cache' USE flag, which has been replaced with 'querycache'. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/14030 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/opendkim: x86 stable wrt bug #702754Agostino Sarubbo2019-12-151-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/opendkim: amd64 stable wrt bug #702754Agostino Sarubbo2019-12-151-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/rspamd: use CXXFLAGS correctlyPetr Vaněk2019-12-142-0/+4
| | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/13770 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/rspamd: add missing dependency on dev-lang/luaPetr Vaněk2019-12-143-0/+3
| | | | | | | | | | It is necessary to depend on dev-lang/lua if jit use flag is not set, because lua is required by rspamd. Closes: https://bugs.gentoo.org/620066 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/rspamd: clean old versionsPetr Vaněk2019-12-146-343/+0
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/rspamd: migrate 2.1 to GLEP-81Petr Vaněk2019-12-141-7/+5
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/rspamd: bump to 2.2Petr Vaněk2019-12-142-0/+94
| | | | | | | Closes: https://bugs.gentoo.org/700714 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/rspamd: sync live, bump EAPI=7Petr Vaněk2019-12-141-13/+12
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-111-7/+7
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-0/+3
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-filter/couriersrs: Update upstream URLsHanno Böck2019-12-072-4/+9
| | | | | | | | | Make HOME https. Let SRC_URI point to new github location. Add github upstream to metadata. Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-2.3.81, Repoman-2.3.20
* mail-filter/courier-pythonfilter: Add pypi upstream to metadataHanno Böck2019-12-071-0/+3
| | | | | Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-2.3.81, Repoman-2.3.20
* mail-filter/libsrs_alt: Drop EAPI 0 ebuildMichał Górny2019-11-232-46/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-filter/libsrs_alt: Mark 1.0-r1 stable on rem. archesMichał Górny2019-11-231-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-filter/afew: Enable Python 3.7Amadeusz Piotr Żołnowski2019-11-161-1/+1
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
* mail-filter/afew: Remove old versionAmadeusz Piotr Żołnowski2019-11-162-38/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
* mail-filter/zdkimfilter: Initial commitHanno Böck2019-11-163-0/+43
| | | | | | | | | | DKIM support for the courier MTA. This package was previously removed from Gentoo due to lack of maintainership, reviving it due to increased need of DKIM support. Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-2.3.79, Repoman-2.3.18
* mail-filter/libmilter: Bump and glibc 2.30 supportHanno Böck2019-11-164-0/+309
| | | | | | | | | | | Upstream versions aren't increased properly, so we have to make this a _p1 version. Newer build system patch from sendmail ebuild. Patch for glibc 2.30 support extracted from OpenSUSE. Closes: https://bugs.gentoo.org/691692 Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-2.3.79, Repoman-2.3.18
* mail-filter/libsrs_alt: ia64 stable wrt bug #697318Agostino Sarubbo2019-11-131-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/opendmarc: ia64 stable wrt bug #694968Agostino Sarubbo2019-11-131-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/dspam: drop old EAPIAaron Bauman2019-11-121-221/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* mail-filter/dspam: ALLARCHES EAPI bumpAaron Bauman2019-11-121-1/+1
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* mail-filter: drop old EAPIAaron Bauman2019-11-121-55/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* mail-filter/bmf: ALLARCHES EAPI bumpAaron Bauman2019-11-121-1/+1
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* mail-filter/libsrs_alt: ppc stable wrt bug #697318Agostino Sarubbo2019-11-121-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/libsrs_alt: amd64 stable wrt bug #697318Agostino Sarubbo2019-11-121-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/libsrs_alt: ppc64 stable wrt bug #697318Agostino Sarubbo2019-11-121-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/libsrs_alt: x86 stable wrt bug #697318Agostino Sarubbo2019-11-121-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/sqlgrey: Bump to EAPI 7Michał Górny2019-11-102-41/+37
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-filter/MailScanner: Bump to EAPI 7Michał Górny2019-11-101-68/+73
| | | | | Closes: https://bugs.gentoo.org/697314 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-filter/clamsmtp: drop last-rited packageAaron Bauman2019-11-094-69/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* mail-filter/courier-pythonfilter: Initial commitHanno Böck2019-11-093-0/+27
| | | | | | | Python-based mail filtering for the courier MTA. Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-2.3.79, Repoman-2.3.18
* mail-filter/libsrs_alt: stable 1.0-r1 for sparc, bug #697318Rolf Eike Beer2019-11-061-1/+1
| | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 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/normalizemime: Bump to EAPI 7Michał Górny2019-11-061-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-filter/libsieve: Bump to EAPI 7Michał Górny2019-11-061-13/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-filter/clamassassin: Remove last-rited pkgMichał Górny2019-11-053-51/+0
| | | | | Bug: https://bugs.gentoo.org/696252 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-filter/disspam: Remove last-rited pkgMichał Górny2019-11-053-40/+0
| | | | | Bug: https://bugs.gentoo.org/696252 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-filter/procmail-lib: Remove last-rited pkgMichał Górny2019-11-054-60/+0
| | | | | Closes: https://bugs.gentoo.org/696176 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-filter/rspamd: version bump to 2.1Dirkjan Ochtman2019-11-044-7/+155
| | | | | | Closes: https://bugs.gentoo.org/698902 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Dirkjan Ochtman <djc@gentoo.org>
* mail-filter/opendmarc: arm stable wrt bug #694968Mikle Kolyada2019-11-011-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* mail-filter/libsrs_alt: EAPI-bump, take maintainership, bug #697318Fabian Groffen2019-10-313-7/+63
| | | | | | Closes: https://bugs.gentoo.org/697318 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* mail-filter/opendmarc: stable 1.3.2-r3 for hppa, bug #694968Rolf Eike Beer2019-10-241-1/+1
| | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* mail-filter/opendmarc: amd64 stable wrt bug #694968Agostino Sarubbo2019-10-171-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/opendmarc: x86 stable wrt bug #694968Agostino Sarubbo2019-10-171-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/opendmarc: ppc64 stable wrt bug #694968Agostino Sarubbo2019-10-171-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* mail-filter/opendmarc: ppc stable wrt bug #694968Agostino Sarubbo2019-10-171-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>