Skip to content

Commit

Permalink
Merge pull request #2391 from jmartin-r7/secure-source-links
Browse files Browse the repository at this point in the history
update source links to https where possible
  • Loading branch information
flavorjones committed Dec 20, 2021
2 parents 121328a + 71db67e commit 0578700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/nokogiri/extconf.rb
Expand Up @@ -656,7 +656,7 @@ def do_clean
if cross_build_p || windows?
zlib_recipe = process_recipe("zlib", dependencies["zlib"]["version"], static_p, cross_build_p) do |recipe|
recipe.files = [{
url: "http://zlib.net/fossils/#{recipe.name}-#{recipe.version}.tar.gz",
url: "https://zlib.net/fossils/#{recipe.name}-#{recipe.version}.tar.gz",
sha256: dependencies["zlib"]["sha256"],
}]
if windows?
Expand Down Expand Up @@ -714,7 +714,7 @@ def compile
libiconv_recipe = process_recipe("libiconv", dependencies["libiconv"]["version"], static_p,
cross_build_p) do |recipe|
recipe.files = [{
url: "http://ftp.gnu.org/pub/gnu/libiconv/#{recipe.name}-#{recipe.version}.tar.gz",
url: "https://ftp.gnu.org/pub/gnu/libiconv/#{recipe.name}-#{recipe.version}.tar.gz",
sha256: dependencies["libiconv"]["sha256"],
}]

Expand Down

0 comments on commit 0578700

Please sign in to comment.