Revisions of password-store

Michael Vetter's avatar Michael Vetter (jubalh) accepted request 979640 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 28)
- This package should also own
  %{_prefix}/lib/password-store/extensions directory for other
  pass plugins.

When accepted pass-otp and (pending submission) pass-import should be adjusted.
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 940532 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 27)
- change the requires for the clipboard utilities to recommends
  to lower the foot print for server installations
  by default zypper installs recommends so for most users nothing
  should change.
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 940519 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 26)
- change the git dependency from git to git-core
  This allows smaller installations on a server

For the same ... we should probably consider downgrading the requires for the clipboard tools to a recommends?
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 921237 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 25)
Add patch to fix boo#1185984
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 907431 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 24)
- Make password-store-dmenu require password-store, as it's
  useless without pass.
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 899844 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 23)
New upstream release 1.7.4
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 893143 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 22)
boo#1185984: Require either xclip or wl-clipboard
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 880764 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 21)
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
Dan Čermák's avatar Dan Čermák (dancermak) committed (revision 20)
Update password-store.changes
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 693006 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 19)
small fixes to the pass spec file: cleanup rpmlint warnings, require xclip, preserve timestamps
Theo Chatzimichos's avatar Theo Chatzimichos (tampakrap) accepted request 627586 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 18)
- Update to 1.7.3 (bugfix release)
  * Simplify filename matching in redact_pass.vim
  * Do not put passwords in herestrings
  * Do not set foreground color for generated password
  * Add custom bash completion for extensions
  * show: do not store binary data in bash vars
Theo Chatzimichos's avatar Theo Chatzimichos (tampakrap) accepted request 626041 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 17)
- Use noun phrase in summary. Fix double meaning of "pass".
Theo Chatzimichos's avatar Theo Chatzimichos (tampakrap) accepted request 617019 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 16)
- Update to 1.7.2
  * Large number of bug fixes
  * Fixed the signature verification routine that parses the output of GnuPG.
    Previously, it was prone to spoofing of file signatures and allowed
    attackers to inject additional encryption keys (bsc#1097774
    CVE-2018-12356).
- Applied spec-cleaner
Theo Chatzimichos's avatar Theo Chatzimichos (tampakrap) accepted request 540301 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 15)
- Version bump 1.7.1
  * Bug Fixes
    * Add compatibility with GnuPG 2.2.19
    * Uniformly use the $GPG variable
    * Do the correct thing with subkeys when reencrypting
    * Fix test suite on OS X
- Drop password-store-gpg-2.1.patch
 * merged in 6f867674272a03273212259b9039c9356a6ed90
- clean spec file with spec-cleaner
- use %make_install macro
Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) committed (revision 14)
.
Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) accepted request 478528 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 13)
- 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
Theo Chatzimichos's avatar Theo Chatzimichos (tampakrap) committed (revision 12)
- Add conditionals on dependencies that don't exist on older distros
- Disable tests in older distros where the dependencies don't satisfy them
Theo Chatzimichos's avatar Theo Chatzimichos (tampakrap) committed (revision 11)
test
Theo Chatzimichos's avatar Theo Chatzimichos (tampakrap) committed (revision 10)
test
Theo Chatzimichos's avatar Theo Chatzimichos (tampakrap) committed (revision 9)
test
Displaying revisions 1 - 20 of 28
openSUSE Build Service is sponsored by