mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
change the default setting TLS_PROTOCOL=SSL3 to TLS_PROTOCOL=SSL23 to try
SSLv2 and SSLv3 instead of SSLv3 only - this fixes the error some people where experiencing with the ssl clients: connect: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number Noted by: Oliver Brandmueller <ob@e-Gitt.NET> Suggested by: Oliver Brandmueller <ob@e-Gitt.NET>
This commit is contained in:
parent
42e3f2a4ef
commit
a05d72c0e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201924
@ -143,6 +143,9 @@ post-patch:
|
||||
${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -rpath=:${LOCALBASE}/lib/courier-authlib|' \
|
||||
${WRKSRC}/imap/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|TLS_PROTOCOL=SSL3|TLS_PROTOCOL=SSL23|g' \
|
||||
${WRKSRC}/imap/pop3d-ssl.dist.in \
|
||||
${WRKSRC}/imap/imapd-ssl.dist.in
|
||||
|
||||
post-install:
|
||||
.for i in imapd pop3d
|
||||
|
Loading…
Reference in New Issue
Block a user