aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/code.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/code.scm')
0 files changed, 0 insertions, 0 deletions
oot, xsettingsd)[arguments]<#:make-flags>: Likewise. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Maxime Devos 2021-04-20gnu: openssh: Update to 8.6p1....* gnu/packages/ssh.scm (openssh): Update to 8.6p1. Tobias Geerinckx-Rice 2021-04-04gnu: corkscrew: Update to 2.0-0.268b71e....* gnu/packages/ssh.scm (corkscrew)[source]: Fetch from elsewhere. [arguments]: Add #:configure-flags of ‘--enable-ssl’. Add a new 'update-metadata phase. Remove the custom 'configure phase. [native-inputs]: Add autoconf, automake, and pkg-config. [inputs]: Add openssl. [description]: Update accordingly. Tobias Geerinckx-Rice 2021-03-10gnu: python-asyncssh: Update to 2.5.0....* gnu/packages/ssh.scm (python-asyncssh): Update to 2.5.0. Lars-Dominik Braun 2021-03-03gnu: openssh: Update to 8.5p1....* gnu/packages/patches/openssh-fix-ssh-copy-id.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Also unregister it. * gnu/packages/ssh.scm (openssh): Update to 8.5p1. Léo Le Bouter 2021-02-11gnu: dropbear: Unbundle libraries....* gnu/packages/ssh.scm (dropbear)[source]: Add snippet to remove libtommath, libtomcrypt. [arguments]: Add configure-flag to not use bundled libraries. [inputs]: Add libtomcrypt, libtommath. Efraim Flashner 2021-02-01Merge branch 'staging'Leo Famulari 2021-01-31gnu: sshpass: Update to 1.09....* gnu/packages/ssh.scm (sshpass): Update to 1.09. Re-order fields. Nicolas Goaziou 2021-01-26gnu: openssh: Build without pam for the Hurd....* gnu/packages/ssh.scm (openssh)[inputs]: Only add linux-pam when not building for the Hurd. [arguments]: Adjust configure flag to only use pam when not building for the Hurd. Efraim Flashner 2020-12-09gnu: libssh2: Fix CVE-2019-17498....* gnu/packages/patches/ssh.scm (libssh2)[source]: Add patch. * gnu/packages/patches/libssh2-CVE-2019-17498.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner