quota: bump to version 4.01

Also add hash file.

[Peter: fix .hash comment typo]
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Jerzy Grzegorek 2014-10-08 16:48:52 +02:00 committed by Peter Korsgaard
parent 22d16f3f55
commit 35ae42ab50
3 changed files with 6 additions and 3 deletions

View File

@ -20,8 +20,8 @@ Index: b/configure.in
+ AC_MSG_ERROR([Neither getrpcbynumber_r nor getrpcbynumber are available]) + AC_MSG_ERROR([Neither getrpcbynumber_r nor getrpcbynumber are available])
+fi +fi
+ +
AC_ARG_ENABLE(altformat, AC_ARG_ENABLE(rpc,
[ --enable-altformat=[yes/no] Enable alternative format used by edquota [default=yes].], [ --enable-rpc=[yes/no] Enable RPC support [default=yes].],
, ,
Index: b/svc_socket.c Index: b/svc_socket.c
=================================================================== ===================================================================

3
package/quota/quota.hash Normal file
View File

@ -0,0 +1,3 @@
# From http://sourceforge.net/projects/linuxquota/files/quota-tools/4.01/ (click on info button)
md5 5c2c31e321d2e1322ce12d69ae5c66d6 quota-4.01.tar.gz
sha1 64d2ab8b039cfea1aa4bd9e77e8c373488a7f0bf quota-4.01.tar.gz

View File

@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
QUOTA_VERSION = 4.00 QUOTA_VERSION = 4.01
QUOTA_SITE = http://downloads.sourceforge.net/project/linuxquota/quota-tools/$(QUOTA_VERSION) QUOTA_SITE = http://downloads.sourceforge.net/project/linuxquota/quota-tools/$(QUOTA_VERSION)
QUOTA_DEPENDENCIES = host-gettext QUOTA_DEPENDENCIES = host-gettext
QUOTA_AUTORECONF = YES QUOTA_AUTORECONF = YES