Changes between Initial Version and Version 1 of Ticket #27881


Ignore:
Timestamp:
Jan 6, 2011, 4:17:53 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I'm not convinced we want to allow portfiles to specify the curl useragent. Servers that disallow our useragent to download files are pretty broken and should be fixed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27881

    • Property Cc ryandesign@… added
  • Ticket #27881 – Description

    initial v1  
    77
    88The skrooge server didn't like our user agent header.[[BR]]
    9 With this patch I add the following to Portfile and fetch succeeds:[[BR]]
     9With this patch I add the following to Portfile and fetch succeeds:
     10{{{
    1011fetch.user_agent "Mozilla/4.0"
     12}}}