summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-antivirus/clamav: Revbump to fix various linking issuesLars Wendler2019-11-252-18/+143
| | | | | | | | | | | | | - Don't call configure with --with-zlib=/usr or else we end up having "-L/usr/lib" in linker flags which breaks 64bit compilations in 17.1 profiles - Once again (third time) use pkg-config to check for libxml2 in order to avoud automagic and unnecessary linking to dev-libs/icu Bug: https://bugs.gentoo.org/661328 Closes: https://bugs.gentoo.org/699296 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-antivirus/clamav: fix QA warning about testsAaron Bauman2019-11-254-0/+4
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-antivirus/clamav: new version 0.102.1.Michael Orlitzky2019-11-243-111/+5
| | | | | | | | | | | | | | | | | | | | This new version fixes some major problems in the last one. The milter isn't totally busted, a DoS was patched (CVE-2019-15961), we don't need to patch the build system to detect libxml2, and fanotify should now be found when it's there. I've also tweaked the documentation location so that we don't wind up with nested "html" directories, and stopped USE="-metadata-analysis-api" from clobbering USE="clamsubmit" in the ebuild. The mailing list reports that there are still intermittent test failures and a ./configure bug, but this one might actually be usable. Closes: https://bugs.gentoo.org/697686 Closes: https://bugs.gentoo.org/697688 Closes: https://bugs.gentoo.org/701094 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* 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>