zlib: fix mapfile
[oi-userland.git] / components / sysutils / stunnel / patches / 04-stunnel.conf-sample.in.patch
blobe6672bfbc6f37d5deb941012527955784f932221
1 diff -Nuraw stunnel-5.74_O/tools/stunnel.conf-sample.in stunnel-5.74/tools/stunnel.conf-sample.in
2 --- stunnel-5.74_O/tools/stunnel.conf-sample.in 2024-05-07 16:41:58.000000000 +0200
3 +++ stunnel-5.74/tools/stunnel.conf-sample.in 2025-01-01 15:26:30.000000000 +0100
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 common 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