From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by sourceware.org (Postfix) with ESMTPS id 4BFF23858D39 for ; Fri, 1 Jul 2022 06:27:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4BFF23858D39 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: sourceware.org; spf=none smtp.mailfrom=t-online.de Received: from fwd83.dcpf.telekom.de (fwd83.aul.t-online.de [10.223.144.109]) by mailout06.t-online.de (Postfix) with SMTP id DCCB6506B for ; Fri, 1 Jul 2022 08:27:06 +0200 (CEST) Received: from [192.168.2.102] ([87.187.34.65]) by fwd83.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1o7A7M-03Xi4m0; Fri, 1 Jul 2022 08:27:04 +0200 From: Christian Franke Subject: [ITP] pass 1.7.4-1 (password-store) To: cygwin-apps@cygwin.com Message-ID: Date: Fri, 1 Jul 2022 08:27:03 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 SeaMonkey/2.53.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-TOI-EXPURGATEID: 150726::1656656824-014272E6-E3CDC2E9/0/0 CLEAN NORMAL X-TOI-MSGID: c5c1fb6b-cd95-4815-9eef-f8de7a5c3fc1 X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, FREEMAIL_FROM, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2022 06:27:12 -0000 I would like to contribute pass (password-store): https://www.passwordstore.org/ https://repology.org/project/password-store/versions pass-1.7.4-1.hint: category: Utils requires: bash coreutils grep sed tree sdesc: "Lightweight CLI directory-based password manager" ldesc: "Pass is a command line tool which stores, retrieves and generates passwords securely using gpg.  Optionally password changes could be tracked and synchronized with git.  Passwords could be temporarily pasted to /dev/clipboard or displayed as QR codes (requires package qrencode).  Auto completion modules for bash, fish and zsh are included.  A vim plugin disables insecure options during password editing." Package for review: wget -r -nH --cut-dirs=2 \ https://chrfranke.de/cygwin/noarch/pass-1.7.4-1.hint \ https://chrfranke.de/cygwin/noarch/pass-1.7.4-1-src.hint \ https://chrfranke.de/cygwin/noarch/pass-1.7.4-1-src.tar.xz \ https://chrfranke.de/cygwin/noarch/pass-1.7.4-1.tar.xz \ https://chrfranke.de/cygwin/noarch/pass-1.7.4-1.sha256 gpg or gpg2 are also required. Non-Cygwin versions of gpg.exe or gpg2.exe are also supported if neither gnupg nor gnupg2 is installed. Package naming differs in practice: - "pass": Fedora, ... - I decided to use this. - "pass" but "password-store" for src package: Debian, Ubuntu, ... - "password-store": ... -- Regards, Christian