]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/clamav
slang: revert parallelized build
[ipfire-2.x.git] / lfs / clamav
index 2b3baa94fcab34b331289cd6b7aebcee0bdc85eb..a6e44ebf20b5ece0bf263d6960a63aef295d5d69 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.100.2
+VER        = 0.101.1
 
 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    = 41
+PAK_VER    = 43
 
 DEPS       = ""
 
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 253dd79dd57da759567e42543a569c5c
+$(DL_FILE)_MD5 = 9c137d6172f6e132e08e61fe25b636f8
 
 install : $(TARGET)
 
@@ -98,10 +98,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        chown clamav:clamav /var/run/clamav
        #install initscripts
        $(call INSTALL_INITSCRIPT,clamav)
-       # Disable PaX mprotect for clamd, clamscan and freshclam
-       paxctl -Cm /usr/sbin/clamd
-       paxctl -Cm /usr/bin/clamscan
-       paxctl -Cm /usr/bin/freshclam
-
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)