/doc/images/

uix
aboutsummaryrefslogtreecommitdiff
path: root/tests/keys
class='left'>Commit message (Expand)
AgeCommit message (Expand)Author
Author
2022-05-22gnu: hss: Use G-expressions....* gnu/packages/ssh.scm (hss)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2022-05-22gnu: hss: Update to 1.9....* gnu/packages/ssh.scm (hss): Update to 1.9. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2022-04-29gnu: openssh: Trust Guix store directory...* gnu/local.mk (dist_patch_DATA): Add the patch * gnu/packages/patches/openssh-trust-guix-store-directory.patch: Patch it * gnu/packages/ssh.scm (openssh[source]): Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alexey Abramov
2022-03-07gnu: guile-ssh: Support cross-compilation....Cross-compilation broke with the update to 0.15.1 in eabc6af9b8b14bd629544e54bc9c9afa2d0dcd85. 'guile-snarf' would invoke cpp instead of TRIPLET-cpp, which would thus fail to find libssh headers. * gnu/packages/ssh.scm (guile-ssh)[arguments]: Add 'support-cross-compilation' phase. Ludovic Courtès
2022-03-01gnu: guile-ssh: Update to 0.15.1....* gnu/packages/patches/guile-ssh-fix-test-suite.patch, gnu/packages/patches/guile-ssh-read-error.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/ssh.scm (guile-ssh): Update to 0.15.1, and remove those patches. (guile2.2-ssh)[source]: Remove. (guile2.0-ssh): Remove. Co-authored-by: poptsov.artyom@gmail.com (Artyom V. Poptsov) Ludovic Courtès
2022-02-27gnu: OpenSSH: Update to 8.9p1....* gnu/packages/ssh.scm (openssh): Update to 8.9p1. Leo Famulari
2022-02-18gnu: lsh: Build with optimizations....This is a followup to 1cdd6b09c8bc45c1ae5a16f16d5bcf33ab0ceb5e, which inadvertently turned off optimizations. * gnu/packages/ssh.scm (lsh)[arguments]: Add "-O2 -g" next to "-fcommon". Ludovic Courtès
2022-02-13gnu: lsh: Fix build with GCC 10....* gnu/packages/ssh.scm (lsh)[arguments]: Add "CFLAGS=-fcommon" to #:configure-flags. Don't explicitly return #t from phases. [source]: Don't explicitly return #t from snippet. Tobias Geerinckx-Rice
2022-01-14gnu: openssh: Add release-monitoring-url....* gnu/packages/ssh.scm (openssh)[properties]: New field. Efraim Flashner
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-12-06gnu: openssh: Remove libfido2 dependency on GNU/Hurd....* gnu/packages/ssh.scm (openssh)[inputs]: Remove LIBFIDO2 when 'hurd-target?'. [arguments]: Likewise for "--with-security-key-builtin". Ludovic Courtès
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-12-01gnu: openssh: Add support for ecdsa-sk, ed25519-sk ssh keys....* gnu/packages/ssh.scm (openssh)[inputs]: Add LIBFIDO2. [arguments]: Pass "--with-security-key-builtin". Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ahmad Jarara
2021-11-28gnu: clustershell: Update to 1.8.4....* gnu/packages/ssh.scm (clustershell): Update to 1.8.4. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2021-11-28gnu: clustershell: Fetch sources from Git....* gnu/packages/ssh.scm (clustershell)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès