From: Christian Schmidt Date: Fri, 27 Apr 2012 17:00:34 +0000 (+0200) Subject: clamav: Update to minor release 0.97.4. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7228dab76cf25bd7cf4dfadcbfc2f0308becd70f;p=ipfire-3.x.git clamav: Update to minor release 0.97.4. ClamAV 0.97.4 includes minor bugfixes, detection improvements and initial support for on-access scanning under Mac OS X (see contrib/ClamAuth). Add an extra package for databases files. --- diff --git a/clamav/clamav.nm b/clamav/clamav.nm index ae809ebae..2bb9ca646 100644 --- a/clamav/clamav.nm +++ b/clamav/clamav.nm @@ -4,8 +4,8 @@ ############################################################################### name = clamav -version = 0.97 -release = 3 +version = 0.97.4 +release = 1 groups = System Environment/Daemons url = http://www.clamav.net @@ -64,10 +64,17 @@ end packages package %{name} + requires + %{name}-libs = %{thisver} + end end package %{name}-libs template LIBS + + requires + %{name}-databases = %{thisver} + end end package %{name}-devel @@ -77,4 +84,15 @@ packages package %{name}-debuginfo template DEBUGINFO end + + package %{name}-databases + summary = Clamav Virus Databases. + description + Shipped virus databases needed for virus scanning. + end + + files + %{localstatedir}/lib/%{name} + end + end end