Changes between Initial Version and Version 1 of Ticket #67186
- Timestamp:
- Apr 3, 2023, 1:27:34 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67186 – Description
initial v1 16 16 }}} 17 17 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.18 The 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. 19 19 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:20 It 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: 21 21 22 22 {{{ … … 31 31 }}} 32 32 33 MacPorts should use a regexp to extract the host out of the URL and set the Hostheader every time it invokes curl for any purpose to work around buggy curl versions.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.