From ded3ad41b8e6a7ce90f76623f494124a9bbb2d6c Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 14 Feb 2020 16:58:29 -0800 Subject: sslh: update to 1.20 Fixed maintainer entry. Added patch fixing compilation. Signed-off-by: Rosen Penev --- net/sslh/patches/010-format.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/sslh/patches/010-format.patch (limited to 'net/sslh/patches') 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); + } + } + } -- cgit v1.2.3