From patchwork Wed Jan 4 11:51:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6372 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Gs0Lsmz3xlq for ; Wed, 4 Jan 2023 11:51:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7Gr3rdTzyn; Wed, 4 Jan 2023 11:51:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7Gr32KMz30FF; Wed, 4 Jan 2023 11:51:16 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7Gq6sljz2xbl for ; Wed, 4 Jan 2023 11:51:15 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7Gq3TRFzc6; Wed, 4 Jan 2023 11:51:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833075; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=NhTIidOh0tENRFAl2q6njgkCSLqL9hpzTulh0I4QWgI=; b=7e9a0prcqgZXwmsrzg3H80SRKqpU6MSCRYFFzcvVfTyyYwpuzg6ydNKdvHARuRaUS31EPs IKmddOU0CCKHi6AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833075; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=NhTIidOh0tENRFAl2q6njgkCSLqL9hpzTulh0I4QWgI=; b=JZSfk2ugJ7A3uGeBQeMIqt8zJFN70d7kkLdmtQ5HbAAuy5RLBkwd968O+SCwN+OIhaWpe8 l+N3ujLO4Qpxkz7vrppk73vcntitg10aSuh2fGo8vxAWc3fYprVSVjPygaLr+hqPfJSv8e /o0MvGtMALuG6yeFjpGXp8FvmGAZUq/+TXJU4txyC7isw4JPe5dQYqCDjn+adfZ63VwsDa ug4kvJTPStLyyNTlKPWyxCUG0+FvzndnFdFlSPjYR8yrd1NcMhk1COSRJ/LLYYKzKGDZcy dYsoyBr9RYxxHYAG99dyLCIOmMKnE8Oy3CfJpJxFo9mY69LloFBiBbzOOP9xHQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] iw: Update to version 5.19 Date: Wed, 4 Jan 2023 12:51:01 +0100 Message-Id: <20230104115101.5567-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 5.9 to 5.19 - Update of rootfile not required - Changelog is not avaqilable in the source tarball or on the iw website. Details of changes only available by reviewing all commits between the two versions in the git repository https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/log/ Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/iw | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/iw b/lfs/iw index 917d7a5e1..46bd8c23c 100644 --- a/lfs/iw +++ b/lfs/iw @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 5.9 +VER = 5.19 THISAPP = iw-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d7abe6c65d408a7570227dbe69fe11e1d72a1f502de21d1fcb7dcff6bfe229804020d5c1ebdda42a3694e31cf87c631faf089746f8df4733b0b1a459c185e2af +$(DL_FILE)_BLAKE2 = 57c14b3be0b171b80abcbc71a45f392115f62cc0c3f8440185cb05b42f7a7c901653969a4d5200878b7ceb7aea356d9cf02e07a9fbb282b34372c23561f4fe0a install : $(TARGET)