From patchwork Sun Sep 17 13:55:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 7195 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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RpTwr71qxz3wtG for ; Sun, 17 Sep 2023 13:56:12 +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 4RpTwq23Xkz1GJ; Sun, 17 Sep 2023 13:56:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RpTwq1K2Xz2yMt; Sun, 17 Sep 2023 13:56: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 (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 4RpTwn1MK8z2xbd for ; Sun, 17 Sep 2023 13:56:09 +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 4RpTwm56sSz1D; Sun, 17 Sep 2023 13:56:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1694958968; 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=cThG8Kv7AoJYv+BhkmmJvC6ChwzoWJXimPPu9EY/DIQ=; b=/0N8PkF0Ma3kgjCu5GDivvSmas+e01Ri5Yk5ChMJV/6jlVnpz2YN97BUGJopG/HCAZmpYj fJWIyUbjabF3owBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694958968; 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=cThG8Kv7AoJYv+BhkmmJvC6ChwzoWJXimPPu9EY/DIQ=; b=kZP/Z6El1zIVq0InPFPELF+kU47DucsZgOoPYRta+/gdFDmMHpBBv+1zXFJ84pFS/id1Lq gRfMYczKJa3STXE21HLUnN1eTukhPgP6YLcd1CD/PL8pv3KvbfpxVVrZGAbWagKUCZ0TKX 90Pzi0xm24HKeM7V89vAHyLymMUdgPU8z3BIaUz80i1/U276NUEelt8tP5fLNL3nN1fqzh E9yLBwr39lhwJ9QJ/A36B0wRpKX2sbfzMNaeKFmu1emDpH/Wehp7J37ppnQvPFEK1+H+20 p7Nw3CO7r62YIAMyZBaFbymGqSUEj5lbq0lOaUaXnb/pFDgapTrHjz0HRq6GCg== From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 1/2] e2fsprogs: Update to 1.47.0 Date: Sun, 17 Sep 2023 13:55:53 +0000 Message-Id: <20230917135554.185972-1-jonatan.schlag@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" The test suite now works Fixes: #13228 Signed-off-by: Jonatan Schlag --- e2fsprogs/e2fsprogs.nm | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/e2fsprogs/e2fsprogs.nm b/e2fsprogs/e2fsprogs.nm index 5041e8bd0..c66beb2b9 100644 --- a/e2fsprogs/e2fsprogs.nm +++ b/e2fsprogs/e2fsprogs.nm @@ -4,8 +4,8 @@ ############################################################################### name = e2fsprogs -version = 1.46.5 -release = 2 +version = 1.47.0 +release = 1 groups = System/Filesystems url = https://e2fsprogs.sourceforge.net/ @@ -56,20 +56,8 @@ build # Create empty mtab file if it does not exist. [ -e /etc/mtab ] || touch /etc/mtab - # Disable failing test to fallocate sparse files and big files on a blockmap fs. - # - # test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** - # test_filesys: 13/4096 files (7.7% non-contiguous), 12422/65536 blocks - # Exit status is 1 - # - # But the test fails because the Inode 12 and 13 have differnet permissions. - # ( 0644 instead of 0666 ). - # -Inode: 12 Type: regular Mode: 0666 Flags: 0x0 - # +Inode: 12 Type: regular Mode: 0644 Flags: 0x0 - rm -rvf tests/d_fallocate_blkmap - # Run testsuite. - cd build && make check || : + cd build && make check end install