[Rock-dev] [rock] #318: autoproj: downloading files from untrusted servers

rock noreply at opendfki.de
Sat Aug 17 18:47:14 CEST 2013


#318: autoproj: downloading files from untrusted servers
----------------------------+-----------------------------------
 Reporter:  Alexander.Duda  |      Owner:  rock-dev-mailing-list
     Type:  enhancement     |     Status:  new
 Priority:  major           |  Milestone:
Component:  toolchain       |   Keywords:
----------------------------+-----------------------------------
 At the moment autoproj fails to download files from untrusted servers
 because wget exit with status 5 and there is no way to set the --no-check-
 certifacte options for certain autoproj packages.

 Furthermore, on mac os wget installed via mac port has by default no root
 certificates and all servers are regarded as untrusted.

 Therefore, it would be helpful to be able to set the --no-check-certifacte
 option and also to use curl on mac os systems which is properly configured
 by default

 autobuild-1.7.3/lib/autobuild/import/archive.rb:
 {{{
 6d5
 < MACOS =  RbConfig::CONFIG["host_os"] =~%r!([Dd]arwin)!
 140,141d138
 <                     elsif(MACOS)
 <                         Subprocess.run(package, :import,
 Autobuild.tool('curl'), at url,'-o',"#{cachefile}.partial")
 }}}

-- 
Ticket URL: <http://rock.opendfki.de/ticket/318>
rock <http://rock.opendfki.de>
rock: the robot construction kit


More information about the Rock-dev mailing list