Switch to a git snapshot since the upstream did their last release 3 years ago.
- Update to version 1.7.3+git20210216.918992c:
* fish-completion: reuse "git" and "grep" completions
* fish-completion: don't erase existing completions for pass
* fish-completion: force some variables to be script-local
* fish-completion: support completions for wrapper commands
* fish-completion: remove obsolete flag
* fish-completion: avoid printing errors with an empty password store
* Unset variables messing with Git use
* Support extractions of secret fields other than password
* Re add password-store-timeout for backward compatibility
* Account for missing [:graph:] on Busybox by using [:alnum:][:punct:]
* Exclude invalid, disabled and revoked subkeys from subkey selection
* clip: Add support for wl-clipboard
* bash-completion: detect whether to use gpg/gpg2 binary for complete keys
* bash_completion: do not leak variables to globals scope
* Do not reencrypt symbolic links
OBS-URL: https://build.opensuse.org/request/show/880764
OBS-URL: https://build.opensuse.org/package/show/security:privacy/password-store?expand=0&rev=21
- Version bump 1.7
* Features
* Extensions: pass can now load user-defined extensions from a system
directory or a user directory. There's already a nice ecosystem of
extensions being built, even at this early stage. See the pass man page for
more information.
* Signatures: there is now an option to enforce signatures of the .gpg-id file
and extensions using an environment variable.
* QRCodes: generate and show have now learned the --qrcode/-q switch. Note to
package maintainers: this adds a dependency on the popular qrencode package.
* Password generation: rather than use pwgen, we now use /dev/urandom more
directly, which results in more assured password security, as well as
customizable character sets, via an environment variable. See the pass man
page for more information on this customization. Package maintainers: you
may now drop the dependency on pwgen.
* Importers: there now are several more importers. More and more folks are
moving to pass!
* Selectable clipping: you can now specify which line you wish to copy to the
clipboard or display with a qrcode when using -c or -q.
* Git discovery: The PASSWORD_STORE_GIT environment variable has been removed,
and instead pass will automatically choose the git repository closest to the
file being modified (but not out of the actual password store itself). This
should help people who like to nest git repos for different organizations.
* Bug fixes: too many to count.
- New dependency qrencode
- Make pwgen a recommended tool
- Add patch password-store-gpg-2.1.patch to be able to handle new gpg behaviour
boo#1028867 (forwarded request 478528 from WernerFink)
OBS-URL: https://build.opensuse.org/request/show/479463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/password-store?expand=0&rev=4
- Version bump 1.7
* Features
* Extensions: pass can now load user-defined extensions from a system
directory or a user directory. There's already a nice ecosystem of
extensions being built, even at this early stage. See the pass man page for
more information.
* Signatures: there is now an option to enforce signatures of the .gpg-id file
and extensions using an environment variable.
* QRCodes: generate and show have now learned the --qrcode/-q switch. Note to
package maintainers: this adds a dependency on the popular qrencode package.
* Password generation: rather than use pwgen, we now use /dev/urandom more
directly, which results in more assured password security, as well as
customizable character sets, via an environment variable. See the pass man
page for more information on this customization. Package maintainers: you
may now drop the dependency on pwgen.
* Importers: there now are several more importers. More and more folks are
moving to pass!
* Selectable clipping: you can now specify which line you wish to copy to the
clipboard or display with a qrcode when using -c or -q.
* Git discovery: The PASSWORD_STORE_GIT environment variable has been removed,
and instead pass will automatically choose the git repository closest to the
file being modified (but not out of the actual password store itself). This
should help people who like to nest git repos for different organizations.
* Bug fixes: too many to count.
- New dependency qrencode
- Make pwgen a recommended tool
- Add patch password-store-gpg-2.1.patch to be able to handle new gpg behaviour
boo#1028867
OBS-URL: https://build.opensuse.org/request/show/478528
OBS-URL: https://build.opensuse.org/package/show/security:privacy/password-store?expand=0&rev=13
- Version bump 1.6.5:
* 1.6.4 Changelog:
* Features:
* "add" is an alias of "insert"
* `pass edit` will no longer make a commit if the password does not change
* Symbolic links are now followed
* Remove gpg agent check, due to the auto-starting gpg-agent in GnuPG 2.1
* Bug Fixes:
* Avoid trailing slash in `pass grep`
* Account for $CLIP_TIME in messages
* revelation2pass, keepassx2pass, and other script improvements
* Fix .gpg extension in tree listings, and preserve colors
* Improved support for getopt on OSX
* Updates for zsh and fish completion autoloading
* Always preserve TTY for pinentry
* Only use encryption subkeys
* Better clip error messages
* No longer use hidden recipients
* 1.6.5 Changelog:
* Features:
* Support Gpg4win alongside Cygwin
* Bug Fixes:
* Work around unit tests bug with GnuPG 2.1.0 and 2.1.1
* Manually migrate unit tests keys to GnuPG 2.1 series
* Restore support for GnuPG 2.0 series
- Add a few builddeps so that we don't own the dirs of the completion files
OBS-URL: https://build.opensuse.org/request/show/283209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/password-store?expand=0&rev=2
* 1.6.4 Changelog:
* Features:
* "add" is an alias of "insert"
* `pass edit` will no longer make a commit if the password does not change
* Symbolic links are now followed
* Remove gpg agent check, due to the auto-starting gpg-agent in GnuPG 2.1
* Bug Fixes:
* Avoid trailing slash in `pass grep`
* Account for $CLIP_TIME in messages
* revelation2pass, keepassx2pass, and other script improvements
* Fix .gpg extension in tree listings, and preserve colors
* Improved support for getopt on OSX
* Updates for zsh and fish completion autoloading
* Always preserve TTY for pinentry
* Only use encryption subkeys
* Better clip error messages
* No longer use hidden recipients
* 1.6.5 Changelog:
* Features:
* Support Gpg4win alongside Cygwin
* Bug Fixes:
* Work around unit tests bug with GnuPG 2.1.0 and 2.1.1
* Manually migrate unit tests keys to GnuPG 2.1 series
* Restore support for GnuPG 2.0 series
OBS-URL: https://build.opensuse.org/package/show/security:privacy/password-store?expand=0&rev=6
* Features:
* "add" is an alias of "insert"
* `pass edit` will no longer make a commit if the password does not change
* Symbolic links are now followed
* Remove gpg agent check, due to the auto-starting gpg-agent in GnuPG 2.1
* Bug Fixes:
* Avoid trailing slash in `pass grep`
* Account for $CLIP_TIME in messages
* revelation2pass, keepassx2pass, and other script improvements
* Fix .gpg extension in tree listings, and preserve colors
* Improved support for getopt on OSX
* Updates for zsh and fish completion autoloading
* Always preserve TTY for pinentry
* Only use encryption subkeys
* Better clip error messages
* No longer use hidden recipients
OBS-URL: https://build.opensuse.org/package/show/security:privacy/password-store?expand=0&rev=2