summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-04-23 22:20:58 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2017-04-25 16:10:55 -0400
commitd16352e9b4a916fa520896e9df96819f1388aef3 (patch)
tree0d9be307c5c50e286be4aa539a962e567f0e25c7 /meta-networking
parent8ef5e3ffc3810d59c782e951e9d3705ced6ed890 (diff)
downloadmeta-openembedded-d16352e9b4a916fa520896e9df96819f1388aef3.tar.gz
samba: Upgrade to 4.6.2
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/files/waf-cross-answers/cross-answers-aarch64.txt1
-rw-r--r--meta-networking/files/waf-cross-answers/cross-answers-arm.txt1
-rw-r--r--meta-networking/files/waf-cross-answers/cross-answers-i586.txt1
-rw-r--r--meta-networking/files/waf-cross-answers/cross-answers-i686.txt1
-rw-r--r--meta-networking/files/waf-cross-answers/cross-answers-mips.txt1
-rw-r--r--meta-networking/files/waf-cross-answers/cross-answers-mips64.txt1
-rw-r--r--meta-networking/files/waf-cross-answers/cross-answers-mipsel.txt1
-rw-r--r--meta-networking/files/waf-cross-answers/cross-answers-powerpc.txt1
-rw-r--r--meta-networking/files/waf-cross-answers/cross-answers-powerpc64.txt1
-rw-r--r--meta-networking/files/waf-cross-answers/cross-answers-x86_64.txt1
-rw-r--r--meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch30
-rw-r--r--meta-networking/recipes-connectivity/samba/samba-4.4.5/internal_tevent_to_0.9.31.patch92
-rw-r--r--meta-networking/recipes-connectivity/samba/samba/00-fix-typos-in-man-pages.patch (renamed from meta-networking/recipes-connectivity/samba/samba-4.4.5/00-fix-typos-in-man-pages.patch)0
-rw-r--r--meta-networking/recipes-connectivity/samba/samba/0001-packaging-Avoid-timeout-for-nmbd-if-started-offline-.patch (renamed from meta-networking/recipes-connectivity/samba/samba-4.4.5/0001-packaging-Avoid-timeout-for-nmbd-if-started-offline-.patch)0
-rw-r--r--meta-networking/recipes-connectivity/samba/samba/0006-avoid-using-colon-in-the-checking-msg.patch (renamed from meta-networking/recipes-connectivity/samba/samba-4.4.5/0006-avoid-using-colon-in-the-checking-msg.patch)0
-rw-r--r--meta-networking/recipes-connectivity/samba/samba/16-do-not-check-xsltproc-manpages.patch (renamed from meta-networking/recipes-connectivity/samba/samba-4.4.5/16-do-not-check-xsltproc-manpages.patch)0
-rw-r--r--meta-networking/recipes-connectivity/samba/samba/20-do-not-import-target-module-while-cross-compile.patch (renamed from meta-networking/recipes-connectivity/samba/samba-4.4.5/20-do-not-import-target-module-while-cross-compile.patch)0
-rw-r--r--meta-networking/recipes-connectivity/samba/samba/21-add-config-option-without-valgrind.patch (renamed from meta-networking/recipes-connectivity/samba/samba-4.4.5/21-add-config-option-without-valgrind.patch)0
-rw-r--r--meta-networking/recipes-connectivity/samba/samba/samba-4.2.7-pam.patch (renamed from meta-networking/recipes-connectivity/samba/samba-4.4.5/samba-4.2.7-pam.patch)0
-rw-r--r--meta-networking/recipes-connectivity/samba/samba/samba-4.3.9-remove-getpwent_r.patch (renamed from meta-networking/recipes-connectivity/samba/samba-4.4.5/samba-4.3.9-remove-getpwent_r.patch)0
-rw-r--r--meta-networking/recipes-connectivity/samba/samba/volatiles.03_samba (renamed from meta-networking/recipes-connectivity/samba/samba-4.4.5/volatiles.03_samba)0
-rw-r--r--meta-networking/recipes-connectivity/samba/samba_4.6.2.bb (renamed from meta-networking/recipes-connectivity/samba/samba_4.4.5.bb)10
22 files changed, 13 insertions, 129 deletions
diff --git a/meta-networking/files/waf-cross-answers/cross-answers-aarch64.txt b/meta-networking/files/waf-cross-answers/cross-answers-aarch64.txt
index bbf7f1620..1023f6aff 100644
--- a/meta-networking/files/waf-cross-answers/cross-answers-aarch64.txt
+++ b/meta-networking/files/waf-cross-answers/cross-answers-aarch64.txt
@@ -36,3 +36,4 @@ getcwd takes a NULL argument: OK
36Checking for small off_t: NO 36Checking for small off_t: NO
37Checking whether blkcnt_t is 32 bit: NO 37Checking whether blkcnt_t is 32 bit: NO
38Checking whether blkcnt_t is 64 bit: OK 38Checking whether blkcnt_t is 64 bit: OK
39Checking whether fcntl lock supports open file description locks: OK
diff --git a/meta-networking/files/waf-cross-answers/cross-answers-arm.txt b/meta-networking/files/waf-cross-answers/cross-answers-arm.txt
index e926fcd3c..a5cd9981a 100644
--- a/meta-networking/files/waf-cross-answers/cross-answers-arm.txt
+++ b/meta-networking/files/waf-cross-answers/cross-answers-arm.txt
@@ -37,3 +37,4 @@ getcwd takes a NULL argument: OK
37Checking for small off_t: NO 37Checking for small off_t: NO
38Checking whether blkcnt_t is 32 bit: NO 38Checking whether blkcnt_t is 32 bit: NO
39Checking whether blkcnt_t is 64 bit: OK 39Checking whether blkcnt_t is 64 bit: OK
40Checking whether fcntl lock supports open file description locks: OK
diff --git a/meta-networking/files/waf-cross-answers/cross-answers-i586.txt b/meta-networking/files/waf-cross-answers/cross-answers-i586.txt
index e926fcd3c..a5cd9981a 100644
--- a/meta-networking/files/waf-cross-answers/cross-answers-i586.txt
+++ b/meta-networking/files/waf-cross-answers/cross-answers-i586.txt
@@ -37,3 +37,4 @@ getcwd takes a NULL argument: OK
37Checking for small off_t: NO 37Checking for small off_t: NO
38Checking whether blkcnt_t is 32 bit: NO 38Checking whether blkcnt_t is 32 bit: NO
39Checking whether blkcnt_t is 64 bit: OK 39Checking whether blkcnt_t is 64 bit: OK
40Checking whether fcntl lock supports open file description locks: OK
diff --git a/meta-networking/files/waf-cross-answers/cross-answers-i686.txt b/meta-networking/files/waf-cross-answers/cross-answers-i686.txt
index e926fcd3c..a5cd9981a 100644
--- a/meta-networking/files/waf-cross-answers/cross-answers-i686.txt
+++ b/meta-networking/files/waf-cross-answers/cross-answers-i686.txt
@@ -37,3 +37,4 @@ getcwd takes a NULL argument: OK
37Checking for small off_t: NO 37Checking for small off_t: NO
38Checking whether blkcnt_t is 32 bit: NO 38Checking whether blkcnt_t is 32 bit: NO
39Checking whether blkcnt_t is 64 bit: OK 39Checking whether blkcnt_t is 64 bit: OK
40Checking whether fcntl lock supports open file description locks: OK
diff --git a/meta-networking/files/waf-cross-answers/cross-answers-mips.txt b/meta-networking/files/waf-cross-answers/cross-answers-mips.txt
index 18bfa0203..3e239e727 100644
--- a/meta-networking/files/waf-cross-answers/cross-answers-mips.txt
+++ b/meta-networking/files/waf-cross-answers/cross-answers-mips.txt
@@ -37,3 +37,4 @@ getcwd takes a NULL argument: OK
37Checking for small off_t: NO 37Checking for small off_t: NO
38Checking whether blkcnt_t is 32 bit: NO 38Checking whether blkcnt_t is 32 bit: NO
39Checking whether blkcnt_t is 64 bit: OK 39Checking whether blkcnt_t is 64 bit: OK
40Checking whether fcntl lock supports open file description locks: OK
diff --git a/meta-networking/files/waf-cross-answers/cross-answers-mips64.txt b/meta-networking/files/waf-cross-answers/cross-answers-mips64.txt
index 8fa015ab9..82e694fda 100644
--- a/meta-networking/files/waf-cross-answers/cross-answers-mips64.txt
+++ b/meta-networking/files/waf-cross-answers/cross-answers-mips64.txt
@@ -36,3 +36,4 @@ getcwd takes a NULL argument: OK
36Checking for small off_t: NO 36Checking for small off_t: NO
37Checking whether blkcnt_t is 32 bit: NO 37Checking whether blkcnt_t is 32 bit: NO
38Checking whether blkcnt_t is 64 bit: OK 38Checking whether blkcnt_t is 64 bit: OK
39Checking whether fcntl lock supports open file description locks: OK
diff --git a/meta-networking/files/waf-cross-answers/cross-answers-mipsel.txt b/meta-networking/files/waf-cross-answers/cross-answers-mipsel.txt
index 18bfa0203..3e239e727 100644
--- a/meta-networking/files/waf-cross-answers/cross-answers-mipsel.txt
+++ b/meta-networking/files/waf-cross-answers/cross-answers-mipsel.txt
@@ -37,3 +37,4 @@ getcwd takes a NULL argument: OK
37Checking for small off_t: NO 37Checking for small off_t: NO
38Checking whether blkcnt_t is 32 bit: NO 38Checking whether blkcnt_t is 32 bit: NO
39Checking whether blkcnt_t is 64 bit: OK 39Checking whether blkcnt_t is 64 bit: OK
40Checking whether fcntl lock supports open file description locks: OK
diff --git a/meta-networking/files/waf-cross-answers/cross-answers-powerpc.txt b/meta-networking/files/waf-cross-answers/cross-answers-powerpc.txt
index fb93b56fc..27b9378a4 100644
--- a/meta-networking/files/waf-cross-answers/cross-answers-powerpc.txt
+++ b/meta-networking/files/waf-cross-answers/cross-answers-powerpc.txt
@@ -37,3 +37,4 @@ getcwd takes a NULL argument: OK
37Checking for small off_t: NO 37Checking for small off_t: NO
38Checking whether blkcnt_t is 32 bit: NO 38Checking whether blkcnt_t is 32 bit: NO
39Checking whether blkcnt_t is 64 bit: OK 39Checking whether blkcnt_t is 64 bit: OK
40Checking whether fcntl lock supports open file description locks: OK
diff --git a/meta-networking/files/waf-cross-answers/cross-answers-powerpc64.txt b/meta-networking/files/waf-cross-answers/cross-answers-powerpc64.txt
index fd585f0d5..7fd3092cb 100644
--- a/meta-networking/files/waf-cross-answers/cross-answers-powerpc64.txt
+++ b/meta-networking/files/waf-cross-answers/cross-answers-powerpc64.txt
@@ -37,3 +37,4 @@ getcwd takes a NULL argument: OK
37Checking for small off_t: NO 37Checking for small off_t: NO
38Checking whether blkcnt_t is 32 bit: NO 38Checking whether blkcnt_t is 32 bit: NO
39Checking whether blkcnt_t is 64 bit: OK 39Checking whether blkcnt_t is 64 bit: OK
40Checking whether fcntl lock supports open file description locks: OK
diff --git a/meta-networking/files/waf-cross-answers/cross-answers-x86_64.txt b/meta-networking/files/waf-cross-answers/cross-answers-x86_64.txt
index bbf7f1620..1023f6aff 100644
--- a/meta-networking/files/waf-cross-answers/cross-answers-x86_64.txt
+++ b/meta-networking/files/waf-cross-answers/cross-answers-x86_64.txt
@@ -36,3 +36,4 @@ getcwd takes a NULL argument: OK
36Checking for small off_t: NO 36Checking for small off_t: NO
37Checking whether blkcnt_t is 32 bit: NO 37Checking whether blkcnt_t is 32 bit: NO
38Checking whether blkcnt_t is 64 bit: OK 38Checking whether blkcnt_t is 64 bit: OK
39Checking whether fcntl lock supports open file description locks: OK
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch b/meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch
deleted file mode 100644
index 0ddc9410c..000000000
--- a/meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1diff -ur samba-4.4.2/lib/util/debug.c samba-4.4.2/lib/util/debug.c
2--- samba-4.4.2/lib/util/debug.c 2016-05-08 18:33:24.000000000 +0200
3+++ samba-4.4.2/lib/util/debug.c 2016-05-08 18:27:09.341481492 +0200
4@@ -102,7 +102,7 @@
5 .fd = 2 /* stderr by default */
6 };
7
8-#if defined(WITH_SYSLOG) || defined(HAVE_LIBSYSTEMD_JOURNAL)
9+#if defined(WITH_SYSLOG) || defined(HAVE_LIBSYSTEMD)
10 static int debug_level_to_priority(int level)
11 {
12 /*
13@@ -179,7 +179,7 @@
14 }
15 #endif /* WITH_SYSLOG */
16
17-#ifdef HAVE_LIBSYSTEMD_JOURNAL
18+#ifdef HAVE_LIBSYSTEMD
19 #include <systemd/sd-journal.h>
20 static void debug_systemd_log(int msg_level,
21 const char *msg, const char *msg_no_nl)
22@@ -251,7 +251,7 @@
23 },
24 #endif
25
26-#ifdef HAVE_LIBSYSTEMD_JOURNAL
27+#ifdef HAVE_LIBSYSTEMD
28 {
29 .name = "systemd",
30 .log = debug_systemd_log,
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.5/internal_tevent_to_0.9.31.patch b/meta-networking/recipes-connectivity/samba/samba-4.4.5/internal_tevent_to_0.9.31.patch
deleted file mode 100644
index bd4cd6407..000000000
--- a/meta-networking/recipes-connectivity/samba/samba-4.4.5/internal_tevent_to_0.9.31.patch
+++ /dev/null
@@ -1,92 +0,0 @@
1--- samba-4.4.5.orig/lib/tevent/tevent_internal.h 2016-01-26 12:45:46.000000000 +0100
2+++ samba-4.4.5/lib/tevent/tevent_internal.h 2016-10-07 06:45:35.000000000 +0200
3@@ -228,6 +228,16 @@
4 void *additional_data;
5 };
6
7+struct tevent_threaded_context {
8+ struct tevent_threaded_context *next, *prev;
9+
10+#ifdef HAVE_PTHREAD
11+ pthread_mutex_t event_ctx_mutex;
12+#endif
13+ struct tevent_context *event_ctx;
14+ int wakeup_fd;
15+};
16+
17 struct tevent_debug_ops {
18 void (*debug)(void *context, enum tevent_debug_level level,
19 const char *fmt, va_list ap) PRINTF_ATTRIBUTE(3,0);
20@@ -241,24 +251,41 @@
21 /* the specific events implementation */
22 const struct tevent_ops *ops;
23
24+ /*
25+ * The following three pointers are queried on every loop_once
26+ * in the order in which they appear here. Not measured, but
27+ * hopefully putting them at the top together with "ops"
28+ * should make tevent a *bit* more cache-friendly than before.
29+ */
30+
31+ /* list of signal events - used by common code */
32+ struct tevent_signal *signal_events;
33+
34+ /* List of threaded job indicators */
35+ struct tevent_threaded_context *threaded_contexts;
36+
37+ /* list of immediate events - used by common code */
38+ struct tevent_immediate *immediate_events;
39+
40 /* list of fd events - used by common code */
41 struct tevent_fd *fd_events;
42
43 /* list of timed events - used by common code */
44 struct tevent_timer *timer_events;
45
46- /* list of immediate events - used by common code */
47- struct tevent_immediate *immediate_events;
48-
49- /* list of signal events - used by common code */
50- struct tevent_signal *signal_events;
51+ /* List of scheduled immediates */
52+ pthread_mutex_t scheduled_mutex;
53+ struct tevent_immediate *scheduled_immediates;
54
55 /* this is private for the events_ops implementation */
56 void *additional_data;
57
58 /* pipe hack used with signal handlers */
59- struct tevent_fd *pipe_fde;
60- int pipe_fds[2];
61+ struct tevent_fd *wakeup_fde;
62+ int wakeup_fd; /* fd to write into */
63+#ifndef HAVE_EVENT_FD
64+ int wakeup_read_fd;
65+#endif
66
67 /* debugging operations */
68 struct tevent_debug_ops debug_ops;
69@@ -282,6 +309,10 @@
70 * tevent_common_add_timer_v2()
71 */
72 struct tevent_timer *last_zero_timer;
73+
74+#ifdef HAVE_PTHREAD
75+ struct tevent_context *prev, *next;
76+#endif
77 };
78
79 const struct tevent_ops *tevent_find_ops_byname(const char *name);
80@@ -327,6 +358,12 @@
81 const char *handler_name,
82 const char *location);
83 bool tevent_common_loop_immediate(struct tevent_context *ev);
84+void tevent_common_threaded_activate_immediate(struct tevent_context *ev);
85+
86+bool tevent_common_have_events(struct tevent_context *ev);
87+int tevent_common_wakeup_init(struct tevent_context *ev);
88+int tevent_common_wakeup_fd(int fd);
89+int tevent_common_wakeup(struct tevent_context *ev);
90
91 struct tevent_signal *tevent_common_add_signal(struct tevent_context *ev,
92 TALLOC_CTX *mem_ctx,
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.5/00-fix-typos-in-man-pages.patch b/meta-networking/recipes-connectivity/samba/samba/00-fix-typos-in-man-pages.patch
index c94bc3185..c94bc3185 100644
--- a/meta-networking/recipes-connectivity/samba/samba-4.4.5/00-fix-typos-in-man-pages.patch
+++ b/meta-networking/recipes-connectivity/samba/samba/00-fix-typos-in-man-pages.patch
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.5/0001-packaging-Avoid-timeout-for-nmbd-if-started-offline-.patch b/meta-networking/recipes-connectivity/samba/samba/0001-packaging-Avoid-timeout-for-nmbd-if-started-offline-.patch
index 0ab3436fc..0ab3436fc 100644
--- a/meta-networking/recipes-connectivity/samba/samba-4.4.5/0001-packaging-Avoid-timeout-for-nmbd-if-started-offline-.patch
+++ b/meta-networking/recipes-connectivity/samba/samba/0001-packaging-Avoid-timeout-for-nmbd-if-started-offline-.patch
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.5/0006-avoid-using-colon-in-the-checking-msg.patch b/meta-networking/recipes-connectivity/samba/samba/0006-avoid-using-colon-in-the-checking-msg.patch
index cdf7a38c1..cdf7a38c1 100644
--- a/meta-networking/recipes-connectivity/samba/samba-4.4.5/0006-avoid-using-colon-in-the-checking-msg.patch
+++ b/meta-networking/recipes-connectivity/samba/samba/0006-avoid-using-colon-in-the-checking-msg.patch
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.5/16-do-not-check-xsltproc-manpages.patch b/meta-networking/recipes-connectivity/samba/samba/16-do-not-check-xsltproc-manpages.patch
index c37cfcde4..c37cfcde4 100644
--- a/meta-networking/recipes-connectivity/samba/samba-4.4.5/16-do-not-check-xsltproc-manpages.patch
+++ b/meta-networking/recipes-connectivity/samba/samba/16-do-not-check-xsltproc-manpages.patch
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.5/20-do-not-import-target-module-while-cross-compile.patch b/meta-networking/recipes-connectivity/samba/samba/20-do-not-import-target-module-while-cross-compile.patch
index e112b3b40..e112b3b40 100644
--- a/meta-networking/recipes-connectivity/samba/samba-4.4.5/20-do-not-import-target-module-while-cross-compile.patch
+++ b/meta-networking/recipes-connectivity/samba/samba/20-do-not-import-target-module-while-cross-compile.patch
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.5/21-add-config-option-without-valgrind.patch b/meta-networking/recipes-connectivity/samba/samba/21-add-config-option-without-valgrind.patch
index 025ac2775..025ac2775 100644
--- a/meta-networking/recipes-connectivity/samba/samba-4.4.5/21-add-config-option-without-valgrind.patch
+++ b/meta-networking/recipes-connectivity/samba/samba/21-add-config-option-without-valgrind.patch
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.5/samba-4.2.7-pam.patch b/meta-networking/recipes-connectivity/samba/samba/samba-4.2.7-pam.patch
index 6b9ade920..6b9ade920 100644
--- a/meta-networking/recipes-connectivity/samba/samba-4.4.5/samba-4.2.7-pam.patch
+++ b/meta-networking/recipes-connectivity/samba/samba/samba-4.2.7-pam.patch
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.5/samba-4.3.9-remove-getpwent_r.patch b/meta-networking/recipes-connectivity/samba/samba/samba-4.3.9-remove-getpwent_r.patch
index 71db99c5d..71db99c5d 100644
--- a/meta-networking/recipes-connectivity/samba/samba-4.4.5/samba-4.3.9-remove-getpwent_r.patch
+++ b/meta-networking/recipes-connectivity/samba/samba/samba-4.3.9-remove-getpwent_r.patch
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.5/volatiles.03_samba b/meta-networking/recipes-connectivity/samba/samba/volatiles.03_samba
index 4bdfa7d2c..4bdfa7d2c 100644
--- a/meta-networking/recipes-connectivity/samba/samba-4.4.5/volatiles.03_samba
+++ b/meta-networking/recipes-connectivity/samba/samba/volatiles.03_samba
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.6.2.bb
index f2d52a2c8..38876c2c3 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.6.2.bb
@@ -13,22 +13,19 @@ ${SAMBA_MIRROR} http://www.mirrorservice.org/sites/ftp.samba.org \n \
13 13
14SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \ 14SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \
15 file://00-fix-typos-in-man-pages.patch \ 15 file://00-fix-typos-in-man-pages.patch \
16 file://10-use-only-libsystemd.patch \
17 file://16-do-not-check-xsltproc-manpages.patch \ 16 file://16-do-not-check-xsltproc-manpages.patch \
18 file://20-do-not-import-target-module-while-cross-compile.patch \ 17 file://20-do-not-import-target-module-while-cross-compile.patch \
19 file://21-add-config-option-without-valgrind.patch \ 18 file://21-add-config-option-without-valgrind.patch \
20 file://0001-packaging-Avoid-timeout-for-nmbd-if-started-offline-.patch \ 19 file://0001-packaging-Avoid-timeout-for-nmbd-if-started-offline-.patch \
21 file://0006-avoid-using-colon-in-the-checking-msg.patch \ 20 file://0006-avoid-using-colon-in-the-checking-msg.patch \
22 file://internal_tevent_to_0.9.31.patch \
23 file://volatiles.03_samba \ 21 file://volatiles.03_samba \
24 " 22 "
25SRC_URI_append_libc-musl = " \ 23SRC_URI_append_libc-musl = " \
26 file://samba-4.2.7-pam.patch \ 24 file://samba-4.2.7-pam.patch \
27 file://samba-4.3.9-remove-getpwent_r.patch \ 25 file://samba-4.3.9-remove-getpwent_r.patch \
28 " 26 "
29 27SRC_URI[md5sum] = "461def8190ffc651fd8458b24ca2a622"
30SRC_URI[md5sum] = "6950c5e9f7bdeb8a610c2ca957a15be4" 28SRC_URI[sha256sum] = "927afcc16e444718985e3952de92d34e7b776b9ca0238179d866da18a6441c35"
31SRC_URI[sha256sum] = "b876ef2e63f66265490e80a122e66ef2d7616112b839df68f56ac2e1ce17a7bd"
32 29
33inherit systemd waf-samba cpan-base perlnative update-rc.d 30inherit systemd waf-samba cpan-base perlnative update-rc.d
34# remove default added RDEPENDS on perl 31# remove default added RDEPENDS on perl
@@ -201,9 +198,8 @@ FILES_${PN}-base = "${sbindir}/nmbd \
201FILES_${PN}-ctdb-tests = "${bindir}/ctdb_run_tests \ 198FILES_${PN}-ctdb-tests = "${bindir}/ctdb_run_tests \
202 ${bindir}/ctdb_run_cluster_tests \ 199 ${bindir}/ctdb_run_cluster_tests \
203 ${sysconfdir}/ctdb/nodes \ 200 ${sysconfdir}/ctdb/nodes \
204 ${libdir}/ctdb-tests \
205 ${datadir}/ctdb-tests \ 201 ${datadir}/ctdb-tests \
206 /run/ctdb \ 202 ${datadir}/ctdb/tests \
207 " 203 "
208 204
209FILES_${BPN}-common = "${sysconfdir}/default \ 205FILES_${BPN}-common = "${sysconfdir}/default \