summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-antivirus/clamav: new upstream version 0.103.1.Michael Orlitzky2021-02-094-53/+60
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* 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/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/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/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/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/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/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/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: 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>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-antivirus/clamav: drop to ~hppaRolf Eike Beer2020-03-311-1/+1
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-antivirus/clamav: rev bumpThomas Deutschmann2020-03-212-81/+123
| | | | | | | | | | | | | | | - Migrate to EAPI 7. - Fix USE=libclamav-only. - Set proper REQUIRED_USE to indicate that USE=libclamav-only will really only install libs. - Install HTML docs only when USE=doc is set. Closes: https://bugs.gentoo.org/709616 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-antivirus/clamav: security cleanup (bug #702010)Thomas Deutschmann2020-03-194-552/+0
| | | | | | Bug: https://bugs.gentoo.org/702010 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-antivirus/clamav: mark arm64 stable (bug #702010)Thomas Deutschmann2020-03-192-2/+2
| | | | | | Bug: https://bugs.gentoo.org/702010 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-antivirus/clamav: [QA] inherit ltprune.eclass directlyDavid Seifert2020-02-154-5/+5
| | | | | Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* app-antivirus/clamav: stable 0.102.2 for hppa, bug #708424Rolf Eike Beer2020-02-141-1/+1
| | | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-antivirus/clamav: arm stable wrt bug #708424Agostino Sarubbo2020-02-111-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-antivirus/clamav: ppc stable wrt bug #708424Agostino Sarubbo2020-02-111-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-antivirus/clamav: ia64 stable wrt bug #708424Agostino Sarubbo2020-02-111-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-antivirus/clamav: ppc64 stable wrt bug #708424Agostino Sarubbo2020-02-111-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-antivirus/clamav: amd64 stable wrt bug #708424Agostino Sarubbo2020-02-071-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-antivirus/clamav: x86 stable wrt bug #708424Agostino Sarubbo2020-02-071-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-antivirus/clamav: stable 0.102.1-r3 for hppa, bug #702010Sergei Trofimovich2020-02-061-1/+1
| | | | | | Package-Manager: Portage-2.3.87, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-antivirus/clamav: new security release v0.102.2.Michael Orlitzky2020-02-052-0/+199
| | | | | | Bug: https://bugs.gentoo.org/708424 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: arm stable wrt bug #702010Mikle Kolyada2020-01-271-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-antivirus/clamav: stable 0.102.1-r3 for ppc64, bug #702010Sergei Trofimovich2020-01-271-1/+1
| | | | | | Package-Manager: Portage-2.3.85, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-antivirus/clamav: stable 0.102.1-r3 for ppc, bug #702010Sergei Trofimovich2020-01-271-1/+1
| | | | | | Package-Manager: Portage-2.3.85, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-antivirus/clamav: stable 0.102.1-r3 for ia64, bug #702010Sergei Trofimovich2020-01-271-1/+1
| | | | | | Package-Manager: Portage-2.3.85, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-antivirus/clamav: x86 stable (bug #702010)Thomas Deutschmann2020-01-261-1/+1
| | | | | Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>