From patchwork Wed Jul 8 09:54:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Oudinet X-Patchwork-Id: 492828 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 0F418140129 for ; Wed, 8 Jul 2015 19:55:30 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=DDO1hv1s; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 848C095B70; Wed, 8 Jul 2015 09:55:29 +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 b1NtciwRBC4V; Wed, 8 Jul 2015 09:55:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 0269595AE4; Wed, 8 Jul 2015 09:55:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E5EE61C28EB for ; Wed, 8 Jul 2015 09:55:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E385591C40 for ; Wed, 8 Jul 2015 09:55:14 +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 3qqsj9MnRX7t for ; Wed, 8 Jul 2015 09:55:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by whitealder.osuosl.org (Postfix) with ESMTPS id 036FC91CFF for ; Wed, 8 Jul 2015 09:55:13 +0000 (UTC) Received: by wgjx7 with SMTP id x7so190708240wgj.2 for ; Wed, 08 Jul 2015 02:55:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=vhXvR569Kibks6f7XoC1el5D4iQJ560PV+2wTTeIxXo=; b=DDO1hv1sHgAc1uvILyySYIn0kPZ8kRknmC7NzchJ6NWvRp+V3OrwLt0NLTjCzXYGii /IE9knD1NbrmPMfdN/XAXlr3b329E81K2n1rSFSbod3qypzjmVu88Eb0KuN/pR1PFbsX TA10nNGxvA+yrFzRCsHA3Y6yIkYKkFJsLlMjThK5o310uA2Q1lrAwmWbmAe1Mo/o0EON v1qNUVh6OYsXJU97eMlfFGpatTnc0OW9kEjH1CqVwDK3ALbcjObobkb5BhZiI7cIhGEJ h/4Ez2Ukola+koCL2Lex/O1mWx2z5Nj/bpteeLSGKBPuI8FxpUviIcoKiVOr2f/bYxCl ecSw== X-Received: by 10.180.94.39 with SMTP id cz7mr104026426wib.66.1436349311644; Wed, 08 Jul 2015 02:55:11 -0700 (PDT) Received: from localhost.localdomain ([193.51.194.209]) by smtp.gmail.com with ESMTPSA id ny7sm2013288wic.11.2015.07.08.02.55.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 08 Jul 2015 02:55:10 -0700 (PDT) From: Johan Oudinet To: buildroot@buildroot.org Date: Wed, 8 Jul 2015 11:54:21 +0200 Message-Id: <1436349264-11797-9-git-send-email-johan.oudinet@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1436349264-11797-1-git-send-email-johan.oudinet@gmail.com> References: <1436349264-11797-1-git-send-email-johan.oudinet@gmail.com> Subject: [Buildroot] [PATCH 08/11] erlang-p1-xml: bump to version 2c61083 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Signed-off-by: Johan Oudinet --- package/erlang-p1-xml/erlang-p1-xml.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/erlang-p1-xml/erlang-p1-xml.mk b/package/erlang-p1-xml/erlang-p1-xml.mk index 3bcac66..f81d3e5 100644 --- a/package/erlang-p1-xml/erlang-p1-xml.mk +++ b/package/erlang-p1-xml/erlang-p1-xml.mk @@ -4,7 +4,7 @@ # ################################################################################ -ERLANG_P1_XML_VERSION = b530983 +ERLANG_P1_XML_VERSION = 2c61083 ERLANG_P1_XML_SITE = $(call github,processone,xml,$(ERLANG_P1_XML_VERSION)) ERLANG_P1_XML_LICENSE = GPLv2+ ERLANG_P1_XML_LICENSE_FILES = COPYING