X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fipset;h=fb6a2f38f4b84a0dd804cd8edb20eb2c6805efc0;hb=9d6e22e3fcbbac6a082ba11d1720718a58101f69;hp=254b1ec90269e2e1f05840eb8271ebfd89739413;hpb=c88002c48b8011dfec3aefe66f66769e786db11b;p=ipfire-2.x.git diff --git a/lfs/ipset b/lfs/ipset index 254b1ec902..fb6a2f38f4 100644 --- a/lfs/ipset +++ b/lfs/ipset @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2015 IPFire Team # +# Copyright (C) 2007-2019 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 = 6.26 +VER = 7.3 THISAPP = ipset-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5ec4e79053a30fb6d72e0549d7d09343 +$(DL_FILE)_MD5 = a041d186097a23f1f87208f11144907e install : $(TARGET) @@ -71,8 +71,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./autogen.sh - cd $(DIR_APP) && KSOURCEDIR=/usr/src/linux KBUILDDIR=/usr/src/linux ./configure \ + cd $(DIR_APP) && ./configure \ --prefix=/usr \ + --with-kmod=no \ --disable-static # Add configuration directory