From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] use HTTPS for downloading GeoIP database files Date: Mon, 21 Jan 2019 10:17:09 +0000 Message-ID: <22CD617F-2D7C-4A15-83D2-706C61A690A5@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6642632514425250581==" List-Id: --===============6642632514425250581== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, I can only merge this into next right now. Core Update 127 is already closed,= built and distributed on the mirrors. Please *review* the patches that are being submitted on the list to spot thes= e things earlier. This is why we are doing this process and this is not only = supposed to be my public inbox. Also, this patch doesn=E2=80=99t apply. Best, -Michael > On 20 Jan 2019, at 16:40, Peter M=C3=BCller wro= te: >=20 > Signed-off-by: Peter M=C3=BCller > --- > src/scripts/xt_geoip_update | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/src/scripts/xt_geoip_update b/src/scripts/xt_geoip_update > index b45c5b343..93884dcf5 100644 > --- a/src/scripts/xt_geoip_update > +++ b/src/scripts/xt_geoip_update > @@ -26,7 +26,7 @@ SCRIPT_PATH=3D/usr/local/bin > DEST_PATH=3D/usr/share/xt_geoip > DB_PATH=3D/var/lib/GeoIP >=20 > -DL_URL=3Dhttp://geolite.maxmind.com/download/geoip/database > +DL_URL=3Dhttps://geolite.maxmind.com/download/geoip/database > DL_FILE=3DGeoLite2-Country-CSV.zip >=20 > eval $(/usr/local/bin/readhash /var/ipfire/proxy/settings) > @@ -40,7 +40,7 @@ function download() { > # Proxy settings. > # Check if a proxy should be used. > if [[ $UPSTREAM_PROXY ]]; then > - PROXYSETTINGS=3D"-e http_proxy=3Dhttp://" > + PROXYSETTINGS=3D"-e https_proxy=3Dhttp://" >=20 > # Check if authentication against the proxy is configured. > if [[ $UPSTREAM_USER && $UPSTREAM_PASSWORD ]]; then > --=20 > 2.16.4 --===============6642632514425250581==--