buildbot/bin/sendEmail issue
Maarten Hoes
hoes.maarten at gmail.com
Sat Jan 24 01:38:34 PST 2015
Hrm.
I did some googling, and it seems I am not the only one running into this
issue. It seems making this change in the script can be used as a
workaround, but im not sure if this is seen as an acceptable change.
$ diff -u ./buildbot/bin/sendEmail ~/tmp/sendEmail
--- ./buildbot/bin/sendEmail 2014-11-24 20:48:38.005980248 +0100
+++ /home/buildslave/tmp/sendEmail 2015-01-24 10:32:40.101195889 +0100
@@ -1903,7 +1903,7 @@
if ($conf{'tls_server'} == 1 and $conf{'tls_client'} == 1 and
$opt{'tls'} =~ /^(yes|auto)$/) {
printmsg("DEBUG => Starting TLS", 2);
if (SMTPchat('STARTTLS')) { quit($conf{'error'}, 1); }
- my $ssl_ver = 'SSLv3 TLSv1';
+ my $ssl_ver = 'SSLv3';
chomp(my $system = `uname -o`);
if ($system eq 'Cygwin') { $ssl_ver = 'SSLv3'; }
if (! IO::Socket::SSL->start_SSL($SERVER, SSL_version =>
$ssl_ver)) {
I guess I can make a copy of the script, make the modification in that
version, and use that modified sendEmail version in my shell script.
However, you would then end up with 2 different versions of the sendEmail
script which i guess is less than ideal as well.
- Maarten
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20150124/bb1cacba/attachment.html>
More information about the LibreOffice
mailing list