4.32
OBS-URL: https://build.opensuse.org/package/show/security/clamtk?expand=0&rev=28
This commit is contained in:
parent
15b2f3eddd
commit
39ae65496a
@ -1,10 +0,0 @@
|
|||||||
--- clamtk.orig 2011-01-09 23:55:48.000000000 +0100
|
|
||||||
+++ clamtk 2011-01-09 23:56:05.000000000 +0100
|
|
||||||
@@ -17,6 +17,7 @@
|
|
||||||
use warnings;
|
|
||||||
$| = 1;
|
|
||||||
|
|
||||||
+use lib qw(/usr/lib);
|
|
||||||
use ClamTk::Prefs;
|
|
||||||
use ClamTk::GUI;
|
|
||||||
use ClamTk::Submit;
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:14f89b874423b730aeed6349af03a2895da26e71910730c6805f6abce2c9f443
|
|
||||||
size 343983
|
|
10
clamtk-4.32-add_searchpath.patch
Normal file
10
clamtk-4.32-add_searchpath.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- clamtk.orig 2011-04-25 22:51:04.000000000 +0200
|
||||||
|
+++ clamtk 2011-04-25 22:51:15.000000000 +0200
|
||||||
|
@@ -17,6 +17,7 @@
|
||||||
|
use warnings;
|
||||||
|
$| = 1;
|
||||||
|
|
||||||
|
+use lib qw(/usr/lib);
|
||||||
|
use ClamTk::App;
|
||||||
|
use ClamTk::Device;
|
||||||
|
use ClamTk::GUI;
|
3
clamtk-4.32.tar.bz2
Normal file
3
clamtk-4.32.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7d6067f8aafb8db416eee12432e0c20ef47ee208ad71cc2487037a5a8d74e63b
|
||||||
|
size 344561
|
@ -1,14 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 25 20:49:37 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- update to 4.32:
|
||||||
|
* minor GUI improvements
|
||||||
|
* new and updated language files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 9 22:52:40 UTC 2011 - pascal.bleser@opensuse.org
|
Sun Jan 9 22:52:40 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
- update to 4.31:
|
- update to 4.31:
|
||||||
* minor fixes to quarantine restoration.
|
* minor fixes to quarantine restoration
|
||||||
* added an extra check to ensure files reviewed in quarantine are regular files (and not directories)
|
* added an extra check to ensure files reviewed in quarantine are regular
|
||||||
* 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
|
files (and not directories)
|
||||||
* scanning speed has been optimized by filtering unwanted directories and files prior to collection phase
|
* 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
|
* AV wizard now has (Gtk2::)Assistant interface
|
||||||
* new translations: ca_ES, fo
|
* 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
|
* 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
|
||||||
|
26
clamtk.spec
26
clamtk.spec
@ -1,23 +1,37 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: clamtk
|
Name: clamtk
|
||||||
Version: 4.31
|
Version: 4.32
|
||||||
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.20-add_searchpath.patch
|
Patch0: clamtk-4.32-add_searchpath.patch
|
||||||
URL: http://clamtk.sourceforge.net/
|
URL: http://clamtk.sourceforge.net/
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
License: Perl License
|
License: Perl License
|
||||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||||
Requires: clamav >= 0.88
|
Requires: clamav >= 0.88
|
||||||
Requires: clamav-db
|
Requires: clamav-db
|
||||||
Requires: perl perl-File-Find-Rule perl-libwww-perl perl-Date-Calc
|
Requires: perl
|
||||||
Requires: perl-Gtk2 perl-gettext
|
Requires: perl(LWP::UserAgent)
|
||||||
Requires: perl-Net-DNS
|
Requires: perl(File::Find::Rule)
|
||||||
|
Requires: perl(Date::Calc)
|
||||||
|
Requires: perl(Gtk2)
|
||||||
|
Requires: perl(Locale::gettext)
|
||||||
|
Requires: perl(Net::DNS)
|
||||||
Requires: zenity
|
Requires: zenity
|
||||||
BuildRequires: perl update-desktop-files
|
# not actually needed, but to make the build fail if the dependencies
|
||||||
|
# won't be available at runtime:
|
||||||
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl(LWP::UserAgent)
|
||||||
|
BuildRequires: perl(File::Find::Rule)
|
||||||
|
BuildRequires: perl(Date::Calc)
|
||||||
|
BuildRequires: perl(Gtk2)
|
||||||
|
BuildRequires: perl(Locale::gettext)
|
||||||
|
BuildRequires: perl(Net::DNS)
|
||||||
|
BuildRequires: zenity
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
#Obsoletes: clamtk-kde
|
#Obsoletes: clamtk-kde
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user