diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2016-04-18 17:00:53 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-04-20 08:55:27 -0400 |
commit | 70bde9accebb072b42ec5b9557411caef7e9ee54 (patch) | |
tree | 17cb72358a4547ef1f2594967d1e68014a7bcfad /meta-networking/recipes-connectivity/samba/samba-4.4.2/16-do-not-check-xsltproc-manpages.patch | |
parent | ab62c7437ff28d045ecff3f82621990ff94662e6 (diff) | |
download | meta-openembedded-70bde9accebb072b42ec5b9557411caef7e9ee54.tar.gz |
samba: Update to latest stable
The previous version of Samba had many critical security updates that
would've required significant backporting effort. Update to the latest
stable release instead.
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/samba/samba-4.4.2/16-do-not-check-xsltproc-manpages.patch')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba-4.4.2/16-do-not-check-xsltproc-manpages.patch | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.2/16-do-not-check-xsltproc-manpages.patch b/meta-networking/recipes-connectivity/samba/samba-4.4.2/16-do-not-check-xsltproc-manpages.patch new file mode 100644 index 0000000000..c37cfcde44 --- /dev/null +++ b/meta-networking/recipes-connectivity/samba/samba-4.4.2/16-do-not-check-xsltproc-manpages.patch | |||
@@ -0,0 +1,43 @@ | |||
1 | Don't check xsltproc manpages | ||
2 | |||
3 | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> | ||
4 | |||
5 | Index: samba-4.4.2/lib/ldb/wscript | ||
6 | =================================================================== | ||
7 | --- samba-4.4.2.orig/lib/ldb/wscript | ||
8 | +++ samba-4.4.2/lib/ldb/wscript | ||
9 | @@ -65,7 +65,7 @@ def configure(conf): | ||
10 | conf.define('USING_SYSTEM_LDB', 1) | ||
11 | |||
12 | if conf.env.standalone_ldb: | ||
13 | - conf.CHECK_XSLTPROC_MANPAGES() | ||
14 | + #conf.CHECK_XSLTPROC_MANPAGES() | ||
15 | |||
16 | # we need this for the ldap backend | ||
17 | if conf.CHECK_FUNCS_IN('ber_flush ldap_open ldap_initialize', 'lber ldap', headers='lber.h ldap.h'): | ||
18 | Index: samba-4.4.2/lib/talloc/wscript | ||
19 | =================================================================== | ||
20 | --- samba-4.4.2.orig/lib/talloc/wscript | ||
21 | +++ samba-4.4.2/lib/talloc/wscript | ||
22 | @@ -56,7 +56,7 @@ def configure(conf): | ||
23 | if conf.env.standalone_talloc: | ||
24 | conf.env.TALLOC_COMPAT1 = Options.options.TALLOC_COMPAT1 | ||
25 | |||
26 | - conf.CHECK_XSLTPROC_MANPAGES() | ||
27 | + #conf.CHECK_XSLTPROC_MANPAGES() | ||
28 | |||
29 | if not conf.env.disable_python: | ||
30 | # also disable if we don't have the python libs installed | ||
31 | Index: samba-4.4.2/lib/tdb/wscript | ||
32 | =================================================================== | ||
33 | --- samba-4.4.2.orig/lib/tdb/wscript | ||
34 | +++ samba-4.4.2/lib/tdb/wscript | ||
35 | @@ -92,7 +92,7 @@ def configure(conf): | ||
36 | not conf.env.disable_tdb_mutex_locking): | ||
37 | conf.define('USE_TDB_MUTEX_LOCKING', 1) | ||
38 | |||
39 | - conf.CHECK_XSLTPROC_MANPAGES() | ||
40 | + #conf.CHECK_XSLTPROC_MANPAGES() | ||
41 | |||
42 | if not conf.env.disable_python: | ||
43 | # also disable if we don't have the python libs installed | ||