meta-google: sslh: Bump 517e4ad..de0ec95
yrutschle (25):
changelog the sslh-select refactoring
justify use of select
remove some debug messages
made echosrv independant from common.o and with its own configuration
add UDP support to echosrv
when verbose, precise which listen sockets are udp
remove caveat about UDP refactor
upgraded argtable3 to current last version to fix a parsing issue with command line options
do not drop CAP_NET_ADMIN if any of the protocols require transparent proxying
typo
refactor: purified set_capabilities, told to keep or drop CAP_NET_ADMIN instead of deciding for itself
sslh-fork drops all capabilities after connecting to server side
refactor t_load to use test.cfg as base
changed CAP_NET_ADMIN to CAP_NET_RAW as it's enough
clarify variable name
clarify function name
add recv and sendto addresses
sslh-select sets O_NONBLOCK *before* calling connect, which prevents hanging on an unresposive server (fix #258)
fail gracefully if libconfig fails to find root element
fix for libconfig 1.7.3 (#292)
moved UDP support from sslh-fork to sslh-select
fix message for fd closure on timeout
report errors as E instead of M, and consolidate restarts as simplified roman numerals
removed static known_source arrays, UDP connections are now managed dynamically
make udp timeout configurable per protocol
Change-Id: I49280061e0cdef7b416ecf2e59601519d7979246
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-google/recipes-extended/networking/sslh_git.bb b/meta-google/recipes-extended/networking/sslh_git.bb
index 5a7a9b1..6bb82e9 100644
--- a/meta-google/recipes-extended/networking/sslh_git.bb
+++ b/meta-google/recipes-extended/networking/sslh_git.bb
@@ -4,7 +4,7 @@
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/yrutschle/sslh"
-SRCREV = "517e4ad5b4d57dae396790882bd4629947be1632"
+SRCREV = "de0ec959d944d719cc75736864290dc35c3ff685"
S = "${WORKDIR}/git"
DEPENDS += "libbsd"