From patchwork Tue Oct 23 13:18:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 193494 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 6EC5C2C00A6 for ; Wed, 24 Oct 2012 00:18:42 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 29D348C132; Tue, 23 Oct 2012 13:18:37 +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 pcJctbvYaEfn; Tue, 23 Oct 2012 13:18:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 3AD378C151; Tue, 23 Oct 2012 13:18:30 +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 454A58F74A for ; Tue, 23 Oct 2012 13:18:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EBC418C122 for ; Tue, 23 Oct 2012 13:18:26 +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 AEYoGD-fMT3d for ; Tue, 23 Oct 2012 13:18:26 +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 83EDE8BE0C for ; Tue, 23 Oct 2012 13:18:25 +0000 (UTC) Received: from asgard (host139.190-230-127.telecom.net.ar [190.230.127.139]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q9NDIII1028805 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 23 Oct 2012 13:18:21 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1350998303; bh=M+Yn1rsNiNpUfLN7lMqaPTaVLga9VkAuV3Y6KIbB4x0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=YSWkYhO8JwTb0si9izpySjBfe62unsIKNNQO5VQyMfmBsmuGOLH86WGDxD0SRTUvq 8obmDDwvw2xlvpNxBLvp92xLW4vUqP1lVt6DNqPRcxnLXzl+rSCYd9Xfos6D4onFqz oWvPW442GEmNjgl+GRdQ1ZW6Wftc7FDAq2Z0BxAE= Received: by asgard (sSMTP sendmail emulation); Tue, 23 Oct 2012 10:18:18 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 23 Oct 2012 10:18:11 -0300 Message-Id: <1350998291-31932-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1350998291-31932-1-git-send-email-gustavo@zacarias.com.ar> References: <1350998291-31932-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/2] libnl: bump to version 3.2.14 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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk index 58f8d17..e039fd4 100644 --- a/package/libnl/libnl.mk +++ b/package/libnl/libnl.mk @@ -4,7 +4,7 @@ # ############################################################# -LIBNL_VERSION = 3.2.13 +LIBNL_VERSION = 3.2.14 LIBNL_SITE = http://www.infradead.org/~tgr/libnl/files LIBNL_LICENSE = LGPLv2.1+ LIBNL_LICENSE_FILES = COPYING