From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH v2] libloc: ship a more recent database by default Date: Fri, 29 Jan 2021 11:35:29 +0000 Message-ID: <931FD3C5-2CC8-4F52-9B94-58A4FC0004CC@ipfire.org> In-Reply-To: <93b141de-2641-718f-6b1d-062b2ab97cdb@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0792705867640923157==" List-Id: --===============0792705867640923157== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thank you. This worked. Merged. -Michael > On 28 Jan 2021, at 16:00, Peter M=C3=BCller wr= ote: >=20 > The database we ship by default is meanwhile four weeks old, and since > the merge window for Core Update 154 is still open, there is no need to > ship data being more outdated than they have to be. :-) >=20 > The second version of this patch also updates the checksum for the > downloaded database file. >=20 > Signed-off-by: Peter M=C3=BCller > --- > lfs/libloc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/libloc b/lfs/libloc > index 279840535..ac0aecb3b 100644 > --- a/lfs/libloc > +++ b/lfs/libloc > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2020 IPFire Team = # > +# Copyright (C) 2007-2021 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -25,7 +25,7 @@ > include Config >=20 > VER =3D 0.9.5 > -DB_DATE =3D 2020-12-23 > +DB_DATE =3D 2021-01-28 >=20 > THISAPP =3D libloc-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -44,7 +44,7 @@ $(DL_FILE) =3D https://source.ipfire.o= rg/releases/libloc/$(DL_F > location-$(DB_DATE).db.xz =3D https://location.ipfire.org/databases/1/a= rchive/location-$(DB_DATE).db.xz >=20 > $(DL_FILE)_MD5 =3D 41d8dc3fb4e498db958b7696cadd61f5 > -location-$(DB_DATE).db.xz_MD5 =3D 3a71931555623fc3665f280c8e5c292a > +location-$(DB_DATE).db.xz_MD5 =3D f1814a144e22c9386aea00fa01992719 >=20 > install : $(TARGET) >=20 > --=20 > 2.26.2 --===============0792705867640923157==--