projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a92dbc
)
sshtunnel: update version to 5.1
author
Sergey Ponomarev
<
[email protected]
>
Wed, 20 Sep 2023 14:27:45 +0000
(17:27 +0300)
committer
Nuno Goncalves
<
[email protected]
>
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 <
[email protected]
>
net/sshtunnel/Makefile
patch
|
blob
|
history
diff --git
a/net/sshtunnel/Makefile
b/net/sshtunnel/Makefile
index 0b816dcd3725bbfa24183ca5eb4ef85f5c488f7b..02382899315d70ff9ed2b82a21ad8ffc73ad4e0c 100644
(file)
--- 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 <
[email protected]
>
@@
-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