From patchwork Wed Feb 16 17:35:12 2022 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: 5174 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4JzQ8R5Xbyz3wsl for ; Wed, 16 Feb 2022 17:35:19 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4JzQ8P5H3yz28p; Wed, 16 Feb 2022 17:35:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JzQ8P44Ffz2yWd; Wed, 16 Feb 2022 17:35:17 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4JzQ8N6Fftz2xXd for ; Wed, 16 Feb 2022 17:35:16 +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)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4JzQ8M6ffWz1Q6 for ; Wed, 16 Feb 2022 17:35:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1645032916; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=jTsrpiaMgwxS7Eegsd4PFmtnkJnt1R8IBu0kTbgNyQA=; b=dXiJZ1r1PyINmrpRasiLzHh9Ur4z5r7qf9XAtKMba3HygiNcIlcROxT5BTUDKjpP4cOVWh hnpuZ8bYywq+FOCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1645032916; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=jTsrpiaMgwxS7Eegsd4PFmtnkJnt1R8IBu0kTbgNyQA=; b=j6SrK6ygSk6sqf9e+kk/ANB5XOOiogusU8DxNL0hc0JMaGp56xP5vlsr6rWOSVO86jd4sS O/YQebvVFeAYbuJiBKZ3Q0cWJPwHF7GIOvw85hbT51NBfDI6dDzDd6/NZU0LtNbpHfO+tq zcZcXp5O3nU8AhmLRvRkH84BCmei2yaeMd2pf8oHUN51NqruU6ZI58Vvdr897MrywlKnYI +KR51CVazPu5L2oPawV3r0JxQmWXdOKqe5fR3DIDCOJ8LCoMXpT5QtBf2C2QMpvbLtAAJo LpkTvaqrwrUXwyUlHF8KYTlJvA1clILLAFyYZSdjw0nuzX+vKNaT24exQVHgQA== Message-ID: Date: Wed, 16 Feb 2022 17:35:12 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] libloc: Update to 0.9.10 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: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Please refer to https://lists.ipfire.org/pipermail/location/2022-February/000530.html for this version's changelog. Signed-off-by: Peter Müller --- lfs/libloc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/libloc b/lfs/libloc index 1de135b52..29008191a 100644 --- a/lfs/libloc +++ b/lfs/libloc @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2022 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 # @@ -24,8 +24,8 @@ include Config -VER = 0.9.9 -DB_DATE = 2021-12-13 +VER = 0.9.10 +DB_DATE = 2022-02-16 THISAPP = libloc-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,8 +43,8 @@ objects = $(DL_FILE) \ $(DL_FILE) = https://source.ipfire.org/releases/libloc/$(DL_FILE) location-$(DB_DATE).db.xz = https://location.ipfire.org/databases/1/archive/location-$(DB_DATE).db.xz -$(DL_FILE)_MD5 = 0d14fcad39b19accc001ed5f17a09471 -location-$(DB_DATE).db.xz_MD5 = 7239646f05ac92e76ae2700e7aa14ab8 +$(DL_FILE)_MD5 = 3f67e15022c142c0731cbb3746351330 +location-$(DB_DATE).db.xz_MD5 = c1ad9c544bab917035eb0cd13b66c453 install : $(TARGET)