From patchwork Sun Jan 8 21:40:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6426 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 4Nqr9f0Vgqz43Z9 for ; Sun, 8 Jan 2023 21:41:10 +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 4Nqr9W1JSBz38y; Sun, 8 Jan 2023 21:41:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nqr9W0vWQz2ygN; Sun, 8 Jan 2023 21:41:03 +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 4Nqr9S5mBcz2y2B for ; Sun, 8 Jan 2023 21:41:00 +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 4Nqr9S41fnzR4; Sun, 8 Jan 2023 21:41:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1673214060; 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=7npxgnuec1nweYdGvrQ3WOxL03OwCPitIxYCGs3GRgE=; b=p/TC3WybjMVGCCwI2TRlg2JvMHxC+b5YshzIZBrjbLIarDkdZL1qglhfKdLNATPobV3oct VaMxYNB+z9Pw6eAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1673214060; 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=7npxgnuec1nweYdGvrQ3WOxL03OwCPitIxYCGs3GRgE=; b=vm3CKIBqkr33pZX0ldUY1r85baawOkcx0xdPKcu8HfaJL6TlN4ZNCsm6gZCEpW708yEu1X VQuCg5PvlsauTxpxovJtolhFw6bFXCTbsnsG9RNRr416R6oMe7jIjBnyxSTM3Lee3XPtGh A4yAavYc4HoDReZ0fyY+bUvrWBcZ6ncgCUzuPxneslWI90rU35cOIc+PqD/QHUgzhcOSBu FBRKpJPVAG3eOfW5t2zeiyDdxA7BBuiPdmpNCj0R2sZS9alG4FkK7MLZKukJHEVMT8X3DK gb/jj+bEYtFPvtxX8tum0SdM8yBXbB5baMkeSMjscPI+iX8vmXjBUT2+JGC0MQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] xfsprogs: Update to version 6.1.0 Date: Sun, 8 Jan 2023 22:40:53 +0100 Message-Id: <20230108214053.3637413-6-adolf.belka@ipfire.org> In-Reply-To: <20230108214053.3637413-1-adolf.belka@ipfire.org> References: <20230108214053.3637413-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.18.0 to 6.1.0 - Update of rootfile - Changelog There is no changelog in the source tarball or in the kernel site where the source tarballs are available from. xfs.org, which normally provides access to the git repository, fails to connect. xfs.wiki.kernel.org has no changelog info in it. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/xfsprogs | 1 + lfs/xfsprogs | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/xfsprogs b/config/rootfiles/common/xfsprogs index eb2f9982e..d3223c007 100644 --- a/config/rootfiles/common/xfsprogs +++ b/config/rootfiles/common/xfsprogs @@ -110,3 +110,4 @@ usr/sbin/xfs_spaceman #usr/share/xfsprogs/mkfs/lts_5.10.conf #usr/share/xfsprogs/mkfs/lts_5.15.conf #usr/share/xfsprogs/mkfs/lts_5.4.conf +#usr/share/xfsprogs/mkfs/lts_6.1.conf diff --git a/lfs/xfsprogs b/lfs/xfsprogs index b9ea1f694..92784a619 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 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.18.0 +VER = 6.1.0 THISAPP = xfsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a2a2835d53ee6ac55279636f3f3cdcecab8757911ce5c1ea5f350a4da9ff4c1ca64b2aba1c0e5424c0c0a01fd0504396d5fecca12e4689c372ed5bb76b9ac24e +$(DL_FILE)_BLAKE2 = 0be85ec90079bb4cb5888785f872365382dc2bdeb9f64780dfd3dd2c8ec5fdea7eda76f5fe683de7f768d5d4b822e85a59e80ed713f196647f5c4431601fab7b install : $(TARGET)