aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions
ass-age: Add age-keygen to inputs....* gnu/packages/password-utils.scm (pass-age)[inputs]: Add age-keygen. [arguments]: Wrap with it. Tobias Geerinckx-Rice 2022-10-16gnu: Add go-filippo-io-age....* gnu/packages/password-utils.scm (age): Move from here… * gnu/packages/golang.scm (age): …to here, and inherit from… (go-filippo-io-age): …this new source-only package variable. Tobias Geerinckx-Rice 2022-10-16gnu: pass-age: Unpropagate inputs....* gnu/packages/password-utils.scm (pass-age)[arguments]: Add a new 'wrap-script phase. [propagated-inputs]: Move them all from here… [inputs]: …to here. Add missing procps for /bin/pkill. Tobias Geerinckx-Rice 2022-10-16gnu: Add pass-age....* gnu/packages/password-utils.scm (pass-age): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Nicolas Graves 2022-10-16gnu: Add age....* gnu/packages/password-utils.scm (age): New variable. Nicolas Graves 2022-10-16gnu: pass-tomb: Update to 1.3....* gnu/packages/password-utils.scm (pass-tomb): Update to 1.3. Tobias Geerinckx-Rice 2022-10-16gnu: cracklib: Update to 2.9.8....* gnu/packages/password-utils.scm (cracklib): Update to 2.9.8. Tobias Geerinckx-Rice 2022-10-06gnu: tessen: Update to 2.1.2....* gnu/packages/password-utils.scm (tessen): Update to 2.1.2. [arguments]: Substitute notify-send, wl-copy and xdg-open. [inputs] Add libnotify, wl-clipboard and xdg-utils. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Tanguy Le Carrour 2022-10-06gnu: Add cpass....* gnu/packages/password-utils.scm (cpass): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> ( 2022-09-04gnu: hashcat: Fix cross-compilation....* gnu/packages/password-utils.scm (hashcat)[native-inputs]: Move to ... (hashcat)[inputs]: ... here. (hashcat)[arguments]<#:make-flags>: Set AR and CC. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos 2022-09-04gnu: hashcat: Rewrite with G-exps....This is required for cross-compilation, as %output does not exist when cross-compiling. * gnu/packages/password-utils.scm (hashcat)[arguments]: Rewrite with G-exps. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos 2022-09-04gnu: hashcat: Unbundle everything but LZMA-SDK....There does not appear to be a convenient Guix package for LZMA-SDK yet. I currently have a bit of a dirty working tree (fiddling with imports), so the use-modules is in the wrong place. Also, a small rebase conflict, the version and source hash of hashcat has been updated. * gnu/packages/password-utils.scm (hashcat)[source]{snippet}: Delete everything from deps except for deps/LZMA-SDK. (hashcat)[inputs]: Add minizip, xxhash and zlib. (hashcat)[arguments]<#:make-flags>: Add USE_SYSTEM_ZLIB, USE_SYSTEM_OPENCL and USE_SYSTEM_XXHASH. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos 2022-09-04gnu: hashcat: Don't embed timestamp, fixing reproducibility....* gnu/packages/password-utils.scm (hashcat)[arguments]{#:phases}: Remove timestamp, fixing reproducibility. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos 2022-09-02gnu: hashcat: Update to 6.2.5....* gnu/packages/password-utils.scm (hashcat): Update to 6.2.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hendursaga 2022-07-31gnu: qttools: Rename to qttools-5....Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer 2022-07-31gnu: qtsvg: Rename variable to qtsvg-5....This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i Maxim Cournoyer 2022-06-01Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner 2022-05-31gnu: john-the-ripper-jumbo: Use Python 3....* gnu/packages/password-utils.scm (john-the-ripper-jumbot): [inputs]: Use new style and replace python-2 by python-wrapper. [phases]{install}: Delete trailing #t. Maxim Cournoyer 2022-05-31gnu: Remove sala....* gnu/packages/password-utils.scm (sala): Delete variable. Maxim Cournoyer 2022-04-28Merge branch 'master' into stagingLudovic Courtès 2022-04-06gnu: keepassxc: Update to 2.7.1....* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.1. Efraim Flashner 2022-03-22gnu: keepassxc: Improve package style....* gnu/packages/password-utils.scm (keepassxc)[arguments]: Use G-expressions. [native-inputs]: Remove labels. Nicolas Goaziou 2022-03-22gnu: keepassxc: Update to 2.7.0....* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.0. [arguments]<#:phases>: Skip failing test. [inputs]: Add BOTAN, MINIZIP and PCSC-LITE. test Nicolas Goaziou 2022-03-21Merge branch 'master' into staging.Maxim Cournoyer