summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-antivirus/clamav: arm64 stable (bug #691546)Aaron Bauman2019-11-061-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.78, Repoman-2.3.17
* app-antivirus/clamav: arm stable wrt bug #691546Mikle 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>
* app-antivirus/clamav: new revision sans killer comment.Michael Orlitzky2019-10-171-1/+0
| | | | | | | | | | | | | | | One line of the econf command in the clamav-0.102 ebuilds was commented out. But, since the comment appeared in the middle of a multi-line statement, it accidentally split the command in half. This led to some important flags like --with-dbdir being dropped from the final ./configure invocation. This commit adds a new revision to delete the comment. Testing shows that this fixes the database directory issue. Closes: https://bugs.gentoo.org/697718 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: remove --disable-gcc-vcheck from configure flags.Michael Orlitzky2019-10-161-6/+5
| | | | | | | | | | | | | | | | | Our ClamAV builds have passed the --disable-gcc-vcheck flag to its configure script for a while. This is intended to skip a (pointless, on Gentoo) test for old broken versions of GCC, but accidentally leads to "-O0" being inserted into the CFLAGS. That in turn causes noticeable performance degradation. Since the GCC version check is harmless aside from some wasted time, it seems the simplest solution here is to drop "--disable-gcc-vcheck" from the build. This commit adds a new revision of the latest unstable version that does just that. Closes: https://bugs.gentoo.org/670828 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-antivirus/clamav: Remove automagic dep on dev-libs/icu (again)Lars Wendler2019-10-142-0/+102
| | | | | | Bug: https://bugs.gentoo.org/661328 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-antivirus/clamav: version bumpThomas Raschbacher2019-10-133-0/+199
| | | | | | | | | | Also adding new use flags for clamdsubmit and libclamav-only. clamdsubmit and freshclam now depend on curl (and json-c) Closes: https://bugs.gentoo.org/696082 Closes: https://bugs.gentoo.org/696082 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
* app-antivirus/clamav: stable 0.101.4 for hppa, bug #695718Sergei Trofimovich2019-10-111-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-antivirus: Remove *-fbsd KEYWORDSMichał Górny2019-10-113-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-antivirus/clamav: ia64 stable wrt bug #695718Agostino Sarubbo2019-10-071-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>
* app-antivirus/clamav: ppc64 stable wrt bug #695718Agostino Sarubbo2019-10-071-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>
* app-antivirus/clamav: ppc stable wrt bug #695718Agostino Sarubbo2019-10-071-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>
* app-antivirus/clamav: amd64 stable wrt bug #695718Agostino Sarubbo2019-10-071-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>
* app-antivirus/clamav: x86 stable (bug #695718)Thomas Deutschmann2019-10-061-1/+1
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-antivirus/clamav: version bump for security patch 0.101.4Thomas Raschbacher2019-08-212-0/+176
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
* app-antivirus/clamav: [QA] Fix trailing whitespaceDavid Seifert2019-08-182-2/+2
| | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
* app-antivirus/clamav:Thomas Raschbacher2019-08-072-0/+176
| | | | | | | version bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
* app-antivirus/clamav: Fixed compilation with sys-libs/ncurses[tinfo]Lars Wendler2019-07-312-1/+33
| | | | | | | | | Fixed without excplicit permission due to maintainer timeout. Thanks-to: Jeroen Roovers <jer@gentoo.org> Bug: https://bugs.gentoo.org/670729 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-antivirus/clamav: Revbump to remove automagic dep on dev-libs/icuLars Wendler2019-07-312-8/+85
| | | | | | | | Fixed without excplicit permission due to maintainer timeout. Bug: https://bugs.gentoo.org/661328 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-antivirus/clamav: arm64 stable (bug #683714)Aaron Bauman2019-04-181-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* app-antivirus/clamav: drop vulnerable wrt bug #681840Aaron Bauman2019-04-123-167/+0
| | | | | | * cleanup metadata.xml Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-antivirus/clamav-0.101.2: alpha stable, bug 681840Matt Turner2019-04-121-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-antivirus/clamav: drop keywords for all arches except alphaAaron Bauman2019-04-081-1/+1
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-antivirus/clamav: drop vulnerable wrt bug #681840Aaron Bauman2019-04-085-695/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-antivirus/clamav: stable 0.101.2 for ppc64, bug #681840Sergei Trofimovich2019-04-071-1/+1
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-antivirus/clamav: stable 0.101.2 for ppc, bug #681840Sergei Trofimovich2019-04-071-1/+1
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-antivirus/clamav: stable 0.101.2 for ia64, bug #681840Sergei Trofimovich2019-04-071-1/+1
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-antivirus/clamav: stable 0.101.2 for hppa, bug #681840Sergei Trofimovich2019-04-071-1/+1
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-antivirus/clamav: remove unused patchesMichael Mair-Keimberger2019-04-042-65/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11547 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-antivirus/clamav: x86 stable (bug #681840)Thomas Deutschmann2019-04-011-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-antivirus/clamav: arm stable wrt bug #681840Mikle Kolyada2019-03-301-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
* app-antivirus/clamav: amd64 stable wrt bug #681840Agostino Sarubbo2019-03-301-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* app-antivirus/clamav: drop vulnerableAaron Bauman2019-03-294-481/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-antivirus/clamav: x86 stable (bug #660820)Thomas Deutschmann2019-03-281-2/+2
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-antivirus/clamav: bump to v0.101.2Thomas Deutschmann2019-03-272-0/+176
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* */*: Remove net-mail@ from maintainersMichał Górny2019-03-261-4/+0
| | | | | Bug: https://bugs.gentoo.org/681680 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-antivirus/clamav: stable 0.101.0 for ppc64, bug #678602Sergei Trofimovich2019-03-131-1/+1
| | | | | | | Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-antivirus/clamav: arm stable wrt bug #678602Mikle Kolyada2019-03-101-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
* app-antivirus/clamav: Stable for HPPA too.Jeroen Roovers2019-03-031-1/+1
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --ignore-arches Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* app-antivirus/clamav: stable 0.101.0 for ppc, bug #678602Sergei Trofimovich2019-03-021-1/+1
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-antivirus/clamav: stable 0.101.0 for ia64, bug #678602Sergei Trofimovich2019-03-021-1/+1
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-antivirus/clamav: amd64 stable wrt bug #678602Mikle Kolyada2019-03-021-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* app-antivirus/clamav: x86 stable (bug #678602)Thomas Deutschmann2019-03-011-2/+2
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-antivirus/clamav: version bumpThomas Raschbacher2019-02-222-0/+176
| | | | | | Closes: https://bugs.gentoo.org/675570 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
* app-antivirus/clamav: add support for muslAnthony G. Basile2018-12-293-0/+6
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-antivirus/clamav: version bumpThomas Raschbacher2018-12-042-0/+174
| | | | | Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* app-antivirus/clamav: stable 0.100.1-r1 for ppc, bug #660820Sergei Trofimovich2018-11-241-1/+1
| | | | | | | Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-antivirus/clamav-0.100.1-r0: alpha stableTobias Klausmann2018-10-181-1/+1
| | | | | Bug: http://bugs.gentoo.org/660820 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* app-antivirus/clamav-0.100.0-r0: add ~alpha keywordTobias Klausmann2018-10-161-1/+1
| | | | | Gentoo-Bug: http://bugs.gentoo.org/653016 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* app-antivirus/clamav: revbump for systemd file fixThomas Raschbacher2018-10-142-0/+322
| | | | | | Closes: https://bugs.gentoo.org/592668 Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* app-antivirus/clamav: fix freshclamd.serviceThomas Raschbacher2018-10-071-0/+3
| | | | | | | | | Fix for freschclamd systemd file. Thanks to Shaun for the patch and floppym for checking. Closes https://bugs.gentoo.org/592668 Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11