p7zip: fix man page paths
[oi-userland.git] / components / sysutils / stunnel / patches / 04-stunnel.conf-sample.in.patch
bloba2d6ec8dbb869f9937264043e1d3d6cf6cb48c0b
1 diff -ur stunnel-5.60.orig/tools/stunnel.conf-sample.in stunnel-5.60/tools/stunnel.conf-sample.in
2 --- stunnel-5.60.orig/tools/stunnel.conf-sample.in 2021-02-10 05:39:36.000000000 +0000
3 +++ stunnel-5.60/tools/stunnel.conf-sample.in 2021-11-19 16:42:59.646951934 +0000
4 @@ -54,7 +54,7 @@
6 ; ***************************************** Example TLS client mode services
8 -; The following examples use /etc/ssl/certs, which is the common location
9 +; The following examples use /etc/certs/CA, which is the OpenIndiana location
10 ; of a hashed directory containing trusted CA certificates. This is not
11 ; a hardcoded path of the stunnel package, as it is not related to the
12 ; stunnel configuration in @sysconfdir@/stunnel/.
13 @@ -64,7 +64,7 @@
14 accept = 127.0.0.1:110
15 connect = pop.gmail.com:995
16 verifyChain = yes
17 -CApath = /etc/ssl/certs
18 +CApath = /etc/certs/CA
19 checkHost = pop.gmail.com
20 OCSPaia = yes
22 @@ -73,7 +73,7 @@
23 accept = 127.0.0.1:143
24 connect = imap.gmail.com:993
25 verifyChain = yes
26 -CApath = /etc/ssl/certs
27 +CApath = /etc/certs/CA
28 checkHost = imap.gmail.com
29 OCSPaia = yes
31 @@ -82,7 +82,7 @@
32 accept = 127.0.0.1:25
33 connect = smtp.gmail.com:465
34 verifyChain = yes
35 -CApath = /etc/ssl/certs
36 +CApath = /etc/certs/CA
37 checkHost = smtp.gmail.com
38 OCSPaia = yes