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>
8 years ago
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>
8 years ago
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>
8 years ago
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>
9 years ago
Jonathan McCrohan
3445505f1d
sslh: Fix init script after arg parsing changes
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
9 years ago
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>
9 years ago
Jonathan McCrohan
387f31560f
sslh: update to 1.17
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
10 years ago
Jonathan McCrohan
dd5b15dcee
sslh: Add PKG_LICENSE information
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
10 years ago
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>
10 years ago
Steven Barth
a78a4eb450
sslh: upstream has added COPYING files which changed md5sum
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Russell Senior
706b463115
sslh: fix build by correcting version and refreshing makefile patch
Signed-off-by: Russell Senior <russell@personaltelco.net>
11 years ago
Jonathan McCrohan
b239328a0b
Import (and adopt) sslh package to new packagefeed
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
11 years ago