]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/xfsprogs
suricata: drop unsupported JA3 rule provider
[people/mfischer/ipfire-2.x.git] / lfs / xfsprogs
index 47298e63410ea90501281045508b595d099a9ea8..54cf82ff7aa3e0f9e19a425159fc32f2fea1f84e 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2022  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        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.11.0
+VER        = 5.14.2
 
 THISAPP    = xfsprogs-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,11 +32,6 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
-ifeq "$(BUILD_ARCH)" "armv5tel"
-       CONFIGURE_OPTIONS += \
-               --enable-lto=no
-endif
-
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -45,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 803bcddd983803b339acfb76064dfd84
+$(DL_FILE)_MD5 = 597e7067b8aa24d440bc87c29e987377
 
 install : $(TARGET)