From patchwork Thu Oct 10 01:07:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 282105 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 3CEB42C010A for ; Thu, 10 Oct 2013 12:07:41 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E41A18B523; Thu, 10 Oct 2013 01:07:39 +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 CxGOalTxeFi7; Thu, 10 Oct 2013 01:07:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 2E0E88B087; Thu, 10 Oct 2013 01:07:39 +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 959301BF9C5 for ; Thu, 10 Oct 2013 01:07:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 912B18B227 for ; Thu, 10 Oct 2013 01:07:37 +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 qqJV5WCwz6cN for ; Thu, 10 Oct 2013 01:07:35 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f174.google.com (mail-pd0-f174.google.com [209.85.192.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id B3C1D8AD13 for ; Thu, 10 Oct 2013 01:07:35 +0000 (UTC) Received: by mail-pd0-f174.google.com with SMTP id y13so1773709pdi.33 for ; Wed, 09 Oct 2013 18:07:35 -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:in-reply-to :references:content-type:mime-version:content-transfer-encoding; bh=G8thyLyo8zOU3gc34BxgcM1Ci9dGz9yQRMdnsHOPi54=; b=kLuo2LWMgbGuLJDQuQHpdSWxX3yJZT0wSJCDebGOAwQnKzlB0akuk/d57P9HCOb8jS 6Kqbh16EfLGD6EQ1z1+JrZfP+wNaNGTsKQsWDRnCjSc2Y2527m1wrbhuC7ID6dbJgvpf Uqf9snRujFo19+HOkqjFr1sNVn+I5cxvMVMqghaWL79GjHtAiZVZOtpBd4bkqz8g+lfK lZagmYgDZHxMENpTS4AANtfwll5bfqFCXMcBD068P/9K7KNQTY2Ni7UCgsmuAsfJd1AF PZzx0NUpsw6zM9d5X5A4KuvMtcjPZ8D/TIqHePJbsavcgqIh84ofuUX83UDgkXmShh+5 exyw== X-Gm-Message-State: ALoCoQkdk7N/NW3hIEWnqGxMs0reJABLlJnI9CtMQ/HboSiUfog9oj/uFoOSoTAqXIUS4rxt4BCX X-Received: by 10.68.234.73 with SMTP id uc9mr10747463pbc.142.1381367255501; Wed, 09 Oct 2013 18:07:35 -0700 (PDT) Received: from [192.168.1.108] (111-240-48-148.dynamic.hinet.net. [111.240.48.148]) by mx.google.com with ESMTPSA id ry4sm58204180pab.4.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Oct 2013 18:07:35 -0700 (PDT) Message-ID: <1381367252.4248.3.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Thu, 10 Oct 2013 09:07:32 +0800 In-Reply-To: <1381367104.4248.1.camel@phoenix> References: <1381367104.4248.1.camel@phoenix> X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH v2 2/2] xmlstarlet: bump to version 1.5.0 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 Signed-off-by: Axel Lin --- package/xmlstarlet/xmlstarlet.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/xmlstarlet/xmlstarlet.mk b/package/xmlstarlet/xmlstarlet.mk index 4a30feb..16f736e 100644 --- a/package/xmlstarlet/xmlstarlet.mk +++ b/package/xmlstarlet/xmlstarlet.mk @@ -4,7 +4,7 @@ # ################################################################################ -XMLSTARLET_VERSION = 1.3.0 +XMLSTARLET_VERSION = 1.5.0 XMLSTARLET_SITE = http://downloads.sourceforge.net/project/xmlstar/xmlstarlet/$(XMLSTARLET_VERSION) XMLSTARLET_LICENSE = MIT XMLSTARLET_LICENSE_FILES = COPYING