From patchwork Wed Jan 8 09:30:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Kim_B=C3=B8ndergaard?= X-Patchwork-Id: 308107 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 305662C0098 for ; Wed, 8 Jan 2014 20:30:40 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id E35AB3FDA9 for ; Wed, 8 Jan 2014 10:30:37 +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 9629E3FD53 for ; Wed, 8 Jan 2014 10:30:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=2145; q=dns/txt; s=ironport2; t=1389173437; x=1420709437; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=AbDKyRdMnkmC6gWBCZOtaXIgbu+Gkc8w7LtdOqY0ypg=; b=dfJ6d3z1C+Mc8EIeVicxvZHDU26ZIRllaRw597EoajhIzpjQ9aSDIIqa Le8q4PxIr7xwrdGn0p1V0YMVTSRe7TMos1FwgRkABkZ2qGPAnEPifMVDX CNRyQAOyUimpANCBCc12NaxkdTUhDChVrCP71u9HUlmu/uvNmutddTZ/j I=; X-IronPort-AV: E=Sophos;i="4.95,623,1384297200"; d="scan'208";a="177242" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 08 Jan 2014 10:30:37 +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; Wed, 8 Jan 2014 10:30:36 +0100 Received: by localhost (Postfix, from userid 30019) id 2D16E68153B; Wed, 8 Jan 2014 09:30:36 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 04/22] lftp: Removed version 4.4.5 Date: Wed, 8 Jan 2014 09:30:15 +0000 Message-ID: <1a507a6c3c528d9bf18abd11ae5f31ca0f2388fa.1389173315.git.kibo@prevas.dk> X-Mailer: git-send-email 1.8.4 In-Reply-To: References: MIME-Version: 1.0 Cc: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= 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 --- recipes/lftp/lftp-4.4.5/config.site | 1 - recipes/lftp/lftp-4.4.5/gets-undefined-in-C11.patch | 14 -------------- recipes/lftp/lftp_4.4.5.oe | 5 ----- recipes/lftp/lftp_4.4.5.oe.sig | 1 - 4 files changed, 21 deletions(-) delete mode 100644 recipes/lftp/lftp-4.4.5/config.site delete mode 100644 recipes/lftp/lftp-4.4.5/gets-undefined-in-C11.patch delete mode 100644 recipes/lftp/lftp_4.4.5.oe delete mode 100644 recipes/lftp/lftp_4.4.5.oe.sig diff --git a/recipes/lftp/lftp-4.4.5/config.site b/recipes/lftp/lftp-4.4.5/config.site deleted file mode 100644 index ce54c84..0000000 --- a/recipes/lftp/lftp-4.4.5/config.site +++ /dev/null @@ -1 +0,0 @@ -i_cv_posix_fallocate_works=${i_cv_posix_fallocate_works=yes} diff --git a/recipes/lftp/lftp-4.4.5/gets-undefined-in-C11.patch b/recipes/lftp/lftp-4.4.5/gets-undefined-in-C11.patch deleted file mode 100644 index c9db819..0000000 --- a/recipes/lftp/lftp-4.4.5/gets-undefined-in-C11.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- lftp-4.3.8.orig/lib/stdio.in.h -+++ lftp-4.3.8/lib/stdio.in.h -@@ -702,10 +702,12 @@ _GL_WARN_ON_USE (getline, "getline is un - /* It is very rare that the developer ever has full control of stdin, - so any use of gets warrants an unconditional warning; besides, C11 - removed it. */ -+#ifdef gets - #undef gets - #if HAVE_RAW_DECL_GETS - _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); - #endif -+#endif - - #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@ diff --git a/recipes/lftp/lftp_4.4.5.oe b/recipes/lftp/lftp_4.4.5.oe deleted file mode 100644 index 3d9d683..0000000 --- a/recipes/lftp/lftp_4.4.5.oe +++ /dev/null @@ -1,5 +0,0 @@ -LICENSE = "GPL-3.0+" - -require lftp.inc - -SRC_URI += "file://gets-undefined-in-C11.patch" diff --git a/recipes/lftp/lftp_4.4.5.oe.sig b/recipes/lftp/lftp_4.4.5.oe.sig deleted file mode 100644 index 5f0aa72..0000000 --- a/recipes/lftp/lftp_4.4.5.oe.sig +++ /dev/null @@ -1 +0,0 @@ -b985c5985b6663703d4cd815c27dc7e74103c975 lftp-4.4.5.tar.bz2