libssh: update to 0.12.0
authorAlexandru Ardelean <redacted>
Wed, 22 Apr 2026 09:24:04 +0000 (12:24 +0300)
committerAlexandru Ardelean <redacted>
Tue, 5 May 2026 05:54:20 +0000 (08:54 +0300)
Changelog:
- Add quantum-resistant hybrid key exchange (sntrup761x25519, mlkem
  variants)
- Add FIDO/U2F key support with libfido2 integration
- Add host-bound public key authentication and GSSAPI key exchange
- Add sshsig signing support (e.g. for git commit signing)
- Fix SFTP reliability when status messages lack error data
- Security fixes: path traversal in SCP and buffer management issues

Signed-off-by: Alexandru Ardelean <redacted>
libs/libssh/Makefile

index 027d837178f9d9f73a642b156f37f70e40866b41..95fa016421e8f2a3c3e43a699f1ba83a1317920f 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libssh
-PKG_VERSION:=0.11.3
+PKG_VERSION:=0.12.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_SOURCE_URL:=https://www.libssh.org/files/0.11/
-PKG_HASH:=7d8a1361bb094ec3f511964e78a5a4dba689b5986e112afabe4f4d0d6c6125c3
+PKG_SOURCE_URL:=https://www.libssh.org/files/0.12/
+PKG_HASH:=1a6af424d8327e5eedef4e5fe7f5b924226dd617ac9f3de80f217d82a36a7121
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 PKG_LICENSE:=LGPL-2.1-or-later BSD-2-Clause
git clone https://git.99rst.org/PROJECT