Commit Graph

19 Commits

Author SHA1 Message Date
Vladislav Grigoryev 0bced11888 sstp-client: add support for custom port
Add support for connecting to a custom SSTP port.

Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
2023-12-04 13:24:41 -08:00
Koen Vandeputte e9f06083ce sstp-client: bump to 1.0.19
After 1.0.18, this project moved from SourceForge to gitlab

Also, since 1.0.19, the configure script is not present
by default anymore, so we need to add autoreconf to generate it

Release notes:
https://gitlab.com/sstp-project/sstp-client/-/releases

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
2023-11-10 09:54:37 -08:00
Paul Fertser 0c10c224be treewide: remove AUTORELEASE
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2023-04-21 22:46:58 +02:00
Rosen Penev 013af3ff18 sstp-client: update to 1.0.15
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-02 01:57:31 -07:00
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -08:00
Rosen Penev b3f52f80ad
sstp-client: Update to 1.0.13
Edited deprecated OpenSSL patch slightly.

Fixed up license information.

Reorganized Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-04 10:23:51 -08:00
Robert Koszewski 045149cb21 Fix release and package version
Signed-off-by: Robert Koszewski <rkkoszewski@gmail.com>
2019-06-25 21:38:15 +02:00
Robert Koszewski 29fc709d14 Readd deleted chap-secrets file 2019-06-25 21:37:38 +02:00
Robert Koszewski 6d6b7beae7 Add workaround to properly register the sstp interface
Signed-off-by: Robert Koszewski <rkkoszewski@gmail.com>
2019-06-16 18:44:34 +02:00
Harvey Hu f15e39134e Add netifd script to control sstp connections. 2019-06-16 18:43:15 +02:00
Rosen Penev ba9d0a08f2 sstp-client: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 21:00:47 -08:00
Federico Di Marco d4d9d74082 sstp-client: updated to 1.0.12
softethervpn: updated to 4.25-9656

Signed-off-by: Federico Di Marco <fededim@gmail.com>
2018-03-06 20:54:49 +01:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Federico Di Marco 863f6f8d83 sstp-client: updated the fake title and description (old carelessness)
Signed-off-by: fededim@gmail.com
2017-01-08 22:43:19 +01:00
Federico Di Marco d94bc13a8a lftp: updated to 4.7.5
sstp-client: updated to 1.0.11 and moved under VPN submenu

Signed-off-by: fededim@gmail.com
2017-01-08 21:56:04 +01:00
Hannu Nyman 5a4ffab87b Remove whitespace from conffiles definition in Makefile
The conffiles definition in Makefile should not contain leading whitespace.
Remove whitespace from Makefile of motion, dnscrypt-proxy and sstp-client.

Reference to discussion at #2652

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-05-03 10:52:08 +03:00
Jo-Philipp Wich 419637e17f sstp-client: fix musl compatibility
- Ship a `net/ppp_defs.h` replacement header since musl does not provide one
   but `pppd/pppd.h` provided by pppd is needing it.
 - Add missing `sys/types.h` includes

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-25 16:31:58 +02:00
Rupan 47486a9889 sstp-client: updated to version 1.0.10
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2015-06-08 12:26:13 +02:00
Rupan 39a1f62bf2 net/sstp-client: new package version 1.0.9
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2014-10-10 19:30:34 +02:00