Opened 15 years ago

Closed 14 years ago

Last modified 2 years ago

#17063 closed defect (fixed)

livecheck and distcheck don't honour fetch.ignore_sslcert

Reported by: skymoo (Adam Mercer) Owned by: raimue (Rainer Müller)
Priority: Normal Milestone: MacPorts 2.0.0
Component: base Version: 1.7.0
Keywords: Cc: mascguy (Christopher Nielsen)
Port:

Description

For ports that have homepages/master_sites served over https the fetch.ignore_sslcert keyword is supposed to tell port to ignore the ssl cert associated with the secure server. When fetching the distfile this is honoured, but when performing a livecheck or a distcheck the process fails with an error of the form:

[ram@cizin metaio]$ sudo port livecheck
Error: cannot check if metaio was updated (peer certificate cannot be authenticated with known CA certificates)
[ram@cizin metaio]$

Change History (5)

comment:1 Changed 15 years ago by raimue (Rainer Müller)

Status: newassigned

Fixed the problems with [curl fetch] in r41404.

Additional work needs to update [curl isnewer] and [curl getsize] to support these flags.

comment:2 Changed 15 years ago by tobypeterson

Milestone: MacPorts base bugsMacPorts Future

Milestone MacPorts base bugs deleted

comment:3 Changed 14 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: assignedclosed

Added livecheck in r70975 / r70979, distcheck in r70982.

Last edited 7 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:4 Changed 13 years ago by jmroot (Joshua Root)

Milestone: MacPorts FutureMacPorts 2.0.0

comment:5 Changed 2 years ago by mascguy (Christopher Nielsen)

Cc: mascguy added
Note: See TracTickets for help on using tickets.