sstp-client: updated the fake title and description (old carelessness) 3799/head
authorFederico Di Marco <fededim@gmail.com>
Sun, 8 Jan 2017 21:43:19 +0000 (22:43 +0100)
committerFederico Di Marco <fededim@gmail.com>
Sun, 8 Jan 2017 21:43:19 +0000 (22:43 +0100)
Signed-off-by: fededim@gmail.com
net/sstp-client/Makefile

index 586156d40fa35e49d97a06d90d91dc0cff65ec93..081c324ce3c8d4a5c6f181e050ff5efd785ca5d8 100644 (file)
@@ -25,14 +25,21 @@ define Package/sstp-client
   CATEGORY:=Network
   SUBMENU:=VPN
   DEPENDS=+libevent2 +libopenssl +ppp
-  TITLE:=SSTP is Microsofts Remote Access Solution for PPP over SSL
+  TITLE:=SSTP-Client is a SSTP client for Linux.
   URL:=http://sstp-client.sourceforge.net/
   MAINTAINER:=Federico Di Marco <fededim@gmail.com>
 endef
 
 define Package/sstp-client/description
- It can be used instead of PPTP or L2TP, and is only available with Windows Vista/7 connecting to a Windows 2008 Server. The advantage of SSTP  compared to PPTP and L2TP is that it cannot be easily blocked by firewalls since the traffic is transmitted over HTTPS on port 443.
- Windows Vista/7 uses SSTP whenever PPTP or L2TP cannot be established. For further information on SSTP check out wikipedia's article on Secure Socket Tunneling Protocol.
+The advantage of SSTP compared to other vpn protocols like PPTP and L2TP is that it cannot be easily blocked by firewalls since the traffic is transmitted over HTTPS on port 443.
+This software has a similar commandline and configuration to the standard linux pptp-client software.
+
+Features:
+- Connect to Microsoft RAS network using SSTP
+- Use HTTPS with strong encryption over port 443
+- Asynchronous HDLC frame support
+- Integration with pon/poff
+
 endef
 
 define Package/sstp-client/conffiles