From patchwork Tue Mar 19 07:28: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: 228929 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 3F5562C00A5 for ; Tue, 19 Mar 2013 18:28:52 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id D713C408D2 for ; Tue, 19 Mar 2013 08:28: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 9F9983F987 for ; Tue, 19 Mar 2013 08:28:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1813; q=dns/txt; s=ironport2; t=1363678129; x=1395214129; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=tF9rCz1cqLGZzBorWnpdwKodFWxi8D4nVD/7bMOCwjM=; b=I6XLIhUs8XH1i5Fy4p+jpc6rkHhq9hEpdfoNFmzkg6C3ZWMEw92yePZW QmUlAAhb6OsvvyhpzAojDTY3ggzbEOp7cvlGvHOLGCOohJGhMe7/wOf6f 2qdc/vUoLgzfvXZ4nWdbxqd8oUqoE5BVrVfp3AImWdMwRERydXRmS5v73 k=; X-IronPort-AV: E=Sophos;i="4.84,870,1355094000"; d="scan'208";a="2291153" 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 08:28:49 +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 08:28:49 +0100 From: Jacob Barsoe To: Subject: [PATCH 2/2] lftp: Remove version 4.3.8 Date: Tue, 19 Mar 2013 08:28:47 +0100 Message-ID: <2ab3c7255003add8e6d6b44a42bb2119a72d24eb.1363678101.git.jacob.kjaergaard@prevas.dk> 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 --- .../lftp/lftp-4.3.8/gets-undefined-in-C11.patch | 14 -------------- recipes/lftp/lftp_4.3.8.oe | 5 ----- recipes/lftp/lftp_4.3.8.oe.sig | 1 - 3 files changed, 20 deletions(-) delete mode 100644 recipes/lftp/lftp-4.3.8/gets-undefined-in-C11.patch delete mode 100644 recipes/lftp/lftp_4.3.8.oe delete mode 100644 recipes/lftp/lftp_4.3.8.oe.sig diff --git a/recipes/lftp/lftp-4.3.8/gets-undefined-in-C11.patch b/recipes/lftp/lftp-4.3.8/gets-undefined-in-C11.patch deleted file mode 100644 index c9db819..0000000 --- a/recipes/lftp/lftp-4.3.8/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.3.8.oe b/recipes/lftp/lftp_4.3.8.oe deleted file mode 100644 index 3d9d683..0000000 --- a/recipes/lftp/lftp_4.3.8.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.3.8.oe.sig b/recipes/lftp/lftp_4.3.8.oe.sig deleted file mode 100644 index 7efea3b..0000000 --- a/recipes/lftp/lftp_4.3.8.oe.sig +++ /dev/null @@ -1 +0,0 @@ -6e3b8165fa89781533f4af7350f62eb670ab26fe lftp-4.3.8.tar.bz2