]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libloc: ship a more recent database by default
authorPeter Müller <peter.mueller@ipfire.org>
Thu, 28 Jan 2021 16:00:47 +0000 (17:00 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Jan 2021 16:42:11 +0000 (16:42 +0000)
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üller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/libloc

index 279840535c5c3acb7ba0cd56c356b833f94939d6..ac0aecb3b2fb99feea4d58c4f4f44cd25d22fe12 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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
 
 VER        = 0.9.5
-DB_DATE    = 2020-12-23
+DB_DATE    = 2021-01-28
 
 THISAPP    = libloc-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -44,7 +44,7 @@ $(DL_FILE)                    = https://source.ipfire.org/releases/libloc/$(DL_F
 location-$(DB_DATE).db.xz     = https://location.ipfire.org/databases/1/archive/location-$(DB_DATE).db.xz
 
 $(DL_FILE)_MD5                = 41d8dc3fb4e498db958b7696cadd61f5
-location-$(DB_DATE).db.xz_MD5 = 3a71931555623fc3665f280c8e5c292a
+location-$(DB_DATE).db.xz_MD5 = f1814a144e22c9386aea00fa01992719
 
 install : $(TARGET)