From ea1081afb608b46bbe2fe8fd3973471aa487d5d0 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 1 Nov 2015 11:59:29 +0100 Subject: Add privileges configuration to stunnel package --- config/stunnel/stunnel.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config/stunnel') diff --git a/config/stunnel/stunnel.xml b/config/stunnel/stunnel.xml index c8957ba8..b5dfd6bd 100644 --- a/config/stunnel/stunnel.xml +++ b/config/stunnel/stunnel.xml @@ -42,14 +42,10 @@ ]]> stunnel - 5.20.2 + 5.20.3 Services: Secure Tunnel STunnel - The stunnel program is designed to work as an SSL encryption wrapper between remote client and local (inetd-startable) or remote server. - It can be used to add SSL functionality to commonly used inetd daemons like POP2, POP3, and IMAP servers without any changes in the programs' code. - It will negotiate an SSL connection using the OpenSSL or SSLeay libraries. - It calls the underlying crypto libraries, so stunnel supports whatever cryptographic algorithms you compiled into your crypto package.
Services
stunnel.xml
@@ -58,6 +54,10 @@ /usr/local/pkg/ https://packages.pfsense.org/packages/config/stunnel/stunnel.inc + + /etc/inc/priv/ + https://packages.pfsense.org/packages/config/stunnel/stunnel.priv.inc + /usr/local/pkg/ https://packages.pfsense.org/packages/config/stunnel/stunnel_certs.xml -- cgit v1.2.3 From 7a0c551dad86ce030dec938c7b1fa8c3d0a5c8f8 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 1 Nov 2015 12:01:42 +0100 Subject: Add privileges configuration to stunnel package --- config/stunnel/stunnel.priv.inc | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 config/stunnel/stunnel.priv.inc (limited to 'config/stunnel') diff --git a/config/stunnel/stunnel.priv.inc b/config/stunnel/stunnel.priv.inc new file mode 100644 index 00000000..f9857583 --- /dev/null +++ b/config/stunnel/stunnel.priv.inc @@ -0,0 +1,42 @@ + -- cgit v1.2.3