/etc/substitutes/

ref='/guix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/password-utils.scm
AgeCommit message (Collapse)Author
2020-04-13gnu: keepassxc: Update to 2.5.4.Nicolas Goaziou
* gnu/packages/password-utils.scm (keepassxc): Update to 2.5.4.
2020-04-12gnu: pass-git-helper: Fix grammar of "allows to use" to "uses".Vagrant Cascadian
* gnu/packages/password-utils (pass-git-helper): Fix grammar.
2020-03-12gnu: Add browserpass-native.Alex Griffin
* gnu/packages/password-utils.scm (browserpass-native): New variable.
2020-02-17gnu: yapet: Update home page.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (yapet)[home-page]: Update.
2020-02-10gnu: password-store: Install fish and zsh completions.Brice Waegeneire
* gnu/packages/password-utils.scm (password-store)[arguments]: Remove phase install-shell-completions. Adjust make-flags.
2020-01-28gnu: Add bruteforce-luks.Guillaume Le Vaillant
* gnu/packages/password-utils.scm (bruteforce-luks): New variable.
2020-01-27gnu: keepassxc: Update to 2.5.3.Efraim Flashner
* gnu/packages/password-utils.scm (keepassxc): Update to 2.5.3.
2020-01-22gnu: argon2: Update to 20190702.Efraim Flashner
* gnu/packages/password-utils.scm (argon2): Update to 20190702. [arguments]: Adjust make-flags. Remove 'patch-Makefile phase.
2020-01-22gnu: argon2: Don't use unstable tarball.Efraim Flashner
* gnu/packages/password-utils.scm (argon2)[source]: Download using git-fetch.
2020-01-22gnu: pass-git-helper: Run test suite.Efraim Flashner
* gnu/packages/password-utils.scm (pass-git-helper)[arguments]: Adjust custom 'patch-pass-path phase. Use custom 'check phase.
2020-01-22gnu: pass-git-helper: Update to 1.1.0.Efraim Flashner
* gnu/packages/password-utils.scm (pass-git-helper): Update to 1.1.0. [arguments]: Update 'patch-pass-path phase. Add 'pre-check phase. [native-inputs]: Add python-pytest, python-pytest-mock.
2020-01-22gnu: pass-git-helper: Don't use unstable tarball.Efraim Flashner
* gnu/packages/password-utils.scm (pass-git-helper)[source]: Download using git-fetch.
2020-01-22gnu: pass-rotate: Update upstream location.Efraim Flashner
* gnu/packages/password-utils.scm (pass-rotate)[source]: Update to new source uri. [home-page]: Update to new home-page.
2020-01-22gnu: pass-rotate: Don't use unstable tarball.Efraim Flashner
* gnu/packages/password-utils.scm (pass-rotate)[source]: Download using git-fetch. Reflow section.
2020-01-15gnu: keepassxc: Update to 2.5.2.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (keepassxc): Update to 2.5.2.
2019-12-28gnu: password-store: Make search path single-entry.Alex Griffin
* gnu/packages/password-utils.scm (password-store)[native-search-paths]: Add separator #f to search path specification.
2019-12-01gnu: yapet: Update to 2.3.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (yapet): Update to 2.3. [inputs]: Add argon2. [native-inputs]: Add cppunit.
2019-11-22gnu: libpwquality: Update to 1.4.2.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (libpwquality): Update to 1.4.2.
2019-11-22gnu: libpwquality: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (libpwquality)[source]: Hard-code NAME.
2019-11-16gnu: keepassxc: Update to 2.5.1.Efraim Flashner
* gnu/packages/password-utils.scm (keepassxc): Update to 2.5.1.
2019-11-08gnu: packages: Add rofi-pass.Tanguy Le Carrour
* gnu/packages/password-utils.scm (rofi-pass): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-11-07gnu: john-the-ripper-jumbo: Enable tests.Eric Bavier
* gnu/packages/password-utils.scm (john-the-ripper-jumbo)[arguments]: Remove '#:tests? #f'. Add 'check' phase after 'install'.
2019-11-07gnu: john-the-ripper-jumbo: Update to 1.9.0.Eric Bavier
* gnu/packages/password-utils.scm (john-the-ripper-jumbo): Update to 1.9.0. [source]: Remove patches. [native-inputs]: New field. [inputs]: Add python and ruby for script shebangs. Remove unused mit-krb5. [arguments]: In #:configure-flags use new "--with-systemwide" flag, fix typo in "--disable-native-macro", and pass "--enable-simd=..." based on system. Rename local "homedir" variable to "datadir" for clarity. Return #t from 'chdir-src phase. Create extension-less symlinks for many scripts in 'install phase.
2019-10-27gnu: keepassxc: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (keepassxc)[source]: Hard-code NAME.
2019-10-27gnu: keepassxc: Update to 2.5.0.Efraim Flashner
* gnu/packages/password-utils.scm (keepassxc): Update to 2.5.0. [arguments]: Enable all extra features, except for update checking. [inputs]: Add libyubikey, quazip, readline, yubikey-personalization. Remove curl. [license]: Update comment.
2019-10-15gnu: pwsafe: Move googletest to native-inputs.Efraim Flashner
* gnu/packages/password-utils.scm (pwsafe)[inputs]: Move googletest ... [native-inputs]: ... to here.
2019-10-15gnu: pwsafe: Update to 3.5.0Tim Gesthuizen
* gnu/packages/password-utils.scm (pwsafe): Update to 3.5.0. [source]: Use git-file-name. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-08-29Merge branch 'master' into core-updatesMark H Weaver
2019-08-25gnu: shroud: Update to 0.1.2.Amar Singh
* gnu/packages/password-utils.scm (shroud): Update to 0.1.2. Shroud now builds with Guile-2.2. Remove hardcoded '2.0' string. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-19gnu: john-the-ripper-jumbo: Build against OpenSSL 1.0.Rutger Helling
* gnu/packages/password-utils.scm (john-the-ripper-jumbo): Change OPENSSL to OPENSSL-1.0.
2019-07-04gnu: Add qtpass.Jens Mølgaard
* gnu/packages/password-utils.scm (qtpass): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-16gnu: keepassxc: Update to 2.4.3.Efraim Flashner
* gnu/packages/password-utils.scm (keepassxc): Update to 2.4.3.
2019-06-03gnu: cracklib: Install password dictionary.Florian Pelz
* gnu/packages/password-utils.scm (cracklib): Use `make dict`. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-02gnu: keepassxc: Update to 2.4.2.Nicolas Goaziou
* gnu/packages/password-utils.scm (keepassxc): Update to 2.4.2.
2019-05-23gnu: keepassxc: Update to 2.4.1.Nicolas Goaziou
* gnu/packages/password-utils.scm (keepassxc): Update to 2.4.1. [arguments]: Disable update checking. [inputs]: Add qrencode and qtsvg.
2019-04-22gnu: Add pass-otp.Alex Griffin
* gnu/packages/password-utils.scm (pass-otp): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2019-04-22gnu: password-store: Allow external packages to provide extensions.Alex Griffin
* gnu/packages/password-utils.scm (password-store): Add mechanism for providing pass extensions in separate packages. [arguments]: Add patch-system-extension-dir phase. [native-search-paths]: Add PASSWORD_STORE_SYSTEM_EXTENSION_DIR. Signed-off-by: Christopher Baines <mail@cbaines.net>
2019-04-04gnu: Move nss & co. to nss.scm.Ludovic Courtès
* gnu/packages/gnuzilla.scm (nspr, nss): Move to... * gnu/packages/nss.scm: ... here. New file. * gnu/packages/chromium.scm, gnu/packages/disk.scm, gnu/packages/freedesktop.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/java.scm, gnu/packages/libreoffice.scm, gnu/packages/linux.scm, gnu/packages/mate.scm, gnu/packages/openldap.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/polkit.scm, gnu/packages/qt.scm, gnu/packages/sssd.scm, gnu/packages/storage.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/xml.scm: Adjust accordingly. * gnu/local.mk (GNU_SYSTEM_MODULES): Add nss.scm.
2019-03-18gnu: cracklib: Update to 2.9.7.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (cracklib): Update to 2.9.7. [source]: Remove patches. * gnu/packages/patches/cracklib-CVE-2016-6318.patch, gnu/packages/patches/cracklib-fix-buffer-overflow.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove them.