From 71467fe5eef00b6d5030efe4aa550d47948dd99e Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 10 Jan 2022 14:52:41 +0100 Subject: [PATCH] stunnel: add new protocol option capwin and capwinctrl The new protocol capwin and capwinctrl was added in version 5.61 https://www.stunnel.org/NEWS.html Signed-off-by: Florian Eckert --- net/stunnel/files/stunnel.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/stunnel/files/stunnel.init b/net/stunnel/files/stunnel.init index 014b9db02..6e364600d 100644 --- a/net/stunnel/files/stunnel.init +++ b/net/stunnel/files/stunnel.init @@ -76,7 +76,7 @@ validate_service_options() { 'OCSPflag:list(or("NOCASIGN","NOCERTS","NOCHAIN","NOCHECKS","NODELEGATED","NOEXPLICIT","NOINTERN","NOSIGS","NOTIME","NOVERIFY","RESPID_KEY","TRUSTOTHER"))' \ 'OCSPnonce:bool' \ 'options:list(string) ' \ - 'protocol:or("cifs","connect","imap","nntp","pgsql","pop3","proxy","smtp","socks")' \ + 'protocol:or("cifs","capwin","capwinctrl","connect","imap","nntp","pgsql","pop3","proxy","smtp","socks")' \ 'protocolAuthentication:or("basic","login","ntlm","plain")' \ 'protocolDomain:hostname' \ 'protocolHost_host:host' \