public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libloc: Update to 0.9.9
@ 2021-12-13 19:09 Peter Müller
  2021-12-13 19:09 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2021-12-13 19:09 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1784 bytes --]

Please refer to https://lists.ipfire.org/pipermail/location/2021-November/000483.html
for this versions' release announcement.

Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 config/rootfiles/common/libloc | 2 +-
 lfs/libloc                     | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/rootfiles/common/libloc b/config/rootfiles/common/libloc
index 6b788658d..43f9efd9e 100644
--- a/config/rootfiles/common/libloc
+++ b/config/rootfiles/common/libloc
@@ -18,7 +18,7 @@ usr/bin/location
 #usr/lib/libloc.la
 #usr/lib/libloc.so
 usr/lib/libloc.so.1
-usr/lib/libloc.so.1.0.0
+usr/lib/libloc.so.1.0.1
 usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/Location.pm
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Location
 #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Location/.packlist
diff --git a/lfs/libloc b/lfs/libloc
index f57918e4e..37571881e 100644
--- a/lfs/libloc
+++ b/lfs/libloc
@@ -24,8 +24,8 @@
 
 include Config
 
-VER        = 0.9.8
-DB_DATE    = 2021-09-25
+VER        = 0.9.9
+DB_DATE    = 2021-12-13
 
 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                = 9598c08b157305f8c38fc672f5037884
-location-$(DB_DATE).db.xz_MD5 = d2a3c63202ba73f9650beba461b41db4
+$(DL_FILE)_MD5                = 0d14fcad39b19accc001ed5f17a09471
+location-$(DB_DATE).db.xz_MD5 = 7239646f05ac92e76ae2700e7aa14ab8
 
 install : $(TARGET)
 
-- 
2.26.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] libloc: Update to 0.9.9
  2021-12-13 19:09 [PATCH] libloc: Update to 0.9.9 Peter Müller
@ 2021-12-13 19:09 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2021-12-13 19:09 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2009 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 13 Dec 2021, at 19:09, Peter Müller <peter.mueller(a)ipfire.org> wrote:
> 
> Please refer to https://lists.ipfire.org/pipermail/location/2021-November/000483.html
> for this versions' release announcement.
> 
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> config/rootfiles/common/libloc | 2 +-
> lfs/libloc                     | 8 ++++----
> 2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/config/rootfiles/common/libloc b/config/rootfiles/common/libloc
> index 6b788658d..43f9efd9e 100644
> --- a/config/rootfiles/common/libloc
> +++ b/config/rootfiles/common/libloc
> @@ -18,7 +18,7 @@ usr/bin/location
> #usr/lib/libloc.la
> #usr/lib/libloc.so
> usr/lib/libloc.so.1
> -usr/lib/libloc.so.1.0.0
> +usr/lib/libloc.so.1.0.1
> usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/Location.pm
> #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Location
> #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Location/.packlist
> diff --git a/lfs/libloc b/lfs/libloc
> index f57918e4e..37571881e 100644
> --- a/lfs/libloc
> +++ b/lfs/libloc
> @@ -24,8 +24,8 @@
> 
> include Config
> 
> -VER        = 0.9.8
> -DB_DATE    = 2021-09-25
> +VER        = 0.9.9
> +DB_DATE    = 2021-12-13
> 
> 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                = 9598c08b157305f8c38fc672f5037884
> -location-$(DB_DATE).db.xz_MD5 = d2a3c63202ba73f9650beba461b41db4
> +$(DL_FILE)_MD5                = 0d14fcad39b19accc001ed5f17a09471
> +location-$(DB_DATE).db.xz_MD5 = 7239646f05ac92e76ae2700e7aa14ab8
> 
> install : $(TARGET)
> 
> -- 
> 2.26.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-13 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13 19:09 [PATCH] libloc: Update to 0.9.9 Peter Müller
2021-12-13 19:09 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox