From patchwork Sun Dec 16 11:52:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 206673 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id BC6672C00A4 for ; Sun, 16 Dec 2012 22:52:34 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C59471016B6; Sun, 16 Dec 2012 11:52:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LjSb56Ga9Sch; Sun, 16 Dec 2012 11:52:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6DF7E100384; Sun, 16 Dec 2012 11:52:21 +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 52EA78F74B for ; Sun, 16 Dec 2012 11:52:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CBF2A8AD17 for ; Sun, 16 Dec 2012 11:52:28 +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 vkVTbkLi0tFO for ; Sun, 16 Dec 2012 11:52:27 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1E21D8AC47 for ; Sun, 16 Dec 2012 11:52:26 +0000 (UTC) Received: from asgard (host155.190-226-72.telecom.net.ar [190.226.72.155]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qBGBqIoJ032469 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 16 Dec 2012 11:52:21 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1355658743; bh=k70syA/6hihOR/Ab06/eAOq5o9zWKkxWZoZ2KFe3l0E=; h=From:To:Cc:Subject:Date; b=ua/0n4nw5xpnaPxyR5hlD+HoBTndidSdOeqde+Sco9XOl7ua0uJsCIMYUuPnIDGzd W/fz5dHoIFsn4TVoARKW6Zkrrd+4YpQOEwjE04tYowchdePVRGZd9VIbzmsCHIx2uE BbgS8+OE1O29K2QT5lKgn6JekLyR71UqurKQkXHY= Received: by asgard (sSMTP sendmail emulation); Sun, 16 Dec 2012 08:52:17 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 16 Dec 2012 08:52:15 -0300 Message-Id: <1355658737-29879-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/3] libxml2: bump to version 2.9.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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/libxml2/libxml2.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk index 0c84652..0394e29 100644 --- a/package/libxml2/libxml2.mk +++ b/package/libxml2/libxml2.mk @@ -4,7 +4,7 @@ # ############################################################# -LIBXML2_VERSION = 2.8.0 +LIBXML2_VERSION = 2.9.0 LIBXML2_SITE = ftp://xmlsoft.org/libxml2 LIBXML2_INSTALL_STAGING = YES LIBXML2_AUTORECONF = YES