From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 31 May 2022 16:24:36 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nw2nU-00GGlX-E7 for lore@lore.pengutronix.de; Tue, 31 May 2022 16:24:36 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nw2nT-0001Mx-Sf; Tue, 31 May 2022 16:24:35 +0200 Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nw2nH-0001Mn-1Y for ptxdist@pengutronix.de; Tue, 31 May 2022 16:24:24 +0200 Date: Tue, 31 May 2022 16:24:09 +0200 From: Alexander Dahl To: Linnea Gunnarsson Message-ID: Mail-Followup-To: Linnea Gunnarsson , ptxdist@pengutronix.de References: <20220531135537.2663688-1-linnea.gunnarsson@t2data.com> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220531135537.2663688-1-linnea.gunnarsson@t2data.com> X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,BAYES_00,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [PATCH] iw: version bump: 5.16 -> 1.19 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Hello Linnea, Am Tue, May 31, 2022 at 03:55:37PM +0200 schrieb Linnea Gunnarsson: > Small fixes and maintenance. > > Signed-off-by: Linnea Gunnarsson > --- > rules/iw.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/iw.make b/rules/iw.make > index a03ac1fbd..aabceaa77 100644 > --- a/rules/iw.make > +++ b/rules/iw.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_IW) += iw > # > # Paths and names > # > -IW_VERSION := 5.16 > -IW_MD5 := 782a3460da2854bd2e5b8f96845a62f8 > +IW_VERSION := 5.19 > +IW_MD5 := fd17ca2dd5f160a5d9e5fd3f8a69f416 The version looks correct here, however in the subject it's 1.19, which is probably a typo? Greets Alex > IW := iw-$(IW_VERSION) > IW_SUFFIX := tar.xz > IW_URL := https://www.kernel.org/pub/software/network/iw/$(IW).$(IW_SUFFIX) > -- > 2.34.1 > >