summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2014-08-20 17:41:02 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-23 13:18:06 +0200
commit956615824924543937f7f508251b5e583e308d34 (patch)
treeedb9e3b165d90569ddd888757a673a132d1e5f8b /meta-oe/recipes-connectivity/samba/samba_3.6.8.bb
parentbb4fedff5f6f74165c52f3c978ed98c7f3f5539e (diff)
downloadmeta-openembedded-956615824924543937f7f508251b5e583e308d34.tar.gz
samba: upgrade to 3.6.24
Upgrade samba to latest 3.6.x version. * remove PR * remove backport CVE patches * update 4 patches: documentation.patch, documentation2.patch, undefined-symbols.patch and bug_387266_upstream_4104_mention-kerberos-in-smbspool-manpage.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/samba/samba_3.6.8.bb')
-rw-r--r--meta-oe/recipes-connectivity/samba/samba_3.6.8.bb74
1 files changed, 0 insertions, 74 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb b/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb
deleted file mode 100644
index cf13a0f58..000000000
--- a/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb
+++ /dev/null
@@ -1,74 +0,0 @@
1require samba.inc
2require samba-basic.inc
3LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://../COPYING;md5=d32239bcb673463ab874e80d47fae504"
5
6PR = "r8"
7
8SRC_URI += "\
9 file://config-h.patch \
10 file://documentation.patch;patchdir=.. \
11 file://documentation2.patch;patchdir=.. \
12 file://fhs-filespaths.patch;patchdir=.. \
13 file://installswat.sh.patch;patchdir=.. \
14 file://pam-examples.patch;patchdir=.. \
15 file://smbclient-pager.patch;patchdir=.. \
16 file://undefined-symbols.patch;patchdir=.. \
17 file://usershare.patch;patchdir=.. \
18 file://smbtar-bashism.patch;patchdir=.. \
19 file://dont-build-VFS-examples.patch;patchdir=.. \
20 file://bug_221618_precise-64bit-prototype.patch;patchdir=.. \
21 file://bug_598313_upstream_7499-nss_wins-dont-clobber-daemons-logs.patch;patchdir=.. \
22 file://bug_387266_upstream_4104_mention-kerberos-in-smbspool-manpage.patch;patchdir=.. \
23 file://bug_604768_upstream_7826_drop-using-samba-link.patch;patchdir=.. \
24 file://bug_604768_upstream_7826_fix-WHATSNEW-link.patch;patchdir=.. \
25 file://waf-as-source.patch;patchdir=.. \
26 file://smbtorture-manpage.patch;patchdir=.. \
27 file://libutil_drop_AI_ADDRCONFIG.patch;patchdir=.. \
28 file://shadow_copy2_backport.patch;patchdir=.. \
29 file://only_export_public_symbols.patch;patchdir=.. \
30 file://configure-disable-getaddrinfo-cross.patch;patchdir=.. \
31 file://configure-disable-core_pattern-cross-check.patch;patchdir=.. \
32 file://configure-libunwind.patch;patchdir=.. \
33 file://samba-3.6.22-CVE-2013-4496.patch;patchdir=.. \
34 file://0001-PIDL-fix-parsing-linemarkers-in-preprocessor-output.patch;patchdir=.. \
35 file://samba-3.6.11-CVE-2013-0213-CVE-2013-0214.patch;patchdir=.. \
36 file://samba-3.6.16-CVE-2013-4124.patch;patchdir=.. \
37 file://samba-3.6.19-CVE-2013-4475.patch;patchdir=.. \
38"
39SRC_URI[md5sum] = "fbb245863eeef2fffe172df779a217be"
40SRC_URI[sha256sum] = "4f5a171a8d902c6b4f822ed875c51eb8339196d9ccf0ecd7f6521c966b3514de"
41
42S = "${WORKDIR}/samba-${PV}/source3"
43
44PACKAGECONFIG ??= ""
45PACKAGECONFIG[libunwind] = "--enable-libunwind,--disable-libunwind,libunwind"
46
47EXTRA_OECONF += "\
48 ac_cv_path_PYTHON=/not/exist \
49 ac_cv_path_PYTHON_CONFIG=/not/exist \
50 SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \
51 samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \
52 linux_getgrouplist_ok=no \
53 samba_cv_HAVE_BROKEN_GETGROUPS=no \
54 samba_cv_HAVE_FTRUNCATE_EXTEND=yes \
55 samba_cv_have_setresuid=yes \
56 samba_cv_have_setresgid=yes \
57 samba_cv_HAVE_WRFILE_KEYTAB=yes \
58 samba_cv_linux_getgrouplist_ok=yes \
59"
60
61do_configure() {
62 gnu-configize --force
63 oe_runconf
64}
65
66do_compile () {
67 base_do_compile
68}
69
70do_install_append() {
71 rmdir "${D}${localstatedir}/lock"
72 rmdir "${D}${localstatedir}/run"
73 rmdir --ignore-fail-on-non-empty "${D}${localstatedir}"
74}