]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/xtables-addons
core164: exclude boot/uEnv.txt
[people/mfischer/ipfire-2.x.git] / lfs / xtables-addons
index d1a067f33e180af739e82ca22ed4bf407b45f0f4..fdea1ffcdf9e5f9a5ea33f83c968992c1bd8c9c0 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  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        = 3.7
+VER        = 3.18
 
 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 = d81776d6320ebd741042bf8eb7e13d1d
+$(DL_FILE)_MD5 = 755471b1dc6808f274f914fa11552698
 
 install : $(TARGET)
 
@@ -83,8 +83,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 
        # Only build the specified modules.
-       cp -avf $(DIR_SRC)/config/xtables-addons/mconfig \
-               $(DIR_APP)/mconfig
+#      cp -avf $(DIR_SRC)/config/xtables-addons/mconfig \
+#              $(DIR_APP)/mconfig
 
 # Check if we build the modules for a kernel or the userspace parts.
 ifeq "$(USPACE)" "1"
@@ -111,5 +111,8 @@ else
        done
 endif
 
+       # Create directory for the databases.
+       mkdir -pv /usr/share/xt_geoip/
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)