]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/acl
fireinfo: Update to 2.2.0
[people/pmueller/ipfire-2.x.git] / lfs / acl
diff --git a/lfs/acl b/lfs/acl
index de3ac49350723ce8f5e85d27dfaa7c53e9138402..cecdb8334520235bd6391d7902ba735ac83122e9 100644 (file)
--- a/lfs/acl
+++ b/lfs/acl
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2016 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        #
 
 include Config
 
-VER        = 2.2.52
+VER        = 2.3.1
 
 THISAPP    = acl-$(VER)
-DL_FILE    = $(THISAPP).src.tar.gz
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
-DIR_APP    = $(DIR_SRC)/acl-2.2.52
-TARGET     = $(DIR_INFO)/acl-2.2.52
+DIR_APP    = $(DIR_SRC)/$(THISAPP)
+TARGET     = $(DIR_INFO)/$(THISAPP)
 
 ###############################################################################
 # Top-level Rules
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = a61415312426e9c2212bd7dc7929abda
+$(DL_FILE)_MD5 = 95ce715fe09acca7c12d3306d0f076b2
 
 install : $(TARGET)
 
@@ -73,8 +73,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && ./configure --prefix=/usr --libexecdir=/usr/lib --disable-static
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
-       cd $(DIR_APP) && make install-lib
-       cd $(DIR_APP) && make install-dev
        chmod -v 755 /usr/lib/libacl.so
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)