sshtunnel: update version to 5.1
authorSergey Ponomarev <stokito@gmail.com>
Wed, 20 Sep 2023 14:27:45 +0000 (17:27 +0300)
committerNuno Goncalves <nunojpg@gmail.com>
Sun, 8 Oct 2023 09:29:37 +0000 (10:29 +0100)
Make it depends on ether Dropbear dbclient or OpenSSH client

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
net/sshtunnel/Makefile

index 0b816dcd3725bbfa24183ca5eb4ef85f5c488f7b..02382899315d70ff9ed2b82a21ad8ffc73ad4e0c 100644 (file)
@@ -8,8 +8,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sshtunnel
-PKG_VERSION:=4
-PKG_RELEASE:=5
+PKG_VERSION:=5
+PKG_RELEASE:=1
 PKG_LICENSE:=GPL-2.0-or-later
 
 PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
@@ -21,7 +21,7 @@ define Package/sshtunnel
   CATEGORY:=Network
   SUBMENU:=SSH
   TITLE:=Manages local and remote openssh ssh(1) tunnels
-  DEPENDS:=+openssh-client
+  DEPENDS:=@(DROPBEAR_DBCLIENT||PACKAGE_openssh-client)
   PKGARCH:=all
 endef