From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Date: Wed, 30 Nov 2011 16:06:53 +0100 Subject: [Buildroot] [PATCH] libnl: bump to version 3.2.3 In-Reply-To: References: <1322584033-19870-1-git-send-email-zonque@gmail.com> Message-ID: <4ED6468D.3080301@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 11/29/2011 10:28 PM, Yegor Yefremov wrote: > On Tue, Nov 29, 2011 at 10:26 PM, Yegor Yefremov > wrote: >> On Tue, Nov 29, 2011 at 5:27 PM, Daniel Mack wrote: >>> This newer version splits the library code into libnl, libnl-route, >>> libnl-genl and libnl-nf, each individually selectable via pkgconfig. >>> >>> Signed-off-by: Daniel Mack >>> --- >>> 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 dd0d7fb..612908b 100644 >>> --- a/package/libnl/libnl.mk >>> +++ b/package/libnl/libnl.mk >>> @@ -4,7 +4,7 @@ >>> # >>> ############################################################# >>> >>> -LIBNL_VERSION = 3.0 >>> +LIBNL_VERSION = 3.2.3 >>> LIBNL_SOURCE = libnl-$(LIBNL_VERSION).tar.gz >>> LIBNL_SITE = http://www.infradead.org/~tgr/libnl/files/ >>> LIBNL_INSTALL_STAGING = YES >>> -- >>> 1.7.7.3 >> >> The only package I know that is prepared for libnl 3.2.3 is iw (latest >> git version). Other packages like wpa_supplicant, hostapd, kismet are >> not prepared for the new version of libnl. > > I've seen your patches for wpa_supplicant, hostapd. So kismet and iw are left. Ok, I've sent patches for these, too. Thanks for the heads-up. Daniel