From patchwork Thu Apr 18 07:20:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 237470 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 8C0A52C0148 for ; Thu, 18 Apr 2013 17:20:57 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 58CC410BB2F; Thu, 18 Apr 2013 07:20:39 +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 q24kZXiQBhYh; Thu, 18 Apr 2013 07:20:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 866C310BB4B; Thu, 18 Apr 2013 07:20:33 +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 838548F7B1 for ; Thu, 18 Apr 2013 07:20:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E849C8CFEC for ; Thu, 18 Apr 2013 07:20:48 +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 hP7dXdyo6oZL for ; Thu, 18 Apr 2013 07:20:47 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.visionsystems.de (hhlx01.vscom.de [62.145.30.242]) by whitealder.osuosl.org (Postfix) with ESMTP id 40F528CD33 for ; Thu, 18 Apr 2013 07:20:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id 6A4A42C29B1; Thu, 18 Apr 2013 09:20:42 +0200 (CEST) Received: from mail.visionsystems.de ([127.0.0.1]) by localhost (mail.visionsystems.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27977-01; Thu, 18 Apr 2013 09:20:30 +0200 (CEST) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id 764882BF9DE; Thu, 18 Apr 2013 09:20:30 +0200 (CEST) Received: from development1.visionsystems.local ([192.168.1.36]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Thu, 18 Apr 2013 09:20:28 +0200 From: yegorslists@googlemail.com To: buildroot@busybox.net Date: Thu, 18 Apr 2013 09:20:14 +0200 Message-Id: <1366269614-4326-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.7.7 X-OriginalArrivalTime: 18 Apr 2013 07:20:28.0212 (UTC) FILETIME=[33D05F40:01CE3C05] X-Virus-Scanned: amavisd-new at visionsystems.de Subject: [Buildroot] [PATCH] libconfig: bump to 1.4.9 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: Yegor Yefremov Signed-off-by: Yegor Yefremov --- package/libconfig/libconfig.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/libconfig/libconfig.mk b/package/libconfig/libconfig.mk index 3e7aa11..2445186 100644 --- a/package/libconfig/libconfig.mk +++ b/package/libconfig/libconfig.mk @@ -3,7 +3,7 @@ # libconfig # ############################################################# -LIBCONFIG_VERSION = 1.4.8 +LIBCONFIG_VERSION = 1.4.9 LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig/ LIBCONFIG_INSTALL_STAGING = YES LIBCONFIG_CONF_OPT = --disable-examples