libloc: ship a more recent database by default

Message ID 004c2db5-8c17-d095-ab09-289830c87e6c@ipfire.org
State Superseded
Headers
Series libloc: ship a more recent database by default |

Commit Message

Peter Müller Jan. 27, 2021, 9:24 p.m. UTC
  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@ipfire.org>
---
 lfs/libloc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Michael Tremer Jan. 27, 2021, 10:11 p.m. UTC | #1
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@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@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@ipfire.org>                     #
> +# Copyright (C) 2007-2021  IPFire Team  <info@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
  

Patch

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@ipfire.org>                     #
+# Copyright (C) 2007-2021  IPFire Team  <info@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