summaryrefslogtreecommitdiff
path: root/gnu/packages/password-utils.scm
Commit message (Collapse)AuthorAge
* gnu: Add browserpass-native.Alex Griffin2020-03-12
| | | | * gnu/packages/password-utils.scm (browserpass-native): New variable.
* gnu: yapet: Update home page.Tobias Geerinckx-Rice2020-02-17
| | | | * gnu/packages/password-utils.scm (yapet)[home-page]: Update.
* gnu: password-store: Install fish and zsh completions.Brice Waegeneire2020-02-10
| | | | | * gnu/packages/password-utils.scm (password-store)[arguments]: Remove phase install-shell-completions. Adjust make-flags.
* gnu: Add bruteforce-luks.Guillaume Le Vaillant2020-01-28
| | | | * gnu/packages/password-utils.scm (bruteforce-luks): New variable.
* gnu: keepassxc: Update to 2.5.3.Efraim Flashner2020-01-27
| | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.5.3.
* gnu: argon2: Update to 20190702.Efraim Flashner2020-01-22
| | | | | * gnu/packages/password-utils.scm (argon2): Update to 20190702. [arguments]: Adjust make-flags. Remove 'patch-Makefile phase.
* gnu: argon2: Don't use unstable tarball.Efraim Flashner2020-01-22
| | | | | * gnu/packages/password-utils.scm (argon2)[source]: Download using git-fetch.
* gnu: pass-git-helper: Run test suite.Efraim Flashner2020-01-22
| | | | | * gnu/packages/password-utils.scm (pass-git-helper)[arguments]: Adjust custom 'patch-pass-path phase. Use custom 'check phase.
* gnu: pass-git-helper: Update to 1.1.0.Efraim Flashner2020-01-22
| | | | | | * 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.
* gnu: pass-git-helper: Don't use unstable tarball.Efraim Flashner2020-01-22
| | | | | * gnu/packages/password-utils.scm (pass-git-helper)[source]: Download using git-fetch.
* gnu: pass-rotate: Update upstream location.Efraim Flashner2020-01-22
| | | | | | * gnu/packages/password-utils.scm (pass-rotate)[source]: Update to new source uri. [home-page]: Update to new home-page.
* gnu: pass-rotate: Don't use unstable tarball.Efraim Flashner2020-01-22
| | | | | * gnu/packages/password-utils.scm (pass-rotate)[source]: Download using git-fetch. Reflow section.
* gnu: keepassxc: Update to 2.5.2.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.5.2.
* gnu: password-store: Make search path single-entry.Alex Griffin2019-12-28
| | | | | * gnu/packages/password-utils.scm (password-store)[native-search-paths]: Add separator #f to search path specification.
* gnu: yapet: Update to 2.3.Tobias Geerinckx-Rice2019-12-01
| | | | | | * gnu/packages/password-utils.scm (yapet): Update to 2.3. [inputs]: Add argon2. [native-inputs]: Add cppunit.
* gnu: libpwquality: Update to 1.4.2.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/password-utils.scm (libpwquality): Update to 1.4.2.
* gnu: libpwquality: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/password-utils.scm (libpwquality)[source]: Hard-code NAME.
* gnu: keepassxc: Update to 2.5.1.Efraim Flashner2019-11-16
| | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.5.1.
* gnu: packages: Add rofi-pass.Tanguy Le Carrour2019-11-08
| | | | | | * gnu/packages/password-utils.scm (rofi-pass): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: john-the-ripper-jumbo: Enable tests.Eric Bavier2019-11-07
| | | | | * gnu/packages/password-utils.scm (john-the-ripper-jumbo)[arguments]: Remove '#:tests? #f'. Add 'check' phase after 'install'.
* gnu: john-the-ripper-jumbo: Update to 1.9.0.Eric Bavier2019-11-07
| | | | | | | | | | | | * 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.
* gnu: keepassxc: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-10-27
| | | | * gnu/packages/password-utils.scm (keepassxc)[source]: Hard-code NAME.
* gnu: keepassxc: Update to 2.5.0.Efraim Flashner2019-10-27
| | | | | | | | * 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.
* gnu: pwsafe: Move googletest to native-inputs.Efraim Flashner2019-10-15
| | | | | * gnu/packages/password-utils.scm (pwsafe)[inputs]: Move googletest ... [native-inputs]: ... to here.
* gnu: pwsafe: Update to 3.5.0Tim Gesthuizen2019-10-15
| | | | | | | * 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>
* Merge branch 'master' into core-updatesMark H Weaver2019-08-29
|\
| * gnu: shroud: Update to 0.1.2.Amar Singh2019-08-25
| | | | | | | | | | | | | | | | * 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>
* | gnu: john-the-ripper-jumbo: Build against OpenSSL 1.0.Rutger Helling2019-07-19
|/ | | | | * gnu/packages/password-utils.scm (john-the-ripper-jumbo): Change OPENSSL to OPENSSL-1.0.
* gnu: Add qtpass.Jens Mølgaard2019-07-04
| | | | | | * gnu/packages/password-utils.scm (qtpass): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: keepassxc: Update to 2.4.3.Efraim Flashner2019-06-16
| | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.4.3.
* gnu: cracklib: Install password dictionary.Florian Pelz2019-06-03
| | | | | | * gnu/packages/password-utils.scm (cracklib): Use `make dict`. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: keepassxc: Update to 2.4.2.Nicolas Goaziou2019-06-02
| | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.4.2.
* gnu: keepassxc: Update to 2.4.1.Nicolas Goaziou2019-05-23
| | | | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.4.1. [arguments]: Disable update checking. [inputs]: Add qrencode and qtsvg.
* gnu: Add pass-otp.Alex Griffin2019-04-22
| | | | | | * gnu/packages/password-utils.scm (pass-otp): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: password-store: Allow external packages to provide extensions.Alex Griffin2019-04-22
| | | | | | | | | * 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>
* gnu: Move nss & co. to nss.scm.Ludovic Courtès2019-04-04
| | | | | | | | | | | | | | | | * 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.
* gnu: cracklib: Update to 2.9.7.Tobias Geerinckx-Rice2019-03-18
| | | | | | | | * 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.
* gnu: assword: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/password-utils.scm (assword)[arguments]: Use INVOKE.
* gnu: Separate Python core packages from the rest.Ricardo Wurmus2019-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm: Move hundreds of package definitions from here... * gnu/packages/python-xyz.scm: ...to this new module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/ada.scm, gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/benchmark.scm, gnu/packages/bioinformatics.scm, gnu/packages/bittorrent.scm, gnu/packages/calendar.scm, gnu/packages/check.scm, gnu/packages/chemistry.scm, gnu/packages/cluster.scm, gnu/packages/compression.scm, gnu/packages/connman.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm, gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/direct-connect.scm, gnu/packages/disk.scm, gnu/packages/django.scm, gnu/packages/dlang.scm, gnu/packages/docker.scm, gnu/packages/ebook.scm, gnu/packages/elf.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/enlightenment.scm, gnu/packages/finance.scm, gnu/packages/fltk.scm, gnu/packages/fontutils.scm, gnu/packages/freedesktop.scm, gnu/packages/game-development.scm, gnu/packages/games.scm, gnu/packages/geo.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graph.scm, gnu/packages/graphics.scm, gnu/packages/graphviz.scm, gnu/packages/gtk.scm, gnu/packages/ham-radio.scm, gnu/packages/image-processing.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/julia.scm, gnu/packages/kde-frameworks.scm, gnu/packages/key-mon.scm, gnu/packages/libffi.scm, gnu/packages/libreoffice.scm, gnu/packages/libusb.scm, gnu/packages/lirc.scm, gnu/packages/logging.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/medical.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/nutrition.scm, gnu/packages/openldap.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/patchutils.scm, gnu/packages/pdf.scm, gnu/packages/photo.scm, gnu/packages/polkit.scm, gnu/packages/protobuf.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/qt.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm, gnu/packages/search.scm, gnu/packages/selinux.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/simulation.scm, gnu/packages/ssh.scm, gnu/packages/statistics.scm, gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/tryton.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/virtualization.scm, gnu/packages/vpn.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm, gnu/packages/wicd.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm: Update module references.
* gnu: Add pwsafeTim Gesthuizen2019-01-10
| | | | | | * gnu/packages/password-utils.scm (pwsafe): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: hashcat: Update to 5.1.0.Leo Famulari2019-01-09
| | | | * gnu/packages/password-utils.scm (hashcat): Update to 5.1.0.
* gnu: hashcat-utils: Update to 1.9.Tobias Geerinckx-Rice2018-10-28
| | | | | | | And trim lines to 80 characters. * gnu/packages/password-utils.scm (hashcat-utils): Update to 1.9. [source]: Parametrise.
* Update email for Pierre Neidhardt.Pierre Neidhardt2018-08-27
| | | | | | | | | | | * .mailmap: Add name and email for Pierre Neidhardt. * gnu/packages/c.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/disk.scm, gnu/packages/emacs.scm, gnu/packages/freedesktop.scm, gnu/packages/golang.scm, gnu/packages/image.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/password-utils.scm, gnu/packages/perl-check.scm, gnu/packages/perl.scm, gnu/packages/textutils.scm, gnu/packages/video.scm, gnu/packages/xdisorg.scm: Update email for Pierre Neidhardt.
* gnu: keepassxc: Update to 2.3.4.Tobias Geerinckx-Rice2018-08-24
| | | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.3.4. [arguments]: Remove obsolete ‘patch-sources’ phase.
* gnu: argon2: Install pkgconfig file.Amirouche2018-08-16
| | | | | | | * gnu/packages/password-utils.scm (argon2)[arguments]: Patch libargon2.pc. Add phase to install it. Signed-off-by: Clément Lassieur <clement@lassieur.org>
* gnu: password-store: Use INSTALL-FILE.Tobias Geerinckx-Rice2018-08-14
| | | | | * gnu/packages/password-utils.scm (password-store)[arguments]: Substitute a more concise INSTALL-FILE invocation for COPY-FILE.
* gnu: Add hashcat-utils.Pierre Neidhardt2018-08-14
| | | | * gnu/packages/password-utils.scm (hashcat-utils): New variable.
* gnu: Add hashcat.Pierre Neidhardt2018-08-14
| | | | * gnu/packages/password-utils.scm (hashcat): New variable.
* gnu: password-store: Use HTTPS home page.Tobias Geerinckx-Rice2018-08-11
| | | | * gnu/packages/password-utils.scm (password-store)[home-page]: Use HTTPS.
* gnu: password-store: Update to 1.7.3.Tobias Geerinckx-Rice2018-08-11
| | | | * gnu/packages/password-utils.scm (password-store): Update to 1.7.3.