From patchwork Thu Sep 6 12:32:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 182161 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 0A6792C0093 for ; Thu, 6 Sep 2012 22:33:05 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BBB58103AD4; Thu, 6 Sep 2012 12:33:02 +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 h946PYoh7Wja; Thu, 6 Sep 2012 12:32:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id AFCA5103AFC; Thu, 6 Sep 2012 12:32:55 +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 EDC5D8F74B for ; Thu, 6 Sep 2012 12:32:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1ABA68CA2A for ; Thu, 6 Sep 2012 12:32:55 +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 aNCYE4yLp8tg for ; Thu, 6 Sep 2012 12:32:53 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [85.10.205.246]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3E0838C9C4 for ; Thu, 6 Sep 2012 12:32:53 +0000 (UTC) Received: from asgard (host55.190-231-14.telecom.net.ar [190.231.14.55]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q86CWkjZ021602 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 Sep 2012 12:32:49 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1346934770; bh=4FwwvejQ5eVKMlZNEIFxvDldCfSwR81M/mRe5ZZNRUU=; h=From:To:Cc:Subject:Date; b=dJWkWitPf1MUZwzvn+c+ADXRky2UrPQ+tb3/qBe9BmhM7/JdqVENOTP0z1U9X9nqw YSBgSe20/w5MaUkiAsjY69EGFeO/LaJhPZ0jSHplOzef4iVReE0+o8mg+QkLE+dZMv Rd0Q4Sh2jm3eVJ1GvS1ikDGn2EvCpf62L4f9mZtw= Received: by asgard (sSMTP sendmail emulation); Thu, 06 Sep 2012 09:32:46 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 6 Sep 2012 09:32:46 -0300 Message-Id: <1346934766-3190-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] libnl: bump to version 3.2.13 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/libnl/libnl.mk | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk index f757b1b..58f8d17 100644 --- a/package/libnl/libnl.mk +++ b/package/libnl/libnl.mk @@ -4,8 +4,10 @@ # ############################################################# -LIBNL_VERSION = 3.2.11 +LIBNL_VERSION = 3.2.13 LIBNL_SITE = http://www.infradead.org/~tgr/libnl/files +LIBNL_LICENSE = LGPLv2.1+ +LIBNL_LICENSE_FILES = COPYING LIBNL_INSTALL_STAGING = YES LIBNL_DEPENDENCIES = host-bison LIBNL_MAKE = $(MAKE1)