From fdaf5309507a591e0837f6314b8c94849fba08db Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Wed, 20 Sep 2023 17:27:45 +0300 Subject: [PATCH] sshtunnel: update version to 5.1 Make it depends on ether Dropbear dbclient or OpenSSH client Signed-off-by: Sergey Ponomarev --- net/sshtunnel/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/sshtunnel/Makefile b/net/sshtunnel/Makefile index 0b816dcd3..023828993 100644 --- a/net/sshtunnel/Makefile +++ b/net/sshtunnel/Makefile @@ -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 @@ -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