X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fclamav;h=2c4d6a6bac22483c7c30c4af6f1cb828f2e19027;hb=8e07deb9839e341bf9841fd08e82c55cd5ab6017;hp=a6e44ebf20b5ece0bf263d6960a63aef295d5d69;hpb=e3429b4aad01ad011792d00570a3190d0058e7ff;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/clamav b/lfs/clamav index a6e44ebf20..2c4d6a6bac 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 0.101.1 +VER = 0.103.1 THISAPP = clamav-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = clamav -PAK_VER = 43 +PAK_VER = 54 -DEPS = "" +DEPS = ifeq "$(BUILD_PLATFORM)" "arm" CONFIGURE_FLAGS = --disable-fanotify @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 9c137d6172f6e132e08e61fe25b636f8 +$(DL_FILE)_MD5 = f895e9a261937ed91f5cb3ead4791555 install : $(TARGET) @@ -60,7 +60,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: +dist: $(PAK) ############################################################################### @@ -85,6 +85,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure \ --prefix=/usr \ + --disable-clamonacc \ --sysconfdir=/var/ipfire/clamav \ --with-dbdir=$(DATABASE_DIR) \ $(CONFIGURE_FLAGS)