From patchwork Fri Jan 4 20:42:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 209540 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 7646A2C0085 for ; Sat, 5 Jan 2013 07:42:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8FE668BE80; Fri, 4 Jan 2013 20:42:36 +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 RTNKK5w1-uRA; Fri, 4 Jan 2013 20:42:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0FA1C8BDCE; Fri, 4 Jan 2013 20:42: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 80E9F8F753 for ; Fri, 4 Jan 2013 20:42:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 672CA8B493 for ; Fri, 4 Jan 2013 20:42:28 +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 UO9Ne8vYssUd for ; Fri, 4 Jan 2013 20:42:23 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 213818B597 for ; Fri, 4 Jan 2013 20:42:22 +0000 (UTC) Received: from asgard (host4.190-138-192.telecom.net.ar [190.138.192.4]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id r04KgG79030198 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 4 Jan 2013 20:42:18 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1357332140; bh=blZSbIYtAtOWEjQOHG/apcEBalocD8UoJlu0B6H7D9c=; h=From:To:Cc:Subject:Date; b=U3MYFe8IXFH4koNd6ZkMF6VF1PCFyI6yGMqpgLmXUNAZ19Jw2cLW8xMmOSqQ8Dxtz TJPv+/0LOmPjCD8NgGLkvZHBj2PANVDkv4wqGLjIqxak0HMZ4k7qSrxIVFeOn7mR6D g+wFMsMm0s00JUMc9ynhs61jhpFdP3fIV1lJcW8o= Received: by asgard (sSMTP sendmail emulation); Fri, 04 Jan 2013 17:42:15 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 4 Jan 2013 17:42:15 -0300 Message-Id: <1357332135-3087-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.17 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 9bf680e..12494f4 100644 --- a/package/libnl/libnl.mk +++ b/package/libnl/libnl.mk @@ -4,7 +4,7 @@ # ############################################################# -LIBNL_VERSION = 3.2.16 +LIBNL_VERSION = 3.2.17 LIBNL_SITE = http://www.infradead.org/~tgr/libnl/files LIBNL_LICENSE = LGPLv2.1+ LIBNL_LICENSE_FILES = COPYING