From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.mars-solutions.de ([213.239.212.107]) by metis.ext.pengutronix.de with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.92) (envelope-from ) id 1iHvLv-0004mN-1o for ptxdist@pengutronix.de; Tue, 08 Oct 2019 21:41:00 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.mars-solutions.de (Postfix) with ESMTP id 15DA44F4342C for ; Tue, 8 Oct 2019 21:40:58 +0200 (CEST) Received: from mail.mars-solutions.de ([127.0.0.1]) by localhost (mars-solutions.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gWifBzo3OjUM for ; Tue, 8 Oct 2019 21:40:57 +0200 (CEST) Received: from ws-apr-old.office.loc (ipbcc2a62d.dynamic.kabel-deutschland.de [188.194.166.45]) by mail.mars-solutions.de (Postfix) with ESMTPA id DA2624F4342C for ; Tue, 8 Oct 2019 21:40:57 +0200 (CEST) From: Andreas Pretzsch Date: Tue, 8 Oct 2019 21:40:57 +0200 Message-Id: <1570563657-23643-1-git-send-email-apr@cn-eng.de> Subject: [ptxdist] [PATCH] iw: version bump 3.14 -> 5.3 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Update from iw 3.14 (Jan 2014) to latest 5.3 (Aug 2019). Since iw 3.5, it links against the newest version of libnl found, with libnl-3 preferred (at least version 3.2). Therefore switch from LIBNL to LIBNL3. The version 1 of libnl is long outdated and deprecated, with the last release 1.1.4 from 2013. Inside ptxdist, iw was the last official user of LIBNL, all other packages use LIBNL3. While at it, update URL to https (HSTS policy on www.kernel.org). Signed-off-by: Andreas Pretzsch --- rules/iw.in | 2 +- rules/iw.make | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/iw.in b/rules/iw.in index 2e3dbfbb2..19235d2ad 100644 --- a/rules/iw.in +++ b/rules/iw.in @@ -2,7 +2,7 @@ config IW tristate - select LIBNL + select LIBNL3 prompt "iw (wireless tools replacement)" help iw is a new nl80211 based CLI configuration utility for wireless devices. diff --git a/rules/iw.make b/rules/iw.make index 187c8beb6..efcab0ebe 100644 --- a/rules/iw.make +++ b/rules/iw.make @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_IW) += iw # # Paths and names # -IW_VERSION := 3.14 -IW_MD5 := 66e41053f6fc0781b683b5b688442de6 +IW_VERSION := 5.3 +IW_MD5 := b65bb6dc3b9474c55f6107a25469d8cf IW := iw-$(IW_VERSION) IW_SUFFIX := tar.xz -IW_URL := http://www.kernel.org/pub/software/network/iw/$(IW).$(IW_SUFFIX) +IW_URL := https://www.kernel.org/pub/software/network/iw/$(IW).$(IW_SUFFIX) IW_SOURCE := $(SRCDIR)/$(IW).$(IW_SUFFIX) IW_DIR := $(BUILDDIR)/$(IW) IW_LICENSE := ISC -- 2.19.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de