libssh: Add compatibility with cmake 4.x, remove absent maintainer
authorHannu Nyman <[email protected]>
Sun, 9 Nov 2025 06:27:10 +0000 (08:27 +0200)
committerHannu Nyman <[email protected]>
Sun, 9 Nov 2025 08:51:37 +0000 (10:51 +0200)
* Add compatibility with cmake 4.x
* Remove maintainer who has been absent since 2019

Signed-off-by: Hannu Nyman <[email protected]>
libs/libssh/Makefile
libs/libssh/patches/001-fix-cmake4.patch [new file with mode: 0644]

index 1f51a9820a6154c4a78989bc638e61324f90bf0a..960e37302d455b1188e4f5aebbf65765b3562072 100644 (file)
@@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libssh
 PKG_VERSION:=0.10.6
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://www.libssh.org/files/0.10/
 PKG_HASH:=1861d498f5b6f1741b6abc73e608478491edcf9c9d4b6630eef6e74596de9dc1
 
-PKG_MAINTAINER:=Mislav Novakovic <[email protected]>
+PKG_MAINTAINER:=
 PKG_LICENSE:=LGPL-2.1-or-later BSD-2-Clause
 PKG_LICENSE_FILES:=COPYING
 PKG_CPE_ID:=cpe:/a:libssh:libssh
diff --git a/libs/libssh/patches/001-fix-cmake4.patch b/libs/libssh/patches/001-fix-cmake4.patch
new file mode 100644 (file)
index 0000000..71b7b0c
--- /dev/null
@@ -0,0 +1,8 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.3.0)
++cmake_minimum_required(VERSION 3.10.0)
+ cmake_policy(SET CMP0048 NEW)
+ # Specify search path for CMake modules to be loaded by include()