summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mail-filter/amavisd-new: Delete unused patchJames Le Cuirot2020-09-071-12/+0
| | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* mail-filter/amavisd-new: remove unused fileMichael Mair-Keimberger2019-03-011-31/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* mail-filter/amavisd-new: remove now-unused files.Michael Orlitzky2019-02-233-83/+0
| | | | | | Bug: https://bugs.gentoo.org/630898 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* mail-filter/amavisd-new: new revision to clean up auxiliary init scripts.Michael Orlitzky2018-11-253-0/+69
| | | | | | | | | | | | | | | | | | | | * Two new service scripts for amavisd-snmp-agent{,-zmq}. Prior, both of these programs were installed, but had only a single service script which tried to figure out what to do at runtime. The new way is cleaner, doesn't rely on bashisms (bug 630896), and fixes a security issue (bug 630898). * A new OpenRC service script for amavis-mc. This fixes an unreported (to Gentoo, anyway) security issue. This program can create its PID file only after dropping privileges, which makes it unsafe for OpenRC to later "kill" it. The new script runs the program in the foreground and lets OpenRC (safely) handle the bookkeeping. Closes: https://bugs.gentoo.org/630896 Bug: https://bugs.gentoo.org/630898 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* mail-filter/amavisd-new: new version 2.11.1.Michael Orlitzky2018-11-182-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A mostly standard version bump (bug 668494) with some improvements and bug fixes piled on: * The sys-apps/file dependency is replaced by dev-perl/File-LibMagic to improve performance a bit (bug 592802). * New user creation has been moved to pkg_setup(). This allows us to set permissions and ownership properly in src_install(), so that we don't have to "fix" them later and cause big ol' security problems (bug 630836). * The OpenRC service script has been rewritten to use start-stop-daemon. This fixes outstanding bugs 507352, 634860, and 646336. * The systemd service dependencies have been updated (bug 581452). We never really needed spamassassin (spamd) at all, and we shouldn't fail to start if postfix/clamav are absent entirely. * As part of the previous item, removed two failing "sed" calls (that were missing die() statements!) intended to modify a service file that no longer lives where it used to. Thanks are due to, * Marcin Mirosław who reported an OpenRC issue, * Nick Wiltshire for reporting and testing the OpenRC fixes, * Robin Lutz for reporting the OpenRC restart issue, * Timo Rothenpieler for reporting the systemd dependency issue. Bug: https://bugs.gentoo.org/630836 Closes: https://bugs.gentoo.org/507352 Closes: https://bugs.gentoo.org/581452 Closes: https://bugs.gentoo.org/592802 Closes: https://bugs.gentoo.org/634860 Closes: https://bugs.gentoo.org/646336 Closes: https://bugs.gentoo.org/668494 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* mail-filter/amavisd-new: remove old (now-unused) OpenRC service script.Michael Orlitzky2018-11-181-45/+0
| | | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* mail-filter/amavisd-new: DKIM signing bugfixRalph Seichter2018-10-051-0/+12
| | | | | | | | | | | amavisd-new version 2.11.0 introduced a bug which breaks DKIM signing for outbound mail. This ebuild adds a patch which fixes the issue. Closes: https://bugs.gentoo.org/603582 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/10058 Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-284-4/+0
| | | | Bug: 611234
* mail-filter/amavisd-new-2.11.0-r2: additional systemd hardeningCraig Andrews2016-08-081-0/+9
| | | | | Gentoo-bug: 587540 Closes: https://github.com/gentoo/gentoo/pull/1797
* mail-filter/amavisd-new: Fix depend and conf.d setting in amavisd-snmpMarc Schiffbauer2016-06-061-4/+14
| | | | Package-Manager: portage-2.3.0_rc1
* mail-filter/amavisd-new: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-182-2/+2
|
* mail-filter/amavisd-new: revbump 2.10.1-r3, fix run-path for init scriptsMarc Schiffbauer2015-11-232-0/+5
| | | | Package-Manager: portage-2.2.25
* mail-filter/amavisd-new: revbump for improved init scriptsMarc Schiffbauer2015-10-152-16/+27
| | | | | | | | | | | | | Fix for amavis-mc inti script. Added new (missing) amavisd-snmp init script which is used for both, amavisd-snmp-subagent and amavisd-snmp-subagent-zmq. amavisd-snmp-subagent-zmq will be used if available and nothing else is defined by the user via /etc/conf.d/amavisd-snmp:amavisd_snmp_command= Package-Manager: portage-2.2.23
* proj/gentoo: Initial commitRobin H. Johnson2015-08-084-0/+128
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed