./security/password-store, Standard UNIX password manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.7.4, Package name: password-store-1.7.4, Maintainer: imil

Password management should be simple and follow Unix philosophy. With pass,
each password lives inside of a gpg encrypted file whose filename is the title
of the website or resource that requires the password. These encrypted files
may be organized into meaningful folder hierarchies, copied from computer to
computer, and, in general, manipulated using standard command line file
management utilities.

pass makes managing these individual password files extremely easy. All
passwords live in ~/.password-store, and pass provides some nice commands for
adding, editing, generating, and retrieving passwords. It is a very short and
simple shell script. It's capable of temporarily putting passwords on your
clipboard and tracking password changes using git


Required to run:
[converters/base64] [misc/getopt] [shells/bash] [security/gnupg2] [sysutils/tree] [devel/git-base]

Required to build:
[pkgtools/cwrappers]

Package options: git

Master sites:

Filesize: 63.742 KB

Version history: (Expand)


CVS history: (Expand)


   2023-04-28 20:35:12 by Nikita | Files touched by this commit (2) | Package updated
Log message:
password-store: update to version 1.7.4

No Changelog could be found.
   2021-11-23 08:50:15 by Masatake Daimon | Files touched by this commit (2)
Log message:
Install shell-completion scripts into shell-specific directories

...so that they will be automatically found by shells. It's more
helpful than requiring users to copy scripts from share/examples.
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2020-08-18 04:12:44 by Tobias Nygren | Files touched by this commit (3)
Log message:
password-store: shell portability. Bump.
   2020-01-27 13:56:38 by Masatake Daimon | Files touched by this commit (1)
Log message:
Add missing dependency on converters/base64
   2018-09-23 14:39:19 by Leonardo Taccari | Files touched by this commit (1)
Log message:
password-store: Adjust BASE64 definition as part of fixsh SUBST class

Instead of using a generic `base64' initialize the BASE64 variable in order to
actually use converters/base64 (this was problematic when for example NetBSD
base64(1) was used).

Bump PKGREVISION
   2018-09-19 11:45:18 by Leonardo Taccari | Files touched by this commit (3)
Log message:
password-store: Remove no longer needed patch-contrib_dmenu_passmenu

xdotool-3.20160805.1 supports the --file option.

Please also note that with the previous patch spaces in password
were ignored possibly leading to surprising and incorrect paste,
sorry for that! (now they should work fine)

Bump PKGREVISION