X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fclamav;h=e3e55c3b96c940cc7b160a9ad8b2db3f77db0441;hb=9e245967d21883c6b921c0f1d9101a526ef9b084;hp=6406914081937a0b59afa358ec680d7447809d73;hpb=bfd5cfa9c6949eca6319a774b871007c9da8fd0e;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/clamav b/lfs/clamav index 6406914081..e3e55c3b96 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 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.2 +VER = 0.103.0 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 = 44 +PAK_VER = 53 -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 = faeb0e286e76c2a26e2e10845e4b68db +$(DL_FILE)_MD5 = 453a389e0147b5df8fae5601b390d7db 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)