Update version to 4.04 which is the latest upstream release currently.
This also disables all possible autoconf options we do not want to leak
in accidently.

Signed-off-by: Sascha Hauer <s.ha...@pengutronix.de>
---
 rules/quota-tools.make | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/rules/quota-tools.make b/rules/quota-tools.make
index ac8f70c91..e8822bc61 100644
--- a/rules/quota-tools.make
+++ b/rules/quota-tools.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_QUOTA_TOOLS) += quota-tools
 #
 # Paths and names
 #
-QUOTA_TOOLS_VERSION    := 3.17
-QUOTA_TOOLS_MD5                := cb3e98a039c0cf98e7c1ad4b50a5bda7
+QUOTA_TOOLS_VERSION    := 4.04
+QUOTA_TOOLS_MD5                := f46f3b0b5141f032f25684005dac49d3
 QUOTA_TOOLS            := quota-tools
 QUOTA_TOOLS_SUFFIX     := tar.gz
 QUOTA_TOOLS_PACKAGE    := quota-$(QUOTA_TOOLS_VERSION).${QUOTA_TOOLS_SUFFIX}
@@ -31,6 +31,13 @@ QUOTA_TOOLS_LICENSE  := GPL-2.0-only
 #
 QUOTA_TOOLS_CONF_TOOL  := autoconf
 
+QUOTA_TOOLS_AUTOCONF := $(CROSS_AUTOCONF_USR) \
+                       --disable-ldapmail \
+                       --disable-netlink \
+                       --disable-nls \
+                       --disable-libwrap \
+                       --disable-rpc
+
 # ----------------------------------------------------------------------------
 # Compile
 # ----------------------------------------------------------------------------
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to