From patchwork Mon Oct 8 22:01:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 190153 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 9CA132C032D for ; Tue, 9 Oct 2012 09:02:01 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 3DA412D5C1; Mon, 8 Oct 2012 22:02:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FV-RzN4IJysZ; Mon, 8 Oct 2012 22:01:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C49E025644; Mon, 8 Oct 2012 22:01:58 +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 1202C8F74A for ; Mon, 8 Oct 2012 22:01:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6A2A98BABD for ; Mon, 8 Oct 2012 22:01:41 +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 Q+jywgeIOfS6 for ; Mon, 8 Oct 2012 22:01:32 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [85.10.205.246]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2C5748B512 for ; Mon, 8 Oct 2012 22:01:31 +0000 (UTC) Received: from asgard (host45.190-136-70.telecom.net.ar [190.136.70.45]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q98M1P1t024912 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 8 Oct 2012 22:01:28 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1349733690; bh=xkSUg/w61ovLV9ItWBOt+uaqifbemrOp4BFZ8N0wWO8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=quGgKAWDfZik+o4ZMZ+uHmn3Fy8qDj533sjAlhPFadoC78LErvkfiTSnkmVrhvbJU MlpjTtmUJhJ4W2Q66eNOyTPP8NwqlRtUd1g3I84huzmdu+V8IUyrf1WTXrIQg+Xu6B QGwVlAEA+GGWHIr1MVQmbKmeQ/0BIHDdmy1AM2V8= Received: by asgard (sSMTP sendmail emulation); Mon, 08 Oct 2012 19:01:24 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 8 Oct 2012 19:01:05 -0300 Message-Id: <1349733665-2584-4-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1349733665-2584-1-git-send-email-gustavo@zacarias.com.ar> References: <1349733665-2584-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 4/4] patch: bump to version 2.7.1 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/patch/patch.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/patch/patch.mk b/package/patch/patch.mk index 346aabd..badc431 100644 --- a/package/patch/patch.mk +++ b/package/patch/patch.mk @@ -4,7 +4,7 @@ # ############################################################# -PATCH_VERSION = 2.7 +PATCH_VERSION = 2.7.1 PATCH_SITE = $(BR2_GNU_MIRROR)/patch PATCH_LICENSE = GPLv3+ PATCH_LICENSE_FILE = COPYING