aboutsummaryrefslogtreecommitdiff
path: root/net/sslh/Makefile
Commit message (Collapse)AuthorAge
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* sslh: install sslh-selectToni Uhlig2022-08-16
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* sslh: update to v1.22cMartin Moreno2022-03-29
| | | | | | | | | | Change notes: Updated Makefile package version and hash. Added libpcre2 dependency Removed USELIBPCRE make flag (no longer optional within sslh) Updated patch 001 to work with new sslh Makefile Signed-off-by: Martin Moreno <fett3270@yahoo.com>
* sslh: update to 1.21cRosen Penev2020-08-27
| | | | | | Refresh patches. Remove now pointless format patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sslh: add capabilities supportGabor Seljan2020-05-26
| | | | | | | | 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>
* sslh: bump package releaseGabor Seljan2020-05-25
| | | | Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
* sslh: Add http probe supportWarren Ng2020-05-03
| | | | Signed-off-by: Warren Ng <looklookson@gmail.com>
* sslh: update to 1.20Rosen Penev2020-02-14
| | | | | | | | Fixed maintainer entry. Added patch fixing compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | 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>
* sslh: Update to v1.19cJonathan McCrohan2018-02-18
| | | | | | Change PKG_SOURCE_URL to https Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* sslh: Update to v1.19bJonathan McCrohan2018-02-10
| | | | | | | Refresh patches Update upstream URLs Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* sslh: simplify MakefileJonathan McCrohan2017-10-21
| | | | | | | Fixes bug where sslh was being linked against libconfig, but libconfig CPPFLAGS were being ignored. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | 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>
* sslh: Also pass down TARGET_CPPFLAGSFlorian Fainelli2017-04-03
| | | | | | | | | | | | | | | | | 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>
* sslh: Add support for external config fileMircea Horea IONICĂ2017-03-31
| | | | | | | | 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>
* sslh: bump to v1.18Jonathan McCrohan2017-03-19
| | | | | Signed-off-by: Mircea Horea IONICĂ <mionica@gmail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* sslh: respect LDFLAGSAlexander Ryzhov2015-12-15
| | | | | | | Closes: #2078 Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* sslh: Fix init script after arg parsing changesJonathan McCrohan2015-07-21
| | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* sslh: disable libpcre probe supportJonathan McCrohan2015-07-11
| | | | | | | | | | 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>
* sslh: update to 1.17Jonathan McCrohan2015-03-15
| | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* sslh: Add PKG_LICENSE informationJonathan McCrohan2014-08-14
| | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite,mtr,sslh,wavemon,xinetd: s/MAINTAINER/PKG_&/Jonathan McCrohan2014-08-14
| | | | | | | | 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>
* sslh: upstream has added COPYING files which changed md5sumSteven Barth2014-08-07
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* sslh: fix build by correcting version and refreshing makefile patchRussell Senior2014-06-17
| | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* Import (and adopt) sslh package to new packagefeedJonathan McCrohan2014-06-16
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>