From d5b24a44dea12ff7158778e65b8a1772a534a89e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 6 May 2014 13:55:46 +0200 Subject: update to latest upstream --- package/cifs-utils/patches/patch-Makefile_am | 39 ++------------------------- package/cifs-utils/patches/patch-cifscreds_c | 6 ++--- package/cifs-utils/patches/patch-configure_ac | 6 ++--- 3 files changed, 8 insertions(+), 43 deletions(-) (limited to 'package/cifs-utils/patches') diff --git a/package/cifs-utils/patches/patch-Makefile_am b/package/cifs-utils/patches/patch-Makefile_am index 4f7b9dc74..81f21cd5a 100644 --- a/package/cifs-utils/patches/patch-Makefile_am +++ b/package/cifs-utils/patches/patch-Makefile_am @@ -1,5 +1,5 @@ ---- cifs-utils-6.1.orig/Makefile.am 2013-07-02 21:13:33.000000000 +0200 -+++ cifs-utils-6.1/Makefile.am 2013-10-28 07:33:27.000000000 +0100 +--- cifs-utils-6.3.orig/Makefile.am 2014-01-09 17:19:53.000000000 +0100 ++++ cifs-utils-6.3/Makefile.am 2014-05-06 13:53:28.814703381 +0200 @@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I aclocal root_sbindir = $(ROOTSBINDIR) root_sbin_PROGRAMS = mount.cifs @@ -9,38 +9,3 @@ man_MANS = mount.cifs.8 include_HEADERS = cifsidmap.h -@@ -16,7 +16,7 @@ clean-local: clean-local-upcall clean-lo - if CONFIG_CIFSUPCALL - sbin_PROGRAMS += cifs.upcall - cifs_upcall_SOURCES = cifs.upcall.c data_blob.c asn1.c spnego.c --cifs_upcall_LDADD = -ltalloc -lkeyutils $(KRB5_LDADD) -+cifs_upcall_LDADD = -ltalloc -lkeyutils $(KRB5_LDADD) $(LIBOBJS) - man_MANS += cifs.upcall.8 - - # -@@ -35,14 +35,14 @@ endif - if CONFIG_CIFSCREDS - bin_PROGRAMS += cifscreds - cifscreds_SOURCES = cifscreds.c resolve_host.c util.c --cifscreds_LDADD = -lkeyutils -+cifscreds_LDADD = -lkeyutils $(LIBOBJS) - man_MANS += cifscreds.1 - endif - - if CONFIG_CIFSIDMAP - sbin_PROGRAMS += cifs.idmap - cifs_idmap_SOURCES = cifs.idmap.c idmap_plugin.c --cifs_idmap_LDADD = -lkeyutils -ldl -+cifs_idmap_LDADD = -lkeyutils -ldl $(LIBOBJS) - man_MANS += cifs.idmap.8 - - cifs.idmap.8: cifs.idmap.8.in -@@ -57,7 +57,7 @@ endif - if CONFIG_CIFSACL - bin_PROGRAMS += getcifsacl - getcifsacl_SOURCES = getcifsacl.c idmap_plugin.c --getcifsacl_LDADD = -ldl -+getcifsacl_LDADD = -ldl $(LIBOBJS) - man_MANS += getcifsacl.1 - - getcifsacl.1: getcifsacl.1.in diff --git a/package/cifs-utils/patches/patch-cifscreds_c b/package/cifs-utils/patches/patch-cifscreds_c index 0548e515f..23135e231 100644 --- a/package/cifs-utils/patches/patch-cifscreds_c +++ b/package/cifs-utils/patches/patch-cifscreds_c @@ -1,5 +1,5 @@ ---- cifs-utils-6.1.orig/cifscreds.c 2013-07-02 21:13:33.000000000 +0200 -+++ cifs-utils-6.1/cifscreds.c 2013-10-28 07:33:27.000000000 +0100 +--- cifs-utils-6.3.orig/cifscreds.c 2014-01-09 17:19:53.000000000 +0100 ++++ cifs-utils-6.3/cifscreds.c 2014-05-06 13:52:11.778306692 +0200 @@ -27,7 +27,13 @@ #include #include @@ -12,5 +12,5 @@ +#define option gnu_option +#endif #include + #include "cifskey.h" #include "mount.h" - #include "resolve_host.h" diff --git a/package/cifs-utils/patches/patch-configure_ac b/package/cifs-utils/patches/patch-configure_ac index ac5835776..bcda90f3c 100644 --- a/package/cifs-utils/patches/patch-configure_ac +++ b/package/cifs-utils/patches/patch-configure_ac @@ -1,6 +1,6 @@ ---- cifs-utils-6.1.orig/configure.ac 2013-07-02 21:13:33.000000000 +0200 -+++ cifs-utils-6.1/configure.ac 2013-10-28 07:33:27.000000000 +0100 -@@ -90,13 +90,25 @@ AC_CHECK_TYPES([ptrdiff_t, ssize_t, uint +--- cifs-utils-6.3.orig/configure.ac 2014-01-09 17:19:53.000000000 +0100 ++++ cifs-utils-6.3/configure.ac 2014-05-06 13:52:11.790306753 +0200 +@@ -87,13 +87,25 @@ AC_CHECK_TYPES([ptrdiff_t, ssize_t, uint # Checks for library functions. AC_FUNC_GETMNTENT -- cgit v1.2.3