public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] core177: Do not ship location database extracted in ipset format
@ 2023-07-11  9:37 Michael Tremer
  2023-07-13 14:23 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tremer @ 2023-07-11  9:37 UTC (permalink / raw)
  To: development

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

Since the update is not built on the day when people install it, we will
ship an outdated database. For updates, where the firewall is being
reloaded or rebooted, we will have an old database in place until the
next database update job runs.

Secondly, the data is 33 MiB in size, which is useless data shipped as
every system will already have a database that is very likely to be more
recent.

In this update, we are not shipping the location database again, but I
wanted to add this change so it does not get lost next time.

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 config/rootfiles/core/177/exclude | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/rootfiles/core/177/exclude b/config/rootfiles/core/177/exclude
index 378c2d563..8ee1c3c2f 100644
--- a/config/rootfiles/core/177/exclude
+++ b/config/rootfiles/core/177/exclude
@@ -27,6 +27,7 @@ var/ipfire/urlfilter/blacklist
 var/ipfire/urlfilter/settings
 var/lib/alternatives
 var/lib/location/database.db
+var/lib/location/ipset
 var/log/cache
 var/log/dhcpcd.log
 var/log/messages
-- 
2.39.2


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

* Re: [PATCH] core177: Do not ship location database extracted in ipset format
  2023-07-11  9:37 [PATCH] core177: Do not ship location database extracted in ipset format Michael Tremer
@ 2023-07-13 14:23 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2023-07-13 14:23 UTC (permalink / raw)
  To: development

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

Thank you for raising this, I'll pay attention to it for future Core Updates.

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> Since the update is not built on the day when people install it, we will
> ship an outdated database. For updates, where the firewall is being
> reloaded or rebooted, we will have an old database in place until the
> next database update job runs.
> 
> Secondly, the data is 33 MiB in size, which is useless data shipped as
> every system will already have a database that is very likely to be more
> recent.
> 
> In this update, we are not shipping the location database again, but I
> wanted to add this change so it does not get lost next time.
> 
> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
> ---
>  config/rootfiles/core/177/exclude | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/config/rootfiles/core/177/exclude b/config/rootfiles/core/177/exclude
> index 378c2d563..8ee1c3c2f 100644
> --- a/config/rootfiles/core/177/exclude
> +++ b/config/rootfiles/core/177/exclude
> @@ -27,6 +27,7 @@ var/ipfire/urlfilter/blacklist
>  var/ipfire/urlfilter/settings
>  var/lib/alternatives
>  var/lib/location/database.db
> +var/lib/location/ipset
>  var/log/cache
>  var/log/dhcpcd.log
>  var/log/messages

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

end of thread, other threads:[~2023-07-13 14:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-11  9:37 [PATCH] core177: Do not ship location database extracted in ipset format Michael Tremer
2023-07-13 14:23 ` Peter Müller

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