app-antivirus/fangfrisch: Bump to version 1.2.0
authorRalph Seichter <github@seichter.de>
Mon, 23 Mar 2020 15:47:28 +0000 (16:47 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 3 Apr 2020 19:53:55 +0000 (22:53 +0300)
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>
app-antivirus/fangfrisch/Manifest
app-antivirus/fangfrisch/fangfrisch-1.2.0.ebuild [moved from app-antivirus/fangfrisch/fangfrisch-1.0.1.ebuild with 78% similarity]
app-antivirus/fangfrisch/files/fangfrisch.conf

index 1986a4e4749301493c1fb528f438be9536d3b5ff..45c9e0c1f8b66034fd4d5b8e12f7daa90329ea9e 100644 (file)
@@ -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
similarity index 78%
rename from app-antivirus/fangfrisch/fangfrisch-1.0.1.ebuild
rename to app-antivirus/fangfrisch/fangfrisch-1.2.0.ebuild
index 3348a1f01efe6d4820756bb93e43ab7f08de13c3..e00795c2f9d858434e566b97f37db8ef5b3ca5b7 100644 (file)
@@ -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"
index d1641f56540c1eeefdd70142f6fbc41932ca3413..ded86b9cc981681a52fa338a72be931a16f659f3 100644 (file)
@@ -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]