From patchwork Tue Jun 18 10:48:57 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7889 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 4W3NmL03J9z3wxG for ; Tue, 18 Jun 2024 10:49:22 +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 4W3Nm72Ywwz4Wl; Tue, 18 Jun 2024 10:49:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4W3Nm725NMz33Cp; Tue, 18 Jun 2024 10:49:11 +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 4W3Nm20GHWz30BS for ; Tue, 18 Jun 2024 10:49: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 4W3Nm15vBjzsZ; Tue, 18 Jun 2024 10:49:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1718707745; 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=QnXQljVRJ/s9wYSKdqC4iKbKwarI97on004yeg/xOEs=; b=Pk+VwLvjORAkXFTK3XkRs5ysEvbPJtj4xtayj49AvZJZ6XCPKSchtyMJ4R2byxzajqMZ67 QBPGqcqMA3bAPxBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1718707745; 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=QnXQljVRJ/s9wYSKdqC4iKbKwarI97on004yeg/xOEs=; b=NTu71BcisouwnyisAW3ZndmpZSSd7hJgsY4lgWfLdD6jtGFyNK5ntMhYcsUYNjN7EzPEt8 PATwVGNMzi2Ks74lvvRXsosTCU2R+zQpJLgtgmwTOjOhipoKWHT+mP09qe9UXp3Pc5uxSi LrnTgOAYIQjIsTQ0pLVbLC6OspQkXNheM4st6UgZR3TZKQhrvfQnyXNe4l8hDI3fQlynb2 adAW3qydpOqx45vIESJVqxW4VcvFfQJyk2N6xO5/MlbuL6/wOCpRTccxOIOyoXX7nkF/CK c2mYWGEVxBtfnPrOHDAKmYzCrDtRC90qM39yg0oya6z4OlSgJ7PnCuZql0jctA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] xfsprogs: Update to version 6.8.0 Date: Tue, 18 Jun 2024 12:48:57 +0200 Message-ID: <20240618104858.3386879-5-adolf.belka@ipfire.org> In-Reply-To: <20240618104858.3386879-1-adolf.belka@ipfire.org> References: <20240618104858.3386879-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: L2SM5MJ6L3YW56JAXQCGC7UAF4JRLUTT X-Message-ID-Hash: L2SM5MJ6L3YW56JAXQCGC7UAF4JRLUTT 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 6.5.0 to 6.8.0 - Update of rootfile - Changelog There is no changelog for this package. Change details can be found from the git commit log https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/log/ Signed-off-by: Adolf Belka --- config/rootfiles/common/xfsprogs | 3 +-- lfs/xfsprogs | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/xfsprogs b/config/rootfiles/common/xfsprogs index 7147620d3..c1c14c11b 100644 --- a/config/rootfiles/common/xfsprogs +++ b/config/rootfiles/common/xfsprogs @@ -20,8 +20,6 @@ sbin/xfs_repair #usr/lib/libhandle.a #usr/lib/libhandle.la #usr/lib/libhandle.so -#usr/lib/xfsprogs -#usr/lib/xfsprogs/xfs_scrub_all.cron usr/sbin/xfs_admin usr/sbin/xfs_bmap usr/sbin/xfs_copy @@ -113,3 +111,4 @@ usr/sbin/xfs_spaceman #usr/share/xfsprogs/mkfs/lts_5.4.conf #usr/share/xfsprogs/mkfs/lts_6.1.conf #usr/share/xfsprogs/mkfs/lts_6.6.conf +#usr/share/xfsprogs/xfs_scrub_all.cron diff --git a/lfs/xfsprogs b/lfs/xfsprogs index c91368521..719237412 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 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 # @@ -24,7 +24,7 @@ include Config -VER = 6.5.0 +VER = 6.8.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 = 40d578bf5bf3da93c608d2a1c5af02f0ac3a99c695b8003f684b75ce01b8d89dc197620e724e5461da174e050068c352eff622e970ea748e53685ab942cc2e92 +$(DL_FILE)_BLAKE2 = 8c296698da1170bb7ff369c2bf5f156e812ddf43ee817369029ad951d6c1e18c20d093db385b9a523f6cb7ba3e01f8924eb3540b71efa4bec8bf3defe2418562 install : $(TARGET)