- Update to version 6.16 * Fix for Virustotal privacy warning before upload or sending file hash only * Remove (hopefully) no longer needed lines; improve a few others (Scan.pm) * Updated language files: Dutch (nl) * Update README and site links for updated GPG key - Update to version 6.15 --------------- * Fix for Unable to delete previous analysis result * Updated language files: Indonesian (id), Swedish (sv), German (de), Chinese (zh_CN), Burmese (my) * Fix to German language string in clamtk.desktop * Update DISCLAIMER to use markdown (DISCLAIMER.md) OBS-URL: https://build.opensuse.org/request/show/1092852 OBS-URL: https://build.opensuse.org/package/show/security/clamtk?expand=0&rev=77
13 lines
237 B
Diff
13 lines
237 B
Diff
Index: clamtk
|
|
===================================================================
|
|
--- clamtk.orig
|
|
+++ clamtk
|
|
@@ -19,6 +19,7 @@
|
|
use utf8;
|
|
$| = 1;
|
|
|
|
+use lib qw(/usr/lib);
|
|
use ClamTk::Analysis;
|
|
use ClamTk::App;
|
|
use ClamTk::Assistant;
|