From unknown Fri Jun 20 07:10:00 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#63664 <63664@debbugs.gnu.org> To: bug#63664 <63664@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add nwipe. Reply-To: bug#63664 <63664@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:10:00 +0000 retitle 63664 [PATCH] gnu: Add nwipe. reassign 63664 guix-patches submitter 63664 Timotej Lazar severity 63664 normal tag 63664 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue May 23 10:26:44 2023 Received: (at submit) by debbugs.gnu.org; 23 May 2023 14:26:44 +0000 Received: from localhost ([127.0.0.1]:40091 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q1SyK-0005ac-7W for submit@debbugs.gnu.org; Tue, 23 May 2023 10:26:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:52518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q1SyH-0005aR-Im for submit@debbugs.gnu.org; Tue, 23 May 2023 10:26:42 -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 1q1SyH-0002Ci-6Z for guix-patches@gnu.org; Tue, 23 May 2023 10:26:41 -0400 Received: from araneo.si ([2001:15c0:2110:3400::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q1SyF-0003gX-80 for guix-patches@gnu.org; Tue, 23 May 2023 10:26:40 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id eff7155e for ; Tue, 23 May 2023 14:26:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20180623; bh=cYgxcLsLo7W+Qh/t6Vwy7 5BFOKs=; b=ZbDIE7Jj8Pnp99iymYUVvUj4VoBT/OIV1JFZ5DxqjPugDiAIr+WuZ k+BoVRB4deL9EhDRKPE5tODkHiSkyoSTqGZnleEPJATFRaJCGZtMe2OAyTnf/hfM DFmfHjGZlgw1+D9qu/5QnLZTLsgq20/2eBFPkJhsKHu/k5OC+CgI6blMb6p68d7Y SFiuVB3JXeKb1tAKoeEmR1k0pIzqyen3yM8Xnpbq4YvDdPxy798BovlVZFrqLTPt x2SaxSLQvchFkSUrwGuDS8ieS93fntZvudyh2RHTK7LW35wdI6ascnF64wxz7+aI i8yQ4J9Q6N+7CPkwtCPU/eD5HIIJ9Xp0A== Received: by araneo.si (OpenSMTPD) with ESMTPSA id 07fcec5a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 23 May 2023 14:26:33 +0000 (UTC) From: Timotej Lazar To: guix-patches@gnu.org Subject: [PATCH] gnu: Add nwipe. Date: Tue, 23 May 2023 16:25:28 +0200 Message-Id: <268552c80920f4d455ec493cb1c143f734a876bb.1684851853.git.timotej.lazar@araneo.si> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:15c0:2110:3400::2; envelope-from=timotej.lazar@araneo.si; helo=araneo.si 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_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Timotej Lazar 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: -2.3 (--) * gnu/packages/disk.scm (nwipe): New variable. --- gnu/packages/disk.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 894a542171..abbc87a95a 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -25,6 +25,7 @@ ;;; Copyright © 2014, 2022 Ludovic Courtès ;;; Copyright © 2022 Maxim Cournoyer ;;; Copyright © 2022 Disseminate Dissent +;;; Copyright © 2023 Timotej Lazar ;;; ;;; This file is part of GNU Guix. ;;; @@ -43,6 +44,7 @@ (define-module (gnu packages disk) #:use-module (gnu packages) + #:use-module (gnu packages admin) #:use-module (gnu packages autotools) #:use-module (gnu packages base) #:use-module (gnu packages bash) @@ -1502,6 +1504,46 @@ (define-public qdirstat (home-page "https://github.com/shundhammer/qdirstat") (license license:gpl2))) +(define-public nwipe + (package + (name "nwipe") + (version "0.34") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/martijnvanbrummelen/nwipe") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1frwjgz4mpzwr9sigr693crmxsjl08wcikh6ik7dm0x40l1kqqpd")))) + (build-system gnu-build-system) + (arguments + (list #:phases + #~(modify-phases %standard-phases + (add-after 'install 'wrap + (lambda* (#:key inputs outputs #:allow-other-keys) + (wrap-program (search-input-file outputs "bin/nwipe") + (list "PATH" ":" 'prefix + (map (lambda (p) (dirname (search-input-file inputs p))) + '("sbin/dmidecode" + "sbin/hdparm" + "sbin/smartctl"))))))))) + (inputs + (list bash-minimal dmidecode hdparm ncurses parted smartmontools)) + (native-inputs + (list autoconf automake libtool pkg-config)) + (home-page "https://github.com/martijnvanbrummelen/nwipe") + (synopsis "Secure disk wiping utility") + (description + "@command{nwipe} securely erases disks using a variety of methods to +ensure the data cannot be recovered. It can wipe multiple drives in parallel +and can be used noninteractively or with a text-based user interface.") + (license + (list license:gpl2 + license:bsd-3 ; mt19937ar-cok + license:public-domain)))) ; {isaac_rand,PDFGen} + (define-public wipe (package (name "wipe") base-commit: 36ea29115cd53f63017b61fc4f6633bb5e1d7542 -- 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 14 17:11:35 2023 Received: (at 63664-done) by debbugs.gnu.org; 14 Jun 2023 21:11:35 +0000 Received: from localhost ([127.0.0.1]:45557 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q9XmA-0004uD-Rn for submit@debbugs.gnu.org; Wed, 14 Jun 2023 17:11:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39906) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q9Xm8-0004tw-Bd for 63664-done@debbugs.gnu.org; Wed, 14 Jun 2023 17:11:32 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q9Xm3-0005Xo-4S; Wed, 14 Jun 2023 17:11:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=qn+/S7oGnBN7qoHQg2c4Qo0fwv/4PcO+V9cYnsZCH08=; b=M31FIvYXviit6u3BSCfS uElUQCEI+o+GSXT2SI+YiAixfnlBqZuYUQ7e6o7pI72Wtof0opcE2YCV6hVJxupNASZ/+DEFuOxkd AL0yaP6zAJ2qeRHaDsI3fpCZspi/E8UjvFl9dP77CKmPE5y1nY3muF2rgL0VwHuMTw6lJbakG4Vqb YSfzMo3r6IcsJh73QWPHaalIRTsye8xusB6cqlJSXWI7WguPGwdAAp/JQh1Vc3FSIE2tzQlsd1Kwi 6RAsenSbWiatvNbG3YiGnWC5WUVA1BJDmGICblipc9aKP2Bwtg8jI/cnZKd8IVbke6osn+ijp/Xa2 dWbv5aIRBGWZAQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q9Xm1-0001nR-OC; Wed, 14 Jun 2023 17:11:25 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Timotej Lazar Subject: Re: bug#63664: [PATCH] gnu: Add nwipe. References: <268552c80920f4d455ec493cb1c143f734a876bb.1684851853.git.timotej.lazar@araneo.si> Date: Wed, 14 Jun 2023 23:11:24 +0200 In-Reply-To: <268552c80920f4d455ec493cb1c143f734a876bb.1684851853.git.timotej.lazar@araneo.si> (Timotej Lazar's message of "Tue, 23 May 2023 16:25:28 +0200") Message-ID: <87leglrbpf.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63664-done Cc: 63664-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: -3.3 (---) Timotej Lazar skribis: > * gnu/packages/disk.scm (nwipe): New variable. Applied, thanks! Ludo=E2=80=99. From unknown Fri Jun 20 07:10:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 13 Jul 2023 11:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator