From: Sergey Ponomarev Date: Wed, 20 Sep 2023 14:27:45 +0000 (+0300) Subject: sshtunnel: update version to 5.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fdaf5309507a591e0837f6314b8c94849fba08db;p=openwrt-packages.git sshtunnel: update version to 5.1 Make it depends on ether Dropbear dbclient or OpenSSH client Signed-off-by: Sergey Ponomarev --- 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