From patchwork Wed Aug 9 21:16:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7086 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RLjYH0dszz3wtJ for ; Wed, 9 Aug 2023 21:16: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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RLjYD5pmmz2SB; Wed, 9 Aug 2023 21:16:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RLjYD3Fngz2y0p; Wed, 9 Aug 2023 21:16:48 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RLjYC1KgNz2xGk for ; Wed, 9 Aug 2023 21:16: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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RLjY94bMpz1Kd; Wed, 9 Aug 2023 21:16:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1691615805; 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=KAasWCM4630Er6vipXYAcyXmhFOXuJJVbof5eyQSw0E=; b=wJG2KBOKGzc9Z1Jqhzj0TLV6CLGCXCVyMLDhkqq21K1Iqk8D9N8aonAEY5VoU3n3RryHL4 z70lwXE7iC0l1JDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1691615805; 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=KAasWCM4630Er6vipXYAcyXmhFOXuJJVbof5eyQSw0E=; b=G/iw4V0a8FOiRUhlGwcoHJF38mbz00XXAq0pkshk3ArrDf3IMRDJA9zqKSPeSAvqF0RShh VAEfb2gaqJhP++LkMExv7Us6nZ3Ev6UmS5Lpy3HCpRwo3V4h5Or/tTLwZQYqlniD43WwvU ZdWJhuDz5ZSeFuI08e1qL292cCoYUURO9YQNNBfaKVPoZN+2mSzqUJqa1W7wLJ7lWjzGnL wabOBeltj3MvDzGLIzA9kB/N06rvI62XN7qxDuixxUuZhU+LoMvvVML1rcorPjwrgk2xYV qsmjSfJ3+IZdtScyLgDLb64C+Kk7Hc+NJTqhh8n6O60sv0f5haWgkyiJuGWXHg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libloc: Update to version 0.9.17 Date: Wed, 9 Aug 2023 23:16:40 +0200 Message-ID: <20230809211640.2571668-1-adolf.belka@ipfire.org> MIME-Version: 1.0 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" - Update from version 0.9.16 to 0.9.17 - Update of rootfile - Changelog 0.9.17 * The importer is now parsing Geofeeds where available. This helps us to create a database with better accuracy for large ISPs or cloud providers. * The database writer is trying to compress the database harder: It will now look for any duplicate networks and merge neighbouring networks which will reduce the size of the database by about half. * The importer has been improved so that it runs more efficient SQL queries to create the database faster. * Temuri Doghonadze contributed a Georgian translation. * Hans-Christoph Steiner contributed bash-completion for the location(8) command. Signed-off-by: Adolf Belka --- config/rootfiles/common/libloc | 4 +++- lfs/libloc | 10 +++++----- ...-Install-Perl-files-to-Perl-vendor-directory.patch} | 0 3 files changed, 8 insertions(+), 6 deletions(-) rename src/patches/{libloc-0.9.16-Revert-Install-Perl-files-to-Perl-vendor-directory.patch => libloc-0.9.17-Revert-Install-Perl-files-to-Perl-vendor-directory.patch} (100%) diff --git a/config/rootfiles/common/libloc b/config/rootfiles/common/libloc index 7eb94217e..f6481ccd6 100644 --- a/config/rootfiles/common/libloc +++ b/config/rootfiles/common/libloc @@ -21,7 +21,7 @@ usr/bin/location #usr/lib/libloc.la #usr/lib/libloc.so usr/lib/libloc.so.1 -usr/lib/libloc.so.1.0.2 +usr/lib/libloc.so.1.0.3 usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/Location.pm #usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Location #usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Location/.packlist @@ -37,7 +37,9 @@ usr/lib/python3.10/site-packages/location/export.py usr/lib/python3.10/site-packages/location/i18n.py #usr/lib/python3.10/site-packages/location/importer.py usr/lib/python3.10/site-packages/location/logger.py +usr/share/bash-completion/completions/location #usr/share/locale/de/LC_MESSAGES/libloc.mo +#usr/share/locale/ka/LC_MESSAGES/libloc.mo #usr/share/man/man3/Location.3 #var/lib/location var/lib/location/database.db diff --git a/lfs/libloc b/lfs/libloc index 45595e8e3..5c67d1195 100644 --- a/lfs/libloc +++ b/lfs/libloc @@ -24,8 +24,8 @@ include Config -VER = 0.9.16 -DB_DATE = 2023-06-25 +VER = 0.9.17 +DB_DATE = 2023-08-09 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)_BLAKE2 = dc9e5ce8e1084e6a385149521f5f5ea156f33502343b254b9f70c5c6e28f699466981ae704483681a80449c2acfd202301bcbcfc2b81d773c308575910db79e9 -location-$(DB_DATE).db.xz_BLAKE2 = 916644d348e16e7c84859862ed9137dfadce1e1c4cba6e7bdad373050d0afa632f97c208477150588fed4c2df9c8c9b0678e6048b71759d1eddf80a5df71ad35 +$(DL_FILE)_BLAKE2 = b0bf860ebaccd3cb49c58c066c430f7a1f936a2029957db9b88e22c04240af0268a8f6388e8ca512102f14033037a2ab8bbb93fe83e525b9859c790c5c382df4 +location-$(DB_DATE).db.xz_BLAKE2 = 24ad4dc2496d3c0a7fe645374a02c8d4bf4724796ccf4ed00d2de9adfaa08f31cb70314afa5d8f7b7acebd4ccbd4d1f8a15b8da09a27b0092d74412cf30aa721 install : $(TARGET) @@ -79,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xvf $(DIR_DL)/$(DL_FILE) # https://lists.ipfire.org/pipermail/development/2022-November/014763.html - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/libloc-0.9.16-Revert-Install-Perl-files-to-Perl-vendor-directory.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/libloc-0.9.17-Revert-Install-Perl-files-to-Perl-vendor-directory.patch cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure \ diff --git a/src/patches/libloc-0.9.16-Revert-Install-Perl-files-to-Perl-vendor-directory.patch b/src/patches/libloc-0.9.17-Revert-Install-Perl-files-to-Perl-vendor-directory.patch similarity index 100% rename from src/patches/libloc-0.9.16-Revert-Install-Perl-files-to-Perl-vendor-directory.patch rename to src/patches/libloc-0.9.17-Revert-Install-Perl-files-to-Perl-vendor-directory.patch