From patchwork Thu Jan 28 16:00:47 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 3826 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4DRQDs2LW7z3wxm for ; Thu, 28 Jan 2021 16:01:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4DRQDr0JXKz4lV; Thu, 28 Jan 2021 16:01:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DRQDq54MXz2xX3; Thu, 28 Jan 2021 16:00:59 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4DRQDn5x8jz2xX3 for ; Thu, 28 Jan 2021 16:00:57 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4DRQDk4z01zWp; Thu, 28 Jan 2021 16:00:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1611849655; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KfIIGgMpd199N/fZRk40vaw15kyTTNJCElnqOpVfQto=; b=jXa7w6w4SrMFL/2Wq0yDMLSNSH86Tvq+4ODTd09P/d3Y2N2rKuBnDIs0BVoa26dVq/ySo5 I3B3XAZWXMlZSzDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1611849655; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KfIIGgMpd199N/fZRk40vaw15kyTTNJCElnqOpVfQto=; b=Yi8hXLRcU6IxwZX/vlivuaCzAmljcxbQFWr207eS37miYINne8SUaQYt38QboVMk8YeSs7 +KXa3UDnWqR+cfbJALXNVOa1AsteSRSjpuRQhvOMIUf3de7eRZBieD1c5wwBaZtK18Xrz4 vcQpW2dLv9Uf0BVQzIiImRnBnunng1zGG9c6njN/4klHu7qs1ck6PvtB12AhcvIV2WxUaa hfmSKzjsrgXMXC+jknCSxptSBwFNoTl65z369cvUCrCLkevAiR2e6eN5OyqkKQXenXge54 9BpDcR3Esj0PqMtzWtSFlWzQCWy609BNowgybExm1k5Ql0PMg8+uERiew0AhNw== Subject: [PATCH v2] libloc: ship a more recent database by default To: Michael Tremer References: <004c2db5-8c17-d095-ab09-289830c87e6c@ipfire.org> <9EFFD7F0-9B77-4694-89EA-270A95191A50@ipfire.org> From: =?utf-8?q?Peter_M=C3=BCller?= Message-ID: <93b141de-2641-718f-6b1d-062b2ab97cdb@ipfire.org> Date: Thu, 28 Jan 2021 17:00:47 +0100 MIME-Version: 1.0 In-Reply-To: <9EFFD7F0-9B77-4694-89EA-270A95191A50@ipfire.org> Content-Language: en-US X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "IPFire: Development" Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 --- 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 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)