Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570074
en ru br
ALT Linux repos
S:2.22.2-alt2

Group :: Development/Other
RPM: devscripts

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: devscripts-uscan-no_ssl_namecheck.patch
Download


--- lib/Devscripts/Uscan/Downloader.pm.orig	2018-11-29 17:14:05.730406447 +0000
+++ lib/Devscripts/Uscan/Downloader.pm	2018-11-29 17:14:38.329642689 +0000
@@ -55,7 +55,7 @@
     default => sub {
         my ($self) = @_;
         my $user_agent
-          = Devscripts::Uscan::CatchRedirections->new(env_proxy => 1);
+          = Devscripts::Uscan::CatchRedirections->new(env_proxy => 1, ssl_opts => { verify_hostname => $ENV{'SSL_IGNORE_HOSTNAME'}?0:1 });
         $user_agent->timeout($self->timeout);
         $user_agent->agent($self->agent);
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin