From patchwork Fri Jul 10 15:42:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 3252 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 ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4B3HP76lJKz3xKH for ; Fri, 10 Jul 2020 15:42:51 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4B3HP61Cddz1T6; Fri, 10 Jul 2020 15:42:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4B3HP535syz2xcW; Fri, 10 Jul 2020 15:42:49 +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 ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4B3HP32Dtzz2xcW for ; Fri, 10 Jul 2020 15:42:47 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4B3HP21qLgz1Kl; Fri, 10 Jul 2020 15:42:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1594395766; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=H1+ndI5RcQNRsn90aIDqjGLP8KIiwdWZx6NdMoBtByU=; b=iJc0xJRITySuaLWvzSjXqXAu48+DLDQwWseqPu9+LQwAzS+Utvo4U/41f1XPJxjsrU5wVD htd8ZRiVpQOj7LDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1594395766; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=H1+ndI5RcQNRsn90aIDqjGLP8KIiwdWZx6NdMoBtByU=; b=Dti7jA1mp0FP15bBEoBDJJERSRP7ferx4f24t2SKXHCaNJDRRDNg19wodq8B9citcR6uuc SWyRWw7Yxnu9ugbMyK7B8bb5BRVJRIyUXSCNKBDK8p79ZMeGTKC/az8s2QMz6BOZMfgQoe DiLfBdlo9LgAw0I6hBo5UFsUaIWNqFb6CrToSUG0VWnIYPleaXMeESRN6hbspiBxeBBidX XToMw8nlzTGdFS2lOsOEap0iTBBMT23jJjXZ0oztnH1BRX4d6bgWXDUjmkOtMcz1KomJYy 5/Huee/TGlHrW2EWsU16eaXK0bQuaI/+nrSkXfPqLWZy3hngZm8D1CLtKyYVlA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] libloc: Update to 0.9.3 Date: Fri, 10 Jul 2020 17:42:34 +0200 Message-Id: <20200710154234.348-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=stefan.schantl@ipfire.org 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" * Also bump the shipped database to 2020-07-10 for a more recent version Signed-off-by: Stefan Schantl --- lfs/libloc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/libloc b/lfs/libloc index c4e409fa5..43af26b45 100644 --- a/lfs/libloc +++ b/lfs/libloc @@ -24,8 +24,8 @@ include Config -VER = 0.9.2 -DB_DATE = 2020-06-10 +VER = 0.9.3 +DB_DATE = 2020-07-10 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 = c6ed4fcbdb2ce4ca7e6df8abbd985411 -location-$(DB_DATE).db.xz_MD5 = 268b6d58a26c6d36081ed1e899b89020 +$(DL_FILE)_MD5 = 61f1d543f67baf665b0140d3676fdade +location-$(DB_DATE).db.xz_MD5 = 3f68f631e94c29b953c4e60454567540 install : $(TARGET)