From unknown Sat Aug 09 09:34:29 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#75573] [PATCH] gnu: Add fatresize. Resent-From: Sughosha Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 15 Jan 2025 02:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 75573 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 75573@debbugs.gnu.org Cc: Sughosha X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17369091942891 (code B ref -1); Wed, 15 Jan 2025 02:47:02 +0000 Received: (at submit) by debbugs.gnu.org; 15 Jan 2025 02:46:34 +0000 Received: from localhost ([127.0.0.1]:56407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tXtQP-0000kY-KN for submit@debbugs.gnu.org; Tue, 14 Jan 2025 21:46:33 -0500 Received: from lists.gnu.org ([2001:470:142::17]:57940) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tXtQL-0000kD-Vw for submit@debbugs.gnu.org; Tue, 14 Jan 2025 21:46:30 -0500 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 1tXtQF-0003wA-KJ for guix-patches@gnu.org; Tue, 14 Jan 2025 21:46:23 -0500 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tXtQD-00010c-7C for guix-patches@gnu.org; Tue, 14 Jan 2025 21:46:23 -0500 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1070225BF6; Wed, 15 Jan 2025 03:46:18 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id 18UAx31JjYDs; Wed, 15 Jan 2025 03:46:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1736909177; bh=A13J7sVubG7jY2TQLxW/12SBr8E5dVm/orA9FDAk4J0=; h=From:To:Cc:Subject:Date; b=h0zjP6Ig/qpGqNxibBSFy8Km2fZQCVcKyrupJSGmpAZCSM+Q6PwoEj4N0fS1XF9oe h4nDaWpihC/CHvF5G90RoMzXk0EjfVXK/qGY+MR3suRHeGyIRM01H6wTUw0AIKHEMi jHzzBmaOC8FGPbF92XeI2EiSfOt6Ct420NryvaJsg86q5tKkFGecYouDg5SWT91M/o mxLALChkaz9XidjS4hzju80ZPTwL/Gku8MqJoZvHvXJAM/n/kuMM3zPQG5ymzOJhYW nRy96jizHmxzwVERPtmVCaSKaRI+3dLx0Afs9iGnuq+vfzWjmv8VyKJY1DcQeLbpVD lYV6bMvu+C0Kw== From: Sughosha Date: Wed, 15 Jan 2025 08:15:46 +0530 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=sughosha@disroot.org; helo=layka.disroot.org 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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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.1 (/) * gnu/packages/disk.scm (fatresize): New variable. Change-Id: Iebe5d4df7e3c8b4d41f72d5774577672c9c6ba9b --- gnu/packages/disk.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index fd9cb8a45e..9144a2af55 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -595,6 +595,29 @@ (define-public fatfsck/static and a @command{fsck.vfat} compatibility symlink for use in an initrd.") (license (package-license dosfstools)))) +(define-public fatresize + (package + (name "fatresize") + (version "1.1.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ya-mouse/fatresize") + (commit (string-append "v" version)))) + (sha256 + (base32 + "1vhz84kxfyl0q7mkqn68nvzzly0a4xgzv76m6db0bk7xyczv1qr2")))) + (build-system gnu-build-system) + (native-inputs + (list pkg-config)) + (inputs + (list parted)) + (home-page "https://github.com/ya-mouse/fatresize") + (synopsis "Tool to resize FAT partitions using libparted") + (description + "This package provides a tool to resize FAT partitions using libparted") + (license license:gpl3+))) + (define-public hdparm (package (name "hdparm") base-commit: bde32a3d88482f6e0b2f260174914c020a7c6166 -- 2.47.1 From unknown Sat Aug 09 09:34:29 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Sughosha Subject: bug#75573: closed (Re: [bug#75573] [PATCH] gnu: Add fatresize.) Message-ID: References: <877c68rfzj.fsf@envs.net> X-Gnu-PR-Message: they-closed 75573 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 75573@debbugs.gnu.org Date: Sun, 02 Feb 2025 06:54:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1738479242-27151-1" This is a multi-part message in MIME format... ------------=_1738479242-27151-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #75573: [PATCH] gnu: Add fatresize. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 75573@debbugs.gnu.org. --=20 75573: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D75573 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1738479242-27151-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 75573-done) by debbugs.gnu.org; 2 Feb 2025 06:53:46 +0000 Received: from localhost ([127.0.0.1]:32813 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1teTrV-00073M-Nf for submit@debbugs.gnu.org; Sun, 02 Feb 2025 01:53:45 -0500 Received: from mail.envs.net ([5.199.136.28]:48274) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1teTrS-00073B-VA for 75573-done@debbugs.gnu.org; Sun, 02 Feb 2025 01:53:43 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id C53A138A2C06; Sun, 2 Feb 2025 06:53:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id JTa-O85NhFyj; Sun, 2 Feb 2025 06:53:38 +0000 (UTC) Received: from localhost (unknown [112.44.100.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Sun, 2 Feb 2025 06:53:38 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id d3a1e3aa; Sun, 2 Feb 2025 06:57:20 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Sughosha Subject: Re: [bug#75573] [PATCH] gnu: Add fatresize. In-Reply-To: (sughosha@disroot.org's message of "Wed, 15 Jan 2025 08:15:46 +0530") References: Date: Sun, 02 Feb 2025 14:57:20 +0800 Message-ID: <877c68rfzj.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 75573-done Cc: 75573-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 (-) Sughosha writes: > * gnu/packages/disk.scm (fatresize): New variable. Pushed to master, thank you! ------------=_1738479242-27151-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 Jan 2025 02:46:34 +0000 Received: from localhost ([127.0.0.1]:56407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tXtQP-0000kY-KN for submit@debbugs.gnu.org; Tue, 14 Jan 2025 21:46:33 -0500 Received: from lists.gnu.org ([2001:470:142::17]:57940) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tXtQL-0000kD-Vw for submit@debbugs.gnu.org; Tue, 14 Jan 2025 21:46:30 -0500 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 1tXtQF-0003wA-KJ for guix-patches@gnu.org; Tue, 14 Jan 2025 21:46:23 -0500 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tXtQD-00010c-7C for guix-patches@gnu.org; Tue, 14 Jan 2025 21:46:23 -0500 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1070225BF6; Wed, 15 Jan 2025 03:46:18 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id 18UAx31JjYDs; Wed, 15 Jan 2025 03:46:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1736909177; bh=A13J7sVubG7jY2TQLxW/12SBr8E5dVm/orA9FDAk4J0=; h=From:To:Cc:Subject:Date; b=h0zjP6Ig/qpGqNxibBSFy8Km2fZQCVcKyrupJSGmpAZCSM+Q6PwoEj4N0fS1XF9oe h4nDaWpihC/CHvF5G90RoMzXk0EjfVXK/qGY+MR3suRHeGyIRM01H6wTUw0AIKHEMi jHzzBmaOC8FGPbF92XeI2EiSfOt6Ct420NryvaJsg86q5tKkFGecYouDg5SWT91M/o mxLALChkaz9XidjS4hzju80ZPTwL/Gku8MqJoZvHvXJAM/n/kuMM3zPQG5ymzOJhYW nRy96jizHmxzwVERPtmVCaSKaRI+3dLx0Afs9iGnuq+vfzWjmv8VyKJY1DcQeLbpVD lYV6bMvu+C0Kw== From: Sughosha To: guix-patches@gnu.org Subject: [PATCH] gnu: Add fatresize. Date: Wed, 15 Jan 2025 08:15:46 +0530 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=sughosha@disroot.org; helo=layka.disroot.org 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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Sughosha 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.1 (/) * gnu/packages/disk.scm (fatresize): New variable. Change-Id: Iebe5d4df7e3c8b4d41f72d5774577672c9c6ba9b --- gnu/packages/disk.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index fd9cb8a45e..9144a2af55 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -595,6 +595,29 @@ (define-public fatfsck/static and a @command{fsck.vfat} compatibility symlink for use in an initrd.") (license (package-license dosfstools)))) +(define-public fatresize + (package + (name "fatresize") + (version "1.1.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ya-mouse/fatresize") + (commit (string-append "v" version)))) + (sha256 + (base32 + "1vhz84kxfyl0q7mkqn68nvzzly0a4xgzv76m6db0bk7xyczv1qr2")))) + (build-system gnu-build-system) + (native-inputs + (list pkg-config)) + (inputs + (list parted)) + (home-page "https://github.com/ya-mouse/fatresize") + (synopsis "Tool to resize FAT partitions using libparted") + (description + "This package provides a tool to resize FAT partitions using libparted") + (license license:gpl3+))) + (define-public hdparm (package (name "hdparm") base-commit: bde32a3d88482f6e0b2f260174914c020a7c6166 -- 2.47.1 ------------=_1738479242-27151-1--