From debbugs-submit-bounces@debbugs.gnu.org Tue May 20 17:50:59 2025 Received: (at submit) by debbugs.gnu.org; 20 May 2025 21:50:59 +0000 Received: from localhost ([127.0.0.1]:37667 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uHUrS-0000C6-On for submit@debbugs.gnu.org; Tue, 20 May 2025 17:50:59 -0400 Received: from lists.gnu.org ([2001:470:142::17]:36884) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uHUrO-0000B6-8x for submit@debbugs.gnu.org; Tue, 20 May 2025 17:50:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uHUrI-0007FB-Fk for guix-patches@gnu.org; Tue, 20 May 2025 17:50:48 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uHUrE-0005cV-MJ for guix-patches@gnu.org; Tue, 20 May 2025 17:50:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1747777840; bh=FVuvcgdhupET9qoXty66YlvqaBVolPbQzlR7cHmRdsE=; h=From:To:Subject:Date:From; b=MLls+TFPvaOW3u0wJi+vEk6c7t2i0z0Xw9NCYphhhLLIPbH3a3MP7PW5UVSnXlr2/ 0J8jJPnjkOSrj4zdrWR2Kxl566SkEqEXEYwxvq0QlgySxOiR6on2AqKnnwFfrcmO0V /7HBxs+/faOG/ppL12U/BgcJ5zRYlWn1cIUHnoLiAZXG5PREOqLx/alE/89rFIWjJ7 rAB1uvnHmfMfdcyqTQGpp2GZlpoJTjJAikAjCQ3xQYpEcMnqHS++T0lAmcmh6yjD9D LYsme1fpzXAdaT8eq8bZGkSr7wE9uYhKxyfPlBlHXLr7sxk3KwuOg7bsUio7XWV3Ta GtVMmYlHBfMbA== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id EF3A18731; Tue, 20 May 2025 14:50:39 -0700 (PDT) From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Update disorderfs to 0.6.0 Date: Tue, 20 May 2025 14:50:34 -0700 Message-ID: <8734czgded.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2600:3c01:e000:267:0:a171:de7:c; envelope-from=vagrant@reproducible-builds.org; helo=cascadia.aikidev.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain The attached patch updates disorderfs to 0.6.0. Builds, and there are no dependents to check... live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-disorderfs-Update-to-0.6.0.patch Content-Transfer-Encoding: quoted-printable From=20ad7fa7b50616e9465d4d21e72c718be1d046ddb1 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 20 May 2025 14:31:50 -0700 Subject: [PATCH] gnu: disorderfs: Update to 0.6.0. * gnu/packages/file-systems.scm (disorderfs): Update to 0.6.0. =2D-- gnu/packages/file-systems.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 4b9ff743874..6d52f9a00ef 100644 =2D-- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1172,7 +1172,7 @@ (define-public nilfs-utils (define-public disorderfs (package (name "disorderfs") =2D (version "0.5.11") + (version "0.6.0") (source (origin (method git-fetch) @@ -1182,7 +1182,7 @@ (define-public disorderfs (file-name (git-file-name name version)) (sha256 (base32 =2D "1pnrj0h8sgqwgsc18vz3fkqsp6vhigdbi75vdj0si1r6wgslnr7z")))) + "14x57qnqifx6hal1yb2bnrda9l12z19vhqlq850qax23z362q53q")))) (build-system gnu-build-system) (native-inputs (list pkg-config)) base-commit: 28b2b7e6d7a57addc1c4e5529dcba483c8eff493 =2D-=20 2.39.5 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCaCz5KgAKCRDcUY/If5cW qgs5AP9CbX2cFodpUn9EvtAbK2owoN8xJH3WgWQ/fyc4uxcBVwEAkgJ1G+YdbWXJ 2/TDsTPtjaB22HrHcjG9DfmpU88PZAM= =DT9H -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon May 26 04:44:45 2025 Received: (at 78515-done) by debbugs.gnu.org; 26 May 2025 08:44:45 +0000 Received: from localhost ([127.0.0.1]:53979 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uJTRt-0002Ul-BX for submit@debbugs.gnu.org; Mon, 26 May 2025 04:44:45 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]:44095) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uJTRe-0002Tu-Du for 78515-done@debbugs.gnu.org; Mon, 26 May 2025 04:44:30 -0400 Received: from localhost (unknown [IPv6:2a02:6b67:e390:8b00::1ce5]) by mira.cbaines.net (Postfix) with ESMTPSA id 13D7E27BC49; Mon, 26 May 2025 09:44:30 +0100 (BST) Received: from fang (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 5813aee4; Mon, 26 May 2025 08:44:29 +0000 (UTC) From: Christopher Baines To: Vagrant Cascadian Subject: Re: [bug#78515] Update disorderfs to 0.6.0 In-Reply-To: <8734czgded.fsf@wireframe> (Vagrant Cascadian's message of "Tue, 20 May 2025 14:50:34 -0700") References: <8734czgded.fsf@wireframe> User-Agent: mu4e 1.12.9; emacs 29.4 Date: Mon, 26 May 2025 09:44:29 +0100 Message-ID: <87wma3lq1e.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 78515-done Cc: 78515-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Vagrant Cascadian writes: > The attached patch updates disorderfs to 0.6.0. > > Builds, and there are no dependents to check... > > live well, > vagrant Looks good to me, I've pushed this to master as 6181d7cc8a620153bd48b3dba42c59636b4da259. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmg0Ke1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xc0WA/9GLIkFWpVNTkwt1tdMmZxEhG2gS+Sg2JH FiulEomqqjlOd5M0U7vS9NliltPtah0y2FIFuYnjzmKe67uNVEXMwEUB0I8sGygf 3pe+hfPXLtODHmzC0n3R5nQrtzcxL34phrVpvXhvfGouKhkmXWbSY+tEnxeD992J RZw7qpTMM7BgzXoHdmNb4NmVozNOdBIt29VXRbM2aLf69Ea3Wecdeb51LTg2hGxP k16PLHAtTss45jJO+A0C0g+WFZGL8+3qvftDopm5YrzQltDPQkESe7ln1sTOg7Bs g8IOVzrUast9BM+7o+pAiUEat3IhKwR/ZHxQYe9wV3KCotcXqGj5d/26jlPjn15b eduRtfBoLVZtrKiIv50+80+gasXAJVPQYbHQ+J+03vUd1UnM95vrzDZNHms3Ym07 NLot4mAkZ11IYwOzBCWolGpGqYnOQ7fwivOnYBq7Ps+g+bAjqBXB5v1EaWU2gA1w ibhx31GvMqurzyb4wG5UxjvhXmclrY17WAHw5X3mL3kUlsDkApUJfH5ho0IZuPjT RYCUcClDuEouCKOUIMIOnBkA/XstqDXU2bzpLers053nfv7R/rUjhdFFLCG3Ax28 zgXCDuOffzOmX0pkxJtBreqjD5gRMVKAqCIqRW1f6TeFc7O+RUH1TfE2cS1IjiWr 0y5EFXS78Cw= =ZA70 -----END PGP SIGNATURE----- --=-=-=--