summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2022-01-12 22:19:19 +0100
committerThomas Raschbacher <lordvan@gentoo.org>2022-01-12 22:22:03 +0100
commit6b942e8883e4a2d6d3a863701d453c60c6a1ee02 (patch)
tree892392fe2e6f64e6b205e10b707ba9449d068568 /app-antivirus/clamav/clamav-0.104.2.ebuild
parentapp-antivirus/clamav: new upstream security release (diff)
downloadgentoo-6b942e8883e4a2d6d3a863701d453c60c6a1ee02.tar.gz
gentoo-6b942e8883e4a2d6d3a863701d453c60c6a1ee02.tar.bz2
gentoo-6b942e8883e4a2d6d3a863701d453c60c6a1ee02.zip
app-antivirus/clamav: new upstream security release v0.104.2.
Bug: https://bugs.gentoo.org/831083 Closes: https://bugs.gentoo.org/819216 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
Diffstat (limited to 'app-antivirus/clamav/clamav-0.104.2.ebuild')
-rw-r--r--app-antivirus/clamav/clamav-0.104.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/clamav/clamav-0.104.2.ebuild b/app-antivirus/clamav/clamav-0.104.2.ebuild
index f5575a423312..d9ec6a29c4a3 100644
--- a/app-antivirus/clamav/clamav-0.104.2.ebuild
+++ b/app-antivirus/clamav/clamav-0.104.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit cmake flag-o-matic python-any-r1 systemd tmpfiles
@@ -140,7 +140,7 @@ src_install() {
-e "s/^#\(PidFile .*\)/\1/" \
-e "s/^#\(DatabaseOwner .*\)/\1/" \
-e "s:^\#\(UpdateLogFile\) .*:\1 ${EPREFIX}/var/log/clamav/freshclam.log:" \
- -e "s:^\#\(NotifyClamd\).*:\1 ${EPREFIX}/etc/clamd.conf:" \
+ -e "s:^\#\(NotifyClamd\).*:\1 ${EPREFIX}/etc/clamav/clamd.conf:" \
-e "s:^\#\(ScriptedUpdates\).*:\1 yes:" \
-e "s/^#\(DatabaseDirectory .*\)/\1/" \
"${ED}"/etc/clamav/freshclam.conf.sample > \