From unknown Sun Jun 22 00:03:57 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#58386 <58386@debbugs.gnu.org> To: bug#58386 <58386@debbugs.gnu.org> Subject: Status: Age encryption : passage Reply-To: bug#58386 <58386@debbugs.gnu.org> Date: Sun, 22 Jun 2025 07:03:57 +0000 retitle 58386 Age encryption : passage reassign 58386 guix-patches submitter 58386 Nicolas Graves severity 58386 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 08 18:42:33 2022 Received: (at submit) by debbugs.gnu.org; 8 Oct 2022 22:42:33 +0000 Received: from localhost ([127.0.0.1]:41586 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohIWf-0004yC-1S for submit@debbugs.gnu.org; Sat, 08 Oct 2022 18:42:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:47252) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohIWa-0004y0-7x for submit@debbugs.gnu.org; Sat, 08 Oct 2022 18:42:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43118) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohIWa-0000Vd-0n for guix-patches@gnu.org; Sat, 08 Oct 2022 18:42:28 -0400 Received: from 2.mo550.mail-out.ovh.net ([178.32.119.250]:56323) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohIWX-00061U-Ms for guix-patches@gnu.org; Sat, 08 Oct 2022 18:42:27 -0400 Received: from player696.ha.ovh.net (unknown [10.111.208.135]) by mo550.mail-out.ovh.net (Postfix) with ESMTP id 9237E2335D for ; Sat, 8 Oct 2022 22:42:20 +0000 (UTC) Received: from ngraves.fr (met42-h01-213-44-161-47.dsl.sta.abo.bbox.fr [213.44.161.47]) (Authenticated sender: ngraves@ngraves.fr) by player696.ha.ovh.net (Postfix) with ESMTPSA id E6936254DE0A8 for ; Sat, 8 Oct 2022 22:42:18 +0000 (UTC) Authentication-Results: garm.ovh; auth=pass (GARM-101G004139456c8-b60d-471a-8cff-fe8841f6efeb, CEC9B8182432DF3FB9030C0E377394C4D93A3A8E) smtp.auth=ngraves@ngraves.fr X-OVh-ClientIp: 213.44.161.47 From: Nicolas Graves To: guix-patches@gnu.org Subject: Age encryption : passage Date: Sun, 09 Oct 2022 00:42:15 +0200 Message-ID: <87h70edjjs.fsf@ngraves.fr> MIME-Version: 1.0 Content-Type: text/plain X-Ovh-Tracer-Id: 18215934595472810746 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvfedrfeejtddgudefucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpefhvffufffkgggtsehttdertddttddtnecuhfhrohhmpefpihgtohhlrghsucfirhgrvhgvshcuoehnghhrrghvvghssehnghhrrghvvghsrdhfrheqnecuggftrfgrthhtvghrnhepueegffdvfedugeehfeevfeevlefgfefhieeuteehteefteegvefhjedugefhhfdtnecuffhomhgrihhnpehgnhhurdhorhhgnecukfhppedtrddtrddtrddtpddvudefrdeggedrudeiuddrgeejnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmohguvgepshhmthhpohhuthdphhgvlhhopehplhgrhigvrheileeirdhhrgdrohhvhhdrnhgvthdpihhnvghtpedtrddtrddtrddtpdhmrghilhhfrhhomhepnhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrpdhnsggprhgtphhtthhopedupdhrtghpthhtohepghhuihigqdhprghttghhvghssehgnhhurdhorhhgpdfovfetjfhoshhtpehmohehhedt Received-SPF: pass client-ip=178.32.119.250; envelope-from=ngraves@ngraves.fr; helo=2.mo550.mail-out.ovh.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: -2.3 (--) Hi! Small patch series following https://issues.guix.gnu.org/58340 for adding the fork of the password-store. I've made the choice to rename the existing passage game to passage-game in a first commit, I hope it's OK. -- Best regards, Nicolas Graves From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 08 18:45:05 2022 Received: (at 58386) by debbugs.gnu.org; 8 Oct 2022 22:45:05 +0000 Received: from localhost ([127.0.0.1]:41592 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohIZ7-00052i-Ga for submit@debbugs.gnu.org; Sat, 08 Oct 2022 18:45:05 -0400 Received: from 14.mo561.mail-out.ovh.net ([188.165.43.98]:51577) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohIZ4-00051w-FI for 58386@debbugs.gnu.org; Sat, 08 Oct 2022 18:45:04 -0400 Received: from player716.ha.ovh.net (unknown [10.108.1.93]) by mo561.mail-out.ovh.net (Postfix) with ESMTP id 38C1523A4D for <58386@debbugs.gnu.org>; Sat, 8 Oct 2022 22:44:59 +0000 (UTC) Received: from ngraves.fr (met42-h01-213-44-161-47.dsl.sta.abo.bbox.fr [213.44.161.47]) (Authenticated sender: ngraves@ngraves.fr) by player716.ha.ovh.net (Postfix) with ESMTPSA id 8F5DD2F635AF5; Sat, 8 Oct 2022 22:44:57 +0000 (UTC) Authentication-Results: garm.ovh; auth=pass (GARM-100R003a906ad29-17a1-48a7-a181-b7d7d67521d3, CEC9B8182432DF3FB9030C0E377394C4D93A3A8E) smtp.auth=ngraves@ngraves.fr X-OVh-ClientIp: 213.44.161.47 From: Nicolas Graves To: 58386@debbugs.gnu.org Subject: [PATCH 1/2] gnu: passage: Rename package to passage-game. Date: Sun, 9 Oct 2022 00:44:52 +0200 Message-Id: <20221008224453.8634-1-ngraves@ngraves.fr> X-Mailer: git-send-email 2.38.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 18260407642931847906 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvfedrfeejtddgudegucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpefhvfevufffkffoggfgsedtkeertdertddtnecuhfhrohhmpefpihgtohhlrghsucfirhgrvhgvshcuoehnghhrrghvvghssehnghhrrghvvghsrdhfrheqnecuggftrfgrthhtvghrnhepkeffgeetfffgffejgeejvdffgfdtvdeuueetgfefuedvjeegvdegjeejveeuueevnecukfhppedtrddtrddtrddtpddvudefrdeggedrudeiuddrgeejnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmohguvgepshhmthhpohhuthdphhgvlhhopehplhgrhigvrhejudeirdhhrgdrohhvhhdrnhgvthdpihhnvghtpedtrddtrddtrddtpdhmrghilhhfrhhomhepnhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrpdhnsggprhgtphhtthhopedupdhrtghpthhtohepheekfeekieesuggvsggsuhhgshdrghhnuhdrohhrghdpoffvtefjohhsthepmhhoheeiud X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58386 Cc: ngraves@ngraves.fr 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 (-) * gnu/packages/games.scm (passage): Define in terms of 'deprecated-package'. (passage-game): New variable, formerly known as "passage". --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 246472c699..3efd5ff626 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -10820,9 +10820,9 @@ (define-public cgoban @end itemize") (license license:gpl2+))) -(define-public passage +(define-public passage-game (package - (name "passage") + (name "passage-game") (version "4") (source (origin -- 2.38.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 08 18:45:09 2022 Received: (at 58386) by debbugs.gnu.org; 8 Oct 2022 22:45:09 +0000 Received: from localhost ([127.0.0.1]:41594 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohIZA-00052x-Pz for submit@debbugs.gnu.org; Sat, 08 Oct 2022 18:45:09 -0400 Received: from 7.mo582.mail-out.ovh.net ([46.105.59.196]:54739) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohIZ7-00052a-4X for 58386@debbugs.gnu.org; Sat, 08 Oct 2022 18:45:06 -0400 Received: from player726.ha.ovh.net (unknown [10.109.146.166]) by mo582.mail-out.ovh.net (Postfix) with ESMTP id 18391238C0 for <58386@debbugs.gnu.org>; Sat, 8 Oct 2022 22:45:02 +0000 (UTC) Received: from ngraves.fr (met42-h01-213-44-161-47.dsl.sta.abo.bbox.fr [213.44.161.47]) (Authenticated sender: ngraves@ngraves.fr) by player726.ha.ovh.net (Postfix) with ESMTPSA id 459D52F6B7742; Sat, 8 Oct 2022 22:45:01 +0000 (UTC) Authentication-Results: garm.ovh; auth=pass (GARM-106R006274fd68c-af1f-4bd4-bbe4-74f8bacbc15f, CEC9B8182432DF3FB9030C0E377394C4D93A3A8E) smtp.auth=ngraves@ngraves.fr X-OVh-ClientIp: 213.44.161.47 From: Nicolas Graves To: 58386@debbugs.gnu.org Subject: [PATCH 2/2] gnu: Add passage. Date: Sun, 9 Oct 2022 00:44:53 +0200 Message-Id: <20221008224453.8634-2-ngraves@ngraves.fr> X-Mailer: git-send-email 2.38.0 In-Reply-To: <20221008224453.8634-1-ngraves@ngraves.fr> References: <20221008224453.8634-1-ngraves@ngraves.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 18261533539227656930 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvfedrfeejtddgudegucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpefhvfevufffkffojghfgggtgfesthekredtredtjeenucfhrhhomheppfhitgholhgrshcuifhrrghvvghsuceonhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrqeenucggtffrrghtthgvrhhnpedvffehgeekhfekgffgleehffetiefggeeitdduteekfffhkeehveejfeejledtieenucffohhmrghinhepghhithhhuhgsrdgtohhmnecukfhppedtrddtrddtrddtpddvudefrdeggedrudeiuddrgeejnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmohguvgepshhmthhpohhuthdphhgvlhhopehplhgrhigvrhejvdeirdhhrgdrohhvhhdrnhgvthdpihhnvghtpedtrddtrddtrddtpdhmrghilhhfrhhomhepnhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrpdhnsggprhgtphhtthhopedupdhrtghpthhtohepheekfeekieesuggvsggsuhhgshdrghhnuhdrohhrghdpoffvtefjohhsthepmhhoheekvd X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58386 Cc: ngraves@ngraves.fr 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 (-) * gnu/packages/password-utils.scm (passage): New variable. --- gnu/packages/password-utils.scm | 39 +++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 8e29bef484..6bc3b99af4 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -37,6 +37,7 @@ ;;; Copyright © 2022 Maxim Cournoyer ;;; Copyright © 2022 Maxime Devos ;;; Copyright © 2022 ( +;;; Copyright © 2022 Nicolas Graves ;;; ;;; This file is part of GNU Guix. ;;; @@ -57,6 +58,7 @@ (define-module (gnu packages password-utils) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix utils) #:use-module (guix build-system cmake) + #:use-module (guix build-system copy) #:use-module (guix build-system gnu) #:use-module (guix build-system go) #:use-module (guix build-system python) @@ -589,6 +591,43 @@ (define-public password-store through the pass command.") (license license:gpl2+))) +(define-public passage + (package + (inherit password-store) + (name "passage") + (version "1.7.4a0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/FiloSottile/passage") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "17899whffnpqqx9x1nx2b8bfxbxlh1pwlglqa0kznl0cn6sb37ql")))) + (build-system copy-build-system) + (propagated-inputs + (list util-linux git qrencode sed tree age)) + (build-system copy-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (add-after 'unpack 'rename-exe + (lambda _ + (rename-file "src/password-store.sh" + "src/passage")))) + #:install-plan + (list '("src/passage" "/bin/") + '("src/completion/pass.bash-completion" + "/share/bash-completion/completions/") + '("src/completion/pass.zsh-completion" + "/share/zsh/site-functions/")))) + (home-page "https://github.com/FiloSottile/passage") + (synopsis "A fork of the password-store encrypted password manager") + (description "This package provides a fork of the @code{password-store} +encrypted password manager. It relies on @code{age} instead of +@code{gnupg}.") + (license license:gpl2+))) + (define-public pass-otp (package (name "pass-otp") -- 2.38.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 08 20:01:12 2022 Received: (at submit) by debbugs.gnu.org; 9 Oct 2022 00:01:12 +0000 Received: from localhost ([127.0.0.1]:41635 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohJkm-0006vC-Bi for submit@debbugs.gnu.org; Sat, 08 Oct 2022 20:01:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:58990) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohJkk-0006v3-90 for submit@debbugs.gnu.org; Sat, 08 Oct 2022 20:01:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51534) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohJkj-0005jr-Lb for guix-patches@gnu.org; Sat, 08 Oct 2022 20:01:10 -0400 Received: from tobias.gr ([80.241.217.52]:40212) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohJkd-00013Q-8t for guix-patches@gnu.org; Sat, 08 Oct 2022 20:01:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=DMdF38DG16Che /6A/C+2ucn2tQLPixqU68UECxeDjIU=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=jDaRzJyOeBP3pHEh6cu+dgd59HR8eJr683jlj6 +Llxof5EuqKUylqdxWJlRL1uuZeKkqxppQvK7GIxqKEKbK6Rw4ExP1A+C19iyyuJEEoscr uwIx3/C2Gf4a+Ej8k3jJiUJ2Fe3mWdEnnepZAtFsFQraPB0ePwPuPUWkuRZ+PlvBTIIMct aYMPP1dCNi568khBQwjubx8gWX7IK357vgfty49dkePFSH5DwnZ0G+wgtZOFV/knRrdmeZ O2IKQChfHXQtLkRqUMMCr55XiIlO6DG1o4KAgQs5dIjZJKXNH0ZPX+7xWb6iudYtFDwGJ6 v1EQZ7pp0VHikYye/0qveDIA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 24bcf328 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 9 Oct 2022 00:00:50 +0000 (UTC) References: <20221008224453.8634-1-ngraves@ngraves.fr> <20221008224453.8634-2-ngraves@ngraves.fr> From: Tobias Geerinckx-Rice To: Nicolas Graves Subject: Re: [bug#58386] [PATCH 2/2] gnu: Add passage. Date: Sun, 09 Oct 2022 01:05:44 +0200 In-reply-to: <20221008224453.8634-2-ngraves@ngraves.fr> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87fsfxdfwk.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=80.241.217.52; envelope-from=me@tobias.gr; helo=tobias.gr 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: guix-patches@gnu.org, 58386@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: -2.6 (--) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Heyo, Nicolas Graves via Guix-patches via =E5=86=99=E9=81=93=EF=BC=9A > +(define-public passage Thanks! Most points below can be fixed up by a committer, including the=20 description, but those tend to sound better when written by an=20 actual user. If you'd like to give it a try. > + (build-system copy-build-system) > + (propagated-inputs > + (list util-linux git qrencode sed tree age)) Super-nitpick: inputs conventionally hang out a bit lower, under=20 the arguments field. > + (build-system copy-build-system) Duped. > + (arguments > + '(#:phases (modify-phases %standard-phases > + (add-after 'unpack 'rename-exe s/exe/script/ (or sure, executable). > + (lambda _ > + (rename-file "src/password-store.sh" > + "src/passage")))) > + #:install-plan > + (list '("src/passage" "/bin/") > + '("src/completion/pass.bash-completion" > + "/share/bash-completion/completions/") OK, I've been looking at this for an embarrasingly long time=20 trying to figure out what you're trying to communicate with '(=E2=80=A6=20 (list '(=E2=80=A6))). It seems very deliberate. Any hints? :-p > + (home-page "https://github.com/FiloSottile/passage") > + (synopsis "A fork of the password-store encrypted password=20 > manager") Another nitpic^Wcool tip: @command{} & friends work here just as=20 well as in the description. There's no difference. The text should describe the package, not its ancestry. > + (description "This package provides a fork of the=20 > @code{password-store} > +encrypted password manager. It relies on @code{age} instead of > +@code{gnupg}.") Same here. I know all of these words but what do they mean? > + (license license:gpl2+))) Checked. > + > (define-public pass-otp > (package > (name "pass-otp") > I've made the choice to rename the existing passage game to > passage-game in a first commit, I hope it's OK.=20 No, I don't think it is. Adding this script need not affect other=20 packages. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCY0IPOw0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15qNMA/3egSLheCIye/AweO5qOG4+VMUUIHcvnpN+kW0dd OVEkAP0bsl9mLTn3bwGEigBLmPhvtlG8K15ULQNbf6vJyi87BQ== =07kZ -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 11 17:39:59 2022 Received: (at 58386) by debbugs.gnu.org; 11 Oct 2022 21:39:59 +0000 Received: from localhost ([127.0.0.1]:55034 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiMyk-0005tN-Ie for submit@debbugs.gnu.org; Tue, 11 Oct 2022 17:39:58 -0400 Received: from 7.mo583.mail-out.ovh.net ([178.32.124.100]:60357) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiMyg-0005tC-CE for 58386@debbugs.gnu.org; Tue, 11 Oct 2022 17:39:57 -0400 Received: from player697.ha.ovh.net (unknown [10.109.146.82]) by mo583.mail-out.ovh.net (Postfix) with ESMTP id 31D2423B0C for <58386@debbugs.gnu.org>; Tue, 11 Oct 2022 21:39:51 +0000 (UTC) Received: from ngraves.fr (met42-h01-213-44-161-47.dsl.sta.abo.bbox.fr [213.44.161.47]) (Authenticated sender: ngraves@ngraves.fr) by player697.ha.ovh.net (Postfix) with ESMTPSA id 42B762F961435; Tue, 11 Oct 2022 21:39:48 +0000 (UTC) Authentication-Results: garm.ovh; auth=pass (GARM-106R00637cb3228-fd42-4f92-a5e8-224e66961b79, CAD2B4A3459146A86F0B95563822EA9C8829CA61) smtp.auth=ngraves@ngraves.fr X-OVh-ClientIp: 213.44.161.47 From: Nicolas Graves To: Tobias Geerinckx-Rice Subject: [PATCH v2] gnu: Add passage. In-Reply-To: <87fsfxdfwk.fsf@nckx> Date: Tue, 11 Oct 2022 23:39:45 +0200 Message-ID: <87y1tmujj2.fsf@ngraves.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Ovh-Tracer-Id: 16331741099061601018 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvfedrfeejjedgtddvucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpefhvfevufgjfffkgggtgfesthhqredttddtjeenucfhrhhomheppfhitgholhgrshcuifhrrghvvghsuceonhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrqeenucggtffrrghtthgvrhhnpeelhffgheetueehkedtjedvheejheevgfeigfdvvddvgeeiteehheduueeuvddvjeenucffohhmrghinhepghhithhhuhgsrdgtohhmnecukfhppeduvdejrddtrddtrddupddvudefrdeggedrudeiuddrgeejnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepuddvjedrtddrtddruddpmhgrihhlfhhrohhmpeeonhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrqedpnhgspghrtghpthhtohepuddprhgtphhtthhopeehkeefkeeiseguvggssghughhsrdhgnhhurdhorhhgpdfovfetjfhoshhtpehmohehkeefpdhmohguvgepshhmthhpohhuth X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58386 Cc: guix-patches@gnu.org, 58386@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 (-) * gnu/packages/password-utils.scm (passage): New variable. --- gnu/packages/password-utils.scm | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.= scm index 8e29bef484..36b0ae7537 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -37,6 +37,7 @@ ;;; Copyright =C2=A9 2022 Maxim Cournoyer ;;; Copyright =C2=A9 2022 Maxime Devos ;;; Copyright =C2=A9 2022 ( +;;; Copyright =C2=A9 2022 Nicolas Graves ;;; ;;; This file is part of GNU Guix. ;;; @@ -57,6 +58,7 @@ (define-module (gnu packages password-utils) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix utils) #:use-module (guix build-system cmake) + #:use-module (guix build-system copy) #:use-module (guix build-system gnu) #:use-module (guix build-system go) #:use-module (guix build-system python) @@ -589,6 +591,42 @@ (define-public password-store through the pass command.") (license license:gpl2+))) +(define-public pass-age + (package + (inherit password-store) + (name "pass-age") + (version "1.7.4a0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/FiloSottile/passage") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "17899whffnpqqx9x1nx2b8bfxbxlh1pwlglqa0kznl0cn6sb37ql")))) + (build-system copy-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (add-after 'unpack 'rename-script + (lambda _ + (rename-file "src/password-store.sh" + "src/passage")))) + #:install-plan + '(("src/passage" "/bin/") + ("src/completion/pass.bash-completion" + "/share/bash-completion/completions/") + ("src/completion/pass.zsh-completion" + "/share/zsh/site-functions/")))) + (propagated-inputs + (list util-linux git qrencode sed tree age)) + (home-page "https://github.com/FiloSottile/passage") + (synopsis "An encrypted password manager") + (description "This package provides an encrypted password manager, for= ked +from the @code{password-store} package. Files are encrypted with the +@command{age} encryption package with small explicit keys.") + (license license:gpl2+))) + (define-public pass-otp (package (name "pass-otp") -- 2.38.0 Thanks for the review! > OK, I've been looking at this for an embarrasingly long time > trying to figure out what you're trying to communicate with '(=E2=80=A6 > (list '(=E2=80=A6))). It seems very deliberate. Any hints? :-p Not deliberate, I probably misread the copy-build-system info manual. Fixed! > No, I don't think it is. Adding this script need not affect other > packages. I understand, although I would think that choices need to be made and that this one would not annoy a lot. Just as a reminder, this patch cannot be merged before 58340. -- Best regards, Nicolas Graves From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 19 15:40:19 2022 Received: (at 58386-done) by debbugs.gnu.org; 19 Oct 2022 19:40:19 +0000 Received: from localhost ([127.0.0.1]:60115 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olEvK-0002wy-LS for submit@debbugs.gnu.org; Wed, 19 Oct 2022 15:40:19 -0400 Received: from tobias.gr ([80.241.217.52]:38518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olEvE-0002wb-CX; Wed, 19 Oct 2022 15:40:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=o4VnPDuOaEmrU N5JEx4stzlGQSSHYmHko8gPqOKqDNY=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=ECFYMtWuCbABVWa/AM9tGXPVBpMTurXPtYDFIu 6FS+EvGNwK18YctRUhF57L+jK1AdOUoA154pZBI9Yhmmfijuq995NzxN2mBVvoZlN47vJB kApxAA9mE2xRb8CXLLsPqKQO/M+CnCqt9Jua6nsigV5CcWPdHEDCEbxKFXjnAa2xDbTp8a 6C3F7mEbK2NCQ9C2kRvy8qIwaLHdsDCPhb7siBHnlBpg0y4vpD6chl6GOPnNGiV4F5rpDF aS5PQABmU9vRseP2qBRSQTDtJUe55cq3vPhLGtjlLqLrizSw6MxOo/kTLt1Oqmu7Jt2Q6A 4WF23NnJLC/N+SeraKU5Xnsg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id aeeb51c4 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 19 Oct 2022 19:40:03 +0000 (UTC) References: <87fsfxdfwk.fsf@nckx> <87y1tmujj2.fsf@ngraves.fr> From: Tobias Geerinckx-Rice To: Nicolas Graves Subject: Re: [PATCH v2] gnu: Add passage. Date: Wed, 19 Oct 2022 19:17:33 +0200 In-reply-to: <87y1tmujj2.fsf@ngraves.fr> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87h6zzbo14.fsf@nckx> 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: 58386-done Cc: 58386-done@debbugs.gnu.org, 58340-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; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Hi Nicolas, Nicolas Graves =E5=86=99=E9=81=93=EF=BC=9A > Just as a reminder, this patch cannot be merged before 58340. Thanks, I realised that after I sent it. I'll treat (and close)=20 them as one bug for this reply. I've pushed all 3 patches as=20 ac553ba68e535810085dd838e48e4fa6ac553e67 et al with the following=20 mods: > * gnu/packages/password-utils.scm (passage): New variable. I fixed up the commit message to match the name, and addressed the=20 following =E2=80=98guix lint=E2=80=99 warnings: pass-age@1.7.4a0: no article allowed at the beginning of the=20 synopsis age@1.0.0: sentences in description should be followed by two=20 spaces Whilst there, I turned @code{age-encryption.org/v1} into a full=20 @url{}, and fixed up upstream's =E2=80=98config=E2=80=99 & =E2=80=98UNIX=E2= =80=99 slang. > * gnu/packages/golang.scm > (age): New variable. > (go-filippo-io-cmd-age): New variable. > (go-filippo-io-cmd-age-keygen): New variable. ^^ Our changelogs are never indented, you'd write: > * gnu/packages/golang.scm (age, go-filippo-io-cmd-age) > (go-filippo-io-cmd-age-keygen): New variables. =E2=80=A6but in this case, I was bold and removed the two=20 go-filippo-io-cmd-age* packages completely. I moved =E2=80=98age=E2=80=99 = to (gnu=20 packages password-utils). The partial recursion in the go-* variants made me nervous (and=20 would probably prevent the move, although I didn't try). If these variants are needed for something, it's not pass-age, and=20 we can review them separately if/when needed. Is that acceptable? > I would think that choices need to be made Princip(al)ly: the choice to reuse an existing package name was=20 FiloSottile's, for the sake of a pun. Much as I like bad puns, I=20 think that's rather rude. It's not hard to search for free=20 package names, e.g., [0]. > that this one would not annoy a lot. Technically: it would silently replace users' games with some=20 encryption tool. That's problematic even if those users are few. Similarly: had the game been added after this =E2=80=98passage=E2=80=99, I = would=20 have grumpily agreed to =E2=80=98passage-game=E2=80=99 :-) But it wasn't. But: I think your =E2=80=99pass-age=E2=80=99 solution is perfect. Thanks!= =20 FiloSottile should consider it. Kind regards, T G-R [0]: https://repology.org/project/passage/versions --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCY1BSmA0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15nmwBANI3HDA0LNGiEzTFUO4nCPwBs+IW2XvsiDGlibAJ G+0kAQDI2WXajUt59q3kymG7iEs+7UOHMym3NbnZitv/1cR1DA== =G6Wa -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 19 15:53:51 2022 Received: (at submit) by debbugs.gnu.org; 19 Oct 2022 19:53:51 +0000 Received: from localhost ([127.0.0.1]:60176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olF8R-0003LT-Ba for submit@debbugs.gnu.org; Wed, 19 Oct 2022 15:53:51 -0400 Received: from lists.gnu.org ([209.51.188.17]:42362) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olF8K-0003LH-CG for submit@debbugs.gnu.org; Wed, 19 Oct 2022 15:53:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56918) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olF8I-0003JM-LU for guix-patches@gnu.org; Wed, 19 Oct 2022 15:53:43 -0400 Received: from tobias.gr ([2a02:c205:2020:6054::1]:43774) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olF8G-0005xw-Pb for guix-patches@gnu.org; Wed, 19 Oct 2022 15:53:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=yYXUfC1Mbo29T bHAHpHgTULjpSYuEU4E06TSI8H6wuE=; h=in-reply-to:date:subject:cc:from: references; d=tobias.gr; b=jgCRHJ39/1qiRlI99okJVtlC1uAShYzZwP2Pb+QOSyG vc9M0hfDoB6JIjxKVz8dhoQbjbbdPo3khqqivOqP+IjUHwwyurme2I3Xx7n/K42oSrwMIz oaCZt8oSejxViexZgA9YuIFpxDaj4IOBrVYAl6clxj95Wf5bCmQFa03DQScnjndGHf8kQ0 +FLxrbkLtWffkIY2VY99cREeUfFTTLzbcSeduG1o1OCRD/w782Jiyo+fGmrMjAI46eVeyo pgBm7qDt1mrrw35d7nkh0EWd568VVfie0aSpuFNWeJXS/SVyK/Q7Wn6IwBp4Hwwp1NIYke 4fcRY6/tq7JRRSWI8LA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 5f62f7f4 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 19 Oct 2022 19:53:29 +0000 (UTC) References: <87fsfxdfwk.fsf@nckx> <87y1tmujj2.fsf@ngraves.fr> <87h6zzbo14.fsf@nckx> From: Tobias Geerinckx-Rice Subject: Re: bug#58386: [PATCH v2] gnu: Add passage. Date: Wed, 19 Oct 2022 21:49:50 +0200 In-reply-to: <87h6zzbo14.fsf@nckx> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87czanbneo.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.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, MISSING_HEADERS=1.021, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.4 (/) X-Debbugs-Envelope-To: submit Cc: 58386-done@debbugs.gnu.org, Nicolas Graves , guix-patches@gnu.org, 58340-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.4 (-) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Tobias Geerinckx-Rice via Guix-patches via =E5=86=99=E9=81=93=EF=BC=9A > =E2=80=A6but in this case, I was bold and removed the two > go-filippo-io-cmd-age* packages completely. Grr. And of course, whilst migrating pass-age's propagated-inputs=20 to regular ones (propagation is evil and should be avoided=20 whenever possible), I see I've been looking at the wrong =E2=80=98age=E2=80= =99. Y'know. The one that does have a =E2=80=98/bin/age=E2=80=99 in it. Yep, I'm back, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCY1BVvw0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15SdABAK/9DT1xg38KheRGXhDYYt6TwwFSmSP5WxWSZB2h H1dnAP4lsXJDgGqiGU16aYPnrfMH5uQu18RAae1eZZcuUfw7Dg== =n+xB -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 22 03:51:13 2022 Received: (at 58386) by debbugs.gnu.org; 22 Oct 2022 07:51:13 +0000 Received: from localhost ([127.0.0.1]:39637 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1om9Hl-0002F3-79 for submit@debbugs.gnu.org; Sat, 22 Oct 2022 03:51:13 -0400 Received: from 3.mo583.mail-out.ovh.net ([46.105.40.108]:58087) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1om9Hi-0002Eo-SO for 58386@debbugs.gnu.org; Sat, 22 Oct 2022 03:51:12 -0400 Received: from player716.ha.ovh.net (unknown [10.111.172.176]) by mo583.mail-out.ovh.net (Postfix) with ESMTP id AB58C243F8 for <58386@debbugs.gnu.org>; Sat, 22 Oct 2022 07:51:08 +0000 (UTC) Received: from ngraves.fr (unknown [80.215.71.174]) (Authenticated sender: ngraves@ngraves.fr) by player716.ha.ovh.net (Postfix) with ESMTPSA id F263B2FE5C54E; Sat, 22 Oct 2022 07:51:03 +0000 (UTC) Authentication-Results: garm.ovh; auth=pass (GARM-106R00602571779-b4d1-4c4f-848c-5ce57ded3bef, A98A25EFF172E1B19F6713DC1AF2D6AEABFC828A) smtp.auth=ngraves@ngraves.fr X-OVh-ClientIp: 80.215.71.174 From: Nicolas Graves To: Tobias Geerinckx-Rice Subject: Re: bug#58386: [PATCH v2] gnu: Add passage. In-Reply-To: <87czanbneo.fsf@nckx> References: <87fsfxdfwk.fsf@nckx> <87y1tmujj2.fsf@ngraves.fr> <87h6zzbo14.fsf@nckx> <87czanbneo.fsf@nckx> Date: Sat, 22 Oct 2022 09:51:02 +0200 Message-ID: <87wn8s70ux.fsf@ngraves.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Ovh-Tracer-Id: 11595361668582728372 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvfedrfeelledgudduhecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecunecujfgurhephffvvefujghffffkgggtgfesthhqredttddtjeenucfhrhhomheppfhitgholhgrshcuifhrrghvvghsuceonhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrqeenucggtffrrghtthgvrhhnpeffudelkeejveetleeuffejfefftefhhfffuedtteethfelueelveffjedvffdtffenucfkphepuddvjedrtddrtddruddpkedtrddvudehrdejuddrudejgeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeduvdejrddtrddtrddupdhmrghilhhfrhhomhepoehnghhrrghvvghssehnghhrrghvvghsrdhfrheqpdhnsggprhgtphhtthhopedupdhrtghpthhtohepheekfeekieesuggvsggsuhhgshdrghhnuhdrohhrghdpoffvtefjohhsthepmhhoheekfedpmhhouggvpehsmhhtphhouhht X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58386 Cc: 58340@debbugs.gnu.org, 58386@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 (-) Hey Tobias, > Y'know. The one that does have a =E2=80=98/bin/age=E2=80=99 in it. In the current version, it seems that the age-keygen binary is not in the bin output. Both commands "age" and "age-keygen" are necessary, hence the way I tried to package that with propagated inputs. Thanks for your reviews, let me know if I can help. --=20 Best regards, Nicolas Graves From unknown Sun Jun 22 00:03:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 19 Nov 2022 12:24:09 +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