From patchwork Wed Oct 29 20:43:30 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 404799 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 4E50914007F for ; Thu, 30 Oct 2014 07:43:51 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 708C2957BF; Wed, 29 Oct 2014 20:43:50 +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 jMlP900sb-Yx; Wed, 29 Oct 2014 20:43:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 7CB9395729; Wed, 29 Oct 2014 20:43:48 +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 8E54D1C2D3C for ; Wed, 29 Oct 2014 20:43:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8AAE792082 for ; Wed, 29 Oct 2014 20:43:47 +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 ovSgn3bkv5-L for ; Wed, 29 Oct 2014 20:43:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8FC409213A for ; Wed, 29 Oct 2014 20:43:46 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id d1so5675799wiv.3 for ; Wed, 29 Oct 2014 13:43:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=bXI/IM9GV5OkVP0d09A0m84aY04PAIyyBsQqmAsNJto=; b=R4bKc7o/NC//980hzXJI+WkYbSAJyNNYk9205YSIFINyS0+F5DRpgi1E/S1iuKMwsY MTGupy34l5EhvCLnKPGUwIHcDy4QL1XaDDEBzenJ3xsZeUArhCv+PaJ9A6tM9NaBska5 Hw4GDTQX6+Hqb97Y5Ho3iY2dg5KiKByXUazBqga0ok0TqzkG5sETumGrW18nVhAU7b2N a2wIXCkl7OUT/e/VP7o3/tvevPq7gJJaB+7J7d18HaJwlmMO1AG2NpODvIt9mGi1nr/j l5Suy7bTFX8q/0bhOkHS83MrBrjcN+qFR8Y7EmGX0MfLbHgbg+XtB8kcQpDimxt9dc/1 AwAA== X-Received: by 10.180.91.49 with SMTP id cb17mr14644108wib.30.1414615425059; Wed, 29 Oct 2014 13:43:45 -0700 (PDT) Received: from user-Lenovo-IdeaPad-Z500.localdomain (x2f1691b.dyn.telefonica.de. [2.241.105.27]) by mx.google.com with ESMTPSA id t7sm3600134wjy.24.2014.10.29.13.43.43 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 Oct 2014 13:43:43 -0700 (PDT) From: Yegor Yefremov To: buildroot@busybox.net Date: Wed, 29 Oct 2014 21:43:30 +0100 Message-Id: <1414615410-24547-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH] mxml: bump to 2.9 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: Yegor Yefremov --- package/mxml/mxml.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mxml/mxml.mk b/package/mxml/mxml.mk index 4cd9959..7e9b4d6 100644 --- a/package/mxml/mxml.mk +++ b/package/mxml/mxml.mk @@ -4,7 +4,7 @@ # ################################################################################ -MXML_VERSION = 2.8 +MXML_VERSION = 2.9 MXML_SITE = http://www.msweet.org/files/project3 MXML_LICENSE = LGPLv2+ with exceptions MXML_LICENSE_FILES = COPYING