From unknown Wed Jun 25 05:37:48 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#31389 <31389@debbugs.gnu.org> To: bug#31389 <31389@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add pass-rotate. Reply-To: bug#31389 <31389@debbugs.gnu.org> Date: Wed, 25 Jun 2025 12:37:48 +0000 retitle 31389 [PATCH] gnu: Add pass-rotate. reassign 31389 guix-patches submitter 31389 Arun Isaac severity 31389 normal tag 31389 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed May 09 04:29:12 2018 Received: (at submit) by debbugs.gnu.org; 9 May 2018 08:29:12 +0000 Received: from localhost ([127.0.0.1]:54759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fGKTC-0001u8-3R for submit@debbugs.gnu.org; Wed, 09 May 2018 04:29:12 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55292) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fGKT9-0001td-La for submit@debbugs.gnu.org; Wed, 09 May 2018 04:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGKT3-0006LU-1w for submit@debbugs.gnu.org; Wed, 09 May 2018 04:28:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38710) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fGKT2-0006LH-Ty for submit@debbugs.gnu.org; Wed, 09 May 2018 04:28:56 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGKT1-0002BM-D7 for guix-patches@gnu.org; Wed, 09 May 2018 04:28:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGKSx-0006Ef-Kl for guix-patches@gnu.org; Wed, 09 May 2018 04:28:55 -0400 Received: from [2001:19f0:5:274f:351:616f:fec3:2694] (port=60892 helo=vultr.systemreboot.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fGKSx-00067h-59 for guix-patches@gnu.org; Wed, 09 May 2018 04:28:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=OhaxE0sP9YuYty4j+0n1djyo6M8H5xyFrNLAgp9C2sA=; b=Btc1TsXBUOwDx14BB5WGxs/Fuj iVfcEF/HvgFlUeLmid7U0vbkgCzekcm1ZWoNpfljga5DRJ8/SF1JYtkHeWg3CohB3MXnL3hetne0T tDE5iLfjyM4ato6nr7RvmdeYSKf7ECE7oAStlDK5jYSr9u6SQIW5+7QXLkewC5ss+ttA=; Received: from [103.194.15.158] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1fGKRW-0008Cn-Rn; Wed, 09 May 2018 13:57:22 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: Add pass-rotate. Date: Wed, 9 May 2018 13:58:33 +0530 Message-Id: <20180509082833.16435-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit Cc: Arun Isaac 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/password-utils.scm (pass-rotate): New variable. --- gnu/packages/password-utils.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 923122903..2d04a0f0e 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -18,6 +18,7 @@ ;;; Copyright © 2018 Marius Bakke ;;; Copyright © 2018 Konrad Hinsen ;;; Copyright © 2018 Thomas Sigurdsen +;;; Copyright © 2018 Arun Isaac ;;; ;;; This file is part of GNU Guix. ;;; @@ -62,6 +63,7 @@ #:use-module (gnu packages ncurses) #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) + #:use-module (gnu packages python-web) #:use-module (gnu packages suckless) #:use-module (gnu packages tls) #:use-module (gnu packages qt) @@ -659,3 +661,30 @@ Upstream development seems to have stopped. It is therefore recommended to use a different password manager.") (home-page "https://als.regnet.cz/fpm2/") (license license:gpl2+))) + +(define-public pass-rotate + (package + (name "pass-rotate") + (version "0.1") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/SirCmpwn/pass-rotate/archive/" + version ".tar.gz")) + (sha256 + (base32 + "1svm5nj8bczv2dg8lh2zqqhbsrljqsw9680r03qwgl9vlci90210")) + (file-name (string-append name "-" version ".tar.gz")))) + (build-system python-build-system) + (inputs + `(("python-beautifulsoup4" ,python-beautifulsoup4) + ("python-docopt" ,python-docopt) + ("python-html5lib" ,python-html5lib) + ("python-requests" ,python-requests))) + (home-page "https://github.com/SirCmpwn/pass-rotate") + (synopsis "Rotate password on online services") + (description "pass-rotate is a command line utility and python library for +rotating passwords on various web services. It makes it easier to rotate your +passwords, one at a time or in bulk, when security events or routine upkeep of +your online accounts makes it necessary.") + (license license:expat))) -- 2.15.1 From debbugs-submit-bounces@debbugs.gnu.org Sun May 13 16:33:59 2018 Received: (at 31389) by debbugs.gnu.org; 13 May 2018 20:33:59 +0000 Received: from localhost ([127.0.0.1]:32792 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fHxgt-0003dK-HY for submit@debbugs.gnu.org; Sun, 13 May 2018 16:33:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56221) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fHxgr-0003d5-BN for 31389@debbugs.gnu.org; Sun, 13 May 2018 16:33:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fHxgl-0005R0-JH for 31389@debbugs.gnu.org; Sun, 13 May 2018 16:33:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fHxgl-0005Qw-Fq; Sun, 13 May 2018 16:33:51 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=43494 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fHxgl-0006Sd-2H; Sun, 13 May 2018 16:33:51 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Arun Isaac Subject: Re: [bug#31389] [PATCH] gnu: Add pass-rotate. References: <20180509082833.16435-1-arunisaac@systemreboot.net> Date: Sun, 13 May 2018 22:33:49 +0200 In-Reply-To: <20180509082833.16435-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Wed, 9 May 2018 13:58:33 +0530") Message-ID: <87mux3l2he.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 31389 Cc: 31389@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: -6.0 (------) Hi Arun, Arun Isaac skribis: > * gnu/packages/password-utils.scm (pass-rotate): New variable. LGTM, thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon May 14 09:55:17 2018 Received: (at 31389-done) by debbugs.gnu.org; 14 May 2018 13:55:17 +0000 Received: from localhost ([127.0.0.1]:33924 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fIDwb-0002Ok-7n for submit@debbugs.gnu.org; Mon, 14 May 2018 09:55:17 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:46954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fIDwZ-0002I8-8y for 31389-done@debbugs.gnu.org; Mon, 14 May 2018 09:55:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=DGXDmdlKw7Nwz1Eybzj453jLVTMo5evN97aBoSlUpb0=; b=jMtbDxoXxxy6zHDkS9anuNdJs BKL6NdBeJ1+4OZxkKqxeS8UdkUc/S4ehdUGn8CSWfopucdEj02rdks6tf4+vC15ZBwHF27cKCOOtI JCiTZZxYYoG/lBjLE0Uwc+5pE/DrTHxSY8kd/hOBQFEH94FC/UNCZVReFBIH4e4BGjESg=; Received: from [103.61.73.125] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1fIDuv-0003Tj-FT; Mon, 14 May 2018 19:23:33 +0530 From: Arun Isaac To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#31389] [PATCH] gnu: Add pass-rotate. In-Reply-To: <87mux3l2he.fsf@gnu.org> References: <20180509082833.16435-1-arunisaac@systemreboot.net> <87mux3l2he.fsf@gnu.org> Date: Mon, 14 May 2018 19:25:06 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 31389-done Cc: 31389-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 (-) Thanks for the review. Pushed! From unknown Wed Jun 25 05:37:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 12 Jun 2018 11:24:06 +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