From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH v2] libloc: ship a more recent database by default Date: Thu, 28 Jan 2021 17:00:47 +0100 Message-ID: <93b141de-2641-718f-6b1d-062b2ab97cdb@ipfire.org> In-Reply-To: <9EFFD7F0-9B77-4694-89EA-270A95191A50@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3173707240183458971==" List-Id: --===============3173707240183458971== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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. :-) The second version of this patch also updates the checksum for the downloaded database file. Signed-off-by: Peter M=C3=BCller --- lfs/libloc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.org= /releases/libloc/$(DL_F location-$(DB_DATE).db.xz =3D https://location.ipfire.org/databases/1/ar= chive/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 --===============3173707240183458971==--