From patchwork Thu Jan 18 11:40:25 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7462 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4TGcM46BhGz3wyG for ; Fri, 19 Jan 2024 11:09:20 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4TGcM40lQ7z1k6; Fri, 19 Jan 2024 11:09:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TGcM359Dxz2xcr; Fri, 19 Jan 2024 11:09:19 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4TGcLp0KlYz2xcr for ; Fri, 19 Jan 2024 11:09:06 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4TG15h1twtz22G; Thu, 18 Jan 2024 11:40:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1705578040; 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: in-reply-to:in-reply-to:references:references; bh=binxIk9kJzc5Xdu04Ss8E2ca7oNFVBk62qdEHrABx5k=; b=sd4Kqb2UWCQ30ci5U141NGR5/7ayYsvG2QoirT+fLxR8Xz+KFP/mtVIP1l8sIwfI2psXrO J1qILUKOQ2ys+lCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1705578040; 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: in-reply-to:in-reply-to:references:references; bh=binxIk9kJzc5Xdu04Ss8E2ca7oNFVBk62qdEHrABx5k=; b=ptlVjFeI9pavHCz5MswSawvLqTvjlR6WVnXca4iriWJluK2XbBNojcyGKIPOK/T0UNp7hr 0TOo7FrleXLV7uAyTsIppMqVdvPS72F54fh+R8eLTRgz/nOkjlpyiuzUlP+PsMioHgdV6c RLSq/jdYLHSt514BJ9XcY8GGQASPQ7hrXK7HaTAGWsXGxTEVP0xcNmWtBzT+wCQrlrUT8W oy704dSIhqrMMYC7ioPmTWroO4gJaVvtXcYbJXB/RiJxvu7aJB7zjklpxI0izDMb9O71Ab J8DerWnIYFWrAKEpSb4ugx8cBUTefudNYIm7mBovVX5CB/JWDUG5tPql9ZsXfw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lshw: Update to version B.02.20 Date: Thu, 18 Jan 2024 12:40:25 +0100 Message-ID: <20240118114031.6171-8-adolf.belka@ipfire.org> In-Reply-To: <20240118114031.6171-1-adolf.belka@ipfire.org> References: <20240118114031.6171-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: PFDPROEX2NN2CUZFQIYLLBWO5BBTCNEE X-Message-ID-Hash: PFDPROEX2NN2CUZFQIYLLBWO5BBTCNEE X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version B.02.19.2 to B.02.20 - Update of rootfile - Changelog B.02.20 bug fixes code cleanup For more details see the git repo https://ezix.org/src/pkg/lshw/compare/B.02.19...B.02.20 Signed-off-by: Adolf Belka --- config/rootfiles/packages/lshw | 2 ++ lfs/lshw | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/lshw b/config/rootfiles/packages/lshw index 3987b2f25..49582ac41 100644 --- a/config/rootfiles/packages/lshw +++ b/config/rootfiles/packages/lshw @@ -1,4 +1,6 @@ usr/sbin/lshw +#usr/share/locale/ca/LC_MESSAGES/lshw.mo +#usr/share/locale/es/LC_MESSAGES/lshw.mo #usr/share/locale/fr/LC_MESSAGES/lshw.mo #usr/share/lshw #usr/share/lshw/manuf.txt diff --git a/lfs/lshw b/lfs/lshw index 9b2b78fd9..f8a3147f8 100644 --- a/lfs/lshw +++ b/lfs/lshw @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2024 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 # @@ -27,7 +27,7 @@ include Config SUMMARY = HardWare LiSter -VER = B.02.19.2 +VER = B.02.20 THISAPP = lshw-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -35,7 +35,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = lshw -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -49,7 +49,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 8317def382bcb189c164bddf2dd766c614c6a0a49449ceee81f516125ef14ba24f5933b1f08f13b5ae52a96304baa1cc7ac5171231911ecaa466522a7c0c4c6f +$(DL_FILE)_BLAKE2 = 8abdd7cee6c42b8956229a0b62ac9f96359750f26cbfeb2ed74402eae3e7cd818133bf0b747351522c6387974ce2a98cf5ab29379e56c50abc980e497bcc19d7 install : $(TARGET)