From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by sourceware.org (Postfix) with ESMTPS id D191A3858C2F for ; Sat, 2 Jul 2022 12:14:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D191A3858C2F 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 fwd78.dcpf.telekom.de (fwd78.aul.t-online.de [10.223.144.104]) by mailout02.t-online.de (Postfix) with SMTP id 40F6A7A1D for ; Sat, 2 Jul 2022 14:13:47 +0200 (CEST) Received: from [192.168.2.102] ([87.187.34.65]) by fwd78.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1o7c0P-1u4r3o0; Sat, 2 Jul 2022 14:13:45 +0200 From: Christian Franke Subject: New: pass 1.7.4-1 To: cygwin-announce@cygwin.com Message-ID: Date: Sat, 2 Jul 2022 14:13:45 +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: 7bit X-TOI-EXPURGATEID: 150726::1656764025-0143C329-AFB85532/0/0 CLEAN NORMAL X-TOI-MSGID: c3137276-2d64-4d23-8f73-32619c34bc2d X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00, FREEMAIL_FROM, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, 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-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2022 12:14:34 -0000 The latest upstream release of pass (password-store) is now available in the Cygwin distribution. https://www.passwordstore.org/ '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. 'pass' uses gpg2 or gpg from the PATH, gpg2 takes precedence. Non-Cygwin versions of gpg2 or gpg are also supported if no Cygwin gnupg* Package is installed. Christian Franke