1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 03:13:54 +02:00
Commit Graph

26 Commits

Author SHA1 Message Date
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
432f954bbe
sslh: update to 1.21c
Refresh patches. Remove now pointless format patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-27 17:32:06 -07:00
Gabor Seljan
46c253dfca sslh: use tls option instead of deprecated ssl
Upstream will drop support for the ssl option in the next future version.

Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
2020-05-26 20:02:15 +02:00
Gabor Seljan
f3aaffdd6f sslh: add capabilities support
Compile with USELIBCAP=1 to make use of POSIX capabilities. This will
save the required capabilities needed for transparent proxying for
unprivileged processes.

Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
2020-05-26 19:59:24 +02:00
Gabor Seljan
4950a37797 sslh: add http probe config
Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
2020-05-26 19:58:35 +02:00
Gabor Seljan
888c580605 sslh: bump package release
Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
2020-05-25 17:25:29 +02:00
Gabor Seljan
499f3ac44b sslh: add transparent proxy support
Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
2020-05-24 18:58:37 +02:00
Warren Ng
a22b190ca8 sslh: Add http probe support
Signed-off-by: Warren Ng <looklookson@gmail.com>
2020-05-03 10:58:40 +08:00
Rosen Penev
ded3ad41b8
sslh: update to 1.20
Fixed maintainer entry.

Added patch fixing compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 16:59:06 -08:00
Sven Eckelmann
bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2019-09-10 07:45:15 +02:00
Jonathan McCrohan
28af41c764 sslh: Update to v1.19c
Change PKG_SOURCE_URL to https

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2018-02-18 20:08:10 +00:00
Jonathan McCrohan
d305f1144d sslh: Update to v1.19b
Refresh patches
Update upstream URLs

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2018-02-10 13:16:15 +00:00
Jonathan McCrohan
770ca2d401 sslh: simplify Makefile
Fixes bug where sslh was being linked against libconfig, but libconfig
CPPFLAGS were being ignored.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2017-10-21 22:12:39 +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
Florian Fainelli
37e8aa3639 sslh: Also pass down TARGET_CPPFLAGS
Make sure we do pass TARGET_CPPFLAGS using CPPFLAGS (which is supported
by sslh's Makefile), fixing build issues with some external toolchains:

mipsel-linux-gnu-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc
-fno-caller-saves -Wno-unused-result  -D_FORTIFY_SOURCE=1 -Wl,-z,now
-Wl,-z,relro -DENABLE_REGEX -DLIBCONFIG -c sslh-main.c
sslh-main.c:26:23: fatal error: libconfig.h: No such file or directory
 #include <libconfig.h>
                       ^
compilation terminated.
Makefile:63: recipe for target 'sslh-main.o' failed
make[4]: *** [sslh-main.o] Error 1

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-04-03 19:21:27 -07:00
Mircea Horea IONICĂ
727cb7e6e7 sslh: Add support for external config file
This allows users to use an external config file if required (for
example matching packets based on SNI hostname or REGEX patterns).

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Signed-off-by: Mircea Horea IONICĂ <mionica@gmail.com>
2017-03-31 22:51:37 +01:00
Jonathan McCrohan
950ab7445a sslh: bump to v1.18
Signed-off-by: Mircea Horea IONICĂ <mionica@gmail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2017-03-19 16:09:13 +00:00
Alexander Ryzhov
054da2264f sslh: respect LDFLAGS
Closes: #2078

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-12-15 00:13:19 +00:00
Jonathan McCrohan
3445505f1d sslh: Fix init script after arg parsing changes
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-07-21 21:47:52 +01:00
Jonathan McCrohan
998c8468d3 sslh: disable libpcre probe support
Backport upstream commit 3aefaf3 which allows sslh to be built without
libpcre support. This was brought about by the move to musl which
doesn't support the non-POSIX REG_STARTEND regexec eflag.

Fixes: #1506

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-07-11 02:16:48 +01:00
Jonathan McCrohan
387f31560f sslh: update to 1.17
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-03-15 18:15:18 +00:00
Jonathan McCrohan
dd5b15dcee sslh: Add PKG_LICENSE information
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2014-08-14 00:55:38 +01:00
Jonathan McCrohan
c3e9974862 muninlite,mtr,sslh,wavemon,xinetd: s/MAINTAINER/PKG_&/
Replace the MAINTAINER lines in packages that I maintain with
PKG_MAINTAINER lines, to be consistent with the rest of the packages
tree.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2014-08-14 00:39:20 +01:00
Steven Barth
a78a4eb450 sslh: upstream has added COPYING files which changed md5sum
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-07 10:57:32 +02:00
Russell Senior
706b463115 sslh: fix build by correcting version and refreshing makefile patch
Signed-off-by: Russell Senior <russell@personaltelco.net>
2014-06-17 14:20:02 -07:00
Jonathan McCrohan
b239328a0b Import (and adopt) sslh package to new packagefeed
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2014-06-16 01:19:20 +01:00