Merge pull request #14494 from neheb/n
nfs-kernel-server: update to 2.5.2
This commit is contained in:
commit
d20012580f
2 changed files with 2 additions and 15 deletions
|
@ -7,9 +7,9 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=nfs-kernel-server
|
||||
PKG_VERSION:=2.5.1
|
||||
PKG_VERSION:=2.5.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_HASH:=446ff6d2b039dedb0de96b88a3677516c9314613fc6f28b7b6e94c51fb375195
|
||||
PKG_HASH:=09c20d30322e957a6e9547fb5aa742b163c142cd36b244c2485ae0cc3d71d32d
|
||||
|
||||
PKG_SOURCE_URL:=@SF/nfs
|
||||
PKG_SOURCE:=nfs-utils-$(PKG_VERSION).tar.xz
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- a/support/nfsidmap/libnfsidmap.c
|
||||
+++ b/support/nfsidmap/libnfsidmap.c
|
||||
@@ -89,6 +89,10 @@ gid_t nobody_gid = (gid_t)-1;
|
||||
#define NFS4DNSTXTREC "_nfsv4idmapdomain"
|
||||
#endif
|
||||
|
||||
+#ifndef NS_MAXMSG
|
||||
+#define NS_MAXMSG 65535
|
||||
+#endif
|
||||
+
|
||||
/* Default logging fuction */
|
||||
static void default_logger(const char *fmt, ...)
|
||||
{
|
Loading…
Reference in a new issue