Age | Commit message (Expand) | Author |
---|---|---|
2017-01-28 | gnu: assword: Wrap with the GObject typelib of GTK+....Fixes <https://debbugs.gnu.org/25457>. * gnu/packages/password-utils.scm (assword)[inputs]: Add 'gtk+'. [arguments]: Add 'wrap-assword' phase. | 宋文武 |
2017-01-17 | gnu: password-store: Install bash completions....* gnu/packages/password-utils.scm (password-store)[arguments]: Add 'install-shell-completions' phase. | Marius Bakke |
2017-01-10 | gnu: cracklib: Fix buffer overflow....* gnu/packages/patches/cracklib-fix-buffer-overflow.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/password-utils.scm (cracklib)[source]: Use it. | Leo Famulari |
2017-01-03 | gnu: assword: Update to 0.10....* gnu/packages/password-utils.scm (assword): Update to 0.10. [arguments]: Use Python 3 instead of Python 2. [inputs]: Use Python 3 variants of inputs. Replace python2-pygpgme with python-gpg. Remove python2-pygtk. Add python-pygobject. [native-inputs]: Replace help2man with txt2man. [arguments]: Remove PYTHONPATH from 'Makefile' in the 'manpage' phase. | Leo Famulari |
2016-12-20 | gnu: argon2: Update to 20161029....* gnu/packages/password-utils.scm (argon2): Update to 20161029. | Tobias Geerinckx-Rice |
2016-12-10 | gnu: password-store: Don't run tests in parallel....* gnu/packages/password-utils.scm (password-store): Don't run tests in parallel, as it causes them to hang and the build to timeout. Signed-off-by: Marius Bakke <mbakke@fastmail.com> | Christopher Baines |
2016-12-10 | gnu: password-store: Delete build phase...* gnu/packages/password-utils.scm (password-store): Remove the build phase, as it is unused. Signed-off-by: Marius Bakke <mbakke@fastmail.com> | Christopher Baines |
2016-11-15 | gnu: Fix python inputs, part 1: all inputs become propagated-inputs....This pat |