From patchwork Tue Mar 19 10:26:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacob Kjaergaard X-Patchwork-Id: 228985 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 117DF2C019E for ; Tue, 19 Mar 2013 21:26:52 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id CDD60408D2 for ; Tue, 19 Mar 2013 11:26:50 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id C3F5E3FC4E for ; Tue, 19 Mar 2013 11:26:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=3207; q=dns/txt; s=ironport2; t=1363688809; x=1395224809; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=8b2+Rwaeo4jn4pm/ZCextQm/xzthsazB/AVKfbPC9Hg=; b=hwdra5gYVKlU/dVcVlsgECtxst4ARXpKfpIa8ZxU12bv8EYUT0flDnrI h7YhxlKQye1okLcGqZuf3atklyaHzMtC9Ben9iZRB+/Nlxegj6q4uwpfU WU/x0pcOl/Rd8m04wVQLObkT4tXvExXGxqVpzvEFxr8JO7ZkvMvoleDhe U=; X-IronPort-AV: E=Sophos;i="4.84,870,1355094000"; d="scan'208";a="2293327" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 19 Mar 2013 11:26:48 +0100 Received: from arh116.prevas.se (172.16.11.18) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server (TLS) id 14.2.342.3; Tue, 19 Mar 2013 11:26:48 +0100 From: Jacob Barsoe To: Subject: [PATCH 2/2] samba: Remove version 3.6.12 Date: Tue, 19 Mar 2013 11:26:47 +0100 Message-ID: X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: MIME-Version: 1.0 X-Originating-IP: [172.16.11.18] 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: Jacob Kjaergaard --- .../samba/samba-3.6.9/bug-8410-workaround.patch | 15 --------------- recipes/samba/samba-3.6.9/config-h.patch | 12 ------------ recipes/samba/samba_3.6.9.oe | 13 ------------- recipes/samba/samba_3.6.9.oe.sig | 1 - 4 files changed, 41 deletions(-) delete mode 100644 recipes/samba/samba-3.6.9/bug-8410-workaround.patch delete mode 100644 recipes/samba/samba-3.6.9/config-h.patch delete mode 100644 recipes/samba/samba_3.6.9.oe delete mode 100644 recipes/samba/samba_3.6.9.oe.sig diff --git a/recipes/samba/samba-3.6.9/bug-8410-workaround.patch b/recipes/samba/samba-3.6.9/bug-8410-workaround.patch deleted file mode 100644 index d8a9866..0000000 --- a/recipes/samba/samba-3.6.9/bug-8410-workaround.patch +++ /dev/null @@ -1,15 +0,0 @@ -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.9/config-h.patch b/recipes/samba/samba-3.6.9/config-h.patch deleted file mode 100644 index eeb2268..0000000 --- a/recipes/samba/samba-3.6.9/config-h.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN source.old//include/config.h.in source//include/config.h.in ---- source.old//include/config.h.in 2008-11-20 14:45:04.000000000 +0000 -+++ source//include/config.h.in 2008-11-30 21:04:17.990008933 +0000 -@@ -2672,7 +2672,7 @@ - #undef USE_SETEUID - - /* Whether setresuid() is available */ --#undef USE_SETRESUID -+#define USE_SETRESUID 1 - - /* Whether setreuid() is available */ - #undef USE_SETREUID diff --git a/recipes/samba/samba_3.6.9.oe b/recipes/samba/samba_3.6.9.oe deleted file mode 100644 index 5568dc9..0000000 --- a/recipes/samba/samba_3.6.9.oe +++ /dev/null @@ -1,13 +0,0 @@ -# -*- mode:python; -*- -require samba.inc -require samba-basic.inc -LICENSE = "GPL-3.0+" -S = "${SRCDIR}/samba-${PV}/source3" - -SRC_URI += "file://config-h.patch" - -# FIXME: need to figure out if we should add support for patchdir -#SRC_URI += "file://tdbheaderfix.patch;patchdir=${SRCDIR}/samba-${PV}" - -# 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.9.oe.sig b/recipes/samba/samba_3.6.9.oe.sig deleted file mode 100644 index ea22d1c..0000000 --- a/recipes/samba/samba_3.6.9.oe.sig +++ /dev/null @@ -1 +0,0 @@ -004b5eba346f18961cf02a0b3471bba02d36ee7d samba-3.6.9.tar.gz