summaryrefslogtreecommitdiff
path: root/gnu/packages/security-token.scm
Commit message (Collapse)AuthorAge
* gnu: libfido2: Update to 1.11.0.Efraim Flashner2022-08-12
| | | | * gnu/packages/security-token.scm (libfido2): Update to 1.11.0.
* gnu: libfido2: Use https for source uri.Efraim Flashner2022-08-12
| | | | * gnu/packages/security-token.scm (libfido2)[source]: Rewrite using https.
* gnu: Add cardpeek.Denis 'GNUtoo' Carikli2022-08-01
| | | | | | * gnu/packages/security-token.scm (cardpeek): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
* gnu: qtwebsockets: Rename to qtwebsockets-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i git checkout NEWS
* gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS
* gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-31
| | | | | | | | This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
* gnu: eid-mw: Remove input labels.Tobias Geerinckx-Rice2022-07-24
| | | | | * gnu/packages/security-token.scm (eid-mw)[native-inputs]: Remove input labels.
* gnu: eid-mw: Update to 5.1.6.Tobias Geerinckx-Rice2022-07-24
| | | | | * gnu/packages/security-token.scm (eid-mw): Update to 5.1.6. [inputs]: Remove libbsd as promised.
* gnu: Remove python2-pyscard.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/security-token.scm (python2-pyscard): Delete variable.
* gnu: libfido2: Fix cross-compilation.Sébastien Lerique2022-03-31
| | | | | | | * gnu/packages/security-token.scm (libfido2)[arguments]: Set the PKG_CONFIG_EXECUTABLE variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: libfido2: Use new style for inputs.Sébastien Lerique2022-03-31
| | | | | | | * gnu/packages/security-token.scm (libfido2)[inputs]: Use new style. Sort alphabetically. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add nitrokey-app.Petr Hodina2022-02-14
| | | | | | * gnu/packages/crates-io.scm (nitrokey-app): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cppcodec.Petr Hodina2022-02-14
| | | | | | * gnu/packages/crates-io.scm (cppcodec): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libnitrokey.Petr Hodina2022-02-14
| | | | | | * gnu/packages/security-token.scm (libnitrokey): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add yubikey-oath-dmenu.John Kehayias2022-01-24
| | | | | | * gnu/packages/security-token.scm (yubikey-oath-dmenu): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-yubikey-manager: Update to 4.0.7.Ricardo Wurmus2022-01-11
| | | | | | * gnu/packages/security-token.scm (python-yubikey-manager): Update to 4.0.7. [arguments]: Remove build phase customization; disable tests. [inputs]: Remove yubikey-personalization and libusb.
* gnu: python-fido2: Update to 0.9.3.Ricardo Wurmus2022-01-11
| | | | | | * gnu/packages/security-token.scm (python-fido2): Update to 0.9.3. [source]: Do not use gexp for snippet. [arguments]: Disable tests; remove trailing #T from build phase.
* gnu: opensc: Update to 0.22.0.Tobias Geerinckx-Rice2021-12-17
| | | | * gnu/packages/security-token.scm (opensc): Update to 0.22.0.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\
| * gnu: Add libfido2.Ahmad Jarara2021-12-01
| | | | | | | | | | | | * gnu/packages/security-token.scm (libfido2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: eid-mw: Expand description.Tobias Geerinckx-Rice2021-11-27
| | | | | | | | | | * gnu/packages/security-token.scm (synopsis, description): Expand. Add reminder to myself— er, ’new users’.
| * gnu: eid-mw: Disable pinentry.Tobias Geerinckx-Rice2021-11-27
| | | | | | | | | | * gnu/packages/security-token.scm (eid-mw)[arguments]: Add "--disable-pinentry" to #:configure-flags.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: eid-mw: Update to 5.0.28.Tobias Geerinckx-Rice2021-10-21
| | | | | | | | | | * gnu/packages/security-token.scm (eid-mw): Update to 5.0.28. [arguments]: Remove unused 'make-reproducible phase.
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: gnss-sdr: Update to 0.0.15.Tobias Geerinckx-Rice2021-10-17
| | | | | | | | | | * gnu/packages/radio.scm (gnss-sdr): Update to 0.0.15. [arguments]: Remove 'fix-tests phase. Tests pass regardless.
* | gnu: pcsc-lite: Update to 1.9.3.Efraim Flashner2021-08-10
| | | | | | | | * gnu/packages/security-token.scm (pcsc-lite): Update to 1.9.3.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-01
|\|
| * gnu: python-yubikey-manager: Fix libykpers reference.Dhruvin Gandhi2021-07-31
| | | | | | | | | | | | * gnu/packages/security-token.scm (python-yubikey-manager): Fix libykpers reference. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: Use 'search-input-directory' and 'search-input-file' where appropriate.Ludovic Courtès2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes some of the remaining uses of this idiom: (string-append (assoc-ref inputs "LABEL") "FILE") to one of: (search-input-file inputs "FILE") (search-input-directory inputs "FILE") * gnu/packages/axoloti.scm (axoloti-patcher): Use 'search-input-directory'. (axoloti-patcher-next): Likewise. * gnu/packages/bioinformatics.scm (java-picard): Likewise. * gnu/packages/bootloaders.scm (grub-hybrid): Likewise. (u-boot-puma-rk3399): Likewise. (u-boot-rock64-rk3328): Likewise. (u-boot-firefly-rk3399): Likewise. (u-boot-rockpro64-rk3399): Likewise. (u-boot-pinebook-pro-rk3399): Likewise. * gnu/packages/cran.scm (r-shiny): Likewise. (r-shinytree): Likewise. * gnu/packages/education.scm (anki): Likewise. * gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Likewise. (emacs-rime): Likewise. * gnu/packages/emulators.scm (dolphin-emu): Likewise. * gnu/packages/games.scm (bsd-games): Likewise. (seahorse-adventures): Likewise. (einstein): Likewise. * gnu/packages/gimp.scm (gimp-fourier): Likewise. * gnu/packages/gnome.scm (gspell): Likewise. * gnu/packages/guile-xyz.scm (guile-libyaml): Likewise. * gnu/packages/java.scm (icedtea-7): Likewise. * gnu/packages/language.scm (nimf): Likewise. * gnu/packages/lxde.scm (spacefm): Likewise. * gnu/packages/mail.scm (claws-mail): Likewise. * gnu/packages/netpbm.scm (netpbm): Likewise. * gnu/packages/networking.scm (blueman): Likewise. * gnu/packages/scheme.scm (scm): Likewise. * gnu/packages/security-token.scm (python-fido2): Likewise. * gnu/packages/syndication.scm (rtv): Likewise. * gnu/packages/tls.scm (acme-client): Likewise. * gnu/packages/web.scm (netsurf): Likewise. * gnu/packages/wine.scm (wine-staging): Likewise. * gnu/packages/wxwidgets.scm (wxwidgets): Likewise.
* | gnu: Use 'search-input-file' when looking for *.so and *.a.Ludovic Courtès2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (sailfish)[arguments]: Use 'search-input-file' when looking for *.a and *.so. * gnu/packages/emulators.scm (dolphin-emu): Likewise. * gnu/packages/engineering.scm (lepton-eda): Likewise. (pcb): Likewise. * gnu/packages/golang.scm (go-1.4): Likewise. (go-1.14): Likewise. * gnu/packages/haskell.scm (ghc-7): Likewise. * gnu/packages/irods.scm (irods): Likewise. * gnu/packages/language.scm (python2-tegaki-pygtk): Likewise. * gnu/packages/lisp-xyz.scm (sbcl-lzlib): Likewise. (sbcl-cl-gobject-introspection): Likewise. (sbcl-cl-ana): Likewise. (sbcl-cl-libuv): Likewise. (sbcl-cl-async): Likewise. (sbcl-mcclim): Likewise. (sbcl-zstd): Likewise. (sbcl-cl-opengl): Likewise. (sbcl-lev): Likewise. (sbcl-cl-glfw3): Likewise. * gnu/packages/machine-learning.scm (tensorflow): Likewise. * gnu/packages/messaging.scm (utox): Likewise. * gnu/packages/mpi.scm (java-openmpi): Likewise. * gnu/packages/music.scm (jack-select): Likewise. * gnu/packages/pascal.scm (fpc): Likewise. * gnu/packages/python-crypto.scm (python-libnacl): Likewise. * gnu/packages/python-xyz.scm (python-cairocffi): Likewise. (python-pyev): Likewise. (python-pytidylib): Likewise. * gnu/packages/radio.scm (unixcw): Likewise. * gnu/packages/rust.scm (rust-1.32): Likewise. * gnu/packages/security-token.scm (opensc): Likewise. (python-pyscard): Likewise. * gnu/packages/selinux.scm (python-setools): Likewise. * gnu/packages/spice.scm (libcacard): Likewise. * gnu/packages/telephony.scm (libtgvoip): Likewise.
* | Merge branch 'master' into core-updatesLudovic Courtès2021-07-18
|\|
| * gnu: ausweisapp2: Fix WRAP-QT-PROGRAM call.Tobias Geerinckx-Rice2021-07-03
| | | | | | | | | | * gnu/packages/security-token.scm (ausweisapp2)[arguments]: Call WRAP-QT-PROGRAM with the expected arguments.
| * gnu: Add ausweisapp2.Sergey Trofimov2021-06-24
| | | | | | | | | | | | | | * gnu/packages/security-token.scm (ausweisapp2): New variable. * guix/licenses.scm (eupl1.2): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: pcsc-lite: Update to 1.9.1.Brice Waegeneire2021-06-12
|/ | | | * gnu/packages/security-token.scm (pcsc-lite): Update to 1.9.1.
* gnu: Add nitrocli.Antero Mejr2021-06-05
| | | | | | * gnu/packages/security-token.scm (nitrocli): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: yubikey-personalization: Fix build with GCC 10.Marius Bakke2021-05-18
| | | | | * gnu/packages/security-token.scm (yubikey-personalization)[source](modules, snippet): New fields.
* gnu: yubikey-personalization: Update to 1.20.0.Marius Bakke2021-05-18
| | | | * gnu/packages/security-token.scm (yubikey-personalization): Update to 1.20.0.
* gnu: python2-fido2: Remove package.zimoun2021-03-23
| | | | | | * gnu/packages/security-token.scm (python2-fido2): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: python2-yubikey-manager: Remove package.zimoun2021-03-23
| | | | | | * gnu/packages/security-token.scm (python2-yubikey-manager): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: eid-mw: Update to 5.0.14.Tobias Geerinckx-Rice2021-03-13
| | | | * gnu/packages/security-token.scm (eid-mw): Update to 5.0.14.
* gnu: ccid: Update to 1.4.34.Tobias Geerinckx-Rice2021-02-07
| | | | * gnu/packages/security-token.scm (ccid): Update to 1.4.34.
* gnu: eid-mw: Omit static libraries.Tobias Geerinckx-Rice2021-01-06
| | | | | * gnu/packages/security-token.scm (eid-mw)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: eid-mw: Update to 5.0.11.Tobias Geerinckx-Rice2021-01-06
| | | | * gnu/packages/security-token.scm (eid-mw): Update to 5.0.11.
* gnu: ccid: Fix cross-compilation.Caliph Nomble2021-01-03
| | | | | | | | * gnu/packages/security-token.scm (ccid)[native-inputs]: Move pcsc-lite back to... [inputs]: ...here. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* Merge branch 'master' into stagingMarius Bakke2020-11-26
|\
| * gnu: OpenSC: Update to 0.21.0 [fixes CVE-2020-{26570,26571,26572}].Leo Famulari2020-11-25
| | | | | | | | * gnu/packages/security-token.scm (opensc): Update to 0.21.0.