4.36
OBS-URL: https://build.opensuse.org/package/show/security/clamtk?expand=0&rev=33
This commit is contained in:
parent
b47a9b3683
commit
11799b9eb5
@ -1,10 +0,0 @@
|
|||||||
--- clamtk.orig 2011-10-02 01:53:12.610000417 +0200
|
|
||||||
+++ clamtk 2011-10-02 01:53:26.555000417 +0200
|
|
||||||
@@ -17,6 +17,7 @@
|
|
||||||
use warnings;
|
|
||||||
$| = 1;
|
|
||||||
|
|
||||||
+use lib qw(/usr/lib);
|
|
||||||
use ClamTk::App;
|
|
||||||
use ClamTk::Device;
|
|
||||||
use ClamTk::GUI;
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:33b9f31194d8558b38aafff901f1b6ef954dbe181c35bd6c0a98113c6d3956a8
|
|
||||||
size 335830
|
|
3
clamtk-4.36.tar.bz2
Normal file
3
clamtk-4.36.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa639a99bf1faabe3f1bd449d6327516692d8c780be11955e29ca3b14507785a
|
||||||
|
size 353990
|
10
clamtk-add_searchpath.patch
Normal file
10
clamtk-add_searchpath.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- clamtk.orig 2011-10-16 19:02:18.587000421 +0200
|
||||||
|
+++ clamtk 2011-10-16 19:02:31.615000421 +0200
|
||||||
|
@@ -17,6 +17,7 @@
|
||||||
|
# use warnings FATAL => 'all';
|
||||||
|
$| = 1;
|
||||||
|
|
||||||
|
+use lib qw(/usr/lib);
|
||||||
|
use ClamTk::App;
|
||||||
|
use ClamTk::Device;
|
||||||
|
use ClamTk::GUI;
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 16 17:00:35 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- update to 4.36:
|
||||||
|
* improvement for handling certain BiDi text malware (e.g., RTL override)
|
||||||
|
* do not display Results window unless threats are found
|
||||||
|
* keep Threats Found bolded if threats are found
|
||||||
|
* minor fix to status bar display
|
||||||
|
* icons removed from menubar
|
||||||
|
* added Indonesian (id) language file
|
||||||
|
* updated Slovak (sk_SK), English (en_BG) and Spanish (es)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 08:28:13 UTC 2011 - pascal.bleser@opensuse.org
|
Mon Sep 26 08:28:13 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# vim: set ts=4 sw=4 et:
|
# vim: set ts=4 sw=4 et:
|
||||||
|
|
||||||
Name: clamtk
|
Name: clamtk
|
||||||
Version: 4.35
|
Version: 4.36
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GUI for the ClamAV Antivirus
|
Summary: GUI for the ClamAV Antivirus
|
||||||
# http://prdownloads.sourceforge.net/clamtk/clamtk-%{version}.tar.gz
|
# http://prdownloads.sourceforge.net/clamtk/clamtk-%{version}.tar.gz
|
||||||
Source: clamtk-%{version}.tar.bz2
|
Source: clamtk-%{version}.tar.bz2
|
||||||
Patch0: clamtk-4.35-add_searchpath.patch
|
Patch0: clamtk-add_searchpath.patch
|
||||||
URL: http://clamtk.sourceforge.net/
|
URL: http://clamtk.sourceforge.net/
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)
|
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)
|
||||||
|
Loading…
Reference in New Issue
Block a user