Changes between Initial Version and Version 1 of Ticket #67186


Ignore:
Timestamp:
Apr 3, 2023, 1:27:34 AM (14 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67186 – Description

    initial v1  
    1616}}}
    1717
    18 The memtester port is an example that fails to fetch distfiles because of this (if the `master_sites` override is removed from the Portfile). It also fails livecheck.
     18The memtester port is an example that fails to fetch distfiles because of this (if the secondary `master_sites` entry is removed from the Portfile and `--no-mirrors` is used when fetching). It also fails livecheck.
    1919
    20 It was pointed out to me by the author of memtester that affect curl versions can be made to work by setting the `Host` header properly, as in:
     20It was pointed out to me by the author of memtester that affected curl versions can be made to work by setting the `Host` header properly, as in:
    2121
    2222{{{
     
    3131}}}
    3232
    33 MacPorts should use a regexp to extract the host out of the URL and set the Host header every time it invokes curl for any purpose to work around buggy curl versions.
     33MacPorts should use a regexp to extract the host out of the URL and set the `Host` header every time it invokes curl for any purpose to work around buggy curl versions.