]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/iptraf-ng
slang: revert parallelized build
[ipfire-2.x.git] / lfs / iptraf-ng
index 074004967a2f29841ab03a1b765862a1bf9de98a..afb82ea67c300e7f59f15b4955883cc751b6928e 100644 (file)
@@ -1,6 +1,6 @@
 ###############################################################################
 # IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 ###############################################################################
 
 ###############################################################################
@@ -9,7 +9,7 @@
 
 include Config
 
-VER        = 1.1.3.1
+VER        = 1.1.4
 
 THISAPP    = iptraf-ng-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -17,7 +17,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = iptraf-ng
-PAK_VER           = 1
+PAK_VER           = 3
 
 DEPS       = ""
 
@@ -29,7 +29,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 1a2c02944b0b012d6a3de96207610fa2
+$(DL_FILE)_MD5 = de27cfeeede96e2acfb0edc8439b034a
 
 install : $(TARGET)
 
@@ -63,6 +63,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xzf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/iptraf-ng-1.1.4-tcplog_flowrate_msg.patch
        cd $(DIR_APP) && ./configure \
                --prefix=/usr