diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-02-14 16:58:29 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-02-14 16:59:06 -0800 |
commit | ded3ad41b8e6a7ce90f76623f494124a9bbb2d6c (patch) | |
tree | cf1ca085b7b3275a3840211b6435144b9952d58a /net/sslh/patches | |
parent | 8cd7528cb0aa4afa750131d9fddf690e6e56943c (diff) |
sslh: update to 1.20
Fixed maintainer entry.
Added patch fixing compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/sslh/patches')
-rw-r--r-- | net/sslh/patches/010-format.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sslh/patches/010-format.patch b/net/sslh/patches/010-format.patch new file mode 100644 index 000000000..a25290544 --- /dev/null +++ b/net/sslh/patches/010-format.patch @@ -0,0 +1,11 @@ +--- a/sslh-main.c ++++ b/sslh-main.c +@@ -167,7 +167,7 @@ void cmd_ssl_to_tls(int argc, char* argv[]) + strcpy(argv[i], "--tls"); + /* foreground option not parsed yet, syslog not open, just print on + * stderr and hope for the best */ +- fprintf(stderr, ssl_err_msg); ++ fprintf(stderr, "%s", ssl_err_msg); + } + } + } |