summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Seichter <github@seichter.de>2020-03-23 16:47:28 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-04-03 22:53:55 +0300
commit0b03a4079fff057f5c3c89fdeb9b24c289146beb (patch)
treeee0eefe30c24fa641b3bf19168202d3b1076a5ce /app-antivirus/fangfrisch
parent*/*: Drop stable ia64 keywords (diff)
downloadgentoo-0b03a4079fff057f5c3c89fdeb9b24c289146beb.tar.gz
gentoo-0b03a4079fff057f5c3c89fdeb9b24c289146beb.tar.bz2
gentoo-0b03a4079fff057f5c3c89fdeb9b24c289146beb.zip
app-antivirus/fangfrisch: Bump to version 1.2.0
Upstream feature release 1.2.0 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/15071 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-antivirus/fangfrisch')
-rw-r--r--app-antivirus/fangfrisch/Manifest2
-rw-r--r--app-antivirus/fangfrisch/fangfrisch-1.2.0.ebuild (renamed from app-antivirus/fangfrisch/fangfrisch-1.0.1.ebuild)16
-rw-r--r--app-antivirus/fangfrisch/files/fangfrisch.conf2
3 files changed, 14 insertions, 6 deletions
diff --git a/app-antivirus/fangfrisch/Manifest b/app-antivirus/fangfrisch/Manifest
index 1986a4e47493..45c9e0c1f8b6 100644
--- a/app-antivirus/fangfrisch/Manifest
+++ b/app-antivirus/fangfrisch/Manifest
@@ -1 +1 @@
-DIST fangfrisch-1.0.1.tar.gz 93770 BLAKE2B 00334a8ede062a6cb62305b3881eb520ab13a1acb77e1adf9f5c3158b73760f2867e9326d1985b8eeba89232c7af5a7841f42e27a389d2eb7c4226d964b5a416 SHA512 c1ec85f58a24ccbce701cd7695a94ed0fadadae8cd384590fa801003b6f77417f95e9656a51c59f09ca30589f855c2a5a03f8445e689c3ba8b39a044b0c38d98
+DIST fangfrisch-1.2.0.tar.gz 113088 BLAKE2B 9fb5f4b838e6337128c9e988f5749864cadacb74c9e3006f29cf8b976592af88c00ff5359cd70e4d6901e24cfc01b061861b7b1a563a82d66b2d71c970627c26 SHA512 6f6c0cfc4d840f99186c83e6109c6234ff5bfb44e19bcd3309056347392e46da56e17106259508864b05397d39ea92500ab6863b50d55efc790d88b59f88ee3b
diff --git a/app-antivirus/fangfrisch/fangfrisch-1.0.1.ebuild b/app-antivirus/fangfrisch/fangfrisch-1.2.0.ebuild
index 3348a1f01efe..e00795c2f9d8 100644
--- a/app-antivirus/fangfrisch/fangfrisch-1.0.1.ebuild
+++ b/app-antivirus/fangfrisch/fangfrisch-1.2.0.ebuild
@@ -11,12 +11,18 @@ inherit distutils-r1 readme.gentoo-r1
DESCRIPTION="Update and verify unofficial Clam Anti-Virus signatures"
HOMEPAGE="https://github.com/rseichter/fangfrisch https://pypi.org/project/fangfrisch/"
SRC_URI="https://github.com/rseichter/fangfrisch/archive/${PV}.tar.gz -> ${P}.tar.gz"
-DOC_CONTENTS="
-Before enabling /etc/cron.d/${PN} you need to configure Fangfrisch and
-manually run the 'initdb' command once.
+DISABLE_AUTOFORMATTING=1
+DOC_CONTENTS="Fresh installations:
-See https://rseichter.github.io/fangfrisch/ for more information.
-"
+Before enabling /etc/cron.d/${PN} configure Fangfrisch,
+then run the 'initdb' command.
+
+Updating from release 1.0.1:
+
+Either create a fresh database or manually delete all existing
+database tables, then run the 'initdb' command.
+
+See https://rseichter.github.io/fangfrisch/ for more information."
LICENSE="GPL-3+"
SLOT="0"
diff --git a/app-antivirus/fangfrisch/files/fangfrisch.conf b/app-antivirus/fangfrisch/files/fangfrisch.conf
index d1641f56540c..ded86b9cc981 100644
--- a/app-antivirus/fangfrisch/files/fangfrisch.conf
+++ b/app-antivirus/fangfrisch/files/fangfrisch.conf
@@ -3,6 +3,8 @@
[DEFAULT]
db_url = sqlite:////var/lib/fangfrisch/db.sqlite
local_directory = /var/lib/clamav
+log_method = syslog
+log_target = /dev/log
on_update_exec = clamdscan --reload
[malwarepatrol]