security/stunnel Add LDAP and NNTP to supported STARTTLS protocols (#4788)

This commit is contained in:
Patrick M. Hausen
2025-07-03 14:21:44 +02:00
committed by GitHub
parent dd2b7f8bce
commit 6864606351
2 changed files with 4 additions and 3 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
PLUGIN_NAME= stunnel
PLUGIN_VERSION= 1.0.5
PLUGIN_REVISION= 3
PLUGIN_VERSION= 1.0.6
PLUGIN_COMMENT= Stunnel TLS proxy
PLUGIN_MAINTAINER= ad@opnsense.org
PLUGIN_DEPENDS= stunnel
@@ -1,6 +1,6 @@
<model>
<mount>//OPNsense/Stunnel</mount>
<version>1.0.3</version>
<version>1.0.4</version>
<description>
Stunnel TLS encryption proxy
</description>
@@ -48,6 +48,8 @@
<protocol type="OptionField">
<OptionValues>
<imap>IMAP</imap>
<ldap>LDAP</ldap>
<nntp>NNTP</nntp>
<pop3>POP3</pop3>
<smtp>SMTP</smtp>
</OptionValues>