* [PATCH] libloc: ship a more recent database by default
@ 2021-01-27 21:24 Peter Müller
2021-01-27 22:11 ` Michael Tremer
0 siblings, 1 reply; 4+ messages in thread
From: Peter Müller @ 2021-01-27 21:24 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1318 bytes --]
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. :-)
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
lfs/libloc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/libloc b/lfs/libloc
index 279840535..170261e42 100644
--- a/lfs/libloc
+++ b/lfs/libloc
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2020 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2021 IPFire Team <info(a)ipfire.org> #
# #
# 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-27
THISAPP = libloc-$(VER)
DL_FILE = $(THISAPP).tar.gz
--
2.26.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] libloc: ship a more recent database by default
2021-01-27 21:24 [PATCH] libloc: ship a more recent database by default Peter Müller
@ 2021-01-27 22:11 ` Michael Tremer
2021-01-28 16:00 ` [PATCH v2] " Peter Müller
0 siblings, 1 reply; 4+ messages in thread
From: Michael Tremer @ 2021-01-27 22:11 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1586 bytes --]
Hello,
Good idea, but you will need to change the MD5 checksum of that file too just like any other source file.
-Michael
> On 27 Jan 2021, at 21:24, Peter Müller <peter.mueller(a)ipfire.org> wrote:
>
> 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. :-)
>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> lfs/libloc | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lfs/libloc b/lfs/libloc
> index 279840535..170261e42 100644
> --- a/lfs/libloc
> +++ b/lfs/libloc
> @@ -1,7 +1,7 @@
> ###############################################################################
> # #
> # IPFire.org - A linux based firewall #
> -# Copyright (C) 2007-2020 IPFire Team <info(a)ipfire.org> #
> +# Copyright (C) 2007-2021 IPFire Team <info(a)ipfire.org> #
> # #
> # 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-27
>
> THISAPP = libloc-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> --
> 2.26.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2] libloc: ship a more recent database by default
2021-01-27 22:11 ` Michael Tremer
@ 2021-01-28 16:00 ` Peter Müller
2021-01-29 11:35 ` Michael Tremer
0 siblings, 1 reply; 4+ messages in thread
From: Peter Müller @ 2021-01-28 16:00 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1857 bytes --]
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 <peter.mueller(a)ipfire.org>
---
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 <info(a)ipfire.org> #
+# Copyright (C) 2007-2021 IPFire Team <info(a)ipfire.org> #
# #
# 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)
--
2.26.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] libloc: ship a more recent database by default
2021-01-28 16:00 ` [PATCH v2] " Peter Müller
@ 2021-01-29 11:35 ` Michael Tremer
0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2021-01-29 11:35 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2059 bytes --]
Thank you. This worked. Merged.
-Michael
> On 28 Jan 2021, at 16:00, Peter Müller <peter.mueller(a)ipfire.org> wrote:
>
> 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 <peter.mueller(a)ipfire.org>
> ---
> 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 <info(a)ipfire.org> #
> +# Copyright (C) 2007-2021 IPFire Team <info(a)ipfire.org> #
> # #
> # 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)
>
> --
> 2.26.2
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-01-29 11:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27 21:24 [PATCH] libloc: ship a more recent database by default Peter Müller
2021-01-27 22:11 ` Michael Tremer
2021-01-28 16:00 ` [PATCH v2] " Peter Müller
2021-01-29 11:35 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox