]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/xtables-addons
xtables-addons: Fix typo in lfs
[people/pmueller/ipfire-2.x.git] / lfs / xtables-addons
index cc98e35febd1ce1fcb358cfad5c9f2b4c4b4503c..260820955a918324059216fdc48170ebeb64b8ff 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2017  IPFire Team <info@ipfire.org>                      #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
@@ -27,7 +27,7 @@ include Config
 VERSUFIX = ipfire$(KCFG)
 MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/extra/
 
-VER        = 2.13
+VER        = 3.2
 
 THISAPP    = xtables-addons-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = be20b0b9c4b001b364431a836e361d33
+$(DL_FILE)_MD5 = 80ea89ba8d5a001a8d71c7f05b2f0141
 
 install : $(TARGET)
 
@@ -94,6 +94,10 @@ ifeq "$(USPACE)" "1"
 
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
+
+       # Install xt_geoip_build.
+       cd $(DIR_APP) && install -m 755 geoip/xt_geoip_build \
+               /usr/local/bin/
 else
        cd $(DIR_APP) && ./configure \
                --with-kbuild=/usr/src/linux-$(KVER)/