diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-08-15 13:45:14 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-08-16 21:26:12 -0400 |
commit | 35326fa74dee53ffa4bd454e5fc95fdcbf0d5da6 (patch) | |
tree | 891a2c80bf0ea3ee4bb7dac92b3997f177bc4c0d /meta-networking/recipes-connectivity/samba/samba-4.4.5/16-do-not-check-xsltproc-manpages.patch | |
parent | 6555c34fd3a392d72983d3d2ae6464e32fe44fa0 (diff) | |
download | meta-openembedded-35326fa74dee53ffa4bd454e5fc95fdcbf0d5da6.tar.gz |
samba: upgrade to 4.4.5
* This is a security release in order to address the following defect:
- CVE-2016-2119 (Client side SMB2/3 required signing can be downgraded)
* Detail release note:
- https://www.samba.org/samba/history/samba-4.4.5.html
* Removed part of the 10-use-only-libsystemd.patch
which has been fixed in new version.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/samba/samba-4.4.5/16-do-not-check-xsltproc-manpages.patch')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba-4.4.5/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.5/16-do-not-check-xsltproc-manpages.patch b/meta-networking/recipes-connectivity/samba/samba-4.4.5/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.5/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 | ||