From patchwork Tue Jan 14 12:32:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: christian.braunersorensen@prevas.dk X-Patchwork-Id: 310595 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 60A882C00AF for ; Tue, 14 Jan 2014 23:35:10 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 378184475F for ; Tue, 14 Jan 2014 13:35:09 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail01.prevas.se (mail01.prevas.se [62.95.78.3]) by hugin.dotsrc.org (Postfix) with ESMTPS id E10DE3FDBB for ; Tue, 14 Jan 2014 13:35:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=2239; q=dns/txt; s=ironport1; t=1389702901; x=1421238901; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=xq8xaz/TAvTcdXJURcOsHtv9ea8filxhADy5CSMuECQ=; b=M/wF446PkZBn+T97gYZJsSzh2yDk+hul3RRBUMaZ2yhmJbSbi+IfQIqJ Li+LZmNbaPOw4CJ7Ou9aMNxzNpmrrXHE7KEoZ0kOQJv/n+/IFCeGydcsz YLW8rBVZCJ35W4ak7w5sAoscMTDwZB8zEYx+l3trb2Yg8fCOnrFIh0wsn M=; X-IronPort-AV: E=Sophos;i="4.95,658,1384297200"; d="scan'208";a="4300202" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 14 Jan 2014 13:35:00 +0100 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.347.0; Tue, 14 Jan 2014 13:35:00 +0100 Received: by localhost (Postfix, from userid 30007) id 7377468153B; Tue, 14 Jan 2014 12:35:00 +0000 (UTC) From: To: Subject: [PATCH 002/131] samba: Add samba 3.6.15 Date: Tue, 14 Jan 2014 12:32:49 +0000 Message-ID: <64fd4a039f9aae2088a5b3dd9bcda9ce051b36c0.1389702652.git.christian.braunersorensen@prevas.dk> X-Mailer: git-send-email 1.8.4 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Christian Sørensen --- recipes/samba/samba-3.6.15/bug-8410-workaround.patch | 15 +++++++++++++++ recipes/samba/samba_3.6.15.oe | 8 ++++++++ recipes/samba/samba_3.6.15.oe.sig | 1 + 3 files changed, 24 insertions(+) create mode 100644 recipes/samba/samba-3.6.15/bug-8410-workaround.patch create mode 100644 recipes/samba/samba_3.6.15.oe create mode 100644 recipes/samba/samba_3.6.15.oe.sig diff --git a/recipes/samba/samba-3.6.15/bug-8410-workaround.patch b/recipes/samba/samba-3.6.15/bug-8410-workaround.patch new file mode 100644 index 0000000..d8a9866 --- /dev/null +++ b/recipes/samba/samba-3.6.15/bug-8410-workaround.patch @@ -0,0 +1,15 @@ +diff -urN samba-3.6.9~orig/source3/configure samba-3.6.9/source3/configure +--- samba-3.6.9~orig/source3/configure 2012-10-29 10:24:29.000000000 +0100 ++++ samba-3.6.9/source3/configure 2012-11-01 14:53:52.421825646 +0100 +@@ -13270,10 +13270,7 @@ + # see bug 5910, use our replacements if we detect + # a broken system. + if test "$cross_compiling" = yes; then : +- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +-as_fn_error $? "cannot run test program while cross compiling +-See \`config.log' for more details" "$LINENO" 5; } ++$as_echo "assuming valid getaddrinfo without bug 5910" >&2 + else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ diff --git a/recipes/samba/samba_3.6.15.oe b/recipes/samba/samba_3.6.15.oe new file mode 100644 index 0000000..4befbac --- /dev/null +++ b/recipes/samba/samba_3.6.15.oe @@ -0,0 +1,8 @@ +# -*- mode:python; -*- +require samba.inc +require samba-basic.inc +LICENSE = "GPL-3.0+" +S = "${SRCDIR}/samba-${PV}/source3" + +## https://bugzilla.samba.org/show_bug.cgi?id=8410 +SRC_URI += "file://bug-8410-workaround.patch;striplevel=2" diff --git a/recipes/samba/samba_3.6.15.oe.sig b/recipes/samba/samba_3.6.15.oe.sig new file mode 100644 index 0000000..0bc55b2 --- /dev/null +++ b/recipes/samba/samba_3.6.15.oe.sig @@ -0,0 +1 @@ +59d528427eaf401cf387205f1fb9806dae282e55 samba-3.6.15.tar.gz