diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-03-27 21:40:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-03-27 21:41:45 +0200 |
commit | 2b5e437ebbea86e281f209e1e33e78ed6da99601 (patch) | |
tree | aca2e9f71283a665b3bea52da077a8a44c940fa3 /package/nfs-utils | |
parent | cbf15d636958f2d421525605cf59bbd2f267b84c (diff) |
nfs-utils: update to 2.3.1
Diffstat (limited to 'package/nfs-utils')
-rw-r--r-- | package/nfs-utils/Makefile | 4 | ||||
-rw-r--r-- | package/nfs-utils/patches/patch-support_nsm_rpc_c | 10 | ||||
-rw-r--r-- | package/nfs-utils/patches/patch-utils_mount_network_c | 12 |
3 files changed, 2 insertions, 24 deletions
diff --git a/package/nfs-utils/Makefile b/package/nfs-utils/Makefile index 0f5765403..fb0982fc7 100644 --- a/package/nfs-utils/Makefile +++ b/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 diff --git a/package/nfs-utils/patches/patch-support_nsm_rpc_c b/package/nfs-utils/patches/patch-support_nsm_rpc_c deleted file mode 100644 index bf928f692..000000000 --- a/package/nfs-utils/patches/patch-support_nsm_rpc_c +++ /dev/null @@ -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> diff --git a/package/nfs-utils/patches/patch-utils_mount_network_c b/package/nfs-utils/patches/patch-utils_mount_network_c deleted file mode 100644 index be55fd4b4..000000000 --- a/package/nfs-utils/patches/patch-utils_mount_network_c +++ /dev/null @@ -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> |