From patchwork Mon May 28 14:50:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 161621 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 780C8B6FA8 for ; Tue, 29 May 2012 00:50:29 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7F55D31ED4; Mon, 28 May 2012 14:50:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wYLYksaH3JPj; Mon, 28 May 2012 14:50:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A5CF031F5D; Mon, 28 May 2012 14:50:24 +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 B8D078F75B for ; Mon, 28 May 2012 14:50:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 896AC8F5BE for ; Mon, 28 May 2012 14:50:22 +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 yXTGU3SDIe7f for ; Mon, 28 May 2012 14:50:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id 43FF78F54C for ; Mon, 28 May 2012 14:50:13 +0000 (UTC) Received: from asgard (host235.190-30-7.telecom.net.ar [190.30.7.235]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q4SEo7fg026587 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 May 2012 11:50:09 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1338216611; bh=t2NwmuDKq6KoLbkDs8Myu3HMoyItup6YJ5hu8I2Ckmw=; h=From:To:Cc:Subject:Date:Message-Id; b=vo1BKlUJxNM6iVo8PT1EzPoD93n+PGowWbZ6fp/7tN9ZyaqehoEVSd+bVtl259gns ggFJpZY5LitWJS5kTXjVSAJumxgS0cYQy+N0u38u2QJ2iTxF2zpTIAwzUB+XBe3yQU ob1J9fTuFYA6RNU/L9leo/LVGdHlYuSiY+9kSGp4= Received: by asgard (sSMTP sendmail emulation); Mon, 28 May 2012 11:50:06 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 28 May 2012 11:50:03 -0300 Message-Id: <1338216606-21082-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/4] libmnl: bump to version 1.0.3 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/libmnl/libmnl.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/libmnl/libmnl.mk b/package/libmnl/libmnl.mk index 407ca52..52719cd 100644 --- a/package/libmnl/libmnl.mk +++ b/package/libmnl/libmnl.mk @@ -4,7 +4,7 @@ # ############################################################# -LIBMNL_VERSION = 1.0.2 +LIBMNL_VERSION = 1.0.3 LIBMNL_SOURCE = libmnl-$(LIBMNL_VERSION).tar.bz2 LIBMNL_SITE = http://netfilter.org/projects/libmnl/files LIBMNL_INSTALL_STAGING = YES