[Debian-l10n-commits] dl10n branch master updated. d17144ddc047f48bc4609202bb6e48d04fe92f33

David Prévot taffit at moszumanska.debian.org
Wed Jan 7 16:12:56 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  d17144ddc047f48bc4609202bb6e48d04fe92f33 (commit)
      from  9283a8571e3e7bde9d399629322f337d4727a016 (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=d17144ddc047f48bc4609202bb6e48d04fe92f33

commit d17144ddc047f48bc4609202bb6e48d04fe92f33
Author: David Prévot <david at tilapin.org>
Date:   Wed Jan 7 12:12:43 2015 -0400

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

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

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

diff --git a/lib/Debian/L10n/BTS.pm b/lib/Debian/L10n/BTS.pm
index 08fc7e3..7bc9aae 100644
--- a/lib/Debian/L10n/BTS.pm
+++ b/lib/Debian/L10n/BTS.pm
@@ -22,6 +22,7 @@ my $VERSION = "1.0";				# External Version Number
 
 my $Web_agent =  LWP::UserAgent -> new;
 $Web_agent->env_proxy;
+$Web_agent -> ssl_opts("SSL_ca_path" => "/etc/ssl/ca-debian");
 
 
 =head2 check_bts
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list