public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] clamav: Update to 0.99
@ 2015-12-05  3:12 Matthias Fischer
  2015-12-11 18:48 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2015-12-05  3:12 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2023 bytes --]

clamav: Update to 0.99

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 config/rootfiles/packages/clamav | 12 ++++++------
 lfs/clamav                       |  8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/clamav
index d79f6e6..d7636e9 100644
--- a/config/rootfiles/packages/clamav
+++ b/config/rootfiles/packages/clamav
@@ -10,16 +10,16 @@ usr/bin/sigtool
 #usr/include/clamav.h
 #usr/lib/libclamav.la
 usr/lib/libclamav.so
-usr/lib/libclamav.so.6
-usr/lib/libclamav.so.6.1.26
+usr/lib/libclamav.so.7
+usr/lib/libclamav.so.7.1.1
 #usr/lib/libclamunrar.la
 usr/lib/libclamunrar.so
-usr/lib/libclamunrar.so.6
-usr/lib/libclamunrar.so.6.1.26
+usr/lib/libclamunrar.so.7
+usr/lib/libclamunrar.so.7.1.1
 #usr/lib/libclamunrar_iface.la
 usr/lib/libclamunrar_iface.so
-usr/lib/libclamunrar_iface.so.6
-usr/lib/libclamunrar_iface.so.6.1.26
+usr/lib/libclamunrar_iface.so.7
+usr/lib/libclamunrar_iface.so.7.1.1
 #usr/lib/pkgconfig/libclamav.pc
 usr/sbin/clamd
 usr/share/clamav
diff --git a/lfs/clamav b/lfs/clamav
index 5fd8426..ea6efc3 100644
--- a/lfs/clamav
+++ b/lfs/clamav
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.98.7
+VER        = 0.99
 
 THISAPP    = clamav-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = clamav
-PAK_VER    = 29
+PAK_VER    = 30
 
 DEPS       = ""
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 157c601161da1c2d5a0e48ea1b49e067
+$(DL_FILE)_MD5 = ae79c3982761ba1815dbce17f846bab6
 
 install : $(TARGET)
 
@@ -58,7 +58,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
 	$(PAK)
 
 ###############################################################################
-- 
2.6.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] clamav: Update to 0.99
  2015-12-05  3:12 [PATCH] clamav: Update to 0.99 Matthias Fischer
@ 2015-12-11 18:48 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2015-12-11 18:48 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2192 bytes --]

Merged. Source was also missing.

-Michael

On Sat, 2015-12-05 at 04:12 +0100, Matthias Fischer wrote:
> clamav: Update to 0.99
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
>  config/rootfiles/packages/clamav | 12 ++++++------
>  lfs/clamav                       |  8 ++++----
>  2 files changed, 10 insertions(+), 10 deletions(-)
> 
> diff --git a/config/rootfiles/packages/clamav
> b/config/rootfiles/packages/clamav
> index d79f6e6..d7636e9 100644
> --- a/config/rootfiles/packages/clamav
> +++ b/config/rootfiles/packages/clamav
> @@ -10,16 +10,16 @@ usr/bin/sigtool
>  #usr/include/clamav.h
>  #usr/lib/libclamav.la
>  usr/lib/libclamav.so
> -usr/lib/libclamav.so.6
> -usr/lib/libclamav.so.6.1.26
> +usr/lib/libclamav.so.7
> +usr/lib/libclamav.so.7.1.1
>  #usr/lib/libclamunrar.la
>  usr/lib/libclamunrar.so
> -usr/lib/libclamunrar.so.6
> -usr/lib/libclamunrar.so.6.1.26
> +usr/lib/libclamunrar.so.7
> +usr/lib/libclamunrar.so.7.1.1
>  #usr/lib/libclamunrar_iface.la
>  usr/lib/libclamunrar_iface.so
> -usr/lib/libclamunrar_iface.so.6
> -usr/lib/libclamunrar_iface.so.6.1.26
> +usr/lib/libclamunrar_iface.so.7
> +usr/lib/libclamunrar_iface.so.7.1.1
>  #usr/lib/pkgconfig/libclamav.pc
>  usr/sbin/clamd
>  usr/share/clamav
> diff --git a/lfs/clamav b/lfs/clamav
> index 5fd8426..ea6efc3 100644
> --- a/lfs/clamav
> +++ b/lfs/clamav
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 0.98.7
> +VER        = 0.99
>  
>  THISAPP    = clamav-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
>  DIR_APP    = $(DIR_SRC)/$(THISAPP)
>  TARGET     = $(DIR_INFO)/$(THISAPP)
>  PROG       = clamav
> -PAK_VER    = 29
> +PAK_VER    = 30
>  
>  DEPS       = ""
>  
> @@ -48,7 +48,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = 157c601161da1c2d5a0e48ea1b49e067
> +$(DL_FILE)_MD5 = ae79c3982761ba1815dbce17f846bab6
>  
>  install : $(TARGET)
>  
> @@ -58,7 +58,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
>  
>  md5 : $(subst %,%_MD5,$(objects))
>  
> -dist: 
> +dist:
>  	$(PAK)
>  
>  ####################################################################
> ###########

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-11 18:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-05  3:12 [PATCH] clamav: Update to 0.99 Matthias Fischer
2015-12-11 18:48 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox