summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mail-filter/opendmarc: add systemd service file by Garry FilakhtovFabian Groffen2017-12-222-1/+22
| | | | | Closes: https://bugs.gentoo.org/622606 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* mail-filter/opendmarc: fix building older version with newer glibcFabian Groffen2017-12-221-0/+5
| | | | | Closes: https://bugs.gentoo.org/640012 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* mail-filter/*: Update Manifest hashesMichał Górny2017-12-1065-110/+110
|
* mail-filter/rspamd: version bump to 1.6.5Christian Roessner2017-12-062-2/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* mail-filter/spamassassin: replace an "ln -s" with dosym.Michael Orlitzky2017-12-051-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* mail-filter/spamassassin: fix "postgres" -> "postgresql" in init script.Michael Orlitzky2017-12-053-1/+290
| | | | | | | | | | | In commit 5248063, I accidentally changed the name of the PostgreSQL dependency in the OpenRC service script from "postgresql" (correct) to "postgres" (not so much). This commit changes it back to the correct name in a new revision. Thanks to Aaron W. Swenson for noticing the mistake. Closes: https://bugs.gentoo.org/639916 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* mail-filter/spampd: [QA] Fix DESCRIPTION.toolongDavid Seifert2017-12-022-2/+2
|
* mail-filter/mimedefang: [QA] Fix DESCRIPTION.toolongDavid Seifert2017-12-023-3/+3
|
* mail-filter/libspf2: [QA] Fix DESCRIPTION.toolongDavid Seifert2017-12-022-2/+2
|
* mail-filter/clamassassin: [QA] Fix DESCRIPTION.toolongDavid Seifert2017-12-021-2/+2
|
* mail-filter/spamassassin: remove unused filesMichael Mair-Keimberger2017-11-283-46/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* mail-filter/rspamd: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-271-20/+20
|
* mail-filter/postgrey: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-271-16/+18
|
* mail-filter/postfwd: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-271-4/+4
|
* mail-filter/MailScanner: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-271-10/+9
|
* mail-filter/qmail-scanner: WhitespacePatrick Lauer2017-11-252-1/+3
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* mail-filter/spamassassin: remove unused spamassassin-3.4.1-r16.ebuild.Michael Orlitzky2017-11-091-243/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* mail-filter/spamassassin: stable 3.4.1-r19 for ppc/ppc64, bug #636544Sergei Trofimovich2017-11-091-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ppc ppc64"
* mail-filter/spamassassin: stable 3.4.1-r19 for hppa, bug #636544Sergei Trofimovich2017-11-081-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="hppa"
* mail-filter/spamassassin-3.4.1-r19: alpha stableTobias Klausmann2017-11-081-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/636544
* mail-filter/spamassassin: Stable on amd64Manuel Rüger2017-11-061-1/+1
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.4
* mail-filter/spamassassin: x86 stable (bug #636544)Thomas Deutschmann2017-11-051-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* mail-filter/spamassassin: stable 3.4.1-r19 for sparc, bug #636544 (thanks to ↵Sergei Trofimovich2017-11-041-1/+1
| | | | | | | Rolf Eike Beer) Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc"
* mail-filter/spamassassin: stable 3.4.1-r19 for ia64, bug #636544Sergei Trofimovich2017-11-041-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ia64"
* mail-filter/spamassassin: new revision letting spamd run as root (systemd).Michael Orlitzky2017-11-013-4/+18
| | | | | | | | | | | | | | | | | | | | | In the previous revision (r18), support was added for running spamd as root through OpenRC. That was done using a new variable called SPAMD_RUN_AS_ROOT, defaulting to false. The choice to use a boolean variable -- as opposed to e.g. SPAMD_USER -- was made because passing "root" as the username to spamd kills it. Thus, SPAMD_USER=root would not have worked, and we instead test SPAMD_RUN_AS_ROOT to decide whether or not to specify a username/groupname at all. The same exact issue arises with systemd; however, systemd offers no way for us to test the value of SPAMD_RUN_AS_ROOT and act on the result! The SPAMD_USER proposal is dead in the water for the same reason, so a different approach was needed. The simplest thing that could work was to move the "--username" and "--groupname" flags out of the systemd service file, and into the SPAMD_OPTS variable. That way, users who know what they are doing can simply drop those flags. Closes: https://bugs.gentoo.org/635790 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* mail-filter/spamassassin: new revision that lets spamd run as root (openrc).Michael Orlitzky2017-11-013-2/+75
| | | | | | | | | | | | | | | | | | | | The r13 revision of spamassassin came with a new init script (and systemd service file) that runs spamd as the "spamd" user by default, and that choice is not configurable. There is however a legitimate use case for running spamd as root; namely, when local users have their configurations or bayes databases stored in their home directories on the local filesystem. This new revision adds back the ability to run spamd as root, through the SPAMD_RUN_AS_ROOT variable in the OpenRC service configuration file. This should suffice for the users who have reported problems so far, and a similar fix for the systemd service is on its way. The pkg_postinst phase of the ebuild alerts users to the new configuration variable. Bug: https://bugs.gentoo.org/635790 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* mail-filter/spamassassin: new revision to fix the build with openssl-1.1.Michael Orlitzky2017-11-012-0/+735
| | | | | | | | | | | | | This new revision adds a patch (thanks to Mark Wright) that fixes the build with the new openssl-1.1 branch. Our patch is based on the fix contributed upstream by Noah Meyerhans (thanks Noah) in SA bug 7361. In an unrelated change, the SRC_URI was updated to use the https protocol. Bug: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7361 Closes: https://bugs.gentoo.org/624858 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* mail-filter/rspamd: remove unused patchMichael Mair-Keimberger2017-10-291-11/+0
|
* mail-filter/spamassassin: stable 3.4.1-r16 for sparc, bug #635308 (thanks to ↵Sergei Trofimovich2017-10-291-1/+1
| | | | | | | Rolf Eike Beer) Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc"
* mail-filter/spamassassin: x86 stable (bug #635308)Thomas Deutschmann2017-10-261-1/+1
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* mail-filter/spamassassin: Stable on amd64Manuel Rüger2017-10-261-1/+1
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3
* mail-filter/spamassassin: stable 3.4.1-r16 for ppc64, bug #635308Sergei Trofimovich2017-10-241-1/+1
| | | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64"
* mail-filter/spamassassin: stable 3.4.1-r16 for ppc, bug #635308Sergei Trofimovich2017-10-241-1/+1
| | | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc"
* mail-filter/spamassassin: stable 3.4.1-r16 for ia64, bug #635308Sergei Trofimovich2017-10-241-1/+1
| | | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64"
* 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