2023-04-28 20:35:12 by Nikita | Files touched by this commit (2) | |
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
|
2018-08-11 19:49:42 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
password-store: Update security/password-store to 1.7.3
Discussed with and thanks to <imil>!
Changes:
1.7.3
-----
Pass 1.7.3 has been released with a few small bug fixes, including one
regression involving storing binary data in pass from 1.7.2.
|
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|