'cgit v1.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/password-utils.scm
AgeCommit message (Collapse)Author
2024-08-31gnu: otpclient: Fix build.宋文武
* gnu/packages/password-utils.scm (otpclient)[arguments]: Don't refer to nonexistent 'wrap' phase. Change-Id: I05d6face0809343247d332c042ce9f6bc69e0e78
2024-08-31gnu: makepasswd: Add libxcrypt dependency.宋文武
* gnu/packages/password-utils.scm (makepasswd)[inputs]: Add libxcrypt. Change-Id: I4296a814148b42032c8f66449ea945a37bc768de
2024-08-31gnu: passwdqc: Add libxcrypt dependency.宋文武
* gnu/packages/password-utils.scm (passwdqc)[inputs]: Add libxcrypt. Change-Id: I71e7261170cc433952bcaa0a4a1bdda95cd94d65
2024-08-31gnu: password-utils: Add 'bash' input for 'wrap-program'.Maxime Devos
It is required for cross-compilation. * gnu/packages/password-utils.scm (shroud)[inputs]: Likewise. (assword)[inputs]: Likewise. (password-store)[inputs]: Likewise. (pass-age)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I6400ef2a53f9ffe7c5e6690069f58e6a54bf3af6
2024-07-23gnu: keepassxc: Update to 2.7.9.Nicolas Goaziou
* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.9. Change-Id: Ifcdfa5b58e4d7407c270bfa715fb94019015c089
2024-06-26gnu: Add rofi-pass-wayland.John Kehayias
This variant of rofi-pass swaps out the X-related tools used for Wayland versions and changes the default configuration file to use them. * gnu/packages/password-utils.scm (rofi-pass-wayland): New variable. Change-Id: Ie844fc2f3a7f49fd6322e5418a6944b6b941abce
2024-06-26gnu: rofi-pass: Update to 2.0.2-0.8aa6b92.John Kehayias
With no release in over 5 years, update to the most recent commit to include features like Wayland support. Rewrite the package definition to use the makefile, patch paths, and generally improve the style. * gnu/packages/password-utils.scm (rofi-pass): Update to 2.0.2-0.8aa6b92. [origin]: Use git-fetch rather than just the individual script. [build-system]: Switch to gnu-build-system. [arguments]: Remove modules and builder. Disable tests. Add make-flags. <phases>: Add fix-etc-path and wrap-path phases. Remove configure and build. [propagated-inputs]: Move to ... [inputs]: ... here. Add bash-minimal, pwgen, xclip, and xset. Change-Id: Ia03ef46f3b567bc2eb6d1350db3612043f06d94b
2024-06-11gnu: keepassxc: Update to 2.7.8.Timotej Lazar
* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.8. Change-Id: Ibcd4097972ea2878f461044c82784eecd194dd13 Signed-off-by: jgart <jgart@dismail.de>
2024-04-06gnu: go-github-com-mattn-go-zglob: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-mattn-go-zglob): Move from here ... * gnu/packages/golang-xyz.scm: ... to here * gnu/packages/password-utils.scm: Add (gnu packages golang-xyz) module. Change-Id: I3777ff257c6baa91930e141f84f9da94be0634b6
2024-03-26gnu: Add zxcvbn-c.Efraim Flashner
* gnu/packages/password-utils.scm (zxcvbn-c): New variable. Change-Id: I160575fb4b7ce9fe7a5bd5bb5322c78376f8d259
2024-03-17gnu: keepassxc: Update to 2.7.7.Nicolas Goaziou
* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.7. Change-Id: I5fa337184de094fbb105571360a5766dfe3f8f33
2024-03-12gnu: ssh-to-age: Update to 1.1.7.Giacomo Leidi
* gnu/packages/password-utils.scm (ssh-to-age): Update to 1.1.7. [synopsis]: Remove period at the end of the sentence. Change-Id: Ide1bab2490b52459c31191d578619f9ea1edcbaf Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-03-01gnu: Add bruteforce-salted-openssl.Guillaume Le Vaillant
* gnu/packages/password-utils.scm (bruteforce-salted-openssl): New variable. Change-Id: I90e52a6f70333ef14024fd794b6cb55692fdc24e
2024-03-01gnu: bruteforce-luks: Update to 1.4.1.Guillaume Le Vaillant
* gnu/packages/password-utils.scm (bruteforce-luks): Update to 1.4.1. [source]: Switch to git-fetch method. [native-inputs]: Remove lzip, add autoconf and automake. Change-Id: Iea339deb9d4331cb0813468fbcd84b7a5112e6bd
2024-02-26gnu: Add pass-coffinChristian Miller via Guix-patches via
* gnu/packages/password-utils.scm (pass-coffin): New variable. Reviewed-by: Steve George <steve@futurile.net> Change-Id: I2fdf6c755b9b75780c5a3c0304e5b961a15640a4 Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-02-13gnu: go-golang-org-x-sys: Move to golang-build.Sharlatan Hellseher
* gnu/packages/golang.scm (go-golang-org-x-sys): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/curl.scm: Add (gnu packages golang-build) module. * gnu/packages/databases.scm: As above. * gnu/packages/docker.scm: As above. * gnu/packages/golang-build.scm: As above. * gnu/packages/golang.scm: As above. * gnu/packages/irc.scm: As above. * gnu/packages/linux.scm: As above. * gnu/packages/password-utils.scm: As above. * gnu/packages/syncthing.scm: As above. * gnu/packages/textutils.scm: As above. * gnu/packages/vpn.scm: As above. * gnu/packages/weather.scm: As above. * gnu/packages/web.scm: As above. Change-Id: I161e89cacb9aa87b4fbb643ecd9ad32cfe49c9d7
2024-02-13gnu: qtpass: Switch to qt-build-system and new package style.Timotej Lazar
* gnu/packages/password-utils.scm (qtpass): Use qt-build-system. [arguments]: Drop 'wrap-qt and 'check-setup phases. Drop the unnecessary 'reset-resource-timestamps phase. Use new package style for remaining phases. [inputs]: Drop qtbase-5. Change-Id: I23a0b8dfd1fdfeca343704d3df084c522b319d30 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-02-13gnu: qtpass: Update to 1.4.0.Timotej Lazar
* gnu/packages/password-utils.scm (qtpass): Update to 1.4.0. Change-Id: Ia0d29a0044b8bfedef692aba337d1ef23c672804 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-01-28gnu: go-filippo-io-edwards25519: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-filippo-io-edwards25519): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. * gnu/packages/password-utils.scm: Add (gnu packages golang-crypto) to used modules. Change-Id: I11769b8b212bf4cbe98fe10181c0a2a479c599df