Procházet zdrojové kódy

nfs-utils: update to 2.3.1

Waldemar Brodkorb před 6 roky
rodič
revize
2b5e437ebb

+ 2 - 2
package/nfs-utils/Makefile

@@ -4,9 +4,9 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		nfs-utils
-PKG_VERSION:=		2.1.1
+PKG_VERSION:=		2.3.1
 PKG_RELEASE:=		1
-PKG_HASH:=		0a28416948516c26f3bfe90425b0de09b79364dc1f508bf1dda8de66e1edbb09
+PKG_HASH:=		ca92f1ab86b2af4dcd62d7716d46a6cdec268e83fe8d564cd8ff1464cc495989
 PKG_DESCR:=		network filesystem utilities
 PKG_SECTION:=		net/fs
 PKG_DEPENDS:=		keyutils libtirpc rpcbind

+ 0 - 10
package/nfs-utils/patches/patch-support_nsm_rpc_c

@@ -1,10 +0,0 @@
---- nfs-utils-2.1.1.orig/support/nsm/rpc.c	2017-01-12 16:21:39.000000000 +0100
-+++ nfs-utils-2.1.1/support/nsm/rpc.c	2017-08-12 18:58:41.276150487 +0200
-@@ -40,6 +40,7 @@
- 
- #include <time.h>
- #include <stdbool.h>
-+#include <stdint.h>
- #include <string.h>
- #include <unistd.h>
- #include <fcntl.h>

+ 0 - 12
package/nfs-utils/patches/patch-utils_mount_network_c

@@ -1,12 +0,0 @@
---- nfs-utils-1.3.4.orig/utils/mount/network.c	2016-08-03 20:25:15.000000000 +0200
-+++ nfs-utils-1.3.4/utils/mount/network.c	2016-10-20 19:16:18.000000000 +0200
-@@ -38,7 +38,9 @@
- #include <sys/socket.h>
- #include <sys/wait.h>
- #include <sys/stat.h>
-+#if defined(__GLIBC__)
- #include <linux/in6.h>
-+#endif
- #include <netinet/in.h>
- #include <rpc/rpc.h>
- #include <rpc/pmap_prot.h>