summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-antivirus/clamav: new revision with an upstream freshclam patch.Michael Orlitzky2020-12-172-0/+28
| | | | | | | | | This -r2 adds a patch to ensure that freshclam does not validate invalid databases and crash your clamd on the subsequent reload. Upstream-bug: https://bugzilla.clamav.net/show_bug.cgi?id=12522 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/fangfrisch: Bump to version 1.3.0Ralph Seichter2020-12-152-0/+70
| | | | | | | | | Upstream feature release. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/18260 Signed-off-by: Sam James <sam@gentoo.org>
* app-antivirus/clamtk: drop old versionConrad Kostecki2020-11-082-143/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-antivirus/clamtk: Stabilize 6.06 amd64, #750674Sam James2020-11-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-antivirus/clamtk: x86 stable (bug #750674)Thomas Deutschmann2020-10-261-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-antivirus/clamav: add lower bound on sys-devel/autoconf.Michael Orlitzky2020-09-301-1/+4
| | | | | | | | | | | We need the runstatedir patch that was added in autoconf-2.69-r5, so this commit adds the lower bound in BDEPEND. This should ensure that anyone upgrading after a few months pulls in the new autoconf before the new clamav. Closes: https://bugs.gentoo.org/744640 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamtk: bump to version 6.06Conrad Kostecki2020-09-242-0/+143
| | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-antivirus/clamav: new 0.103.0-r1 revision to force rebuilds.Michael Orlitzky2020-09-221-0/+0
| | | | | | | | | | I've made several in-place changes to the (masked) clamav-0.103.0 ebuild that would otherwise not be picked up. This new revision will force anyone who installed 0.103.0 to rebuild clamav and get those fixes. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: make clamonacc OpenRC service depend on clamd.Michael Orlitzky2020-09-221-20/+12
| | | | | | | | | The clamonacc on-access scanner service will just crash if clamd isn't available. This commit rerolls the upstream OpenRC patch to contain the new dependency. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: update freshclamd.service for v0.103.0.Michael Orlitzky2020-09-222-1/+12
| | | | | | | | | | | | Our freshclam systemd service was wonky: by default, freshclam when launched as root will drop privileges to the "clamav" user. Since our systemd service is type=forking, it doesn't need to be launched as the unprivileged user. And, since we're specifying a PID file, launching as root means that the PID file directory (now /run) does not need to be writable by the "clamav" user. All fixed in an -r1 of the service. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: new logrotate files for v0.103.0.Michael Orlitzky2020-09-224-1/+63
| | | | | | | | | | | Now that each ClamAV daemon has its own OpenRC service, we separate the logrotate entries as well. This fixes an old bug where we relied on the service manager being OpenRC. Closes: https://bugs.gentoo.org/508520 Closes: https://bugs.gentoo.org/709780 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: use tmpfiles.eclass for tmpfiles.d entries.Michael Orlitzky2020-09-221-6/+15
| | | | | | | | | | | | This avoids the systemd-specific implementation, but also hides the tmpfiles entry behind USE=systemd for security reasons (the OpenRC implementation, opentmpfiles, is insecure). The OpenRC service scripts create their own directories anyway, at the expense of a tiny bit of duplication. Closes: https://bugs.gentoo.org/740622 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: new version 0.103.0.Michael Orlitzky2020-09-205-0/+783
| | | | | | | | | | | | New version with lots of good stuff. The main changes are that on-access scanning is now controlled by USE=clamonacc, and that we provide separate OpenRC services for the various daemons. Closes: https://bugs.gentoo.org/272963 Closes: https://bugs.gentoo.org/670729 Closes: https://bugs.gentoo.org/732926 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamtk: drop old versionConrad Kostecki2020-09-182-143/+0
| | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-antivirus/clamtk: x86 stable wrt bug #741324Agostino Sarubbo2020-09-181-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-antivirus/clamtk: amd64 stable wrt bug #741324Agostino Sarubbo2020-09-181-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-antivirus/clamtk: add python3.9 supportConrad Kostecki2020-08-271-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-antivirus/clamtk: bump to version 6.05Conrad Kostecki2020-08-092-0/+143
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-antivirus/clamtk: drop old versionConrad Kostecki2020-08-052-143/+0
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-antivirus/clamtk: x86 stable wrt bug #735204Agostino Sarubbo2020-08-051-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>
* app-antivirus/clamtk: amd64 stable wrt bug #735204Agostino Sarubbo2020-08-051-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>
* app-antivirus/clamav: remove old vulnerable version.Michael Orlitzky2020-07-172-215/+0
| | | | | | Bug: https://bugs.gentoo.org/732944 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: x86 stable wrt bug #732944Agostino Sarubbo2020-07-171-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>
* app-antivirus/clamav: amd64 stable wrt bug #732944Agostino Sarubbo2020-07-171-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>
* app-antivirus/clamav: arm stable (bug #732944)Sam James2020-07-171-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* app-antivirus/clamav: arm64 stable (bug #732944)Sam James2020-07-171-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* app-antivirus/clamav: ppc64 stable (bug #732944)Sam James2020-07-161-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* app-antivirus/clamav: ppc stable (bug #732944)Sam James2020-07-161-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* app-antivirus/clamav: new version 0.102.4.Michael Orlitzky2020-07-162-1/+2
| | | | | | | | Fixes CVE-2020-3327, CVE-2020-3350, and CVE-2020-3481. Bug: https://bugs.gentoo.org/732944 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: new revision to unbundle tomsfastmath.Michael Orlitzky2020-06-212-0/+335
| | | | | | | | | | Now that dev-libs/tomsfastmath is in the tree, add a new revision of clamav that (a) deletes the bundled copy from the source tree, and (b) patches in the system copy. Thanks to sam_c for taking this on! Closes: https://bugs.gentoo.org/649394 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamtk: new version of nautilus plugin to support python3Jonas Licht2020-06-202-0/+143
| | | | | | | | Closes: https://bugs.gentoo.org/710106 Closes: https://github.com/gentoo/gentoo/pull/14697 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jonas Licht <jonas.licht@fem.tu-ilmenau.de> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-antivirus/clamav: remove older vulnerable versions.Michael Orlitzky2020-06-084-518/+0
| | | | | | Bug: https://bugs.gentoo.org/722726 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: arm64 stable (bug #722726)Sam James (sam_c)2020-06-081-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>
* app-antivirus/clamtk: drop old versionConrad Kostecki2020-06-043-161/+0
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-antivirus/clamtk: x86 stable wrt bug #726124Agostino Sarubbo2020-06-041-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>
* app-antivirus/clamtk: amd64 stable wrt bug #726124Agostino Sarubbo2020-06-041-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>
* app-antivirus/fangfrisch: Post-stabilisation cleanupRalph Seichter2020-05-191-64/+0
| | | | | | | | | Remove obsolete ebuild now that Fangfrisch has been stabilised. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/15872 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-antivirus/fangfrisch: x86 stable wrt bug #721530Agostino 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>
* app-antivirus/clamav: x86 stable wrt bug #722726Agostino 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>
* app-antivirus/fangfrisch: amd64 stable wrt bug #721530Agostino 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>
* app-antivirus/clamav: ppc64 stable wrt bug #722726Agostino Sarubbo2020-05-181-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-antivirus/clamav: amd64 stable wrt bug #722726Agostino 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>
* app-antivirus/clamav: ppc stable wrt bug #722726Agostino Sarubbo2020-05-181-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-antivirus/clamav: arm stable wrt bug #722726Agostino Sarubbo2020-05-181-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-antivirus/fangfrisch: Disable unit testsRalph Seichter2020-05-151-0/+69
| | | | | | | | | | | | | Due to the nature of Fangfrisch, most tests require network connectivity. Upstream CI reports show that the tests are successful, so instead of a pick-and-choose approach, the complete tests directory is removed in this ebuild. Closes: https://bugs.gentoo.org/721794 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/15765 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* app-antivirus/clamav: version bumpThomas Raschbacher2020-05-122-0/+215
| | | | | | | fixes CVE-2020-3327, CVE-2020-3341 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
* app-antivirus/clamav-unofficial-sigs: remove last-rited package.Michael Orlitzky2020-05-0814-570/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamtk: bump to version 6.03Conrad Kostecki2020-05-022-0/+143
| | | | | | Closes: https://bugs.gentoo.org/720470 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-antivirus/clamav: new revision to fix USE="-clamsubmit".Michael Orlitzky2020-05-021-7/+18
| | | | | | | | | | Disabling clamsubmit didn't work; now it does. A conditional dependency on libjson-c with USE=metadata-analysis-api has also been moved into RDEPEND from DEPEND, because libclamav gets linked to it in that case. Closes: https://bugs.gentoo.org/720390 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: remove static-libs useflagAlessandro Barbieri2020-04-231-0/+214
| | | | | | | | | | | | | as per policy https://projects.gentoo.org/qa/policy-guide/installed-files.html?highlight=static#pg0302 for more context read: https://flameeyes.blog/2011/08/29/useless-flag-static-libs/ https://archives.gentoo.org/gentoo-dev/message/2dada80c2b9c85b0e83e6328428bf8ab Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15489 Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>