#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 16 years ago by raimue (Rainer Müller)
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by tobypeterson
Milestone: | MacPorts base bugs → MacPorts Future |
---|
Milestone MacPorts base bugs deleted
comment:3 Changed 14 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added livecheck in r70975/r70979, distcheck in r70982.
comment:4 Changed 14 years ago by jmroot (Joshua Root)
Milestone: | MacPorts Future → MacPorts 2.0.0 |
---|
comment:5 Changed 3 years ago by mascguy (Christopher Nielsen)
Cc: | mascguy added |
---|
Note: See
TracTickets for help on using
tickets.
Fixed the problems with [curl fetch] in r41404.
Additional work needs to update [curl isnewer] and [curl getsize] to support these flags.