Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
curl: Use https to download certdata.txt
  • Loading branch information
ryandesign committed Feb 6, 2017
1 parent bf12fe5 commit a3f283d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/curl/Portfile
Expand Up @@ -232,7 +232,7 @@ subport curl-ca-bundle {

# Only try to fetch from the master site shortly after the port is updated, to guard against stealth updates.
if {[clock seconds] - ${certdata_updated} < 604800} {
master_sites-append http://hg.mozilla.org/mozilla-central/archive/${certdata_version}${extract.suffix}/${certdata_path}?dummy=:certdata
master_sites-append https://hg.mozilla.org/mozilla-central/archive/${certdata_version}${extract.suffix}/${certdata_path}?dummy=:certdata
} else {
master_sites-append macports_distfiles::certdata
}
Expand Down

0 comments on commit a3f283d

Please sign in to comment.