mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 11:02:12 +08:00
Merge branch 'master' of https://github.com/coolsnowwolf/packages
This commit is contained in:
commit
422768a6b8
@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=autossh
|
||||
PKG_VERSION:=1.4e
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=1.4g
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
||||
PKG_SOURCE_URL:=http://www.harding.motd.ca/autossh/
|
||||
PKG_HASH:=9e8e10a59d7619176f4b986e256f776097a364d1be012781ea52e08d04679156
|
||||
PKG_SOURCE_URL:=https://www.harding.motd.ca/autossh/
|
||||
PKG_HASH:=5fc3cee3361ca1615af862364c480593171d0c54ec156de79fc421e31ae21277
|
||||
PKG_LICENSE:=0BSD
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@ -22,7 +22,7 @@ define Package/autossh
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=Autossh client
|
||||
URL:=http://www.harding.motd.ca/autossh/
|
||||
URL:=https://www.harding.motd.ca/autossh/
|
||||
MAINTAINER:=Christian Beier <cb@shoutrlabs.com>
|
||||
SUBMENU:=SSH
|
||||
endef
|
||||
|
@ -1,6 +1,6 @@
|
||||
config autossh
|
||||
option ssh '-i /etc/dropbear/id_rsa -N -T -R 2222:localhost:22 user@host'
|
||||
option gatetime '0'
|
||||
option monitorport '20000'
|
||||
option poll '600'
|
||||
option enabled '0'
|
||||
option ssh '-i /etc/dropbear/id_rsa -N -T -R 2222:localhost:22 user@host'
|
||||
option gatetime '0'
|
||||
option monitorport '20000'
|
||||
option poll '180'
|
||||
option enabled '0'
|
||||
|
@ -14,6 +14,8 @@ start_instance() {
|
||||
|
||||
[ "$enabled" = 1 ] || exit 0
|
||||
|
||||
export HOME=/root
|
||||
export AUTOSSH_PATH=ssh
|
||||
export AUTOSSH_GATETIME="${gatetime:-30}"
|
||||
export AUTOSSH_POLL="${poll:-600}"
|
||||
service_start /usr/sbin/autossh -M ${monitorport:-20000} -f ${ssh}
|
||||
|
@ -8,14 +8,14 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ocserv
|
||||
PKG_VERSION:=0.12.1
|
||||
PKG_VERSION:=0.12.6
|
||||
PKG_RELEASE:=1
|
||||
PKG_USE_MIPS16:=0
|
||||
|
||||
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/ocserv/
|
||||
PKG_HASH:=0b7d6f4cd54cf8bf6400a27d202819eec32341225ae48ca73d049f9d17e3a2bc
|
||||
PKG_HASH:=b75544bbccf299a0e6b4639af516ecc3393f9f9fe22179a619a7711e80f65cec
|
||||
|
||||
PKG_LICENSE:=GPLv2+
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user