From patchwork Tue Nov 6 01:34:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sagaert Johan X-Patchwork-Id: 197384 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 DD75F2C00BA for ; Tue, 6 Nov 2012 12:35:22 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C11AAA039A; Tue, 6 Nov 2012 01:35:20 +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 YvfbyOBiZsB8; Tue, 6 Nov 2012 01:35:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id F3516A0156; Tue, 6 Nov 2012 01:35:16 +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 433568F74A for ; Tue, 6 Nov 2012 01:35:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4F0528A0B6 for ; Tue, 6 Nov 2012 01:35:15 +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 gnbozQJ2yEHR for ; Tue, 6 Nov 2012 01:35:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailrelay009.isp.belgacom.be (mailrelay009.isp.belgacom.be [195.238.6.176]) by whitealder.osuosl.org (Postfix) with ESMTP id 9EE6C89DC5 for ; Tue, 6 Nov 2012 01:35:13 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArIOADtomFBR8YEW/2dsb2JhbABEhVABiSi0OYEJgnsjTwFKNwkRh3SqZpA5jAWDJ4MlA5V7gRyKGoUOgmIOgVo Received: from 22.129-241-81.adsl-dyn.isp.belgacom.be (HELO debian605.apex) ([81.241.129.22]) by relay.skynet.be with ESMTP; 06 Nov 2012 02:35:11 +0100 From: Sagaert Johan To: buildroot@busybox.net Date: Tue, 6 Nov 2012 02:34:39 +0100 Message-Id: <1352165679-19308-1-git-send-email-sagaert.johan@skynet.be> X-Mailer: git-send-email 1.8.0 Cc: Sagaert Johan Subject: [Buildroot] (resend) [PATCH 1/1] libxml : 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 bump to version 2.9.0 A few new API entry points, More resilient push parser mode, A lot of portability improvement, Faster XPath evaluation... Full list here : http://www.xmlsoft.org/news.html Signed-off-by: Sagaert Johan --- package/libxml2/libxml2.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk index 71f2bd1..8b350dd 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