From a87a1df9947ff0c731653836b36b529ac9e1d999 Mon Sep 17 00:00:00 2001 From: Christopher Luna Date: Tue, 26 Sep 2023 13:14:04 -0400 Subject: [PATCH] MaxMind requires HTTPS for downloads MaxMind will be requiring HTTPS for all database download requests starting in March 2024. See [this release note](https://dev.maxmind.com/geoip/release-notes/2023#api-policies---temporary-enforcement-on-october-17-2023). --- packages/geoip/formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/geoip/formula.rb b/packages/geoip/formula.rb index d59a89a..774a99e 100644 --- a/packages/geoip/formula.rb +++ b/packages/geoip/formula.rb @@ -5,7 +5,7 @@ class GeoIPCityDB < DebianFormula VERSION = "GeoIP-#{EDITION}_#{DATE}" homepage 'http://www.maxmind.com/app/city' - url "http://download.maxmind.com/app/geoip_download?edition_id=#{EDITION}&date=#{DATE}&suffix=tar.gz&license_key=#{LICENSE}" + url "https://download.maxmind.com/app/geoip_download?edition_id=#{EDITION}&date=#{DATE}&suffix=tar.gz&license_key=#{LICENSE}" md5 '100f82fea1a6a12d5e8494dcb8c13305' name 'geoip-city'