From patchwork Tue Oct 1 05:26:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 279336 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 86C372C007A for ; Tue, 1 Oct 2013 15:26:14 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E8C269311A; Tue, 1 Oct 2013 05:26:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 91WOwL+AHCRh; Tue, 1 Oct 2013 05:26:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E09B5930F6; Tue, 1 Oct 2013 05:26:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 951381BF83B for ; Tue, 1 Oct 2013 05:26:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8F7A88C8F4 for ; Tue, 1 Oct 2013 05:26:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pHcDHv6qV5Js for ; Tue, 1 Oct 2013 05:26:07 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by whitealder.osuosl.org (Postfix) with ESMTPS id DE1698C8EE for ; Tue, 1 Oct 2013 05:26:07 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id lj1so6926328pab.29 for ; Mon, 30 Sep 2013 22:26:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=grOhiBN7jARY7NNZ9KNCD/2Ty+gmJiOBf+2FB0v9hWI=; b=UuQZ2gUWqRT0593+7NFJ8V5Rg1wRE13jO/ynwkfftwbtoL2fB07yYbMyKmsXToH/eU DZKAuK7n2S9rZPksdBlLSRITdwmKSYURg9ygiHwj1FaUi1fiPCobp82aUX6xFpO50eUD +FrVXAYAY6O7NEM6bxIPG+BEqkZrdUSuFjeXfYnk4C9E/yWVfG/JC/FftiYqY9dC0BnP oSVfyPVsA+IEN0mBJeyf3USso/uTFhIbPIeI4vqG+pSvQ7GNMzuEl7Ch8kkI396Eofmh V94emitZgJ7UIUgIKLvVOFYmPFu0lii0xDk3UYANZZDDX9S5ZtOF4oy0v05otvX3A/l5 anoQ== X-Gm-Message-State: ALoCoQkGQ7AmnNQc1VzxBB3BDr40fAg5miaSro0ELKUrLQhkzgPYc2aJGMyt2wUy0F1Hmo6uckJS X-Received: by 10.66.7.102 with SMTP id i6mr6882188paa.149.1380605167367; Mon, 30 Sep 2013 22:26:07 -0700 (PDT) Received: from [192.168.0.102] (36-239-241-13.dynamic-ip.hinet.net. [36.239.241.13]) by mx.google.com with ESMTPSA id om2sm4418836pbc.30.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 30 Sep 2013 22:26:06 -0700 (PDT) Message-ID: <1380605162.20038.1.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Tue, 01 Oct 2013 13:26:02 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: Thomas Petazzoni , buildroot@busybox.net Subject: [Buildroot] [PATCH] diffutils: bump to version 3.3 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Also drop diffutils-gets-no-longer-exists-in-eglibc-2.16.patch because gets is unconditionally undefined now so we don't need the patch. Signed-off-by: Axel Lin --- ...tils-gets-no-longer-exists-in-eglibc-2.16.patch | 26 ---------------------- package/diffutils/diffutils.mk | 2 +- 2 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 package/diffutils/diffutils-gets-no-longer-exists-in-eglibc-2.16.patch diff --git a/package/diffutils/diffutils-gets-no-longer-exists-in-eglibc-2.16.patch b/package/diffutils/diffutils-gets-no-longer-exists-in-eglibc-2.16.patch deleted file mode 100644 index 4785718..0000000 --- a/package/diffutils/diffutils-gets-no-longer-exists-in-eglibc-2.16.patch +++ /dev/null @@ -1,26 +0,0 @@ -Handle the fact that gets() no longer exists in glibc >= 2.16 - -The problem has been fixed upstream, but no release containing the fix -has been made so far. - -Signed-off-by: Thomas Petazzoni - -Index: b/lib/stdio.in.h -=================================================================== ---- a/lib/stdio.in.h -+++ b/lib/stdio.in.h -@@ -693,12 +693,14 @@ - _GL_CXXALIAS_SYS (gets, char *, (char *s)); - # undef gets - # endif -+# if defined gets - _GL_CXXALIASWARN (gets); - /* It is very rare that the developer ever has full control of stdin, - so any use of gets warrants an unconditional warning. Assume it is - always declared, since it is required by C89. */ - _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/package/diffutils/diffutils.mk b/package/diffutils/diffutils.mk index 6934532..191fd2e 100644 --- a/package/diffutils/diffutils.mk +++ b/package/diffutils/diffutils.mk @@ -4,7 +4,7 @@ # ################################################################################ -DIFFUTILS_VERSION = 3.2 +DIFFUTILS_VERSION = 3.3 DIFFUTILS_SOURCE = diffutils-$(DIFFUTILS_VERSION).tar.xz DIFFUTILS_SITE = $(BR2_GNU_MIRROR)/diffutils DIFFUTILS_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)