[bug#77154,0/1] Update libssh2 and change crypto backend

Message ID cover.1742570010.git.dev@icepic.de
Headers
Series Update libssh2 and change crypto backend |

Message

Christoph Buck March 21, 2025, 3:22 p.m. UTC
  Hi!

This changeset bumps the verion of libssh2 from 1.10.0 to 1.11.1 and changes
the crypto backend from libgcrypt to openssl. This is necessary in order to
support ed25119 hostkeys. For in depth discussion see [1]

[1] https://lists.gnu.org/archive/html/guix-devel/2025-03/msg00165.html


Christoph Buck (1):
  gnu: libssh2: Change crypto backend to openssl

 gnu/packages/ssh.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: efac1498c15198afc4f9a2bc700408bde1b3b3ed
prerequisite-patch-id: 0b1c4cf499ba54dfc80f907e777d8b1ff4083c0d
  

Comments

Ashish SHUKLA March 22, 2025, 12:34 a.m. UTC | #1
Hi,

I noticed the following typo in the commit message:

> Change crypto backend to openssl to support ed25119 hostkeys.

should read:

> Change crypto backend to openssl to support ed25519 hostkeys.

HTH