Package: qa.debian.org Severity: important Tags: patch
The google-fonts upstream no longer works: it always answers that there is no version information about the requested font.
See, for example https://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=google-fonts/ofl/pompiere
According to some users of the #debian-qa IRC channel, the problem seems to be that svn does not know the all the TLS certificates in the GitHub's certificates chain.
If this is the case, could you please fix the TLS configuration in svn or apply the following patch?
--- fakeupstream.cgi.orig 2017-10-21 14:24:26.493174836 +0200 +++ fakeupstream.cgi 2017-10-21 15:02:51.161463161 +0200 @@ -797,6 +797,8 @@ my @command = ( '/usr/bin/svn', + '--non-interactive', + '--trust-server-cert', 'cat', $svn_fontlog_url ); -- Gioele Barabucci <gio...@svario.it>