From patchwork Fri Jun 7 23:02:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: blunderer@blunderer.org X-Patchwork-Id: 249886 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 9995A2C02A1 for ; Sat, 8 Jun 2013 09:04:46 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7806A8F0B5; Fri, 7 Jun 2013 23:04:44 +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 J8PeGehlULJh; Fri, 7 Jun 2013 23:04:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 541388F0A8; Fri, 7 Jun 2013 23:04:42 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id A82E18F7A2 for ; Fri, 7 Jun 2013 23:04:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3FD77A0237 for ; Fri, 7 Jun 2013 23:04:37 +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 hfVmp8zcyLcE for ; Fri, 7 Jun 2013 23:04:35 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by hemlock.osuosl.org (Postfix) with ESMTPS id 5CC9CA021F for ; Fri, 7 Jun 2013 23:04:35 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id fb1so2865600pad.23 for ; Fri, 07 Jun 2013 16:04:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=Xc1RzOdc1gS1vNPd3EUH21JF63qMuswAyDL+dH0H8eo=; b=rRC6QWHugd+XuEiSe6J89Og2RtJqmD7y8bhjVG3SPB2CgD72HIxnIOMW5Emhthc/Rc Aq1hMu8jZkp2zsu1T25iRKtpc8TdLMcXgPJ/e0dMn2+DoLks15OACQkRtRRJpT3CxIlx eHTQ4HcHEp+UD+FJJCOBQeHsL86kQj2wn/YRF/zF4k9NZy8h11E8tMVHVCJbwu++uOxX Z41c3vtMYvgMSY0T7/EP4yxmCp6SJ5OWc5xwHzokYgdx2JrkNscpMyLWjzImz4qa76aO g+AyaEGPZtBqesd2vIZXpWsyppDgz1sP4g4mDBbz36KQwsv9kwhqd6c3OQLeCffgfWY4 LIvw== X-Received: by 10.68.211.199 with SMTP id ne7mr848761pbc.56.1370646278399; Fri, 07 Jun 2013 16:04:38 -0700 (PDT) Received: from localhost.localdomain (173-10-76-62-BusName-Washington.hfc.comcastbusiness.net. [173.10.76.62]) by mx.google.com with ESMTPSA id l4sm737836pbo.6.2013.06.07.16.04.37 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 07 Jun 2013 16:04:37 -0700 (PDT) From: blunderer@blunderer.org To: buildroot@uclibc.org Date: Fri, 7 Jun 2013 16:02:56 -0700 Message-Id: <1370646176-25217-1-git-send-email-blunderer@blunderer.org> X-Mailer: git-send-email 1.7.10.4 Cc: Tristan Lelong Subject: [Buildroot] [PATCH] libroxml: bump version to 2.2.2 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 From: Tristan Lelong --- package/libroxml/libroxml.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk index 98b9740..76ffa14 100644 --- a/package/libroxml/libroxml.mk +++ b/package/libroxml/libroxml.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBROXML_VERSION = 2.2.1 +LIBROXML_VERSION = 2.2.2 LIBROXML_SITE = http://libroxml.googlecode.com/files LIBROXML_INSTALL_STAGING = YES