summaryrefslogtreecommitdiff
path: root/gnu/packages/password-utils.scm
AgeCommit message (Expand)Author
2020-01-15gnu: keepassxc: Update to 2.5.2....* gnu/packages/password-utils.scm (keepassxc): Update to 2.5.2. Tobias Geerinckx-Rice
2020-01-15gnu: util-linux: Move libraries to separate output....Fixes <https://bugs.gnu.org/37732>. Reported by Diego Nicola Barbato <dnbarbato@posteo.de>. * gnu/packages/linux.scm (util-linux)[outputs]: Add "lib". [arguments]: Update #:configure-flags and the "move-static-libraries" phase accordingly. Add phases "patch-build-scripts" and "adjust-pkg-config-files". (e2fsprogs, psm, mtd-utils, f2fs-tools, f2fs-tools-1.7, eudev, xfsprogs)[inputs]: Change to the "lib" output of UTIL-LINUX. (btrfs-progs)[inputs]: Remove duplicate UTIL-LINUX inputs and change to use the "lib" output. * gnu/packages/admin.scm (pam-mount)[inputs]: Add UTIL-LINUX:LIB. (testdisk)[inputs]: Change to the "lib" output of UTIL-LINUX. * gnu/packages/android.scm (abootimg)[inputs]: Likewise. * gnu/packages/audio.scm (jack-1)[propagated-inputs]: Likewise. * gnu/packages/bootloaders.scm (syslinux, vboot-utils)[inputs]: Likewise. * gnu/packages/chez.scm (chez-scheme)[inputs]: Likewise. * gnu/packages/cryptsetup.scm (cryptsetup, cryptsetup-static)[inputs]: Likewise. * gnu/packages/databases.scm (postgresql, 4store)[inputs]: Likewise. * gnu/packages/disk.scm (ndctl, gptfdisk, fdisk, gparted, rmlint, volume-key)[inputs]: Likewise. (parted)[inputs]: Likewise. [native-inputs]: Add UTIL-LINUX. * gnu/packages/efi.scm (sbsigntools)[inputs]: Add UTIL-LINUX:LIB. * gnu/packages/engineering.scm (lib3mf)[inputs]: Change to the "lib" output of UTIL-LINUX. * gnu/packages/enlightenment.scm (efl)[propagated-inputs]: Likewise. * gnu/packages/file-systems.scm (glusterfs, jfsutils, zfs)[inputs]: Likewise. * gnu/packages/firmware.scm (ovmf)[inputs]: Likewise. * gnu/packages/fontutils.scm (fontconfig)[propagated-inputs]: Likewise. * gnu/packages/freedesktop.scm (localed)[inputs]: Likewise. * gnu/packages/glib.scm (glib, appstream-glib)[propagated-inputs]: Likewise. * gnu/packages/gnome.scm (tracker, gnome-terminal)[inputs]: Likewise. * gnu/packages/jupyter.scm (xeus)[inputs]: Likewise. * gnu/packages/kde.scm (kpmcore)[inputs]: Likewise. * gnu/packages/kodi.scm (crossguid)[inputs]: Likewise. * gnu/packages/lighting.scm (ola)[inputs]: Likewise. * gnu/packages/music.scm (libgig)[inputs]: Likewise. * gnu/packages/nfs.scm (nfs-utils)[inputs]: Likewise. * gnu/packages/opencog.scm (opencog)[inputs]: Likewise. * gnu/packages/package-management.scm (msitools)[inputs]: Change to the "lib" output of UTIL-LINUX. * gnu/packages/password-utils.scm (pwsafe)[inputs]: Likewise. * gnu/packages/telephony.scm (pjproject)[propagated-inputs]: Likewise. * gnu/packages/rdf.scm (rasqal)[inputs]: Likewise. * gnu/packages/search.scm (xapian)[inputs]: Likewise. * gnu/packages/sssd.scm (sssd)[native-inputs]: Likewise. * gnu/packages/storage.scm (ceph)[inputs]: Add UTIL-LINUX:LIB. * gnu/packages/task-management.scm (taskwarrior)[inputs]: Change to the "lib" output of UTIL-LINUX. * gnu/packages/virtualization.scm (libvirt, xen)[inputs]: Likewise. * gnu/packages/xorg.scm (libsm)[inputs]: Likewise. Marius Bakke
2019-12-28gnu: password-store: Make search path single-entry....* gnu/packages/password-utils.scm (password-store)[native-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
2019-03-18gnu: cracklib: Update to 2.9.7....* 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. Tobias Geerinckx-Rice
2019-01-25gnu: assword: Use INVOKE....* gnu/packages/password-utils.scm (assword)[arguments]: Use INVOKE. Ricardo Wurmus
2019-01-15gnu: Separate Python core packages from the rest....* 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. Ricardo Wurmus
2019-01-10gnu: Add pwsafe...* gnu/packages/password-utils.scm (pwsafe): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tim Gesthuizen
2019-01-09gnu: hashcat: Update to 5.1.0....* gnu/packages/password-utils.scm (hashcat): Update to 5.1.0. Leo Famulari
2018-10-28gnu: hashcat-utils: Update to 1.9....And trim lines to 80 characters. * gnu/packages/password-utils.scm (hashcat-utils): Update to 1.9. [source]: Parametrise. Tobias Geerinckx-Rice
2018-08-27Update email for Pierre Neidhardt....* .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. Pierre Neidhardt
2018-08-24gnu: keepassxc: Update to 2.3.4....* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.4. [arguments]: Remove obsolete ‘patch-sources’ phase. Tobias Geerinckx-Rice
2018-08-16gnu: argon2: Install pkgconfig file....* gnu/packages/password-utils.scm (argon2)[arguments]: Patch libargon2.pc. Add phase to install it. Signed-off-by: Clément Lassieur <clement@lassieur.org> Amirouche
2018-08-14gnu: password-store: Use INSTALL-FILE....* gnu/packages/password-utils.scm (password-store)[arguments]: Substitute a more concise INSTALL-FILE invocation for COPY-FILE. Tobias Geerinckx-Rice
2018-08-14gnu: Add hashcat-utils....* gnu/packages/password-utils.scm (hashcat-utils): New variable. Pierre Neidhardt
2018-08-14gnu: Add hashcat....* gnu/packages/password-utils.scm (hashcat): New variable. Pierre Neidhardt
2018-08-11gnu: password-store: Use HTTPS home page....* gnu/packages/password-utils.scm (password-store)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2018-08-11gnu: password-store: Update to 1.7.3....* gnu/packages/password-utils.scm (password-store): Update to 1.7.3. Tobias Geerinckx-Rice
2018-06-14gnu: password-store: Update to 1.7.2....* gnu/packages/password-utils.scm (password-store): Update to 1.7.2. [source]: Remove 'password-store-gnupg-compat.patch'. * gnu/packages/patches/password-store-gnupg-compat.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Clément Lassieur
2018-06-03gnu: keepassxc: Fix compilation with Qt 5.11....* gnu/packages/password-utils.scm (keepassxc)[arguments]: Add custom 'patch-sources phase to include missing headers. Efraim Flashner
2018-05-14gnu: Add pass-rotate....* gnu/packages/password-utils.scm (pass-rotate): New variable. Arun Isaac
2018-05-09gnu: Update to 2.3.3....* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.3. Leo Famulari
2018-04-19gnu: python-bcrypt: Move to (gnu packages python-crypto)....* gnu/packages/password-utils.scm (python-bcrypt, python2-bcrypt): Move to ... * gnu/packages/python-crypto.scm (python-bcrypt, python2-bcrypt): ... here. * gnu/packages/python.scm: Remove unused (gnu packages password-utils) import. Marius Bakke
2018-03-29gnu: Add fpm2....* gnu/packages/password-utils.scm (fpm2): New variable. Signed-off-by: Tonton <tonton@riseup.net> Signed-off-by: Marius Bakke <mbakke@fastmail.com> Tonton
2018-03-17gnu: python-bcrypt: Update to 3.1.4....* gnu/packages/password-utils.scm (python-bcrypt): Update to 3.1.4. Tobias Geerinckx-Rice
2018-03-08gnu: yapet: Update to 1.1....* gnu/packages/password-utils.scm (yapet): Update to 1.1. Tobias Geerinckx-Rice
2018-03-08gnu: keepassxc: Update to 2.3.1....* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.1. Tobias Geerinckx-Rice
2018-02-28gnu: Add sala....* gnu/packages/password-utils.scm (sala): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Konrad Hinsen
2018-02-28gnu: keepassxc: Enable various plugins....* gnu/packages/password-utils.scm (keepassxc)[arguments]: Add configure-flags to enable favicons, browser integration and ssh-agent. [inputs]: Add curl, libsodium. Efraim Flashner