forked from pool/clamtk
4.31
OBS-URL: https://build.opensuse.org/package/show/security/clamtk?expand=0&rev=27
This commit is contained in:
parent
056f1a4c45
commit
15b2f3eddd
@ -1,10 +1,10 @@
|
|||||||
--- clamtk.orig 2010-07-10 01:46:29.000000000 +0200
|
--- clamtk.orig 2011-01-09 23:55:48.000000000 +0100
|
||||||
+++ clamtk 2010-07-10 23:53:31.000000000 +0200
|
+++ clamtk 2011-01-09 23:56:05.000000000 +0100
|
||||||
@@ -15,6 +15,7 @@
|
@@ -17,6 +17,7 @@
|
||||||
use strict;
|
|
||||||
use warnings;
|
use warnings;
|
||||||
$|++;
|
$| = 1;
|
||||||
+use lib qw(/usr/lib);
|
|
||||||
|
|
||||||
|
+use lib qw(/usr/lib);
|
||||||
use ClamTk::Prefs;
|
use ClamTk::Prefs;
|
||||||
use ClamTk::GUI;
|
use ClamTk::GUI;
|
||||||
|
use ClamTk::Submit;
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c7dea6b22726e31585269a325a2b72dbed34713012cfc79857269e81f9b66f97
|
|
||||||
size 302151
|
|
3
clamtk-4.31.tar.bz2
Normal file
3
clamtk-4.31.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:14f89b874423b730aeed6349af03a2895da26e71910730c6805f6abce2c9f443
|
||||||
|
size 343983
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 9 22:52:40 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- update to 4.31:
|
||||||
|
* minor fixes to quarantine restoration.
|
||||||
|
* added an extra check to ensure files reviewed in quarantine are regular files (and not directories)
|
||||||
|
* added option to scan or ignore files under ~/.gvfs and ~/smb4k; by default, the option is ignore; we'll expand this as needed; the idea is to allow or disallow scanning of smb-mounted drives
|
||||||
|
* scanning speed has been optimized by filtering unwanted directories and files prior to collection phase
|
||||||
|
* AV wizard now has (Gtk2::)Assistant interface
|
||||||
|
* new translations: ca_ES, fo
|
||||||
|
* updated translations: gl, tr, hr, ko, es, nl, he, pt_BR, de, hu, nb, bg, pl, zh_CN, it, da_DK, bs, zh_TW
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 7 22:05:31 UTC 2010 - pascal.bleser@opensuse.org
|
Sun Nov 7 22:05:31 UTC 2010 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: clamtk
|
Name: clamtk
|
||||||
Version: 4.30
|
Version: 4.31
|
||||||
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
|
||||||
@ -50,7 +50,7 @@ for mo in *.mo; do
|
|||||||
%__install -D -m 0644 "${mo}" "%{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES/%{name}.mo"
|
%__install -D -m 0644 "${mo}" "%{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES/%{name}.mo"
|
||||||
done
|
done
|
||||||
popd #po
|
popd #po
|
||||||
for l in cs_CZ el_GR nl_BE; do
|
for l in cs_CZ el_GR nl_BE ast; do
|
||||||
%__rm -rf "%{buildroot}%{_datadir}/locale/$l"
|
%__rm -rf "%{buildroot}%{_datadir}/locale/$l"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user