[Debian-l10n-commits] dl10n branch master updated. 9283a8571e3e7bde9d399629322f337d4727a016

David Prévot taffit at moszumanska.debian.org
Wed Jan 7 14:21:03 UTC 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dl10n".

The branch, master has been updated
       via  9283a8571e3e7bde9d399629322f337d4727a016 (commit)
      from  c05574f2285cc23aff00c5d7103954f688f36dd1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

http://anonscm.debian.org/gitweb/?p=debian-l10n/dl10n.git;a=commitdiff;h=9283a8571e3e7bde9d399629322f337d4727a016

commit 9283a8571e3e7bde9d399629322f337d4727a016
Author: David Prévot <david at tilapin.org>
Date:   Wed Jan 7 10:19:59 2015 -0400

    Workaround recent SSL breakage from DSA
    
    <1420638006.22794.18.camel at debian.org>.

-----------------------------------------------------------------------

Summary of changes:
 lib/Debian/L10n/Spider.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Debian/L10n/Spider.pm b/lib/Debian/L10n/Spider.pm
index 5ac2645..7964b61 100644
--- a/lib/Debian/L10n/Spider.pm
+++ b/lib/Debian/L10n/Spider.pm
@@ -44,6 +44,7 @@ my $DEFAULT_MESSAGE = 0;
 
 my $Web_agent =  LWP::UserAgent -> new;
 $Web_agent->env_proxy;
+$Web_agent -> ssl_opts("SSL_ca_path" => "/etc/ssl/ca-debian");
 
 
 =head2 get_header(HTML)
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list