/gnu/tests/

ve-search-paths]: Add separator #f to search path specification. Alex Griffin 2019-12-01gnu: yapet: Update to 2.3....* gnu/packages/password-utils.scm (yapet): Update to 2.3. [inputs]: Add argon2. [native-inputs]: Add cppunit. Tobias Geerinckx-Rice 2019-11-22gnu: libpwquality: Update to 1.4.2....* gnu/packages/password-utils.scm (libpwquality): Update to 1.4.2. Tobias Geerinckx-Rice 2019-11-22gnu: libpwquality: Don't use NAME in source URI....* gnu/packages/password-utils.scm (libpwquality)[source]: Hard-code NAME. Tobias Geerinckx-Rice 2019-11-16gnu: keepassxc: Update to 2.5.1....* gnu/packages/password-utils.scm (keepassxc): Update to 2.5.1. Efraim Flashner 2019-11-08gnu: packages: Add rofi-pass....* gnu/packages/password-utils.scm (rofi-pass): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Tanguy Le Carrour 2019-11-07gnu: john-the-ripper-jumbo: Enable tests....* gnu/packages/password-utils.scm (john-the-ripper-jumbo)[arguments]: Remove '#:tests? #f'. Add 'check' phase after 'install'. Eric Bavier 2019-11-07gnu: john-the-ripper-jumbo: Update to 1.9.0....* 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. Eric Bavier 2019-10-27gnu: keepassxc: Don't use NAME in source URI....* gnu/packages/password-utils.scm (keepassxc)[source]: Hard-code NAME. Tobias Geerinckx-Rice 2019-10-27gnu: keepassxc: Update to 2.5.0....* 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. Efraim Flashner 2019-10-15gnu: pwsafe: Move googletest to native-inputs....* gnu/packages/password-utils.scm (pwsafe)[inputs]: Move googletest ... [native-inputs]: ... to here. Efraim Flashner 2019-10-15gnu: pwsafe: Update to 3.5.0...* 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> Tim Gesthuizen 2019-08-29Merge branch 'master' into core-updatesMark H Weaver 2019-08-25gnu: shroud: Update to 0.1.2....* 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> Amar Singh 2019-07-19gnu: john-the-ripper-jumbo: Build against OpenSSL 1.0....* gnu/packages/password-utils.scm (john-the-ripper-jumbo): Change OPENSSL to OPENSSL-1.0. Rutger Helling 2019-07-04gnu: Add qtpass....* gnu/packages/password-utils.scm (qtpass): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens Mølgaard 2019-06-16gnu: keepassxc: Update to 2.4.3....* gnu/packages/password-utils.scm (keepassxc): Update to 2.4.3. Efraim Flashner 2019-06-03gnu: cracklib: Install password dictionary....* gnu/packages/password-utils.scm (cracklib): Use `make dict`. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Florian Pelz 2019-06-02gnu: keepassxc: Update to 2.4.2....* gnu/packages/password-utils.scm (keepassxc): Update to 2.4.2. Nicolas Goaziou 2019-05-23gnu: keepassxc: Update to 2.4.1....* gnu/packages/password-utils.scm (keepassxc): Update to 2.4.1. [arguments]: Disable update checking. [inputs]: Add qrencode and qtsvg. Nicolas Goaziou 2019-04-22gnu: Add pass-otp....* gnu/packages/password-utils.scm (pass-otp): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Alex Griffin 2019-04-22gnu: password-store: Allow external packages to provide extensions....* 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> Alex Griffin 2019-04-04gnu: Move nss & co. to nss.scm....* 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. Ludovic Courtès