summaryrefslogtreecommitdiff
path: root/package/nfs-utils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-09-25 10:38:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-09-25 10:38:36 +0200
commiteebce988808821c7c656a4217593c2c5f9f8c3d1 (patch)
tree2e586d6487bc95ad11dcec7ca17f5712a11c1e80 /package/nfs-utils
parentb924f165d447539418b13626e7218041a2745bf9 (diff)
update nfsutils, add new prereq keyutils
Diffstat (limited to 'package/nfs-utils')
-rw-r--r--package/nfs-utils/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/nfs-utils/Makefile b/package/nfs-utils/Makefile
index e277874c6..4aa720004 100644
--- a/package/nfs-utils/Makefile
+++ b/package/nfs-utils/Makefile
@@ -4,12 +4,13 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= nfs-utils
-PKG_VERSION:= 1.2.3
-PKG_RELEASE:= 6
-PKG_MD5SUM:= 1131dc5f27c4f3905a6e7ee0d594fd4d
+PKG_VERSION:= 1.2.4
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 938dc0574f3eb9891a8ed4746f806277
PKG_DESCR:= Utilities for NFS kernel server implementation
PKG_SECTION:= net/fs
-PKG_DEPENDS:= kmod-nfsd
+PKG_DEPENDS:= kmod-nfsd keyutils
+PKG_BUILDDEP:= keyutils
PKG_URL:= http://sourceforge.net/projects/nfs
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=nfs/}